* {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    font-family: 'ProximaNova-Regular', sans-serif;
}

h1 {
    font-size: 3em;
    line-height: 3em;
}

h2 {
    font-size: 2.5em;
    line-height: 2.5em;
}

h3 {
    font-size: 2.0em;
    line-height: 2.0em;
}

h4 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h5 {
    font-size: 1.3em;
    line-height: 1.3em;
}

h6 {
    font-size: 1.2em;
    line-height: 1.2em;
}

p {
    font-size: 1.2em;
}

input.form-elementos[type="text"],
input.form-elementos[type="email"],
input.form-elementos[type="tel"],
input.form-elementos[type="number"] {
    width: 94%;
    padding: 12px 2%;
    font-family: 'ProximaNova-Regular', sans-serif;
    border: 1px solid #eee;
    border-radius: 6px;
}

textarea.form-elementos {
    width: 94%;
    padding: 12px 2%;
    font-family: 'ProximaNova-Regular', sans-serif;
    border: 1px solid #eee;
    border-radius: 6px;
    height: 140px;
}

.formulario--entrada {
    margin-bottom: 0.5em;
}

.formulario--entrada button {
    background: #00369d;
    border: 1px solid #00369d;
    color: #fff;
    cursor: pointer;
    font-family: 'ProximaNova-Regular', sans-serif;
    padding: 6px 12px;
    font-size: 1.2em;
    border-radius: 4px;
}

.formulario--entrada button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #00369d;
}

@keyframes menuEntrada {
    0% {
        top: -150px;
    }
    60% {
        top: 30px;
    }
    100% {
        top: 0px;
    }
}

.cabezote {
    animation: menuEntrada 1s ease-in-out 0.2s;
    animation-fill-mode: forwards, none;
    position: absolute;
    width: 100%;
    transition: 0.6s;
    /* transition-delay: 0.1s; */
    top: 0px;
}

.cabezote.efecto1 {
    top: -150px;
}

.cabezote.sticky {
    position: sticky;
    top: 0;
    background: #00369d;
    z-index: 100;
}

#inicio {
    background: url('../images/top_frame.jpg') no-repeat center center;
    /* background-attachment:fixed; */
    -webkit-background: url('../images/top_frame.jpg') no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

@supports not (-webkit-touch-callout: none) {
    #inicio {
        background: url('../images/top_frame.jpg') no-repeat center center;
        background-attachment: fixed;
    }
}

.contenedor--header {
    align-items: center;
    display: flex;
    max-width: 1360px;
    padding: 14px 0;
    width: 96%;
}

.contenedor--header .logo_main {
    text-align: left;
    width: 35%;
}

.contenedor--header .logo_main a {
    display: block;
    float: left;
    max-width: 200px;
}

.contenedor--header nav {
    align-items: flex-end;
    width: 65%;
    text-align: right;
}

.contenedor--header nav ul,
.contenedor--header nav ul li {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    line-height: 1em;
}

.contenedor--header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contenedor--header nav ul li {
    margin: 6px;
    text-align: center;
    width: 80px;
}

.contenedor--header nav ul li a {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.0em;
    text-decoration: none;
}

.introduccion--slogan {
    color: #2affd7;
    font-size: 2.8em;
    line-height: 4rem;
    margin-top: 200px;
    text-align: center;
    width: 100%;
}

.introduccion--slogan h2 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 0;
}

.introduccion--slogan h3 {
    line-height: 1em;
    margin-bottom: 0;
    font-size: 1.3em;
}

.introduccion--servicios {
    margin-top: 70px;
    max-width: 500px;
    padding-bottom: 50px;
}

.introduccion--servicios ul,
.introduccion--servicios ul li {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.introduccion--servicios ul {
    display: flex;
    flex-wrap: wrap;
}

.introduccion--servicios ul li {
    text-align: center;
    width: 33%;
}

.introduccion--servicios ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 80px;
}

.introduccion--servicios ul li span {
    color: #0033A1;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}


/* NOSOTROS */

.nosotros {
    background: url('../images/nosotros_fondo.jpg') no-repeat center center;
    background-size: cover;
    padding: 130px 0;
}

.nosotros .nosotrosCont {
    max-width: 960px;
    margin: 0 auto;
    width: 98%;
}

.nosotros .nosotrosCont p {
    text-align: center;
}

.titulos1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
}

