@font-face {
    font-family: "YanBold";
    src: url(../fonts/Yantramanav-Bold.ttf);
}

@font-face {
    font-family: "YanRegular";
    src: url(../fonts/Yantramanav-Regular.ttf);
}

@font-face {
    font-family: "YanLight";
    src: url(../fonts/Yantramanav-Light.ttf);
}



.row{
 margin: 0;
}
body{

    background-color: white;
    font-family: YanRegular;
    color:black;
}
/* Orange */
.text-reg-orange-30{
color:#F05125;
font-family: YanRegular;
font-size:30px;
}
/* Gray */
.text-reg-gray-15{
    color: #575B67;
    font-family: YanRegular;
    font-size:15px;
}

.text-reg-gray-18{
    color: #575B67;
    font-family: YanRegular;
    font-size:20px;
    line-height: 1.2;
}

.text-reg-gray-12{
    color: #575B67;
    font-family: YanRegular;
    font-size:14px;
    line-height: 1;
}
.text-reg-gray-12-2{
    color: #575B67;
    font-family: YanRegular;
    font-size:12px;
    line-height: 1;
}

/* Blue */ 
.text-bold-blue-22{
    color: #263746;
    font-family: YanBold;
    font-size:22px;
    line-height: 1.2;
}

.text-reg-blue-18{
    font-size:20px;
    line-height: 1.2;
}
.text-bold-blue-30{
    color: #263746;
    font-family: YanBold;
    font-size:30px;
    line-height: 1;
}
.text-bold-blue-22{
    color: #263746;
    font-family: YanBold;
    font-size:22px;
    line-height: 1;
}

.text-reg-blue-16{
    color: #263746;
    font-size:16px;
}

.text-reg-blue-14{
    color: #263746;
    font-size:16px;
    line-height: 1.2;
}

.text-reg-blue-35{
    color:#002641;
            font-size:35px;
            line-height: 1.2;
    }
    
    .text-reg-blue-30{
        color:#002641;
                font-size:30px;
                line-height: 1.2;
        }
        
        .text-light-blue-30{
            color:#002641;
                    font-size:30px;
                    line-height: 1.2;
                    font-family: YanLight;
            }
            
    .text-reg-blue-40{
        color:#002641;
                font-size:25px;
        }
        
.text-bold-blue-40{
color:#002641;
        font-size:40px;
        font-family:YanBold;
}

.text-bold-blue-18{
    color:#002641;
            font-size:20px;
            font-family:YanBold;
            line-height: 0;
    }

    
.text-reg-blue-12{
    color: #263746;
    font-size:14px;
}
.text-reg-blue-22{
    color: #263746;
    font-size:22px;
}

.text-bold-blue-50{
    color: #263746;
    font-family: YanBold;
    font-size:50px;
    line-height: 1;
}

.text-bold-blue-60{
    color:#263746;
    font-size: 60px;
    font-family: YanBold;
    line-height: 1;
}

/* White */
.text-bold-white-60{
    color:white;
    font-size: 60px;
    font-family: YanBold;
    line-height: 1;
}

.text-bold-white-40{
    color:white;
    font-size: 40px;
    font-family: YanBold;
    line-height: 1;
}
.text-bold-white-35{
    color:white;
    font-size: 35px;
    font-family: YanBold;
    line-height: 1;
}

.text-bold-white-22{
    color:white;
    font-size: 22px;
    font-family: YanBold;
    line-height: 1;
}

.text-bold-white-16{
    color:white;
    font-size: 16px;
    font-family: YanBold;
    line-height: 1;
}

.text-reg-white-15{
    color:white;
    font-size:15px;
}

.text-reg-white-16{
    color:white;
    font-size:16px;
}
.text-reg-white-18{
    color:white;
    font-size:20px;
    line-height: 1.2;
}


.text-reg-white-22{
    color:white;
    font-size:22px;
    line-height: 1;
}

.text-bold-white-25{
    color:white;
    font-size:25px;
    font-family: YanBold;
}

