@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";@font-face{font-family:Gotham;src:url(Gotham-Bold.woff2) format("woff2"),url(Gotham-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(Gotham-Book.woff2) format("woff2"),url(Gotham-Book.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(Gotham-Black.woff2) format("woff2"),url(Gotham-Black.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;font-family:Libre Baskerville,serif;font-weight:400;font-style:normal;line-height:1.2;color:#000}.max-width{width:100%;max-width:1360px;height:100%;margin:0 auto}a{color:unset;text-decoration:none}ul{padding:0;list-style:none}p,a,li{font-family:Gotham,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}p strong,a strong,li strong{font-family:inherit;font-weight:700}h1{font-size:clamp(2.25rem,2.0357rem + 1.0714vw,3rem)}h2{font-size:clamp(1.75rem,1.3929rem + 1.7857vw,3rem)}h3{font-size:clamp(1.6rem,1.4286rem + .8571vw,2.2rem)}h5,.h5{font-size:clamp(1.375rem,1.2321rem + .7143vw,1.875rem)}h6,.h6{font-size:clamp(1.125rem,1.0179rem + .5357vw,1.5rem)}@keyframes menu-l1-open{0%{top:2px;transform:rotate(0)}to{top:7px;transform:rotate(45deg)}}@keyframes menu-l1-close{0%{top:7px;transform:rotate(45deg)}to{top:2px;transform:rotate(0)}}@keyframes menu-l2-open{0%{bottom:2px;transform:rotate(0)}to{bottom:6px;transform:rotate(-45deg)}}@keyframes menu-l2-close{0%{bottom:6px;transform:rotate(-45deg)}to{bottom:2px;transform:rotate(0)}}.main-header{width:100vw;height:5rem;position:fixed;top:0;left:0;z-index:10}.main-header .menu{width:100%;height:calc(100vh - 5rem);position:absolute;top:5rem;left:0;background-color:#70707066;opacity:0;visibility:hidden;transition:all .33s ease;z-index:0}.main-header .menu .inner-menu{width:100%;position:absolute;top:-100%;opacity:0;transition:all .15s ease;background-color:#f2f2f2}.main-header .menu .inner-menu .max-width{width:100%;padding:2rem 1rem}.main-header .menu .inner-menu .max-width .navlist{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.main-header .menu .inner-menu .max-width .navlist .navlist-item .navlist-link{font-family:Libre Baskerville,serif}.main-header .open-menu{top:5rem;visibility:visible;opacity:1}.main-header .open-menu .inner-menu{top:0;opacity:1}.main-header .header-bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#fff;z-index:1}.main-header .header-bg:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(/misc-header.png);background-size:200%}.main-header .header-content{width:100%;height:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.main-header .mail-to-header-link{display:none}.main-header .home-logo-link{height:2rem;position:absolute;left:50%;top:1.5rem;transform:translate(-50%)}.main-header .home-logo-link .home-logo{height:100%}.main-header .menu-lang-cont{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.main-header .menu-lang-cont .lang-options{display:flex;align-items:center;gap:.5rem}.main-header .menu-lang-cont .lang-options .lang-option{padding:4px 6px;border:.5px solid #707070;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.main-header .menu-lang-cont .lang-options .lang-option .lang{font-size:.66rem;transition:all .15s ease;font-family:Libre Baskerville,serif;font-weight:700;line-height:1;transform:translateY(1px)}.main-header .menu-lang-cont .lang-options .active-lang{border:.5px solid #e82f23;background-color:#f2f2f2}.main-header .menu-lang-cont .lang-options .active-lang .lang{color:#e82f23}.main-header .menu-lang-cont .menu-cont .burger-cont{display:flex;align-items:center;gap:.5rem;cursor:pointer}.main-header .menu-lang-cont .menu-cont .burger-cont:hover .menu-name{color:#e82f23}.main-header .menu-lang-cont .menu-cont .burger-cont:hover .burger .bm-line{background-color:#e82f23}.main-header .menu-lang-cont .menu-cont .burger-cont .menu-name{transition:all .15s ease;font-family:Libre Baskerville,serif;font-size:clamp(.75rem,.6786rem + .3571vw,1rem);line-height:1}.main-header .menu-lang-cont .menu-cont .burger-cont .burger{width:14px;aspect-ratio:1;position:relative}.main-header .menu-lang-cont .menu-cont .burger-cont .burger .bm-line{width:14px;height:1px;position:absolute;background-color:#000}.main-header .menu-lang-cont .menu-cont .burger-cont .burger .bm-line-1{top:2px;animation:menu-l1-close .15s linear forwards}.main-header .menu-lang-cont .menu-cont .burger-cont .burger .bm-line-2{bottom:2px;animation:menu-l2-close .15s linear forwards}.main-header .menu-lang-cont .menu-cont .burger-cont .open-burger .bm-line-1{animation:menu-l1-open .15s linear forwards}.main-header .menu-lang-cont .menu-cont .burger-cont .open-burger .bm-line-2{animation:menu-l2-open .15s linear forwards}main{min-height:calc(100vh - 5rem);margin-top:5rem;display:flex;flex-direction:column;z-index:0}main .main-banner{width:100%;aspect-ratio:4/3;max-height:500px;background-color:#707070;overflow:hidden}main .main-banner img{width:100%;height:100%;object-fit:cover;object-position:center center}main .quienes-somos-cont{padding:3rem 2.2rem}main .quienes-somos-cont .max-width{display:flex;flex-direction:column;align-items:center}main .quienes-somos-cont .max-width .qs-text-container{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}main .quienes-somos-cont .max-width .qs-text-container .qs-misc-cont{display:none}main .quienes-somos-cont .max-width .qs-text-container h2,main .quienes-somos-cont .max-width .qs-text-container h3,main .quienes-somos-cont .max-width .qs-text-container h4,main .quienes-somos-cont .max-width .qs-text-container h5,main .quienes-somos-cont .max-width .qs-text-container h6{color:#e82f23}main .nuestra-historia-cont{padding:3rem 2.2rem;overflow-x:hidden;background-color:#f2f2f2}main .nuestra-historia-cont .max-width{display:flex;flex-direction:column;align-items:flex-start}main .nuestra-historia-cont .max-width .nh-content{margin-top:2rem;padding-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative}main .nuestra-historia-cont .max-width .nh-content .nh-text-content{padding-bottom:calc(10vw + 2rem);display:flex;flex-direction:column;gap:2rem;position:relative}main .nuestra-historia-cont .max-width .nh-content .nh-text-content .nh-text-misc-cont{width:100%;height:10vw;position:absolute;bottom:0;left:-4rem}main .nuestra-historia-cont .max-width .nh-content .nh-text-content .nh-text-misc-cont .nh-text-misc{height:100%}main .nuestra-historia-cont .max-width .nh-content .nh-map-container{width:90%;height:30vh;margin:1.5rem 0 1rem;display:flex;justify-content:center}main .nuestra-historia-cont .max-width .nh-content .nh-map-container .nh-map{width:100%;max-width:450px}main .nuestra-historia-cont .max-width .nh-content .nh-map-misc-cont{display:flex;gap:4px;flex-wrap:nowrap;position:absolute;bottom:0;right:-15%}main .nuestra-historia-cont .max-width .nh-content .nh-map-misc-cont .nh-map-misc-square{height:2px;aspect-ratio:1;background-color:#e82f23}main .embajadores-cont{padding:3rem 2.2rem}main .embajadores-cont .max-width{display:flex;flex-direction:column;align-items:center}main .embajadores-cont .max-width .title-wrapper{align-items:center}main .embajadores-cont .max-width .title-wrapper .title-underline-cont{width:100%}main .embajadores-cont .max-width .embajadores-grid{width:100%;margin-top:2rem;display:grid;gap:1rem}main .embajadores-cont .max-width .embajadores-grid .embajador{width:100%}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card{width:100%;aspect-ratio:16/10;position:relative;overflow:hidden;cursor:pointer}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card:hover .emb-img-cont .emb-img,main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card:hover .emb-img-cont .emb-img-overlay{opacity:0}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card:hover .emb-img-cont .emb-text-overlay{opacity:1}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont{width:100%;height:100%;position:relative}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont .active-video-cont{height:100%;aspect-ratio:16/10;position:absolute;left:0;top:0;overflow:hidden;z-index:0}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont .active-video-cont iframe{min-height:100%;min-width:100%;transform:scale(1.3)}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont .emb-img{width:100%;position:relative;transition:opacity .15s ease;mix-blend-mode:overlay;z-index:2}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont .emb-img-overlay{width:100%;height:100%;position:absolute;top:0;left:0;transition:opacity .15s ease;background-color:#e82f23;z-index:1}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont .emb-text-overlay{width:100%;padding:1rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;position:absolute;left:0;bottom:0;transition:opacity .15s ease;mix-blend-mode:multiply;background-color:#e82f23;opacity:0;z-index:2}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-data-container{width:100%;padding:1rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;position:absolute;left:0;bottom:0;z-index:2}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-data-container .emb-data-bg{width:100%;height:100%;position:absolute;left:0;top:0}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-data-container .emb-data-name,main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-data-container .emb-data-country{color:#fff}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details{width:100%;height:0;position:relative;transition:height .25s linear;overflow:hidden;background-color:#f2f2f2}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .emb-data-fact{width:calc(100% - 4rem);padding:2rem 1rem;display:flex;flex-direction:column;gap:.33rem}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .emb-data-fact p b{font-weight:600;font-family:Gotham,sans-serif}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .close-emb-data{position:absolute;right:1.5rem;top:1.5rem;cursor:pointer}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .close-emb-data svg{height:1.2rem}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .emb-gallery-grid{padding:0 1rem 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:1rem}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .emb-gallery-grid .emb-gallery-square{width:100%;aspect-ratio:1;overflow:hidden}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .emb-gallery-grid .emb-gallery-square .emb-gallery-img{width:100%;height:100%;object-fit:cover;object-position:center center}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details .emb-gallery-grid .emb-gallery-square video{width:100%;height:100%}main .embajadores-cont .max-width .embajadores-grid .embajador .see-emb-details{height:auto}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card{aspect-ratio:unset}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-img-cont{width:100%;height:unset;aspect-ratio:1;overflow:hidden}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-img-cont .emb-img{min-height:100%;object-fit:cover;object-position:center center}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-img-cont .emb-text-overlay{display:none}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-data-container{height:unset;padding:2.2rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;position:relative;background-color:#f2f2f2}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-data-container .title-wrapper{align-items:flex-start}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-data-container .emb-data-name,main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-data-container .emb-data-country{color:#000}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-data-container .emb-data-name{margin-top:1rem}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details{grid-column:1/4;grid-row:2/3;display:none}main .embajadores-cont .max-width .embajadores-grid .lg-coord-data-details{grid-row:4/5}main .partners-cont{padding:0 1rem 3rem}main .partners-cont .max-width{display:flex;flex-direction:column;align-items:center}main .partners-cont .max-width .title-wrapper{max-width:unset;align-items:center}main .partners-cont .max-width .partners-misc-cont{width:100%;margin:1.25rem 0;display:flex;justify-content:center;gap:4px;flex-wrap:nowrap}main .partners-cont .max-width .partners-misc-cont .partners-misc-square{height:2px;aspect-ratio:1;background-color:#e82f23}main .partners-cont .max-width .partners-grid{width:50%;display:grid;gap:2rem;grid-template-columns:1fr}main .partners-cont .max-width .partners-grid .partner .partner-logo{width:100%}main .partners-cont .max-width .unico-partner{grid-template-columns:1fr!important}main .compromiso-social-cont{background-color:#f2f2f2}main .compromiso-social-cont .max-width{display:flex;flex-direction:column}main .compromiso-social-cont .max-width .cs-content{padding:3rem 2.2rem;display:flex;flex-direction:column;align-items:flex-start}main .compromiso-social-cont .max-width .cs-content .cs-text-container{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}main .compromiso-social-cont .max-width .cs-images-grid{width:100%;aspect-ratio:1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:0;overflow:hidden}main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont{width:100%;height:100%;border:.5px solid #fff;border-style:dashed;position:relative;background-color:#e53025}main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(2):after,main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(5):after,main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(8):after,main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(11):after{content:"";width:10px;aspect-ratio:1;position:absolute;top:-5.25px;right:-5.75px;transform:rotate(45deg);background-color:#fff;z-index:1}main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(2):before,main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(5):before,main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(8):before,main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont:nth-child(11):before{content:"";width:10px;aspect-ratio:1;position:absolute;top:-5.25px;left:-5.75px;transform:rotate(45deg);background-color:#fff;z-index:1}main .compromiso-social-cont .max-width .cs-images-grid .cs-image-cont .cs-image{width:100%;height:100%;object-fit:cover;object-position:center center;mix-blend-mode:overlay}main .respaldos-cont{padding:3rem 2.2rem;display:flex;flex-direction:column;align-items:center}main .respaldos-cont .title-wrapper{max-width:unset;align-items:center}main .respaldos-cont .respaldo-misc-cont{width:100%;margin:1.25rem 0;display:flex;justify-content:center;gap:4px;flex-wrap:nowrap}main .respaldos-cont .respaldo-misc-cont .respaldo-misc-square{height:2px;aspect-ratio:1;background-color:#e82f23}main .respaldos-cont .respaldo-grid{display:grid;gap:.5rem}main .respaldos-cont .respaldo-grid .respaldo{width:100%}main .respaldos-cont .respaldo-grid .respaldo .respaldo-logo{width:100%}main .contacto-cont{padding:5rem 2.2rem;position:relative;background-color:#f2f2f2}main .contacto-cont .top-misc-contacto{width:50%;max-width:300px;height:1rem;position:absolute;top:0;left:50%;transform:translate(-50%,-.5rem)}main .contacto-cont .max-width{display:flex;flex-direction:column;align-items:center}main .contacto-cont .max-width .contacto-subtitle{width:80%;max-width:25ch;margin:2rem 0;text-align:center}main .contacto-cont .max-width .contacto-form-container{width:calc(100% - 2rem);margin-top:.5rem;display:flex;flex-direction:column;gap:1rem}main .contacto-cont .max-width .contacto-form-container .form-input{padding:10px 6px;border:1px solid #707070;border-radius:0;font-family:Gotham,sans-serif;font-size:12px;transition:border .15s ease;background-color:transparent}main .contacto-cont .max-width .contacto-form-container .form-input::placeholder{transform:translateY(1.5px);text-transform:uppercase;font-size:12px;color:#707070}main .contacto-cont .max-width .contacto-form-container .form-input:focus{border:1px solid #e82f23;outline:none}main .contacto-cont .max-width .contacto-form-container .form-textarea{min-height:200px;resize:none}main .contacto-cont .max-width .contacto-form-container .submit-form-btn{padding:11px 0 10px;border:1px solid #e82f23;display:flex;align-items:center;justify-content:center;transition:all .15s ease;background-color:transparent;cursor:pointer}main .contacto-cont .max-width .contacto-form-container .submit-form-btn:hover{background-color:#e82f23}main .contacto-cont .max-width .contacto-form-container .submit-form-btn:hover p{color:#f2f2f2}main .contacto-cont .max-width .contacto-form-container .submit-form-btn p{font-family:Gotham,sans-serif;font-size:14px;text-transform:uppercase;line-height:1;transition:all .15s ease;color:#e82f23}.main-footer{padding:2rem 1rem;background-color:#707070}.main-footer .max-width{display:grid;grid-template-columns:1fr 1fr;gap:1rem 0;align-items:center}.main-footer .max-width .logo-in-white{height:2rem}.main-footer .max-width .copy{grid-column:1/3;font-size:clamp(.66rem,.62rem + .2vw,.8rem);text-align:center;color:#fff}.main-footer .max-width .footer-mail-to{grid-area:1/2/2/3;font-family:Libre Baskerville,serif;font-size:clamp(.66rem,.62rem + .2vw,.8rem);text-align:center;justify-self:self-end;color:#fff}@media screen and (min-width: 768px){.main-header .menu .inner-menu .max-width{padding:4rem 3rem}.main-header .menu .inner-menu .max-width .navlist{margin-left:-.5rem;gap:1.5rem}.main-header .menu .inner-menu .max-width .navlist .navlist-item .navlist-link{padding:.5rem;transition:all .15s ease}.main-header .menu .inner-menu .max-width .navlist .navlist-item:hover .navlist-link{background-color:#e82f23;color:#f2f2f2}.main-header .home-logo-link{height:3rem;top:1rem}.main-header .mail-to-header-link{display:inline-flex;font-size:clamp(.75rem,.6786rem + .3571vw,1rem);font-family:Libre Baskerville,serif}.main-header .header-content{padding:0 3rem}.main-header .menu-lang-cont{width:unset;gap:2rem}main .quienes-somos-cont{padding:5rem 3rem}main .nuestra-historia-cont{padding:5rem 3rem}main .embajadores-cont{padding:5rem 3rem}main .embajadores-cont .max-width .embajadores-grid{grid-template-columns:repeat(3,1fr)}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card{aspect-ratio:1}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont{height:100%}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-card .emb-img-cont .emb-img{height:100%;object-fit:cover;object-position:center}main .embajadores-cont .max-width .embajadores-grid .embajador .emb-data-details{display:none}main .embajadores-cont .max-width .embajadores-grid .main-embajador{grid-column:1/4;aspect-ratio:unset!important}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card{aspect-ratio:unset!important;display:flex;flex-direction:row-reverse}main .embajadores-cont .max-width .embajadores-grid .main-embajador .emb-card .emb-img-cont{height:unset;aspect-ratio:3/2}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details{margin-top:-1rem;padding:3rem 2rem;display:flex;flex-direction:column;position:relative;background-color:#f2f2f2}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .lg-emb-data-fact{width:calc(100% - 4rem);display:flex;flex-direction:column;gap:.33rem}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .lg-emb-data-fact p strong,main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .lg-emb-data-fact p b{font-family:Gotham,sans-serif;font-weight:600}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .close-emb-data{position:absolute;right:2rem;top:2.5rem;cursor:pointer}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .close-emb-data svg{height:1.6rem}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .emb-gallery-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .emb-gallery-grid .emb-gallery-square{width:100%;aspect-ratio:1;overflow:hidden}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details .emb-gallery-grid .emb-gallery-square .emb-gallery-img{width:100%;height:100%;object-fit:cover;object-position:center center}main .embajadores-cont .max-width .embajadores-grid .lg-coord-data-details{margin-top:-2rem}main .partners-cont{padding:0 3rem 5rem}main .partners-cont .max-width .partners-grid{width:66%;margin-top:2rem;grid-template-columns:1fr 1fr;gap:2rem 4rem}main .compromiso-social-cont .max-width .cs-content{padding:5rem 3rem}main .respaldos-cont{padding:5rem 3rem}main .respaldos-cont .max-width{display:flex;flex-direction:column;align-items:center}main .respaldos-cont .max-width .respaldo-grid .respaldo{max-width:500px}main .contacto-cont .top-misc-contacto{height:1.5rem;display:flex;justify-content:center;transform:translate(-50%,-.75rem)}main .contacto-cont .max-width{max-width:450px}.main-footer{padding:0}.main-footer .max-width{padding:1rem 3rem;display:flex;flex-wrap:nowrap;justify-content:space-between;gap:2rem}}@media screen and (min-width: 1024px){main .main-banner{max-height:400px}main .quienes-somos-cont{padding:0}main .quienes-somos-cont .max-width{padding:5rem 3rem}main .quienes-somos-cont .max-width .qs-text-container{display:inline-block;column-count:2;column-gap:10%;-moz-column-count:2;-moz-column-gap:10%;-webkit-column-count:2;-webkit-column-gap:10%;position:relative}main .quienes-somos-cont .max-width .qs-text-container .qs-misc-cont{height:90%;display:flex;flex-direction:column;position:absolute;left:50%;top:5%;transform:translate(-50%);justify-content:space-around}main .quienes-somos-cont .max-width .qs-text-container .qs-misc-cont .qs-misc-square{height:2px;aspect-ratio:1;background-color:#e82f23}main .quienes-somos-cont .max-width .qs-text-container>*{margin-bottom:1rem}main .quienes-somos-cont .max-width .qs-text-container>*:last-child{margin:0}main .nuestra-historia-cont{padding:0}main .nuestra-historia-cont .max-width{padding:5rem 3rem}main .nuestra-historia-cont .max-width .nh-content{padding-bottom:0;flex-direction:row;align-items:flex-start;gap:5rem}main .nuestra-historia-cont .max-width .nh-content .nh-text-content{width:50%}main .nuestra-historia-cont .max-width .nh-content .nh-text-content .nh-text-misc-cont{left:-15vw}main .nuestra-historia-cont .max-width .nh-content .nh-map-container{height:25vw;width:auto;margin:0;transform:translateY(-20%)}main .nuestra-historia-cont .max-width .nh-content .nh-map-container .nh-map{max-width:unset}main .nuestra-historia-cont .max-width .nh-content .nh-map-misc-cont{right:-10vw}main .embajadores-cont{padding:0}main .embajadores-cont .max-width{padding:5rem 3rem}main .embajadores-cont .max-width .embajadores-grid{margin-top:3.5rem;gap:3rem 1rem}main .embajadores-cont .max-width .embajadores-grid .embajador{aspect-ratio:1}main .embajadores-cont .max-width .embajadores-grid .lg-emb-data-details{margin-top:-3rem}main .embajadores-cont .max-width .embajadores-grid .lg-coord-data-details{margin-top:-6rem}main .partners-cont{padding:0}main .partners-cont .max-width{padding:0 3rem 5rem;flex-direction:row;gap:0;justify-content:space-evenly}main .partners-cont .max-width .title-wrapper{width:unset}main .partners-cont .max-width .partners-misc-cont{width:unset;flex-direction:column}main .compromiso-social-cont{position:relative}main .compromiso-social-cont .max-width{padding:0 3rem}main .compromiso-social-cont .max-width .cs-content{width:50%;max-width:768px;padding:5rem 0}main .compromiso-social-cont .max-width .cs-images-grid{width:unset;height:100%;position:absolute;right:0;top:0}main .respaldos-cont{padding:0}main .respaldos-cont .max-width{padding:5rem 3rem;flex-direction:row;gap:0;justify-content:space-evenly}main .respaldos-cont .max-width .title-wrapper{width:unset}main .respaldos-cont .max-width .respaldo-misc-cont{width:unset;flex-direction:column}}@media screen and (min-width: 1440px){main .main-banner{max-height:500px}main .partners-cont .max-width .partners-grid{width:50%}main .compromiso-social-cont .max-width .cs-content{padding:10vw 0}}.cls-1[data-v-3a4202da]{fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:.64px}.cls-2[data-v-3a4202da]{fill:#fff}