.centrado {
    text-align: center;
}

.aguamarina {
    color: #00bca3;
    text-shadow: 2px 1px 6px #fff;
}

.marketing_relacional {
    background: url('../images/marketing_relacional_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}

.servicios--cont {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 98%;
}

.servicios--contenido {
    width: 50%;
}

.servicios--contenido p {
    font-size: 22px;
    color: #FFF;
}

.servicios--imagen {
    width: 50%;
}

.servicios--imagen img {
    margin-top: 40px;
    max-width: 280px;
}

.marketing_relacional .servicios--imagen {
    text-align: right;
}

.serviciosTitulo {
    color: #fff;
    max-width: 360px;
    margin: 0;
    font-size: 2.9em;
    line-height: 1em;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 1px #000;
}

.servicios--iconos {
    max-width: 530px;
    margin: 0;
    margin-top: 20px;
}

.servicios--iconos ul,
.servicios--iconos ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.servicios--iconos ul {
    display: flex;
}

.servicios--iconos ul li {
    text-align: center;
    width: 20%;
}

.servicios--iconos ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 50px;
}

.servicios--iconos ul li span {
    color: #0033A1;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.auditoria_pdv {
    background: url('../images//auditoria_pdv_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}

.auditoria_pdv .servicios--contenido {
    text-align: right;
}

.auditoria_pdv .serviciosTitulo {
    display: inline-block;
}

.auditoria_pdv .servicios--iconos ul {
    justify-content: flex-end;
}

.auditoria_pdv .servicios--imagen img {
    margin-top: 40px;
    max-width: 410px;
}

.procesoCifras--contenedor {
    display: flex;
    max-width: 1250px;
    padding: 60px 0;
    width: 98%;
}

.procesoCifras {}

.procLogrContenido p {
    display: flex;
    flex-wrap: wrap;
    width: 115px;
    line-height: 1em;
}

.planALaMedida {
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 50px 0;
}

.propuestaDeValor {
    margin: 0 auto;
    min-height: 100vh;
    padding: 120px 0 60px;
    width: 98%;
}

.propuestaInnerContent {
    align-items: center;
    display: flex;
    padding: 60px 0 40px;
}

.propuestaProceso {
    margin-top: 40px;
}

.propuestaProceso--contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    max-width: 930px;
}

.propProceBola {
    align-items: center;
    background: rgb(145, 231, 110);
    background: linear-gradient(0deg, rgba(145, 231, 110, 1) 0%, rgba(42, 255, 198, 1) 100%);
    border-radius: 100%;
    display: flex;
    height: 270px;
    justify-content: center;
    text-align: center;
    width: 270px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
}

.propProceBola p {
    color: #0033a0;
    font-weight: bold;
    margin-top: 12px;
    text-transform: uppercase;
}

.propProceBola.bola2 {
    margin-left: -50px;
    z-index: 5;
}

.propProceBola.bola3 {
    margin-left: -50px;
    z-index: 3;
}

.propProceBola.bola4 {
    margin-left: -50px;
    z-index: 4;
}

.procCifrLogro {
    display: flex;
    width: 250px;
    align-items: center;
}

.procCifrLogro .procLogrIcono {
    width: 115px;
    padding-right: 4px;
}

.logro1 .plc-cont1 {
    color: #435567;
    font-size: 1.1em;
    line-height: 0.5em;
    text-transform: uppercase;
}

.logro1 .plc-cont2 {
    color: #435567;
    font-size: 2.2em;
    line-height: 0.99em;
}

.logro1 .plc-cont3 {
    border-bottom: 2px solid #435567;
    color: #435567;
    font-size: 1.30em;
    line-height: 0.7em;
    padding-bottom: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.logro1 .plc-cont4 {
    color: #435567;
    font-size: 1.9em;
    line-height: 1em;
}

.logro1 .plc-cont5 {
    color: #435567;
    font-size: 1.18em;
    line-height: 0.7em;
    text-transform: uppercase;
}

.logro1 .plc-cont6 {
    color: #435567;
    font-size: 0.7em;
    line-height: 1em;
    white-space: nowrap;
}

.logro2 .plc-cont1 {
    color: #435567;
    font-size: 0.8em;
    line-height: 1em;
}

.logro2 .plc-cont1::before {
    color: #435567;
    content: '—';
}

.logro2 .plc-cont1::after {
    color: #435567;
    content: '—';
}

.logro2 .plc-cont2 {
    color: #435567;
    line-height: 1em;
    font-size: 2.1em;
}

.logro2 .plc-cont3 {
    color: #435567;
    font-size: 0.95em;
    line-height: 1em;
    text-transform: uppercase;
}

.logro2 .plc-cont4 {
    color: #435567;
    font-size: 0.90em;
    line-height: 1em;
}

.logro3 .plc-cont1 {
    color: #435567;
    font-size: 1em;
    line-height: 1em;
}

.logro3 .plc-cont2 {
    color: #435567;
    line-height: 1em;
    font-size: 2.0em;
}

.logro3 .plc-cont3 {
    color: #435567;
    font-size: 0.7em;
    line-height: 1em;
    text-transform: uppercase;
}

.logro3 .plc-cont4 {
    color: #435567;
    font-size: 1.25em;
    line-height: 1em;
}

.procCifrLogro.lineas .lineaIndv {
    background: rgb(124, 180, 164);
    background: linear-gradient(90deg, rgba(124, 180, 164, 1) 20%, rgba(0, 51, 161, 1) 100%);
    height: 3px;
    width: 98%;
    max-width: 150px;
}


/* .clientes */

.clientes {
    align-items: center;
    background: url('../images/clientes_bg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    padding: 50px 0;
}

@supports not (-webkit-touch-callout: none) {
    .clientes {
        background: url('../images/clientes_bg.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
}

.tituloBlancoSombra {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(124, 180, 164, 1);
    margin-bottom: 40px;
}

.listadoClientes {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
}

.listadoClientes ul,
.listadoClientes ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listadoClientes ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.listadoClientes ul li {
    padding: 4px 22px;
    margin-bottom: 10px;
}

.listadoClientes ul li img {
    max-height: 45px;
}


/*  Propuesta de valor  */

.timeline_propuestas {
    align-items: center;
    display: grid;
    gap: 3px;
    grid-template-columns: 1fr 120px 1fr;
    grid-template-areas: "col0 col0 col0" "col1 col2 col3" "col4 col5 col6" "col7 col8 col9" "col10 col11 col12" "col13 col14 col15" "col16 col17 col18" "col19 col20 col21" "col22 col23 col24" "col25 col26 col27" "col28 col29 col30" "col31 col32 col33" "col34 col35 col36";
    justify-items: center;
    position: relative;
    max-width: 1000px;
    width: 96%;
}

.timeline--contenido {
    padding: 20px 0;
}

.timeline--contenido h3 {
    color: #0033A1;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.timeline--contenido_descrip {}

.timeline_propuestas::before {
    background: #00369d;
    color: transparent;
    content: '.';
    display: grid;
    height: calc(100% - 100px);
    justify-content: center;
    justify-items: center;
    justify-self: center;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 2px;
    z-index: -1;
}

.elementoPpal {}

.elementoIcono {
    grid-area: col2;
    padding: 10px 0;
}

.elementoIcono img {
    max-width: 100px;
}

.elementoTexto.izq {
    justify-self: end;
    max-width: 360px;
    margin: 0;
    text-align: right;
    width: 100%;
}

.elementoTexto.der {
    justify-self: start;
    margin: 0;
    max-width: 360px;
    text-align: left;
    width: 100%;
}

.elemento:nth-of-type(1) {
    grid-area: col0;
}

.elemento:nth-of-type(2) {
    grid-area: col1;
}

.elemento:nth-of-type(3) {
    grid-area: col2;
}

.elemento:nth-of-type(4) {
    grid-area: col6;
}

.elemento:nth-of-type(5) {
    grid-area: col5;
}

.elemento:nth-of-type(6) {
    grid-area: col7;
}

.elemento:nth-of-type(7) {
    grid-area: col8;
}

.elemento:nth-of-type(8) {
    grid-area: col12;
}

.elemento:nth-of-type(9) {
    grid-area: col11;
}

.elemento:nth-of-type(10) {
    grid-area: col13;
}

.elemento:nth-of-type(11) {
    grid-area: col14;
}

.elemento:nth-of-type(12) {
    grid-area: col18;
}

.elemento:nth-of-type(13) {
    grid-area: col17;
}

.elemento:nth-of-type(14) {
    grid-area: col19;
}

.elemento:nth-of-type(15) {
    grid-area: col20;
}

.elemento:nth-of-type(16) {
    grid-area: col24;
}

.elemento:nth-of-type(17) {
    grid-area: col23;
}

.elementoTexto.vacio {}

.propuesta_intro {
    max-width: 540px;
    text-align: center;
}

.propuestaFrasefinal {
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}


/*     Contáctenos    */

.contactenos {
    background: url('../images/contactenos_bg.jpg') no-repeat right;
    background-color: #01dbab;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.contactenos::after {
    background-color: #01dbab;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.contactenos--contenedor {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    position: relative;
    z-index: 2;
}

.contactenos--contenedor .datosContacto {
    width: 100%;
}

.contactenos--contenedor .formContacto {
    width: 100%;
}

.contactenosTitulo {
    color: #00369d;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-shadow: 0px 0px 2px rgb(1, 219, 171);
}

.dataCard {
    color: #fff;
    margin-bottom: 20px;
}

.dataCard h3 {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.dataCard a {
    color: #fff;
    text-decoration: underline;
}

.dataCard a:hover {
    color: #00369d;
}

.redes,
.redes li {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.redes li {
    display: inline-block;
    max-width: 40px;
    vertical-align: top;
}

footer {
    background-color: #00369d;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 0.9em;
}

.animado {
    opacity: 0;
    transition: 0.5s ease-in-out;
    transform: translateY(50px);
}

.fadeIn .animado {
    opacity: 1;
    transform: translateY(0px);
}

.contenedorFormulario form {
    position: relative;
}

.mensajeEnviado {
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    display: none;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.mensajeEnviado .mensajeInterno {
    background: #01dfb0;
    border-radius: 10px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    margin: 6px;
    padding: 10px;
}

.mensajeEnviado p {
    text-align: center;
}

.mensajeEnviado .cerrarMensaje {
    background: rgba(1, 219, 171, 0.64);
    color: #00369d;
    position: absolute;
    padding: 10px 16px;
    right: 0;
    text-decoration: none;
    top: 0;
}

.mensajeEnviado .cerrarMensaje:hover {
    text-decoration: underline;
}

.menuBurguer {
    display: none;
}

.menuBurguer .abrirMenu {
    text-decoration: none;
}

.menuBurguer .abrirMenu span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin-bottom: 4px;
}

.contactenos--contenedor {
    width: 98%;
}

footer p {
    margin: 0 auto;
    width: 98%;
}

.videoYoutube {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.videoYoutube iframe {
    /* height: auto;
    width: 100%; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/*  Responsive  */

@media screen and (max-width: 1250px) {
    .procCifrLogro.lineas {
        width: 50px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 930px) {
    .propProceBola {
        height: 200px;
        width: 200px;
    }
    .propuestaProceso--contenedor {
        max-width: 650px;
    }
    .propProceBola.bola2 {
        margin-left: -50px;
    }
    .propProceBola.bola3 {
        margin-left: -50px;
    }
    .propProceBola.bola4 {
        margin-left: -50px;
    }
    .propProceBola_icon img {
        max-width: 70px;
    }
    .propProceBola p {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 850px) {
    /* Servicios */
    .servicios--cont {
        flex-direction: column-reverse;
    }
    .servicios--contenido {
        width: 100%;
    }
    .servicios--imagen {
        width: 100%;
        max-width: 180px;
    }
    .servicios--imagen img {
        margin-top: 0px;
        max-width: 100%;
    }
    .servicios--iconos {
        max-width: 100%;
    }
    .auditoria_pdv .servicios--imagen img {
        margin-top: 0;
        max-width: 100%;
    }
    .auditoria_pdv .servicios--cont {
        flex-direction: column;
    }
    .auditoria_pdv .servicios--contenido {
        text-align: left;
    }
    .auditoria_pdv .servicios--iconos ul {
        justify-content: flex-start;
    }
    .marketing_relacional,
    .auditoria_pdv {
        padding: 40px 0 80px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
        scroll-behavior: initial;
    }
    .animado {
        opacity: 1;
        transition: 0s ease-in-out;
        transform: translateY(0px);
    }
    .menuBurguer {
        border: 1px solid #fff;
        display: block;
        max-width: 26px;
        padding: 4px 4px 2px;
        position: fixed;
        right: 12px;
        top: 12px;
        width: 100%;
        z-index: 150;
    }
    .nosotros .nosotrosCont p,
    .propuesta_intro p {
        font-size: 1.4em;
    }
    .contenedor--header nav {
        background-color: #00369dd9;
        display: flex;
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        align-items: center;
        justify-content: center;
        z-index: 100;
        transition: 0.4s;
    }
    .contenedor--header nav.activo {
        left: 0;
    }
    .contenedor--header .logo_main {
        width: 100%;
    }
    .contenedor--header nav ul {
        flex-flow: column;
    }
    .contenedor--header nav ul li {
        margin: 14px;
        text-align: center;
        width: 100vw;
    }
    .contenedor--header nav ul li a {
        font-size: 2em;
    }
    .procCifrLogro.lineas {
        display: none;
    }
    .procesoCifras--contenedor {
        max-width: 250px;
        flex-wrap: wrap;
    }
    .propProceBola.bola2 {
        margin-left: -40px;
    }
    .propProceBola.bola3 {
        margin-left: -40px;
    }
    .propProceBola.bola4 {
        margin-left: -40px;
    }
    .clientes {
        min-height: auto;
        padding: 80px 0;
    }
}

@media screen and (max-width: 650px) {
    .propuestaProceso--contenedor {
        max-width: 500px;
    }
    .propProceBola {
        height: 150px;
        width: 150px;
    }
}

@media screen and (max-width: 570px) {
    .propProceBola {
        font-size: 0.8em;
        height: 160px;
        width: 160px;
    }
    .propProceBola.bola2 {
        margin-left: 0px;
    }
    .propProceBola.bola3 {
        margin-left: 0px;
    }
    .propProceBola.bola4 {
        margin-left: 0px;
    }
    .propuestaProceso--contenedor {
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 200px;
        width: 98%;
    }
    .propProceBola {
        font-size: 1em;
        height: 200px;
        margin-bottom: 10px;
        width: 200px;
    }
    .contactenos--contenedor {
        grid-template-columns: 1fr;
        width: 98%;
    }
    .propProceBola p {
        font-size: 1.34em;
    }
}

@media screen and (max-width: 480px) {
    /*  Cambiamos el timeline  */
    .timeline_propuestas {
        align-items: center;
        display: grid;
        gap: 3px;
        grid-template-columns: 120px 1fr;
        grid-template-areas: "col0 col0x" "col1 col2" "col4 col5" "col7 col8" "col10 col11" "col13 col14" "col16 col17" "col19 col20" "col22 col23" "col25 col26" "col28 col29" "col31 col32" "col34 col35";
        justify-items: center;
        position: relative;
        max-width: 1000px;
        width: 96%;
    }
    .timeline_propuestas::before {
        justify-self: left;
        margin-left: 60px;
    }
    .elementoTexto.izq {
        justify-self: start;
        text-align: left;
    }
    .elemento:nth-of-type(3) {
        grid-area: col1;
    }
    .elemento:nth-of-type(2) {
        grid-area: col2;
    }
    .elemento:nth-of-type(5) {
        grid-area: col4;
    }
    .elemento:nth-of-type(4) {
        grid-area: col5;
    }
    .elemento:nth-of-type(6) {
        grid-area: col8;
    }
    .elemento:nth-of-type(7) {
        grid-area: col7;
    }
    .elemento:nth-of-type(9) {
        grid-area: col10;
    }
    .elemento:nth-of-type(8) {
        grid-area: col11;
    }
    .elemento:nth-of-type(10) {
        grid-area: col14;
    }
    .elemento:nth-of-type(11) {
        grid-area: col13;
    }
    .elemento:nth-of-type(12) {
        grid-area: col17;
    }
    .elemento:nth-of-type(13) {
        grid-area: col16;
    }
}

@media screen and (max-width: 380px) {
    .servicios--iconos ul {
        flex-wrap: wrap;
    }
    .servicios--iconos ul li {
        margin-bottom: 20px;
        width: 33%;
    }
}

@media screen and (max-width: 320px) {}