h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
}

h5 a{
    font-family: 'Rajdhani', sans-serif;
    border: none;
    color: black;
}

p{
    font-family: 'roboto', sans-serif;
    font-size: 17px;
}

a{
    font-family: 'roboto', sans-serif; 
}

ul li{
    font-family: 'roboto', sans-serif;
    font-size: 16px;
}

ol h5{
    font-size: 25px;
}

section{
    padding-top: 30px;
    /*padding-bottom: 30px; */
}

#brand{
    text-align: right;
    border-top: solid #363636 1px;
}

#brand p{
    font-size: 12px;
}


.top-bar{
    height: 40px;
    background-color: #31999A;
}

#nav-top-bar{
    text-align: right;
    padding-top: 7px;
   
}
#nav-top-bar a{
    color: white;
    margin-left: 10px;
    font-size: 13px;
}



.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loading.gif") 50% 50% no-repeat rgb(249,249,249);
}

.border-title{
    border-bottom: solid 2px #adadad;
}

/***********************************/
/*********** NAV ******** **********/
/***********************************/


#navbar-ing{
    background-color: white;
    border-bottom: solid 1px #202020;
    position: -webkit-sticky;
    position: sticky;
    
 }
 
#links ul li a{
    color: #31999A;
    font-family: 'Rajdhani medium', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
 
#links ul li a:hover{
    color: #1f6a6b;
    border-bottom: solid 1px #1f6a6b;
}
 
#header-logo{
    height: 60px;
}

/***********************************/
/*********** BANNER HOME ***********/
/***********************************/
 
#banner{
    background-image: url("../img/banner3.jpg");
    background-size: cover;
    height: 600px;
    border-bottom: solid 1px #202020;
    background-repeat: no-repeat;
}


.btn-banner{
    background-color: #31999A;
    color: white;
    border: solid 1px #202020;
}

.btn-banner:hover{
    background-color: #288183;
    color: white;
}
 
#title-banner{
    background-color: #2020205e;
    border: solid 1px #202020;
    padding: 20px;
    margin-top: 150px;
    color: white;
    text-align: right;
}

#title-banner h1{
    font-size: 40px;
}

#title-banner h2{
    font-size: 45px;
}

/***********************************/
/************  EMPRESA *************/
/***********************************/

#empresa{
    padding-top: 70px;
    margin-bottom: 20px;
}

#empresa h2{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #31999A;
}



/***********************************/
/************  servicios ***********/
/***********************************/

.servicios-laboratorio{
    background-image: url("../img/amperimetro2.jpg");
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.servicios-proyectos{
    background-image: url("../img/paneles-solares.jpg");
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.servicios-ensayos{
    background-image: url("../img/High-Tension-Cables.jpg");
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

#servicios{
    background-color: #31999A;
    border-top: solid 1px #202020;
    border-bottom: solid 1px #202020;
    padding-bottom: 20px;
}

.btn-banner-servicios{
    background-color: white;
    color: #31999A;
    border: solid 1px #202020;
}

.btn-banner-servicios:hover{
    background-color: #d1d1d1;
    color: #288183;
}

#servicios h2{
    margin-top: 30px;
    margin-bottom: 20px;
    color: white;
    font-size: 32px;
}

#servicios h3{
    color: white;
    font-size: 30;
}

#servicios p{
    color: white;
}

.margin-servicios{
    margin-top: 40px;
}


/***********************************/
/******** distribuciones *********/
/***********************************/


#distribuciones h2{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #31999A;
}

.img-distribuciones{
    background-size: contain;
    height: 80px;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.distribuciones-align{
    text-align: center;
}



#banner-distribuciones{
    background-image: url("../img/laboratorio.jpg");
    background-size: cover;
    height: 250px;
    border-bottom: solid 1px #202020;
    background-repeat: no-repeat;
}


/***********************************/
/************  Contacto ************/
/***********************************/


#title-banner-contacto{
    background-color: #2020205e;
    border: solid 1px #202020;
    padding: 20px;
    margin-top: 100px;
    color: white;
    text-align: center;
}

#title-banner-contacto h2{
    font-size: 45px;
}

#banner-contacto{
    background-image: url("../img/contacto.jpg");
    background-size: cover;
    height: 250px;
    border-bottom: solid 1px #202020;
    background-repeat: no-repeat;
}

#contacto h2{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 45px;
}

#contacto{
    text-align: center;
    padding-bottom: 20px;
}

#info-contacto h5{
    margin-bottom: 30px;
}

#info-contacto h5 a:hover{
    color: #3d3d3d;
    border: none;
}


/***********************************/
/************  FOOTER **************/
/***********************************/

#footer{
    padding-top: 30px;
    color: white;
    background-color: #202020;
}

#footer a{
    color: white;
}

#footer p i{
    margin-bottom: 15px;
    font-size: 30px;
}

#footer h3{
    margin-bottom: 15px;
    font-size: 16px;
}



.footer-text-align{
    text-align: center;
}


/***********************************/
/********* Laboratorio *************/
/***********************************/

#title-banner-laboratorio{
    background-color: #2020205e;
    border: solid 1px #202020;
    padding: 20px;
    margin-top: 100px;
    color: white;
    text-align: center;
}

#title-banner-laboratorio h2{
    font-size: 45px;
}

#banner-laboratorio{
    background-image: url("../img/amperimetro2.jpg");
    background-size: cover;
    height: 250px;
    border-bottom: solid 1px #202020;
    background-repeat: no-repeat;
}

.lab-content ul li h5{
    margin-top: 25px;
}

/***********************************/
/********* ENSAYOS *****************/
/***********************************/

#banner-ensayos{
    background-image: url("../img/High-Tension-Cables2.jpg");
    background-size: cover;
    height: 250px;
    border-bottom: solid 1px #202020;
    background-repeat: no-repeat;
}

.ensayos-content ul li h5{
    margin-top: 25px;
}

/***********************************/
/********* PROYECTOS ***************/
/***********************************/

#title-banner-proyectos{
    background-color: #2020205e;
    border: solid 1px #202020;
    padding: 20px;
    margin-top: 100px;
    color: white;
    text-align: center;
}

#title-banner-proyectos h2{
    font-size: 45px;
}

#banner-proyectos{
    background-image: url("../img/paneles-solares.jpg");
    background-size: cover;
    height: 250px;
    border-bottom: solid 1px #202020;
    background-repeat: no-repeat;
}

.proyectos-content ul li h5{
    margin-top: 25px;
}

/***********************************/
/********* ALQUILERES **************/
/***********************************/

#banner-alquileres{
    background-image: url("../img/pinza-amperimetrica2.jpg");
    background-size: cover;
    height: 250px;
    border-bottom: solid 1px #202020;
    background-repeat: no-repeat;
}

.ensayos-content ul li h5{
    margin-top: 25px;
}



/***********************************/
/********* Media Query *************/
/***********************************/

@media (max-width: 1024px) {
    #links ul li a{
        font-size: 14px;
    }

    #header-logo{
        height: 50px;
    }
    
    #banner {
        height: 450px;
    }

    #banner-img{
        height: 280px;
        margin-top: 73px;
    }

    #title-banner{
        margin-top: 130px;
    }

    #title-banner h1{
        font-size: 23px;
    }

    #title-banner h2{
        font-size: 28px;
    }

    .footer-text-align{
        text-align: center;
        margin-bottom: 30px;
    }

    #title-banner-proyectos h2{
        font-size: 40px;
    }

    #map{
        width: 500px;
    }
    
}