
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body{
    height: 100%;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;

}

p{
    margin: 0 0 14px;
}

a{
    color: #444445;
}

h1,h2,h3,h4,h5{
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 14px;
    color: #444445;
}

h1{
    font-size: 50px;
}

h2{
    font-size: 35px;
}

hr{
    border-top: 2px solid #444445;
}

.form-control::-webkit-input-placeholder { color: #444445; } /* WebKit */
.form-control::-moz-placeholder { color: #444445; } /* Firefox 18- */
.form-control::-moz-placeholder { color: #444445; } /* Firefox 19+ */
.form-control::-ms-input-placeholder { color: #444445; } /* IE 10+ */

/*------- Nav -------*/
.navbar{
    background-color: rgba(16,83,138,0.82);
    border-bottom: none;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.navbar ul li a{
    color: #fff!important;
	text-transform:uppercase;
}



/*------- Header -------*/
.home .bg-img {
   max-height: 700px;
}

header .bg-img {
   z-index: 10;
   display: block;
   height: 100%;
   max-height: 390px;
   padding-top: 350px;    
   position: relative;
   background-size: 100%;
   background-position-y: 0px;
   background-repeat: no-repeat;
   -webkit-background-size: 100%;
   background-position: center top;
   background-image: url("../images/bg_header.jpg");
}

/*.header .logo{
    max-width: 553px;
    width: 100%;
    height: 111px;
    height: 458px;
    width: 366px;
    display: block;
    margin: 0 auto;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-indent: -90000px;
}*/
.imgDetalle {
    width: 100%;
}
/*------- Footer -------*/
.footer{
    min-height: 95px;
    padding-top: 30px;
    background-color: #000;
    display: block;
}

.footer p{
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.footer p a{
    color: #fff;
}

/*------- Home Productos -------*/
.roundabout-in-focus{
    width: 500px !important;
    height: 500px !important;
    left: 160px !important;    
    top: -208px !important;
}
.roundabout-in-focus .block-cont{
    width: 475px !important;
}
.roundabout-in-focus .seleccionado{
    width: 475px !important;
    height: 360px !important;
}
.slide-productos ul li .block-cont{
    transition: height 0.5s;
}
.seleccionado{
    height:276px;
    overflow:hidden;
    display:block;
    border-bottom:1px solid black;    
    background-position:center center;
    background-size: 375px;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
}

.home-productos{
   z-index: 20;
   display: block;
   position: relative;
}

.slide-productos{
    position: relative;
    top: 0;
    width: 100%;
    display: block;
}

.slide-productos ul{
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    list-style-type: none;
}


.slide-productos ul li .block-cont{
    width: 380px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 6px solid #113857;
}

.slide-productos ul li .block-cont a.title{
    color: #444445;
    font-size: 35px;
    text-align: center;
    display: block;
    padding: 10px;
    line-height: 40px;
}

.slide-productos ul li .block-cont .block-info{
    padding: 0 20px;
}

.slide-productos #next,
.slide-productos #prev{
    position: absolute;
    top: 100px;
}

.slide-productos #next{
    right: -60px;
}

.slide-productos #prev{
    left: 0;
}

/*------- Home Empresas -------*/
.home-empresas{
    padding: 40px 0;
    display: block;
    background-color: #fafafa;
}



.home-empresas .bx-wrapper{
    -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
    padding: 16px 10px;
    overflow: hidden;
    display: block;
}

/*------- Home Quienes somos -------*/
.home-quienes-somos{
    height: 100%;
    min-height: 670px;
    padding-top: 130px;
    display: block;
    background-image: url("../images/bg_quienes_somos.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 100%;
    background-size:  100%;
}

.home-quienes-somos p{
    font-size: 30px;
    line-height: 40px;
}

.home-quienes-somos .line{
    max-width: 500px;
    margin: 60px auto;
}

/*------- Interno -------*/
.main-interno{
    padding:40px 0;
    display: block;
}

.block-productos-interno .block-info{
    height: 100%;
    display: block;
    position: relative;
}

.block-productos-interno .block-info .line{
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

/*------- Detalle -------*/

.main-detalle-banner{
    height: 100%;
    max-height: 420px;
    position: relative;
    z-index: 20;
    margin-top: 130px;
    background-image: url("../images/bg_detalle.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-detalle{
    display: block;
    position: relative;
    z-index: 30;
}

.main-detalle .title{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    position: relative;
    top: -38px;
}

.main-detalle .list-mas-seguro{
    padding:0;
    margin: 0;
}

.main-detalle .list-mas-seguro li{
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #999;
} 

.main-detalle .list-mas-seguro li a{
    padding:20px;
    display: block;
}

/*.formulario-contacto{
    padding:40px 0;
    background-color: #444445;
    display: block;
    margin-bottom: 100px;
}

.formulario-contacto label{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.formulario-contacto input[type="text"],
.formulario-contacto textarea{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.formulario-contacto button{
    width: 224px;
    height: 103px;
    display: block;
    border: 1px solid #444445;
    background-color: #fff;
    float: right;
    font-size: 40px;
    color: #444445;
    position: relative;
    bottom: -100px;
    margin-top: -100px;
}*/

/*------- Objetos -------*/
.line{
   width: 100%;
   height: 5px;
   display: block;
   background-color: #444445;
}

#toTop {
   right: 20px;
   bottom: 75px;
   z-index: 999;
   position: fixed;
   text-align: right;
}
#toTop a span {
   width: 50px;
   height: 50px;
   font-size: 25px;
   background-color: #444445;
   color: #fff;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}
#toTop a span.glyphicon-chevron-up::before {
   margin-left: 1px;
   margin-bottom: 6px;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media(max-width:1290px){
   .slide-productos {
      top: 0;
   }
}
@media(max-width:767px) {
   .home .bg-img, header .bg-img {
      padding-top: 80px;
      max-height: 300px;
      background-position-y: 0px;
   }

   .footer p {
   font-size: 14px;
   }

   .home-productos {
   display: none;
   }

   .home-quienes-somos {
   max-height: 500px;
   }

   .home-quienes-somos p {
   font-size: 20px;
   line-height: 30px;
   }

   .main-detalle-banner {
      margin-top: 20px;
      max-height: 200px;
   }
}

@media(min-width:768px) {
   .navbar-header {
      float: none;
   }
   .navbar-toggle {
      display: inline-block;
   }

   .container > .navbar-collapse {
      width: auto;
      padding: 0;
      margin-left: 0;
      margin-right: 0;
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      -webkit-overflow-scrolling: touch;
   }
   .navbar-collapse.in {
      overflow-y: auto;
   }
   .navbar-collapse.collapse {
      display: none !important;
   }
   .navbar-nav {
      float: none;
      margin: 0;
   }
   .navbar-nav > li {
      float: none;
      display: block;
      position: relative;
   }
   .navbar ul li a {
      height: auto;
      line-height: 1;
      font-size: 15px;
      border-right: none;
      border-bottom: 1px solid #2e2e2f;
   }
   .navbar ul li:first-child a {
      border-left: none;
   }
   .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { 
      background-color: #2e2e2f;
   }

   header .bg-img {
      padding-top: 0;
      max-height: auto;
      background-position-y: 0px;
      background-image: none;
   }
}
@media(min-width:992px) {
   .home .bg-img, header .bg-img {
      padding-top: 0;
      max-height: auto;
      background-position-y: 0px;
   }
   .navbar-header {
      float: left;
   }
   .container > .navbar-header, .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
   }
   .navbar-toggle {
      display: none;
   }

   .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
   }
   .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
   }
   .container > .navbar-header, .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
   }
   .navbar-nav {
      float: left;
      margin: 0;
   }
   .navbar-nav > li {
      float: left;
   }
   .navbar ul li a {
      border-right: 1px solid #fff;
      height: 100px;
      line-height: 80px;
      font-size: 16px;
   }
   .navbar ul li:first-child a {
      border-left: 1px solid #fff;
   }
}
@media(min-width:1200px) {}

@media(max-width:991px) {
   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
   }
}