
/********************************/
.fade-carousel {
  position: relative;
  height: 100vh;
}
.fade-carousel .carousel-inner .item {
  height: 100vh;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.caj-log{
  padding: 8px 0px;
}
.logo{
  max-width: 180px;

}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.hero h1 {
  font-size: 6em;    
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s; 
  -ms-transition: 2s all ease-in-out .1s; 
  -o-transition: 2s all ease-in-out .1s; 
  transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s; 
  -ms-transition: 2s all ease-in-out .1s; 
  -o-transition: 2s all ease-in-out .1s; 
  transition: 2s all ease-in-out .1s;    
}

.boton-slide{

}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
   /*  z-index: 2;
      background-color: #080d15;
      opacity: .7; */
    }
    /********************************/
    /*          Custom Buttons      */
    /********************************/
/* .btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
    } */

    /********************************/
    /*       Slides backgrounds     */
    /********************************/
    .fade-carousel .slides .slide {
      height: 100vh;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    /********************************/
    @media screen and (min-width: 980px){
      .hero { width: 980px; }    
    }
    @media screen and (max-width: 640px){
      .hero h1 { font-size: 4em; } 
      .esp-img-fot {
      padding-top: 10px !important;
    }   
    }

    /********************************/
    /*       SECCIÓN NOSOTROS       */
    /********************************/
    .espacios{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .esp-img{
      padding: 10px 10px !important;
    }
    
    .titulo{
     font-size: 35px;
     font-weight: bold;
   }
   .subtitulo{
    font-size: 25px;
    font-weight: bold;
  }
  .text-center{
    text-align: center;
  }

  .parrafo p{
    font-size: 16px;
  }
  .negro{
    color: #283d50;
  }
  .linea{
    width: 150px;
    border: 1.5px solid #3498db;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.09);
  }

  .naranja{
    color: #FBB12F;
  }
  .img-about{
    max-width: 600px;
    box-shadow: 2px 2px 10px #666;        


  }

  .about-icon{
    font-size: 30px !important;
    color: #3498db;
    border: 1px solid #3498db;
    border-radius: 50%;
    padding: 25px 25px 25px 25px;
  }

  .icon-box .icon-about{
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    font-size: 30px !important;
    color: #FBB12F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #FBB12F;
    transition: all 0.3s ease-in-out;
  }
  .icon-box:hover .icon-about {
    background: #FBB12F;
    color: #fff;
  }


  .description {
    margin-left: 80px;
  }

  .lista ul li{
    font-size: 16px;
  }
  .caja-brochure {
    padding: 10px 5px;
    background: linear-gradient(0deg, rgba(245,135,52,1) 0%, rgba(255,204,41,1) 100%);
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 5px #666;
  }
  .caja-brochure:hover{
   box-shadow: 2px 2px 10px #666;
   color: #000;
 }
 .icon-pdf{
  font-size: 30px !important;
}

.sombra {
  padding: 20px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.clickable{
  cursor: pointer;   
}

.panel-heading span {
  margin-top: -20px;
  font-size: 15px;
}
.fondo{
  background: #ECF5FF;
}
/* galeria*/
.esp-img a{ 
   /*  width:33.333333%; 
   max-width: 100% ;  */
   display:inline-block; 
   float: left; 
   text-align: center; 
   overflow: hidden;    
   position: relative;
 }
 /* .esp-img{ 
  padding:0;
  display: flow-root;
  } */


  .esp-img a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

  }
  .esp-img a img{
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }

  /* cientes*/
  .caj{
    padding: 0px 0px !important;
  }
  .client-logo {
    /* width: 100%; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
  }

  .client-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .client-logo img {
    transition: all 0.4s ease-in-out;
  }

  .img-fluid{
    max-width: 200px;
  }
  .icon-footer{
    font-size: 25px !important;
  }
  .tit-foot{
    font-size: 20px !important;
  }
  .p-foot{
    font-size: 16px !important; 
  }
  .text-white{
    font-family: calibri !important;
    padding: 0px 20px !important;
    line-height: 20px;
    /* font-weight: bold; */
  }

    .section-contacto {
      background: url(../../images/contacto/banner2.jpg) no-repeat center;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      display: flex;
      -ms-background-size: cover;
    }


    .caja-footer{
      /* position: absolute; */
      /* background: rgba(255,255,255,0.9); */
      background: #0065A4;
      /* padding: 20px 20px; */
    }

    .naranja{
      color: #FBB12F;
    }
    .blanco{
      color: #fff;
    }

    .num-wasap {
      max-width: 220px;
      position: fixed;
      bottom: 20px;
      left: 3px;
      z-index: 2147483647;
    }

    .mano {
      max-width: 65px !important;
      position: relative;
      left: 0px;
      cursor: pointer;
    }

    .num-facebook {
      max-width: 220px;
      position: fixed;
      bottom: 90px;
      left: 3px;
      z-index: 2147483647;
    }

    .mano-face {
      max-width: 65px !important;
      position: relative;
      left: 0px;
      cursor: pointer;
    }