.text-reg-white-14{
    color:white;
    font-size:16px;
}

.text-reg-white-12{
    color:white;
    font-size:12px;
    line-height: 1;
}

.text-reg-white-14-footer{
    color: white;
    font-size: 14px;
    line-height:1.2;
}

/* Generals */
.padding-0{
    padding:0;
 
}
.margin-0{
    margin-bottom:0;
}

.margin-10{
    margin-bottom:10px;
}
.margin-5{
    margin-bottom:5px;
}

.center{
    text-align: center;
}

.justify{
    text-align:justify;
}

.justify-center{
    display: flex;
    align-items: center;
}
.hover-text-orange:hover{
    color:#F05125;
    text-decoration: none;
}
/* Buttons */

.btn-orange{
    background-color:#F05125;
    color:white;
    font-size:15px;
    padding: 5px;
    padding: 12px 30px 8px 30px;
}

.btn-blue{
    background-color:#002641;
    color:white;
    font-size:15px;
    padding: 5px;
    padding: 12px 30px 8px 30px;
}

.btn-white{
    background-color:#fff;
    color:#F05125;
    font-size:15px;
    padding: 5px;
    padding: 12px 30px 8px 30px;
}

.btn-service{
    background-color:#fff;
    color:#F05125;
    font-size:20px;
    padding: 1px 10px;
}


.btn-white:hover{
    color: #F05125 !important;
}

.hover-orange:hover{
    color:white;
    box-shadow:rgba(255,94,20,0.5) 0 10px 20px 0;
}

.hover-black:hover{
    color:white;
    box-shadow:rgba(0,16,42,.5) 0 10px 20px 0;
}

.hover-white:hover{
    color:white;
    text-decoration: none;
}
.btn-gray{
    background-color:#515F6B;
    color:white;
    font-size:15px;
    padding: 5px;
    padding: 12px 30px 8px 30px;   
}

/* Header */
.navbar{
    width: 100%;
    border: 1px solid #E8E8E8;
    padding: 0;
}
.navbar-nav{
    width: 100%;
    
}
.fixed-top{
    background-color: white;
}
.navbar-nav .nav-link{
    color:#263746;
    font-family: YanBold;
    line-height: 1.2;
    font-size: 16px;
}


.hover-item:hover {
    background-image: url(../images/default-hover.png);
    background-position: 520px 0;
    -webkit-transition: 15s linear;
    -o-transition: 15s linear;
    transition: 15s linear;
 cursor:pointer;
}

