*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
}
body{
    background-color: #fff;
}
.navbar{
    padding: 0;
}
.navbar > .container-fluid{
    z-index: 10;
}
header{
    background-color: #fff;
    border-bottom:2px solid #0A3356;
    height: 76.22px;
}
.verde{
    color: #46B258 !important;
}
.center{
    text-align: center;
}
#logo-header img{
    height: 60px;
}
.nosotros-home > div{
    display: flex;
    align-items: center;
}
.info-contacto{

    height: 100%;
    padding: 30px;
}
.nosotros-home img{
}
.txt-home p{
    margin: 0 auto;
    width: 85%;
}
.txt-home h3{
    color: #005083;
    font-size: 1.8em;
    font-weight: bold;
}
.contenedor-general{
    margin: 0 auto;
    width: 70%;
}
.margin-section{
    margin-bottom: 70px;
    margin-top: 70px;
}
.margin-section2{
    margin-bottom: 150px;
    margin-top: 150px;
}
p{
    margin-bottom: 0;
}
.line-header{
    background-color: #0A3356;
    color: #fff;
    padding: 5px;
}
.tabla-productos p:last-child{
    border: 1px solid #0A3356;
    padding: 10px 5px;
}
.tabla-productos p:first-child{
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;

    padding: 10px 5px;
}
.listas h4{
    color: #46B258;
    font-weight: bold;
}
.listas ul li{
    list-style-type: disc;
    list-style-position: inside;
}
.generadores img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.misma-altura{
    align-items: stretch;
}
.misma-altura > div{
    
    display: flex;
    
}
.misma-altura > div > div{
    width: 100%;
}
.generadores2 img{
    width: 100%;
}
.banner{
    background-image: url('/images/3.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 80%;
    width: 100%;
    z-index: -10;
}
.mask{
    align-items: center;
    background-color: rgba(20, 20, 20, 0.8);
    color: #fff;
    display: flex;
    height: 100%;
    width: 100%;
}
.mask h3{
    font-size: 2.4em;
}
.banner2{
    background-color: #E2F3E5;
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
}
.mask2{
    align-items: center;
    color: #fff;
    display: flex;
    padding: 80px 0;
    height: 100%;
    width: 100%;
}
.mask2 h3{
    color: #0A3356;
    font-size: 3em;
    font-weight: bold;
}
.mask h3{
    color: #fff;
    font-size: 3.2em;
    text-align: center;
}
.mask2 p{
    font-size: 1.2em;
}
.mask p{
    
    text-align: center;
}
.about-body{
    text-align: justify;
}
footer{
    background-color: #0A3356;
    color: #fff;
    padding: 80px 20px;
    width: 100%;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}
.top40{
    margin-top: 40px;
}
.logof img{
    width: 200px;
}
.home-section img{
    background-position: top;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
#mapa > div iframe{
    border-radius: 15px;
}
textarea{
    resize: none;
}
.form-control{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    border-color: #383838;
}
.green-btn{
    background-color: #46B258;
    color: #fff;
    padding: 12px 20px;
}
.btn-center{
    display: block;
    margin: 20px auto;
}
.w-100{
    width: 100%;
}
.contenedor-gris{
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 100%;
    padding: 15px;
    width: 100%;
}
.fondo{
    background-color: #E2F3E5;
    background-position: center;
    background-attachment: fixed;
    
    width: 100%;
}
.mask-f{
    
    padding: 50px 0;
    height: 100%;
    width: 100%;
}
.item-home > div,.item-home2 > div{
    background-color: #fff;
    padding: 20px 20px;
}
.item-home,.item-home2{
    
    margin: 20px auto;
    padding: 20px;
}
.item-home img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: block;
    margin: 30px auto;
    padding: 10px;
    width: 100%;
}
.item-home3 img{
    width: 100px;
}
.item-home3 h5{
    color: #46B258;
    font-weight: bold;
}
.item-home2 img{

    display: block;
    margin: 30px auto;
    padding: 20px;
    object-fit: cover;
    width: 80%;
}
.txt-home{
    font-size: 1.2em;
    text-align: center;
}
.item-home h5,.item-home2 h5{
    color: #0A3356;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.item-home p,.item-home2 p{
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
.contenedor-gris2{
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
}
.neon{
    font-size: 3em;
    text-align: center;
    animation: azul-neon 6s infinite alternate;
}
@keyframes azul-neon{
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%{
        color: #acacac;
        text-shadow: 2px 2px 10px #acacac;
    }
    20%,  50%, 75%, 85%, 100% {
        color: #46B258;
        text-shadow: 2px 2px 10px #46B258;
    }
}
.contenedor-gris h3{
    color: #005083;
    font-size: 2em;
    font-weight: bold;
}
.contenedor-gris p{
    font-size: 1.2em;
    font-weight: bold;
}
ul{
    list-style: none;
    padding: 0;
}
.titulo{
    color: #0A3356;
    font-size: 2.2em;
    font-weight: bold;
    margin: 30px auto;
}
.item-galeria{
    margin: 10px 0;
}
.item-galeria img{
    background-color: #005083;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.footer-items p{
    border-bottom: 2px solid #46B258;
    color: #46B258;
    display: table-cell;
    font-size: 1.2em;
    padding-bottom: 2px;
}
.item-galeria > div{
    height: 300px;
    position: relative;
    width: 100%;
}
.item-galeria p{
    background-color: rgba(28, 28, 28, 0.8);
    border-radius: 4px 4px 8px 8px;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.item-servicios img{
    width: 40%;
}
.separador1{
    margin: 100px auto;
}
.img-section{
    margin-top: 30px;
}
.img-section img{
    width: 98%;
}
.item-servicios h5{
    color: #005083;
    font-size: 1.6em;
    font-weight: bold;
}
.item-servicios{
    margin: 30px 0;
    text-align: center;
}
.container-fluid{
    
}




@media screen and (max-width: 1700px){ 
    .contenedor-general{
        width: 80%;
    }
}

@media screen and (max-width: 1400px){ 
    .contenedor-general{
        width: 90%;
    }
    .neon{
        font-size: 2.6em;
    }
    .mask h3{
        font-size: 2.4em;
    }
    .mask2 p{
        font-size: 1em;
    }
}

@media screen and (max-width: 1200px){ 
    .contenedor-general{
        width: 90%;
    }
    .mask h3{
        font-size: 2em;
    }
    .mask2 h3{
    font-size: 2.6em;
    }
    .mask2 p {
        font-size: 1em;
    }
    .item-home img{
        width: 90px;
    }
    .neon{
        font-size: 2.2em;
    }
}

@media screen and (max-width: 992px){ 
    .navbar-nav{
        border: 1px solid #cdcdcd;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        text-align: center;
        z-index: 10;
    }
    .item-home{
        padding: 8px;
    }
    .neon{
        font-size: 1.8em;
    }
    .green-btn{
        padding: 8px 16px;
    }
    .mask2 h3{
    font-size: 2em;
    }
}


@media screen and (max-width: 768px){ 
    
    .neon{
        font-size: 1.4em;
    }
    .green-btn{
        padding: 6px 12px;
    }
    .mask2 h3{
    font-size: 1.8em;
    }
}
@media screen and (max-width: 600px){ 
    
    .neon{
        font-size: 1.2em;
    }
}



