/* ------- general ------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Inter', sans-serif;
}
.ifmenu {
    height: 90px;
    width: 100%;
}
.contenedor {
    margin: auto;
    width: 98%;
}
h1 {
    float: left;
}
section {
    width: 100%;
    /*margin-bottom: 25px;*/
}
/* ------------- banner -------------*/

#banner {
    margin-top: 90px;
    position: relative;
}
#banner img {
    width: 100%;
    height: 200px;
}
#banner .contenedor {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateX(-50%) translateY(-50%);
    color: #333333;
    max-width: 183px;
}
#banner h2 {
    font-size: 20px;
    margin-top: -25%;
}
#banner .somos {
    font-family: 'Rubik', sans-serif;
    color: #8BACD0;
    font-size: 11px;
    margin-top: -35%;
}
@media(min-width: 1700px) {
    #banner h2 {
        margin-left: -10%;
    }
    #banner .somos {
        margin-left: -10%;
    }
}
@media(min-width: 1025px) {
    #banner img {
        height: 100%;
    }
    #banner .contenedor {
        position: absolute;
        top: 46%;
        margin-left: -4%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #333333;
        max-width: 550px;
    }
    #banner .somos {
        font-size: 22px;
        margin-top: -42%;
        font-weight: 600;
    }
    #banner h2 {
        font-size: 45px;
        font-weight: bold;
        margin-top: 0%;
    }
}
@media(max-width: 1024px) {
    #banner img {
        height: 100%;
    }
    #banner .contenedor {
        position: absolute;
        top: 46%;
        margin-left: -4%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #333333;
        max-width: 550px;
    }
    #banner .somos {
        font-size: 20px;
        margin-top: -28%;
        font-weight: 600;
        margin-left: 2%;
    }
    #banner h2 {
        font-size: 30px;
        font-weight: bold;
        margin-top: 0%;
        margin-left: 2%;
    }
}
@media(max-width: 768px) {
    #banner img {
        height: 100%;
    }
    #banner .somos {
        font-size: 15px;
        margin-top: -23%;
        font-weight: 600;
        margin-left: 22%;
    }
    #banner h2 {
        font-size: 25px;
        font-weight: bold;
        margin-left: 22%;
        margin-top: -4%;
    }
    #banner .contenedor {
        position: absolute;
        top: 46%;
        margin-left: -4%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #333333;
        max-width: 550px;
    }
}
@media(max-width: 500px) {
    #banner .contenedor {
        left: 38%;
        max-width: 200px;
    }
    #banner h2 {
        font-size: 17px;
        margin-top: -11%;
        width: 100%;
        margin-left: -3%;
    }
    #banner .somos {
        margin-top: -40%;
        font-weight: 600;
        margin-left: -3%;
        font-size: 11px;
    }
}
/* --------------- Soluciones ------------*/

.soluciones img {
    width: 100%;
    margin-top: -4px;
}
.iconos img {
    width: 100%;
    margin-top: -5px;
}
.mov {
    display: none;
}
@media(max-width: 700px) {
    .soluciones .web {
        display: none;
    }
    .mov {
        display: block;
    }
}
/* --------------- Banner 2 --------------*/