.nav-item{
    flex:auto;
    padding: 15px;
    border-right: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-icon{
    color:#263746;
    font-family: YanBold;
    margin-left: 10px;
}

.header-icon:hover {
    color:#F05125;

}  

.gracias-icon{
    color:#263746;
    font-family: YanBold;
    margin-right: 30px;
    font-size:28px;
}

.gracias-icon:hover {
    color:#F05125;

}  

.h-logo
{
    height: 50px;
}

/* Footer */

.footer-hover:hover{
    color:#F05125;
    text-decoration: none;
}

.footer{
    background-color: #002641;   
}

.footer-icon{
    color:white;
    font-family: YanBold;
}

.footer-icon:hover {
    color:#F05125;
}  


/* Home */
.home-s1{
    background-color: white;
    padding: 20px;
   }

.home-service-div-slide{
border-top: 1px solid #e8e8e8;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom: 3px solid #F05125;
padding: 30px 18px;
height: 250px;
}

.home-service-div-plus{
    margin-top:50px;
    padding: 10px;
    color: #263746;
    font-size:24px;
}

.home-eficientamos{
    padding: 50px 80px 80px 80px;
    margin-top:80px;
    background-image: url(../images/home/background-planeacion.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 70% 100%;
}

.home-projects{
    z-index: 0;
    background-color:#263746;
    padding: 90px 50px;
    margin-top: 30px;
}

.home-logos{
    padding: 80px;
    background-image: url(../images/home/background-logos.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.logo-clientes {
    transition: 1s ease;
    }
    
    .logo-clientes:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
    }

    .home-innovacion{
        padding:50px;
    }

    .innovacion-div{
        border-left:1px solid #E8E8E8;
        border-right:1px solid #E8E8E8;
        border-top:1px solid #E8E8E8;
        border-bottom:3px solid #F05125;
        text-align: center;
        padding:30px; 
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .innovacion-div{
        border-left:1px solid #E8E8E8;
        border-right:1px solid #E8E8E8;
        border-top:1px solid #E8E8E8;
        border-bottom:3px solid #F05125;
        text-align: center;
        padding:30px; 
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .home-control-sismico{
        padding: 80px;
        background-image: url(../images/home/como-incrementar-capacidad-sismica.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height:95vh;
    }

    .div-control{
        background-color: #F05125;
        padding:80px;
        margin-right: 60px;
    }

    .counter{
        color:#002641;
        font-size:60px;
        font-family:YanBold;
    }

    .home-highlights{
        padding:60px 30px;
    }

    .background-text{
        min-width: 186px;
        color: #f5f6f7;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #E8E8E8;
        height: 1em;
        display: inline-block!important;
        vertical-align: middle;
        line-height: 1em;
        font-weight: 600;
        overflow: hidden;
        font-size: 110px;
        z-index:-40;
        position:absolute;
        font-family: YanBold;
    }
    .background-text-white{
        min-width: 186px;
        color: white;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
        height: 1em;
        display: inline-block!important;
        vertical-align: middle;
        line-height: 1em;
        font-weight: 600;
        overflow: hidden;
        font-size: 110px;
        z-index:-40;
        position:absolute;
        font-family: YanBold;
    }
    .home-generalidades{
        padding: 30px 0 40px 80px;
        margin-top:30px;
        background-image: url(../images/home/background-planeacion.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 75% 100%;
    }

    .generalidades-header{
        background-color: transparent !important;
        padding:20px 40px;
        border-top:1px solid rgba(0,0,0,.125);
        border-bottom:0;
    }
    .generalidades-acordeon{
        background-color:transparent;
        cursor:pointer;
        border: 0;
        border-radius: 0;
    }

    .generalidades-body{
        background-color:white;
        padding:10px 30px 30px 30px;
        color: #575B67;
        font-size:16px;
        line-height: 1.2;
    }

    .acordion-show-header{
        background-color: white !important;
    }

    .accordion-show-plus{
        background-color: #F05125;
        padding: 0px 10px;
        color:white;
    }

    .service-banner{
        padding: 30px 0 40px 0;
        position: relative;
        background-image: url(../images/servicios/proyecto-estructural-economico.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 70vh;
        z-index: 0;
    }
.service-analisis{
    padding:60px 40px 30px 120px;
}
    .service-div{
        border-top: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        border-bottom: 3px solid #F05125;
        padding: 20px;
        min-height: 280px;
        margin-bottom:50px;
        }

    .service-div:hover{
        border-bottom: 3px solid #002641;
    }

    .service-div2{
        background-color: #F05125;
        padding: 20px;
        min-height: 280px;
        margin-bottom:50px;
        }

    .service-div2:hover{
        background-color:#002641;
    }

    .service-div2:hover .btn-service{
        background-color: #F05125;
        color:white;
    }

    .project-banner{
        padding: 60px;
        position: relative;
        background-image: url(../images/projects/banner.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 50vh;
    }

    .project-projects{
         padding:80px 50px;
    }

    .project-detail{
        padding:80px 100px;
   }


    .div-img{
        background-size: cover !important;
        height: 60vh;
        width: 100%;
        
    }

    .div-img-hover{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(38,55,70,0.8);
        display:flex;
        opacity: 0;
        z-index: 1000;
    }
    .div-img-hover:hover{
        opacity: 1;
    }
    .div-img-hover-text{
        position: absolute;
        bottom: 30px;
        left: 30px;
    }

    .service-home-left{
        position: absolute;
        top: 60%;
        z-index: 10;
        cursor: pointer;
        justify-content: center;
        color:#263746;
        left: 70px;
    right: auto;
    cursor: pointer;
    }
    .service-home-right{
        position: absolute;
        top: 60%;
        z-index: 10;
        cursor: pointer;
        justify-content: center;
        color:#263746;
        right: 70px;
    left: auto;
    cursor: pointer;
    }
    .projects-left{
        background-color: white;
        padding:15px 25px;
        color:#002641;
 position:absolute;
 z-index:10;
 top: 50%;
    left: 20px;
    cursor: pointer;
    }

    
    .projects-right{
        background-color: #F05125;
        padding:15px 25px;
        color:white;
position:absolute;
right: 20px;
top: 50%;
z-index:10;
cursor: pointer;
    }

    .projects-blue{
        background-color: #002641;
        padding:8px 16px;
        color:white;
        width: fit-content;
    border-radius: 2px;
    }

    .about-ejes{
       
    }

    .about-servicios{
        padding: 30px;
        position: relative;
        background-image: url(../images/nosotros/servicios.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 90vh;
        z-index:0;
    }
    .about-contacto{
        padding: 30px;
        position: relative;
        background-image: url(../images/control-sismico/estructuras-para-sismos.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 90vh;
        z-index:0;
    }

    .contact-banner{
        padding: 30px;
        position: relative;
        background-image: url(../images/contacto/banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 80vh;
        z-index:0;
    }

    .contact-oficinas{
        padding: 60px 100px 30px 100px;
        position: relative;
        background-image: url(../images/contacto/oficinas.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .contact-icon{
        color:#002641;
        font-family: YanBold;
    }
    
    .contact-icon:hover {
        color:#F05125;
    }  
    
    .input-contact{
        width: 100%;
    border: 0;
    border-bottom: 1px solid #E8E8E8;
    }

    .input-contact:focus{
        border-bottom: 2px solid #F05125;
        box-shadow: none;
        outline: none;
    
    }

    .contact-maps{
        padding:60px 60px 60px 100px;
    }

    .projects-home-left{
        background-color: white;
        padding:15px 25px;
        color:#002641;
 
 z-index:10;
 width: fit-content;
    }

    
    .projects-home-right{
        background-color: #F05125;
        padding:15px 25px;
        color:white;
        z-index:10;
        width: fit-content;
    }

    .arrows-div{
        background-image: url(../images/home/banner.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 10000;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: inline-flex;
    }

    .home-servicios{
        padding:80px;
    }

    .home-service-div-slide:hover{
        background-color: #002641;
        color:white;
        border-bottom: none;
    }

    .home-service-div-slide:hover .btn-service{
        background-color: #F05125;
        color:white;
    }
    .home-service-div-slide:hover .text-reg-gray-12{
        color:white;
    }
    .home-service-div-slide:hover .text-bold-blue-22{
        color:white;
    }

 
.div-somos{
   /* background-image: url(../images/nosotros/somosquasar.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #263746;
}
.div-control-sismico{
    background-image: url(../images/control-sismico/rayas.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 30px 0;
}
.div-control-sismico2{
    background-image: url(../images/control-sismico/rayas.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.div-beneficios{
    background-image: url(../images/control-sismico/uso-de-dispositivo-control-sismico.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.control-banner{
    padding: 30px 0 40px 0;
    position: relative;
    background-image: url(../images/control-sismico/servicios-control-sismico.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    z-index: 0;
    
}

.gracias-redes{
    padding: 40px 30px 40px 30px;
    position: relative;
    background-image: url(../images/rayas.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    z-index: 0;
}
.gracias-banner{
    padding: 30px 0 40px 0;
    position: relative;
    background-color: white;
    height: 60vh;
    z-index: 0;
}
.error-banner{
    padding: 30px 0 40px 0;
    position: relative;
    background-color: white;
    height: 85vh;
    z-index: 0;
}

.control-with-image{
    padding: 30px 0 20px 80px;
}

.control-with-image-left{
    padding: 30px 0 20px 0;
}

.control-with-text{
    padding: 30px 80px 20px 80px;
}

.control-sismico-div{
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 3px solid #F05125;
    padding: 50px;
    margin-top:20px;
    }

    .table-control{
        border-top: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 3px solid #F05125;
        
    }

    .control-sismico-ul {
        list-style: none;
      }
      
      .control-sismico-ul li::before {
        content: "\2022";
        color: #F05125;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
      }

.privacity-banner{
padding:80px
}
.left-50{
    margin-left:50px;
  }

  .banner-slide{
    background-size:100% 100%;
    z-index:-1000;
    padding:60px;
  }

  .div-slide{
    padding-left:60px;
    position:relative
  }

  .about-ejes-box-title{
    padding:50px 20px 30px 80px;
  }

  .about-ejes-box-title2{
    padding:20px 20px 30px 80px;
  }

  .box-color-gray{
      background-color: #FBFBFB;
  }

  .about-servicios-box{
    padding-left:60px;
    position:relative;
}
.contact-banner-box{
    padding-left: 60px;
    position: relative;
}

.control-banner-box{
    padding-left:60px;
    position:relative
}

.list-sismicos{
    padding-left:50px;
}

.about-contacto-box{
    padding-left: 60px;
    position: relative;
}

.gracias-banner-box{
    padding-left: 60px;
}

.logo-div{
    display:none;
}

.logo-list{
    display:block;
}


.header-btn{
    background-color:#F05125;
    padding: 15px;
    color: white;
    font-size: 15px;
    border-radius: 0;
    position: absolute;
    right: 0;
    height: 100%;

}


.row-movil{
    display: none;
}

.bottom-slide-logos{
    margin-bottom:25px;
}


@media only screen and (min-width: 1500px) {
    .img-big{
        width:75%;
    }
    .div-control-sismico{
        padding: 30px 0 30px 0;
        text-align: center;
    }
    .text-reg-blue-14{
        font-size:18px;
    }

    .div-control-sismico2{
        padding: 30px 0 30px 0;
        text-align: center;
    }
}
@media only screen and (max-width:991px){
    .header-info{
        display:none;
    }
    
    .logo-div{
        display:block;
    }
    
    .logo-list{
        display:none;
    }
    
    .row-movil{
        display: block;
    }
}

@media only screen and (max-width:765px){
    .background-text{
        font-size:65px;
    }

    .background-text-proyectos{
        z-index:0 !important;
        top: 73px !important;
        left: 70px !important;
  }

  .background-text-servicios{
    top: 62px !important;
    left: 55px !important;
  }
  .banner-slide{
    padding:0;
}
.div-slide{
    padding-left:30px;
}
}

@media only screen and (max-width:400px){
    .background-text-white{
        display: none !important;
    }
    .background-text{
        font-size:60px;
        display: none !important;
    }

    .background-text-proyectos{
        z-index:0 !important;
        top: 70px !important;
        left: 40px !important;
  }

  .background-text-servicios{
    top: 62px !important;
    left: 55px !important;
  }
  .text-bold-white-60{
      font-size: 50px;
  }
  .home-servicios{
      padding:80px 60px 30px 60px;
  }
  .home-eficientamos{
    padding:50px 40px 60px 40px;
    background-size: cover;
  }
  .left-50{
    margin-left:0px;
  }

  .text-bold-blue-50{
      font-size:40px;
  }
  .text-bold-blue-60 {
      font-size:40px;
  }
  .background-text-white{
      font-size:50px;
  }
  .text-reg-blue-18{
      font-size:24px;
  }

  .background-text-optimizacion{
    top: 0px !important;
    left: 13px !important;

  }

  .background-text-innovacion{
    top: 0px !important;
    left: 13px !important;
}
  

  .background-text-experiencia{
    top: 1px !important;
    left: 20px !important;
  }

  .text-bold-white-60{
      font-size:40px;
  }

  .text-reg-white-18{
      font-size:24px;
  }

  .home-control-sismico{
      padding:15px;
  }

  .div-control{
    padding: 50px;
    margin-right: auto;
    margin-left: auto
  }

  .home-generalidades{
    padding: 30px 20px 40px 20px;
    background-size: cover;
  }
.about-ejes-box-title{
    padding:50px 50px 0px 50px;
}
.about-ejes-box-title2{
    padding:20px 50px;
}
.box-color-gray{
    background-color:white;
}
.about-servicios-box{
    padding:20px;
}

.background-text-about-servicios{
    top: -10px !important;
    left: -5px !important;
}
.background-text-servicios-banner{
    top: -10px !important;
    left: 30px !important;
}
.service-analisis{
    padding:60px 40px 30px 40px
}
.contact-banner-box{
    padding-left: 20px;
    
}

.background-text-ingenieria{
    top: 3px !important;
    left: 0px !important;
}

.contact-oficinas{
    padding: 50px 40px 30px 40px;
}

.contact-maps{
    padding: 40px 40px 40px 40px;
}

.control-banner-box{
    padding-left:40px;
}

.gracias-banner-box{
    padding:40px;
}

.background-text-control{
    top: -25px !important;
    left: 20px !important;
}

.control-with-image{
    padding:0px 20px 20px 20px
}
.div-control-sismico{
    padding:30px 0 30px 0;
}

.control-with-text{
    padding:0px 20px 20px 20px;
}
.control-sismico-div{
    padding:40px;
}
.text-reg-blue-35{
    font-size:24px;
}
.center-movil{
    text-align: center;
}
.div-control-box2{
    padding:30px 40px 30px 40px
}
.list-sismicos{
    padding-left: 20px;
}

.about-contacto-box{
    padding-left:20px;
}

.background-text-contacto{
    top: -24px !important;
    left: 5px !important;
}
.gracias-banner{
    height: 50vh;
}
.background-text-gracias{
    top: 157px !important;
    left: 30px !important;
}

.footer-margin-div{
    margin-bottom:40px;
}
.row-footer{
    padding:30px !important;
}

.banner-slide{
    background-size:cover;
}

.home-service-div-slide{
    height: 250px;
}

.service-home-left {
    top: 50%;
    left: 55px;
}
.service-home-right {
    top: 50%;
    right: 55px;
}

.img-eficientamos{
    margin-bottom:20px;
}

.home-projects{
    padding:90px 30px;
}

.home-logos{
    padding:50px;
}

.bottom-slide-logos{
    margin-bottom:25px;
}

.text-counters{
    line-height: 2.2 !important;
}

.text-bold-blue-40{
    line-height: 1.2;
}

.about-servicios {
    background-size:cover;
}

.service-text-width{
    width: 150px;
    line-height: 1.2;
}

.margin-10{
    margin-bottom:20px;
}

.project-buttons{
    margin-top:20px;
}

.control-div1{
    margin-top:20px;
    padding:30px;
}

.image-cs1{
   padding:60px !important;
}

.text-light-blue-30{
    font-size:24px;
}

.table-control{
    font-size: 14px;
    text-align: center;
}

.about-contacto{
    background-size: cover;
}

.div-img{   
     height: 40vh;
}

.project-projects {
    padding: 80px 30px;
}

.project-detail {
    padding: 80px 20px;
}

.projects-left{
    top: 35%;
    left: 16px;
}


.projects-right{
    top: 35%;
    right: 16px;
}

.div-detail-margin-top{
    margin-top:30px;
}

.div-detail-center{
 text-align:center !important;
 margin-top:30px !important;
}
.div-detail-directions{
    padding:0
}

.projects-blue{
    padding: 6px 14px;
}

.projects-blue-margin{
    margin-left:10px !important;
}
}

