/******************************
*   Tipografias
******************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Text:ital@0;1&display=swap');
@import url('all.css');

:root {
    --negro: 0, 0, 0;
    --blanco: 255, 255, 255;

    --azul_d: 44, 60, 101;
    --azul_l: 54, 161, 255;

    --gris_d: 206, 206, 206;
    --gris_l: 245, 245, 245;

}

::selection {
    color: rgb(var(--gris_l), 1);
    background: rgb(var(--azul_d), 1);
}
::-moz-selection {
    color: rgb(var(--gris_l), 1);
    background: rgb(var(--azul_d), 1);
}
::-webkit-selection {
    color: rgb(var(--gris_l), 1);
    background: rgb(var(--azul_d), 1);
}

/******************************
*   Reset
******************************/
*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 85px;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    color: rgb(var(--azul_d), 1); 
}
figure {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
figure img,
figure svg { margin: 0 auto; }
img, svg {
    max-width: 100%;
    height: auto;
    display: block;
}
a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul,
ol {
    margin: 0;
    padding: 0;
    padding-inline-start: 20px;
}
li + li { margin-top: 15px; }
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}
input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 12px 16px;
    color: rgb(var(--oscuro), 1);
    background: rgb(var(--blanco), 1);
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: ;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder { color: rgb(var(--name), 1); }
button { background: transparent; }
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }

p { margin: 0; }
* + p,
* + ol,
* + ul { margin-top: 20px; }
ol + *,
ul + *,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 { margin-top: 40px; }

ul > li::marker,
ul > li > ul > li::marker { color: rgb(var(--name), 1); }

/******************************
*   Loader
******************************/

