﻿body{
    font-family: "Montserrat", serif;
}


.cabecera-ayuda{
    height: 120px;
}


.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 33.33%;
    float: left;
}
.menuRR{
    font-size: 22px;
    display: none;
    margin: 20px 0;
}
.menu, .menuR{
    text-align: center;
    cursor: pointer;
}
.menu:hover, .menuR:hover{
    font-weight: bold;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 70%;
}


nav ul li{
    position: relative;
}
nav ul li:hover .menuSec{
    display: block;
}

.menuSec{
    position: absolute;
    border: 1px solid #ddd;
    background: white;
    padding: 12px 0;
    display: none;
}
.menuSec ul li{
    width: 100%;
}
.menu-secundario{
    width: 100%;
    text-align: center;
    padding: 8px 0;
}
.menu-secundario:hover{
    font-weight: bold;
}


.efectoSoloImagen{
    background: url(../images/fondo5.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.imagenEfecto{
    text-align: center;
}
.imagenEfecto img{
    height: 200px;
}


.efecto{
    background: url(../images/fondo1.jpg) no-repeat center center fixed;
    position: relative;
    padding: 0;
}
.efecto img{
    border-radius: 0 0 400px 00px;
}




.industrias{
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}


.titulo{
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}
.blanco{
    color: white;
}
.titulo img{
    width: 230px;
}


.in{
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: lighter;
}
.in img{
    width: 90%;

    border-radius: 50%;
}
.in strong{
    width: 100%;
    display: inline-block;
    padding: 12px 0;
}


.nosotros{
    position: relative;
    background: url(../images/fondo-nosotros.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.nosotros strong{
    font-size: 24px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.nosotros .container{
    position: relative;
    z-index: 2;
}



.politica{
    background: url(../images/fondo2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}


.imagen{
    text-align: center;
}
.imagen strong{
    width: 100%;
    font-size: 21px;
    display: inline-block;
}
.imagen img{
    width: 100%;
}

.imagen2 img{
    width: 49%;
    display: inline-block;
    margin: 0;
}
.imagen3 img{
    width: 32%;
    display: inline-block;
    margin: 0;
}

.imagen4 img{
    width: 48% !important;
}


.accordion-button{
    background: #ddd;
    background: #114889;
    color: white;
    font-size: 21px;
    font-weight: bold;
}
.accordion-item{
    font-size: 16px;
}
.accordion-button b{
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}


.soluciones{
    background: url(../images/fondo2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.marca{
    text-align: center;
}
.marca-imagen{
    height: 80px;
    text-align: center;
}
.marca-imagen img{
    width: 60%;
}

.marca-texto{
    margin: 20px 0;
}


.btn-azul{
    background: #114889;
    color: white;
}
.btn-azul:hover{
    background: #114889;
    font-weight: bold;
    color: white;
}


.casos{
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.imagen-caso-de-exito img{
    width: 100%;
    height: 300px;
    object-fit: cover;

    border-radius: 20px;
}
.casos strong{
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
}
.casos a{
    color: white;
}


.proyectos{
    background: url(../images/fondo3.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.proyecto{
    position: relative;
    height: 250px;

    border-radius: 20px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.proyecto strong{
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.proyecto strong span{
    background: rgba(0,0,0,0.9);
    color: white;
    font-weight: 400;
    font-size: 22px;
    padding: 2px 20px;
}

.pro1{
    background: url(../images/industrias/industria-farmaceutica.jpg) no-repeat center center;
    background-size: cover;
}
.pro2{
    background: url(../images/industrias/industria-minera.jpg) no-repeat center center;
    background-size: cover;
}
.pro3{
    background: url(../images/industrias/industria-petrolera.jpg) no-repeat center center;
    background-size: cover;
}
.pro4{
    background: url(../images/industrias/industria-quimica.jpg) no-repeat center center;
    background-size: cover;
}


.seccion b{
    color: #114889;
}

.tituloP{
    text-align: center;
    font-size: 22px;
    color: #114889;
    margin-bottom: 30px;
}


.pro img{
    width: 100%;
}
.pro strong{
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    padding: 12px 0;
}


.form-group{
    margin-bottom: 20px;
}
textarea{
    height: 120px;
}


.certificacion{
    position: relative;
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}

.certificacion .container{
    position: relative;
    z-index: 2;
}

.cert-img{
    text-align: center;
}
.cert-img img{
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    padding: 18px;
}

.cert-texto strong{
    width: 100%;
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 12px;
}

.cert-texto p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
}

.cert-datos{
    margin-top: 20px;
    margin-bottom: 25px;
}

.cert-datos b{
    color: #ffffff;
    font-weight: bold;
}


.texto2{
    font-size: 20px;
    margin-bottom: 30px;
}


footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 60px;
    padding-bottom: 60px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 26px;
    font-weight: lighter;
    display: inline-block;
    margin-bottom: 12px;
}
footer a{
    color: white;
    text-decoration: none;
}
footer b{
    font-size: 24px;
}
footer iframe{
    width: 100%;
    height: 130px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    .imagen{
        margin-top: 30px;
    }
}

@media screen and (max-width:576px){
    .menuRR{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    nav ul{
        width: 100%;
    }
    .menu{
        font-size: 20px;
        padding: 12px 0;
    }
}

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}