/* ------- 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 (max-width: 1024px) {
    #banner img {
        height: 100%;
    }
    #banner .contenedor {
        position: absolute;
        top: 36%;
        margin-left: -12%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #333333;
        max-width: 385px;
    }
    #banner .somos {
        font-size: 16px;
        margin-top: -29%;
        font-weight: 600;
        margin-left: 65px;
    }
    #banner h2 {
        font-size: 28px;
        margin-left: 70px;
        margin-top: 10%;
    }
}
@media (max-width: 768px) {
    #banner img {
        height: 100%;
    }
    #banner .contenedor {
        position: absolute;
        top: 36%;
        margin-left: -12%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #333333;
        max-width: 385px;
    }
    #banner .somos {
        font-size: 14px;
        margin-top: -29%;
        font-weight: 600;
        margin-left: 100px;
    }
    #banner h2 {
        font-size: 25px;
        margin-left: 100px;
        margin-top: 10%;
    }
}
@media (max-width: 768px) {
    #banner h2 {
        font-size: 22px;
        margin-left: 26%;
        margin-top: 0%;
        max-width:208px;
    }
    #banner .somos {
        font-size: 12px;
        margin-top: -20%;
        font-weight: 600;
        margin-left: 26%;
    }
}
@media (max-width: 500px) {
    #banner h2 {
        font-size: 22px;
        margin-left: 35%;
        margin-top: 0%;
        max-width:208px;
    }
    #banner .somos {
        font-size: 12px;
        margin-top: -20%;
        font-weight: 600;
        margin-left: 35%;
    }
}
@media(min-width: 1025px) {
    #banner img {
        height: 100%;
    }
    #banner .contenedor {
        position: absolute;
        top: 36%;
        margin-left: -12%;
        /* transform: translateX(-50%) translateY(-50%); */
        color: #333333;
        max-width: 385px;
    }
    #banner .somos {
        font-size: 22px;
        margin-top: -43%;
        font-weight: 600;
    }
    #banner h2 {
        font-size: 45px;
        font-weight: bold;
        margin-top: 0%;
    }
}
/* ------------- info somos ---------- */

#info-somos h4 {
    /*text-align: center;*/
    font-size: 16px;
    margin-top: 4%;
}
#info-somos p {
    font-size: 12px;
    color: #4D4D4D;
    margin-top: 13%;
}
#info-somos {
    /*display: flex;*/
    display: none;
    justify-content: center;
    flex-wrap: wrap;
}
#info-somos article {
    /*margin: 15px;*/
}
#info-somos img {
    width: 100%;
    height: 170px;
}
#info-somos .contenedor {
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
    color: #8bacd0;
    max-width: 300px;
}
#info-somos .img2 {
    margin-top: 65%;
    color: white;
    margin-left: 40%;
}
#info-somos .himg3 {
    margin-top: 127%;
    color: #4D4D4D;
    margin-left: 40%;
}
#info-somos .pimg3 {
    margin-top: 3%;
    margin-left: 40%;
}
#info-somos .himg4 {
    margin-top: 184%;
    color: #333333;
    margin-left: 9%;
}
#info-somos .pimg4 {
    margin-top: 5%;
    margin-left: 9%;
    color: #333333;
}
#info-somos .himg5 {
    margin-top: 238%;
    color: white;
    margin-left: 2%;
}
#info-somos .pimg5 {
    margin-top: 5%;
    margin-left: 2%;
    color: white;
}
#info-somos .himg6 {
    margin-top: 290%;
    color: #E42313;
    margin-left: 66%;
    font-size: 12px;
    font-weight: 500;
}
#info-somos .pimg6 {
    margin-top: 5%;
    margin-left: 66%;
    color: #333333;
    font-size: 10px;
    font-weight: 600;
}
#info-somos .himg8 {
    margin-top: 422%;
    color: white;
    margin-left: -1%;
    font-size: 14px;
}
#info-somos .himg9 {
    margin-top: 472%;
    color: white;
    margin-left: -1%;
    font-size: 14px;
}
.swip-slider h2 {
    color: #E42313;
    font-size: 15px;
    text-align: center;
}
@media(max-width: 700px) {
    #info-somos {
        display: flex;
    }
    .somos-web {
        display: none;
    }
    .somos-mov {
        display: none;
    }
    .somos-info5 {
        display: none;
    }
}
@media(max-width: 570px) {
    article .btn-movil {
        width: 42% !important;
        height: 10% !important;
        margin-top: 37.5%;
        position: absolute;
        margin-left: -13%;
    }
}
/* --------------footer -------------- */