/******************************
*   General
******************************/
main {
    min-height: calc(100vh - 60px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main section {
    padding: 60px 0;
    position: relative;
}

/* Head Sectio */
.h__section + * { margin-top: 40px }
.h__section > * + * { margin-top: 10px }
.t__section { font-size: 32px; }
.t__section span { color: rgb(var(--azul_l), 1) }

/* CTA */
* + .c__cta { margin-top: 40px; }
.c__cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
button.cta {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cta,
a.cta {
    display: inline-block;
    white-space: nowrap;
    /* min-width: 130px; */
    text-align: center;
    line-height: 1;
    padding: 12px 20px;
    color: rgb(var(--blanco), 1);
    position: relative;
}

.bg__gris { background: rgb(var(--gris_l), 1); }

/******************************
*   Home
******************************/
/*-------- Inicio --------*/
.inicio {
    text-align: center;
    padding-bottom: 0;
}
.inicio .h__section { padding: 0 30px; }
.inicio .h__section > * + * { margin-top: 25px; }
.inicio .h__section h2 {
    font-size: 10vw;
    display: inline-flex;
    flex-direction: column;
}
.inicio .h__section h2 span {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    z-index: 1;
}
.inicio .h__section h2 span i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgb(209, 234, 255) 0%, rgb(var(--azul_l), 1) 100%);
    z-index: -1
}
.inicio .h__section p {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
.graf__ini {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-transform: translateY(6%);
    -moz-transform: translateY(6%);
    -ms-transform: translateY(6%);
    -o-transform: translateY(6%);
    transform: translateY(6%);
    pointer-events: none;
}
.graf__ini > div {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
}
.graf__ini > div figure { width: 100%; }
.graf02 { justify-content: end; }
.graf01 figure {
    -webkit-transform: translateX(-3%) scale(1.2);
    -moz-transform: translateX(-3%) scale(1.2);
    -ms-transform: translateX(-3%) scale(1.2);
    -o-transform: translateX(-3%) scale(1.2);
    transform: translateX(-3%) scale(1.2);
    transform-origin: 0 0;
}
.graf02 figure {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
}

/*-------- Nosotros --------*/
.nosotros { padding-bottom: 0; }

* + .cont__cultura { margin-top: 60px }
.col__cul {
    padding: 60px 30px;
    overflow: hidden;
    position: relative;
}
.col__cul:nth-child(1) { background: rgb(var(--azul_l), 1); }
.col__cul:nth-child(2) { background: rgb(var(--gris_d), 1); }
.col__cul:nth-child(3) { background: rgb(var(--azul_d), 1); }
.col__cul:nth-child(1),
.col__cul:nth-child(3) { color: rgb(var(--blanco), 1) }
.col__cul > div {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.col__cul .isotope {
    position: absolute;
    width: 220px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .03;
}
.col__cul .isotope svg {
    width: 100%;
    max-width: initial;
    display: block;
}
.col__cul:nth-child(1) .isotope svg path,
.col__cul:nth-child(2) .isotope svg path { fill: rgb(var(--negro), 1); }
.col__cul:nth-child(3) .isotope svg path { fill: rgb(var(--blanco), 1); }
.col__cul > div ul li + li { margin-top: 4px }

/*-------- Descripcion --------*/
.fil__descr + .fil__descr { margin-top: 60px }
.fil__descr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.col__des { width: 100%; }
.col__des:nth-child(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}
.col__des .isotope {
    width: 50px;
    min-width: 50px;
}
.col__des .isotope svg path { fill: rgb(var(--azul_d), 1); }
.img__des figure {
    max-width: 300px;
    width: 60%;
    margin: 0 auto;
}

/*-------- Servicios --------*/
.serv > * + * { margin-top: 35px }
.serv > * { position: relative; }
.serv__head {
    display: grid;
    grid-template-columns: 1fr;
}
.serv__head > * { grid-area: 1 / 1 / 2 / 2; }
.head__bg {
    background: rgb(var(--azul_l), .1);
    border-radius: 16px;
    width: 100%;
    padding-top: 100%;
    transform-origin: 0% 100%;
}
.head__box {
    padding: 20px;
    position: relative;
}
.head__box h3 { font-size: 6vw; }
.head__box figure {
    position: absolute;
    width: 75%;
    right: 0;
    bottom: -25px;
}
.serv__body {
    padding: 10px;
    flex-grow: 1;
}
.serv__item:last-child .head__box figure { width: 90%; }

/*-------- Alianzas --------*/
.alianzas { text-align: center; }

.fil__ali + .fil__ali { margin-top: 20px; }
.fil__ali {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    gap: 20px;
}
.fil__cen {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fil__spac {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.item__ali {
    width: calc(50% - 10px);
    min-width: 120px;
    max-width: 180px;
    text-align: left;
}
.alianza {
    display: grid;
    grid-template-columns: 1fr;
}
.alianza > * { grid-area: 1 / 1 / 2 / 2; }
.ali__bg {
    background: rgb(var(--azul_l), .1);
    border-radius: 16px;
    width: 100%;
    padding-top: 100%;
}
.txt__ali {
    padding: 20px;
    position: relative;
}
.txt__ali h3 { font-size: 16px; }
.txt__ali figure {
    position: absolute;
    width: 75%;
    right: 10px;
    bottom: -15px;
}
.logo__tagma { margin: 60px 0; }
.logo__tagma figure {
    width: 200px;
    margin: 0 auto;
}

/*-------- Contacto --------*/
.fil__contact { overflow: hidden; }
.fil__contact:nth-child(1) {
    position: relative;
    z-index: 1;
}
.graf__contact {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
}
.graf__contact > * {
    grid-area: 1 / 1 / 2 / 2;
    -webkit-transform: translateX(9%);
    -moz-transform: translateX(9%);
    -ms-transform: translateX(9%);
    -o-transform: translateX(9%);
    transform: translateX(9%);
}
.cont__datos { display: inline-block; }
.fil__dato + .fil__dato {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgb(var(--azul_d), .1);
}
.fil__dato h3 { font-size: 18px; }
.fil__dato a i {
    display: inline-block;
    margin-right: 8px;
}
.c__verde {
    --verde: 97, 195, 54;
    color: rgb(var(--verde), 1)
}

/*-------- Legal --------*/
.legal__info {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}


/******************************
*   Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
/*-------- Inicio --------*/
.inicio .h__section h2 { font-size: 48px; }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
/*-------- Servicios --------*/
.serv__item + .serv__item { margin-top: 50px; }

}
@media (min-width : 680px) {
/*-------- Descripcion --------*/
.col__des:nth-child(1) { gap: 40px; }

/*-------- Servicios --------*/
.cont__serv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    gap: 50px;
}
.serv__item { width: calc(50% - 25px); }
.serv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.serv__item + .serv__item .serv .serv__body::before {
    content: '';
    position: absolute;
    border: 0.8px solid rgb(var(--azul_d), .1);
    top: 0;
    left: -25px;
    height: 100%
}
.head__box h3 { font-size: 18px }

/*-------- Alianzas --------*/
.txt__ali h3 { font-size: 18px; }
.logo__tagma { margin: 20px 0; }

}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.container {
    padding-right: 30px;
    padding-left: 30px;
}

/*-------- Inico --------*/
.graf__ini { margin-top: -5%; }

}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
/*-------- Inico --------*/
.graf__ini > div figure { width: 70%; }

/*-------- Nosotros --------*/
.par__cols {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 60px;
}
.par__cols > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/*-------- Contacto --------*/
.contacto {
    display: grid;
    grid-template-columns: 1fr;
}
.fil__contact {
    grid-area: 1 / 1 / 2 / 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
/*-------- Inicio --------*/
.graf__ini { margin-top: -8%; }

/*-------- Servicios --------*/
.serv__item:nth-child(3) .serv .serv__body::before { content: unset; }

}
@media (max-width : 991px) {

}
@media (min-width : 992px) {
/*-------- Inicio --------*/
.inicio {
    display: grid;
    grid-template-columns: 1fr;
}
.inicio > * { grid-area: 1 / 1 / 2 / 2; }
.graf__ini > div figure { width: 55%; }

/*-------- Nosotros --------*/
.cont__cultura {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.col__cul { width: 33.33%; }
.col__cul > div { width: 80%; }
.col__cul .isotope {
    width: 50%;
    top: 50%;
    left: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*-------- Descripcion --------*/
.fil__descr {
    flex-direction: row;
    gap: 80px;
}
.col__des { width: calc(50% - 40px) }

/*-------- Servicios --------*/
.cont__serv { gap: 32px; }
.serv__item { width: calc(25% - 24px); }
.serv__item + .serv__item .serv .serv__body::before {
    content: '';
    position: absolute;
    border: 0.8px solid rgb(var(--azul_d), .1);
    top: 0;
    left: -16px;
    height: 100%
}
.graf__contact {
    width: 50%;
    max-width: 1300px;
    margin: 0 0 0 auto;
    -webkit-transform: translateX(9%);
    -moz-transform: translateX(9%);
    -ms-transform: translateX(9%);
    -o-transform: translateX(9%);
    transform: translateX(9%);
}

}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}






header ul,
footer ul,
header ol,
footer ol {
    padding-inline-start: 0;
    list-style: none;
}
header li + li,
footer li + li,
header ol + ol,
footer ul + ul,
footer ol + ul,
footer ul + ol { margin-top: 0; }

.social {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
.social li { margin: 0; }

/******************************
*   Header
******************************/
.header {
    background: rgb(var(--gris_l), 1);
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cont__menu {
    padding: 10px 10px 10px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.logo { width: 180px; }
.logo a {
    display: block;
    overflow: hidden;
}
.logo a span {
    position: absolute;
    top: 0;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
}
.cls-1 { fill: rgb(var(--gris_d), 1); }
.cls-2 { fill: rgb(var(--azul_d), 1); }
.menu div nav > * + * { margin-top: 15px; }
.menu div nav ul li { overflow: hidden; }
.menu div nav ul li a {
    display: block;
    font-size: 18px;
}
.btn__mob {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.btn__mob .bars {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn__mob .bars span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: rgb(var(--azul_d), 1);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.btn__mob .bars span + span {  margin-top: 6px; }
.btn__mob.active .bars span:nth-child(1) {
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -moz-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    -o-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
}
.btn__mob.active .bars span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.btn__mob.active .bars span:nth-child(3) {
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    -moz-transform: translate(0px, -8px) rotate(-45deg);
    -ms-transform: translate(0px, -8px) rotate(-45deg);
    -o-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
}
.header.active {
    background: rgb(var(--azul_d), 1);
    color: rgb(var(--blanco), 1);
    box-shadow: 0 0 10px rgb(var(--negro), .2);
}
.header.active .logo a figure svg path { fill: rgb(var(--blanco), 1); }
.header.active .btn__mob .bars span { background: rgb(var(--blanco), 1); }


/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
}
@media (min-width : 680px) {
}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.header { color: rgb(var(--blanco), 1); }
.menu {
    position: absolute;
    top: 80px;
    left: 0;
    max-width: 500px;
    width: calc(100% - 70px);
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    background: rgb(var(--azul_d), 1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu div nav { padding: 30px; }
.menu div nav ul li a { padding: 15px; }
.menu div nav ul.options li + li { border-top: 1px solid rgb(var(--blanco), .3); }
.menu div nav ul.social { gap: 0px; }

.menu.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
.btn__mob { display: none; }
.header.active .cont__menu { padding: 20px 50px; }
.cont__menu { padding: 30px 50px; }
.menu div nav,
.menu div nav ul.options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.menu div nav > * + * { margin-top: 0; }

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
@media (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}


/******************************
*   Footer
******************************/
.footer {
    background: rgb(var(--gris_l), 1);
    padding: 40px 0;
    text-align: center;
}
.fil__01 {
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fil__01 .options {
    display: flex;
    gap: 20px;
}
.fil__02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.fil__02 { color: rgb(var(--negro), .5); }
.fil__03 figure {
    margin: 0 auto;
    width: 60px;
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
.fil__foo + .fil__foo { margin-top: 30px; }

.fil__01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fil__01 .options { flex-direction: column; }

}
@media (min-width : 680px) {
.footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.fil__01 {
    width: 100%;
    flex-direction: row;
    gap: 30px;
}
.fil__02 {
    flex-grow: 1;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
.sep { display: none; }
}
@media (min-width : 992px) {
.footer .container {
    max-width: 1800px;
    width: 90%;
}
.fil__02 {
    flex-direction: row;
    gap: 20px;
}
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}