/** GENERALES **/
::selection {
    background-color: #00A471;
    color: white;
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #212a32;
    overflow-x: hidden;
    background: #F3F4FB;
}
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.shadow {
    box-shadow: rgba(26, 28, 33, 0.1294117647) 0 16px 30px !important;
}
.bg-white {
    background: white;
}
.btn {
    background: #00A471;
    border: solid 1px #00A471;
    color: white;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}
.btn:hover {
    background: #00A471;
    color: white;
    border: solid 1px white;
}
button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}
.padding-sep {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-sep-bottom {
    padding-bottom: 100px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb100 {
    margin-bottom: 100px;
}
.pl20 {
    padding-left: 20px !important;
}
.m-auto {
    margin: auto !important;
}
h1 {
    font-weight: 600;
}
h1 span {
    font-weight: 300;
}
h2 {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
}
h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    z-index: 2;
}
h6 strong {
    color: #00A471;
}
p {
    font-size: 16px;
    font-weight: 300;
}

.svg1 {
    width: 80%;
    max-height: 400px;
    filter: drop-shadow(12px 12px 10px rgb(200 200 200 / 0.2))
}
.svg2 {
    width: 80%;
    max-height: 450px;
    filter: drop-shadow(12px 12px 10px rgb(200 200 200 / 0.2))
}

/** HEADER **/
header {
    position: sticky !important;
    top: 0;
    z-index: 9;
}
nav {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background: white;
}
nav ul li {
    font-weight: 300 !important;
}
nav ul li a {
    color: #17242A !important;
}
ul.nav {
    display: block;
    margin-top: 15px !important;
}
.logo {
    width: 180px;
}
.bg-filter {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

/** PORTADA **/
.portada {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
    color: white;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.portada .btn {
    z-index: 2;
    position: relative;
}
.portada h3 {
    font-weight: 300;
}
.portada h1 {
    margin-top: 30px;
}
.portada h1,
.portada h3 {
    text-shadow: 2px 2px 12px #121c2087;
}
.prz {
    position: relative;
    z-index: 1;
}
.portada.img1 {
    background-image: url("../img/bg1.jpg");
}
.portada.img2 {
    background-image: url("../img/bg2.jpg");
}
.portada.img3 {
    background-image: url("../img/bg3.jpg");
}
.cont-portada {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.dg {
    height: 80%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: rgb(5,67,48);
    background: -moz-linear-gradient(180deg, rgba(5,67,48,0) 0%, rgb(34 45 47) 100%);
    background: -webkit-linear-gradient(180deg, rgba(5,67,48,0) 0%, rgb(34 45 47) 100%);
    background: linear-gradient(180deg, rgba(5,67,48,0) 0%, rgb(34 45 47) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#054330",endColorstr="#020514",GradientType=1);
}
#carouselExampleAutoplaying {
    z-index: 1;
    position: relative;
}

/** VIDEO **/
.cont-video {
    z-index: 1;
    position: relative;
}
.cont-video .cont {
    padding-bottom:56.25%;
    position:relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}
.cont-video .cont iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/** INDUSTRIAS **/
.img-industrias {
    background: #ccc;
    height: 300px;
    border-radius: 20px;
    margin-top: 70px;
}
.img-industrias h2 {
    color: white;
    text-align: center;
    line-height: 300px;
    display: none;
}
.img-industrias:hover h2 {
    border-radius: 20px;
    display: block;
    background: rgba(23, 36, 42, .8);
}
.alimentos {
    background-image: url("../img/alimentos.jpg");
    background-size: cover;
}
.agroindustria {
    background-image: url("../img/agroindustria.jpg");
    background-size: cover;
}
.servicios {
    background-image: url("../img/servicios.jpg");
    background-size: cover;

}

/** CLIENTES **/
#clientes img {
    width: 200px;
    margin-top: 30px;
}


/** BENEFICIOS **/
.beneficios {
    background-color: #1F3139;
}
.beneficios h2 {
    color: white;
}
.beneficios p {
    color: white;
}
.beneficios .lin {
    width: 30px;
    height: 10px;
    background-color: #00A471;
    border-radius: 20px;
    margin-bottom: 20px;
}
.beneficios .cnt-img {
    margin-top: 70px;
}
.beneficios .img1 {
    border-radius: 30px;
    width: 100%;
    height: 200px;
    background-image: url("../img/1.jpg");
    background-size: cover;
    background-position: center;
}
.beneficios .img2 {
    border-radius: 30px;
    width: 100%;
    height: 200px;
    background-image: url("../img/2.jpg");
    background-size: cover;
    background-position: center;
}
.beneficios .img3 {
    border-radius: 30px;
    width: 100%;
    height: 200px;
    background-image: url("../img/3.jpg");
    background-size: cover;
    background-position: center;
}
.beneficios .img4 {
    border-radius: 30px;
    width: 100%;
    height: 200px;
    background-image: url("../img/4.jpg");
    background-size: cover;
    background-position: center;
}
.beneficios .img5 {
    border-radius: 30px;
    width: 100%;
    height: 200px;
    background-image: url("../img/5.jpg");
    background-size: cover;
    background-position: center;
}
.beneficios .img6 {
    border-radius: 30px;
    width: 100%;
    height: 200px;
    background-image: url("../img/6.jpg");
    background-size: cover;
    background-position: center;
}

/** SOLUCIONES **/
.linea {
    width: 50px;
    height: 10px;
    background-color: #00A471;
    border-radius: 20px;
    margin-bottom: 20px;
}
.soluciones h2 {
    margin-top: 40px;
}


/** CONTACTO **/
.contacto {
    background: #17242A;
    padding-bottom: 0 !important;
}
.contacto h3 {
    color: white;
    font-size: 30px;
    line-height: 40px;
}
.contacto a {
    font-weight: 300;
    color: white;
    text-decoration: none;
}
.contacto .datos {
    background-color: #1F3139;
    border-radius: 30px;
    color: white;
    padding: 30px;
    text-align: center;
}
.contacto .datos .icn {
    background-color: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}
.contacto .datos .icn span {
    color: #00A471;
    font-size: 42px;
    line-height: 80px;
}
.contacto .datos .texto-datos {
    display: inline-block;
    text-align: left;
}
.contacto .datos h3 {
    margin-bottom: 0;
}




/** FOOTER **/
footer {
    margin-top: -100px;
    background: #F3F4FB;
    padding: 30px;
    text-align: center;
    padding-top: 180px;
}
footer p {
    font-size: 14px;
    color: #17242A;
    font-weight: 300;
}
footer .logo {
    width: 150px;
}




@media only screen and (min-width: 576px) { /* SM */

}

@media only screen and (min-width: 768px) { /* MD */

    footer .logo {
        float: left;
    }
    footer p {
        text-align: right;
    }
    .pl0 {
        padding-left: 0;
    }
    .pr0 {
        padding-right: 0;
    }
    .contacto .datos .icn {
        margin-bottom: 20px;
    }
    .soluciones h2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) { /* LG */

    .portada {
        background-position: center center;
        padding-top: 250px;
        padding-bottom: 170px;
    }
    .lqh {
        margin-left: 20px;
    }
    .contacto .datos .icn {
        margin-bottom: 0;
    }
    ul.nav {
        display: flex;
        margin-top: 0 !important;
    }
    .btn {
        margin-top: 0;
    }
    .portada h1 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) { /* XL */

}

@media only screen and (min-width: 1400px) { /* XXL */

}