#banner2 {
    /*margin-top: 90px;*/
    position: relative;
}
#banner2 img {
    width: 100%;
    height: 200px;
}
#banner2 .contenedor {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateX(-50%) translateY(-50%);
    color: #333333;
    max-width: 183px;
}
#banner2 h2 {
    font-size: 20px;
    margin-top: -25%;
}
#banner2 .somos {
    font-family: 'Rubik', sans-serif;
    color: #8bacd0;
    font-size: 11px;
    margin-top: -35%;
}
#banner-mov {
    display: none;
    height: 200px;
    width: 100%;
}
#banner-mov .contenedor {
    width: 78%;
}
#banner-mov h2 {
    font-size: 19px;
    padding-bottom: 20px;
}
#banner-mov p {
    font-size: 15px;
}
#banner-mov .ptitulo {
    color: #E42313;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 10%;
}
@media(min-width: 769px) {
    #banner2 img {
        height: 530px;
        margin-top: -4px;
    }
    #banner2 .contenedor {
        position: absolute;
        top: 82%;
        margin-left: -1%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #4D4D4D;
        max-width: 640px;
    }
    #banner2 .somos {
        font-size: 20px;
        margin-top: -20%;
        font-weight: 600;
    }
    #banner2 h2 {
        font-size: 30px;
        font-weight: bold;
        margin-top: -43%;
    }
    #banner2 p {
        color: #4D4D4D;
        margin-top: 21%;
        font-size: 20px;
    }
}
@media(max-width: 768px) {
    #banner2 img {
        height: 100%;
        margin-top: -4px;
    }
    #banner2 .contenedor {
        position: absolute;
        top: 150%;
        margin-left: -1%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #333333;
        max-width: 640px;
    }
    #banner2 .somos {
        font-size: 15px;
        margin-top: -16%;
        font-weight: 600;
        margin-left: 24%;
    }
    #banner2 h2 {
        font-size: 25px;
        font-weight: bold;
        margin-top: -43%;
        margin-left: 24%;
    }
    #banner2 p {
        color: #4D4D4D;
        margin-top: 16%;
        font-size: 15px;
        margin-left: 24%;
    }
}
@media(max-width: 700px) {
    #banner2 .web {
        display: none;
    }
    .iconos .web {
        display: none;
    }
    #banner-mov {
        display: block;
    }
    .mov {
        width: 100%;
    }
}
.banner2-mov {
    margin-top: 230px;
}
/* ------------- Filtro --------------- */

/* --------------- Footer -------------- */

@media(max-width: 570px) {
    .footer {
        margin-top: 0px !important;
    }
}
.container {
    max-width: 90%;
    margin: auto;
    margin-left: 11%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    max-width: 94%;
}
.container p {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    /* padding-bottom: 0px; */
    margin-top: 6px;
    margin-left: -9%;
}
ul {
    list-style: none;
}
.footer {
    background-color: #f1f1f1;
    padding: 20px 0;
    margin-top: -234px;
}
.footer-col {
    width: 25%;
    padding: 0 15px;
}
.footer-col span {
    color: #8BACD0;
}
.footer-col .tel2 span {
    color: transparent;
}
.footer-col img {
    width: 190px;
    margin-top: 28px;
}
.dirección-footer {
    margin-left: -25%;
}
.footer-col .direccion {
    margin-left: -25%;
    max-width: 340px;
    font-weight: bold;
    font-size: 15px;
}
.footer-col h4 {
    font-size: 15px;
    color: #8BACD0;
    text-transform: capitalize;
    margin-bottom: 18px;
    position: relative;
    margin-top: 7%;
}
.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    /*background-color: #e91e63;*/
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-col ul li a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    display: block;
    max-width: 190px;
    transition: all 0.3s ease;
}
/*.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}*/

.footer-col .social-links a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: rgb(0 0 0 / 20%);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    transition: .6s;
    /*box-shadow: 0 5px 4px rgba(0, 0, 0, .5);*/
}
.footer-col .social-links .fb:hover {
    background-color: #3b5999;
    color: white;
}
.footer-col .social-links .tw:hover {
    background-color: #55acee;
    color: white;
}
.footer-col .social-links .in:hover {
    background-color: #e4405f;
    color: white;
}
.footer-col .social-links .li:hover {
    background-color: #0077B5;
    color: white;
}
.social-links {
    margin-top: 15px;
    margin-left: 11px;
}
@media(max-width: 768px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer-col img {
        margin-left: -8%;
    }
    /*.row {
        max-width: 90%;
    }*/
    .dirección-footer {
        margin-left: 0%;
    }
    .footer-col .direccion {
        margin-left: 0%;
        max-width: 315px;
    }
}
@media(max-width: 574px) {
    .footer-col {
        width: 100%;
        margin-top: -9%;
    }
    .footer-col img {
        width: 30%;
        margin-left: -4%;
    }
    .footer-col .secciones-footer {
        display: none;
    }
    .dirección-footer {
        margin-left: 0%;
    }
    .footer-col .direccion {
        margin-left: 0%;
        max-width: 315px;
        font-size: 11px;
    }
    .footer-col h4 {
        font-size: 13px;
    }
    .social-links {
        margin-top: 42px;
        margin-left: 16%;
    }
    .container p {
        margin-top: 9px;
        margin-left: 4%;
        max-width: 255px;
        font-weight: bold;
        font-size: 9px;
    }
    .row {
        margin-top: 10%;
    }
    .footer-col .tel2 {
        margin-top: -24.5px;
        margin-left: 94px;
    }
    .footer-col ul li a {
        font-size: 11px;
    }
}