.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;
}
.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;
    }
}
/* --------------- web ------------*/

.somos-info_columna {
    color: #fff;
    width: 100%;
}
.somos-info {
    display: flex;
    justify-content: space-between;
    margin-top: -4px;
}
.somos-info img {
    margin-top: -1px;
    width: 100%;
}
.somos-info_columna2 {
    color: #fff;
    width: 100%;
    z-index: 0;
}
.somos-info2 {
    display: flex;
    justify-content: space-between;
    margin-top: -4px;
}
.somos-info2 img {
    width: 100%;
}
.somos-info_columna3 {
    color: #fff;
    width: 100%;
}
.somos-info3 {
    display: flex;
    justify-content: space-between;
    margin-top: -4px;
}
.somos-info3 img {
    width: 100%;
    margin-top: -1px;
}
.somos-info_columna4 {
    /*color: #fff;*/
    width: 100%;
    /*width: 32.5%;*/
}
.somos-info4 {
    /*display: flex;
    justify-content: space-between;*/
    margin-top: -4px;
}
.somos-info4 img {
    width: 100%;
    margin-top: -1px;
    /*height: 250px;*/
}
.somos-info_columna4 h2 {
    font-weight: 600;
    color: #E42313;
    margin-top: -13%;
    position: absolute;
    font-size: 15px;
    left: 32%;
}
/*.somos-info_columna4 p {
    font-weight: 600;
    color: #333333;
    margin-top: -10%;
    position: absolute;
    font-size: 19px;
    left: 32%;
    max-width: 225px;
}
.somos-info_columna4 .iconos {
    margin: auto;
    text-align: center;
}
.iconos img {
    width: 65px;
    padding-bottom: 20px;
}*/

.somos-info5 {
    margin-top: -4px;
    width: 100%;
}
.somos-info5 img {
    width: 100%;
}
.somos-info5 p {
    position: absolute;
    margin-top: -15%;
    text-align: left;
    /*width: 26%;*/
    font-size: 34px;
    color: white;
    font-weight: 600;
    left: 8%;
    line-height: 1;
}
.somos-info5 .p2 {
    position: absolute;
    margin-top: -15%;
    text-align: left;
    /*width: 26%;*/
    font-size: 34px;
    color: white;
    font-weight: 600;
    left: 57%;
    line-height: 1;
}
.swip-slider h2 {
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding: 50px;
    color: #8BACD0;
    font-size: 30px;
}
.somos-mov {
    display: none;
}
.boton {
    position: absolute;
    margin-top: -3.7%;
    width: 17%;
    margin-left: 83%;
}
@media(max-width: 1920px) {
    .somos-info5 p {
        font-size: 40px;
    }
    .somos-info5 .p2 {
        font-size: 40px;
    }
}
@media(max-width: 1600px) {
    .somos-info5 p {
        font-size: 30px;
    }
    .somos-info5 .p2 {
        font-size: 30px;
    }
}
@media(max-width: 1300px) {
    .somos-info5 p {
        font-size: 29px;
    }
    .somos-info5 .p2 {
        font-size: 29px;
    }
}
@media(max-width: 1300px) {
    .somos-info5 p {
        font-size: 24px;
    }
    .somos-info5 .p2 {
        font-size: 24px;
    }
}
@media(max-width: 768px) {
    .flex-caption-somos p {
        margin-top: -33%;
        font-size: 14px;
    }
    .somos-info5 p {
        font-size: 18px;
    }
    .somos-info5 .p2 {
        font-size: 18px;
    }
}
@media(max-width: 700px) {
    .swip-slider h2 {
        font-size: 17px;
        font-weight: 600;
        padding: 0px;
        padding-bottom: 0px;
        padding-top: 20px;
        margin-top: 25px;
    }
    .somos-info5 p {
        font-size: 15px;
        margin-top: -66%;
        margin-left: 4%;
    }
    .somos-info5 .p2 {
        font-size: 15px;
        margin-left: -45%;
        margin-top: -32%;
        max-width: 160px;
    }
    .flex-caption-somos p {
        margin-top: -40%;
    }
}