/*
Theme Name: Theme Name: Areto
Author: Deercode
Author URI: https://deercode.com/
Version: 0.0.510
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
	font-family: 'CreatoDisplay';
	src: url('./assets/dist/font/CreatoDisplay-Regular.eot');
	src: url('./assets/dist/font/CreatoDisplay-Regular.eot?#iefix') format('embedded-opentype'),
             url('./assets/dist/font/CreatoDisplay-Regular.woff2') format('woff2'),
	     url('./assets/dist/font/CreatoDisplay-Regular.woff') format('woff'),
	     url('./assets/dist/font/CreatoDisplay-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CreatoDisplay';
	src: url('./assets/dist/font/CreatoDisplay-Light.eot');
	src: url('./assets/dist/font/CreatoDisplay-Light.eot?#iefix') format('embedded-opentype'),
             url('./assets/dist/font/CreatoDisplay-Light.woff2') format('woff2'),
	     url('./assets/dist/font/CreatoDisplay-Light.woff') format('woff'),
	     url('./assets/dist/font/CreatoDisplay-Light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'CreatoDisplay';
	src: url('./assets/dist/font/CreatoDisplay-Medium.eot');
	src: url('./assets/dist/font/CreatoDisplay-Medium.eot?#iefix') format('embedded-opentype'),
             url('./assets/dist/font/CreatoDisplay-Medium.woff2') format('woff2'),
	     url('./assets/dist/font/CreatoDisplay-Medium.woff') format('woff'),
	     url('./assets/dist/font/CreatoDisplay-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CreatoDisplay';
	src: url('./assets/dist/font/CreatoDisplay-Bold.eot');
	src: url('./assets/dist/font/CreatoDisplay-Bold.eot?#iefix') format('embedded-opentype'),
             url('./assets/dist/font/CreatoDisplay-Bold.woff2') format('woff2'),
	     url('./assets/dist/font/CreatoDisplay-Bold.woff') format('woff'),
	     url('./assets/dist/font/CreatoDisplay-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

:root {
  --font-family-1: "Inter", sans-serif !important;
  --font-family-2: "CreatoDisplay", sans-serif !important;
}

body { background-color: #EBEBF0; color: #4D445E; }

.w-100{ width: 100% !important; }
.w-90{ width: 90% !important; }
.w-80{ width: 80% !important; }
.w-70{ width: 70% !important; }
.w-60{ width: 60% !important; }
.w-50{ width: 50% !important; }
.w-40{ width: 40% !important; }
.w-30{ width: 30% !important; }
.w-20{ width: 20% !important; }
.w-10{ width: 10% !important; }
.m-w-max{ max-width: max-content !important;}
.w-auto{width: auto !important;}
.h-100{ height: 100% !important;}
.h-90{ height: 90% !important;}
.h-80{ height: 80% !important;}
.h-70{ height: 70% !important;}
.h-60{ height: 60% !important;}
.h-50{ height: 50% !important;}
.d-inline{display: inline !important;}
.b-0{border: 0 !important;}
.instrument{ font-family: 'ThePicnicClub' !important; }
.inter { font-family: 'Inter' !important; }
.inter strong,
.inter b { font-family: 'Inter' !important; font-weight: 500 !important;}
.clash{ font-family: 'Inter' !important; }
.picnic-club{ font-family: 'ThePicnicClub' !important; font-weight: 100 !important;}
.picnic-club strong,
.picnic-club b { font-family: 'ThePicnicClub' !important; font-weight: 500 !important;}
.uppercase{text-transform: uppercase !important;}

.fs-05{font-size: 0.5rem !important;}
.fs-075{font-size: 0.75rem !important;}
.fs-1{font-size: 1rem !important;}
.fs-14{font-size: 1.4rem !important;}
.fs-15{font-size: 1.5rem !important;}
.fs-16{font-size: 1.6rem !important;}
.fs-18{font-size: 1.8rem !important;}
.fs-2{font-size: 2rem !important;}
.fs-24{font-size: 2.4rem !important;}
.fs-25{font-size: 2.5rem !important;}
.fs-3{font-size: 3rem !important;}
.fs-32{font-size: 3.2rem !important;}
.fs-36{font-size: 3.6rem !important;}
.fs-4{font-size: 4rem !important;}
.fs-44{font-size: 4.4rem !important;}
.fs-5{font-size: 5rem !important;}
.fs-6{font-size: 6rem !important;}
.fs-7{font-size: 7rem !important;}
.fs-8{font-size: 8rem !important;}
.fs-10{font-size: 10rem !important;}
@media (max-width: 768px) { 
  .fs-10{ font-size:5rem !important; }
}
.lh-1{line-height: 1rem !important;}
.lh-2{line-height: 2rem !important;}
.lh-24{line-height: 2.4rem !important;}
.lh-25{line-height: 2.5rem !important;}
.lh-26{line-height: 2.6rem !important;}
.lh-28{line-height: 2.8rem !important;}
.lh-3{line-height: 3rem !important;}
.lh-32{line-height: 3.2rem !important;}
.lh-4{line-height: 4rem !important;}
.lh-44{line-height: 4.4rem !important;}
.lh-45{line-height: 4.5rem !important;}
.lh-48{line-height: 4.8rem !important;}
.lh-5{line-height: 5rem !important;}
.lh-6{line-height: 6rem !important;}
.italic{font-style: italic !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.mt-0{margin-top: calc(16px * 0) !important;}
.mt-1{margin-top: calc(16px * 1) !important;}
.mt-2{margin-top: calc(16px * 2) !important;}
.mt-3{margin-top: calc(16px * 3) !important;}
.mt-4{margin-top: calc(16px * 4) !important;}
.mb-0{margin-bottom: calc(16px * 0) !important;}
.mb-1{margin-bottom: calc(16px * 1) !important;}
.mb-2{margin-bottom: calc(16px * 2) !important;}
.mb-3{margin-bottom: calc(16px * 3) !important;}
.mb-4{margin-bottom: calc(16px * 4) !important;}
.mb-8{margin-bottom: calc(16px * 8) !important;}
.pb-05{padding-bottom: calc(16px * 0.5) !important;}
.pb-1{padding-bottom: calc(16px * 1) !important;}
.pb-2{padding-bottom: calc(16px * 2) !important;}
.pb-4{padding-bottom: calc(16px * 4) !important;}
.pb-5{padding-bottom: calc(16px * 5) !important;}
.pt-1{padding-top: calc(16px * 1) !important;}
.pt-2{padding-top: calc(16px * 2) !important;}
.pt-3{padding-top: calc(16px * 3) !important;}
.pt-4{padding-top: calc(16px * 4) !important;}
.px-1{padding-left: calc(16px * 1) !important; padding-right: calc(16px * 1) !important;}
.px-2{padding-left: calc(16px * 2) !important; padding-right: calc(16px * 2) !important;}
.px-3{padding-left: calc(16px * 3) !important; padding-right: calc(16px * 3) !important;}
.py-05{padding-top: calc(16px * 0.5) !important; padding-bottom: calc(16px * 0.5) !important;}
.py-1{padding-top: calc(16px * 1) !important; padding-bottom: calc(16px * 1) !important;}
.py-2{padding-top: calc(16px * 2) !important; padding-bottom: calc(16px * 2) !important;}
.py-3{padding-top: calc(16px * 3) !important; padding-bottom: calc(16px * 3) !important;}
.py-4{padding-top: calc(16px * 4) !important; padding-bottom: calc(16px * 4) !important;}
.py-5{padding-top: calc(16px * 5) !important; padding-bottom: calc(16px * 5) !important;}
.p-0{padding: 0 !important;}
.p-05{padding: calc(16px * 0.5) !important;}
.pr-4{padding-right: calc(16px * 4) !important;}
.pr-8{padding-right: calc(16px * 8) !important;}
.pl-1{padding-left: calc(16px * 1) !important;}
.pl-2{padding-left: calc(16px * 2) !important;}
.letter-spacing-min{letter-spacing: -0.05em !important;}
.letter-spacing-small{letter-spacing: -0.02em !important;}
.flex{ display: flex; }
.flex-row{ flex-direction: row; }
.flex-col{ flex-direction: column; }
.align-center{ align-items: center; }
.align-start{ align-items: start; }
.align-end{ align-items: end; }
.space-between{ justify-content: space-between; }
.gap-1{gap:calc(4px * 1) !important;}
.gap-2{gap:calc(4px * 2) !important;}
.gap-3{gap:calc(4px * 3) !important;}
.gap-4{gap:calc(4px * 4) !important;}
.gap-5{gap:calc(4px * 5) !important;}
.color-white{color:#FFFFFF !important;}
.color-white:hover svg{fill:#FFFFFF !important;} 
.color-white-50{color:rgba(255,255,255,0.5) !important;}
.color-primary{color:#4D445E !important;}
.color-primary-50{color:rgba(77,68,94,0.5) !important;}
.color-gray{color:#5F5F5F !important;}
.color-gray-secondary{color:#8D8D8D !important;}
.color-secondary{color:#7ABDC3 !important;}
.bg-primary{background-color:#4D445E !important;}
.bg-secondary{background-color:#F0EBE2 !important;}
.bg-gray{background-color:#F0F0F2 !important;}
.bg-white{background-color:#FFF !important;}
.g__btn{ font-size: 0.75em; text-transform: uppercase; border-radius: 44px; background-color:#4D445E !important; color: #fff !important; padding-left: 24px; padding-right: 24px; cursor: pointer!important; }
.g__btn:hover{ background-color:rgba(0,0,0,1) !important; color: rgba(255,255,255,1) !important; }
.g__btn:hover svg path{fill:rgba(255,255,255,1)}
.g__btn-invert{ border-radius: 44px; font-size: 1em; background-color:#FFFFFF !important; color: #4D445E !important; padding-left: 24px; padding-right: 24px; cursor: pointer!important; }
.g__btn-invert:hover{ background-color:rgba(255,255,255,0.7) !important; color: rgba(0,0,0,1) !important; }
.g__btn-invert svg path{fill:rgba(0,0,0,1)}
.g__btn-invert:hover svg path{fill:rgba(0,0,0,1)}
.b__header .__right .__content .__text * {font-size: 4rem !important;}
.rounded-img-1 {border-radius: calc(16px * 1) !important;overflow: hidden !important;}
.rounded-img-15 {border-radius: calc(16px * 1.5) !important;overflow: hidden !important;}
.rounded-img-2 {border-radius: calc(16px * 2) !important;overflow: hidden !important;}

header.site-header{ background-color: #EBEBF0 !important; z-index: 998; position: fixed; top: 40px; width: 100%; opacity: 0; transition: opacity 0.3s ease }
header.site-header.visible{ opacity: 1; }
.site-header .__nav a, .site-header .__nav button {color: #fff; }
.site-header .__nav a:hover, .site-header .__nav button:hover {color: rgba(255,255,255,0.8); }
.site-header .__left svg path { fill: #4D445E; }

.marquee-track { display: flex; }
.marquee-content { display: flex; animation: marquee 10s linear infinite; white-space: nowrap; will-change: transform; }
.marquee-content span{ font-size: 12px; color: #fff; padding: 0 40px; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.site-footer .__bottom { align-items: end; border-top: 1px solid rgba(255, 255, 255,0.2); }
@media (max-width: 768px) { 
  .site-footer .__bottom { align-items: normal; }
  .site-footer .__bottom .__logo,
  .site-footer .__bottom .__rest{ align-items: center }
   .site-footer .__bottom .__logo svg{ margin-left: auto; margin-right: auto; }
}

.site-footer .__bottom .__logo svg { fill: #4A4A49 !important; max-width: 240px; }
.site-footer .__bottom .__logo svg path{ fill: #4A4A49 !important; }
.site-footer .__top .__links a:hover, .site-footer .__top .__links button:hover{ color: #4A4A49 }
.site-footer .__bottom .__rest .__link:hover{ color: #4A4A49 }
.site-footer .__top .__social a { border-top: 1px solid #4D445E; color: #4A4A49; }
.site-footer .__top .__social a:last-child { border-bottom: 1px solid #4D445E; }
.site-footer .__top .__links button{ border-top: 1px solid #4A4A49; }
.site-footer .__top .__links a:last-child, .site-footer .__top .__links button:last-child{ border-bottom: 0; }
.site-footer .__top .__social a:hover { color: #4A4A49; }
.site-footer .__top .__social a:hover svg path { stroke: #4A4A49 !important; }

.site-footer .__top .__links a, 
.site-footer .__top .__links button,
.site-footer .__bottom .__rest .__legal, 
.site-footer .__bottom .__rest .__link { color: #4A4A49;}
.site-footer .__top .__links a:hover, 
.site-footer .__top .__links button:hover,
.site-footer .__bottom .__rest .__link:hover { color: #4D445E;}


.site-header-responsive .__bottom a, .site-header-responsive .__bottom button{ color: #fff; }
.site-header-responsive .__bottom a svg path, .site-header-responsive .__bottom button svg path{ stroke: #fff; }

.b__header{ background-color: #EBEBF0 !important; min-height: 85vh; }

.hero { position: relative; display: flex; align-items: center; justify-content: center;  height: 85vh; overflow: hidden; }
.hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.hero-content { max-width: 920px; width: 90%; position: relative; z-index: 2; color: white; text-align: center; padding: 50px 20px 60px 20px; display: flex; flex-direction: column; justify-content: center; height: 80%;}
.hero-content svg, .hero-content img { align-self: center; }
.hero-content p { font-family: 'ClashGrotesk'; font-size: 1.2rem; margin-top: 0.5rem;}

@media (max-width: 768px) { 
  .hero-content h1 { font-size: 2rem; } .hero-content p { font-size: 1rem; }
}

#modal_contact_form .wpcf7-form .form__item.__submit .wpcf7-submit{ background-color: #7ABDC3; color: #FFF; }
.dialog__offcanvas.__basic .__header { border-bottom: 1px solid #9B9B9B; }
.dialog__offcanvas.__form .__rest .__left .__title{ color: #4D445E; }
.dialog__offcanvas.__form .__rest .__left .__info a{ color: rgba(0,0,0,0.9); }
.dialog__offcanvas.__form .__rest .__left .__info a:hover{ color: #4D445E; }


/* Reparar descolocado boton newsleter Safari */
_::-webkit-full-page-media, _:future, :root .b__newsletter .__form .wpcf7-form .form__item.__submit .wpcf7-submit {
  position: relative;
  top: 0px;
}

.b__newsletter .__form .wpcf7-form .form__item.__text input,
.b__newsletter .__form .wpcf7-form .form__item.__submit .wpcf7-submit { border-bottom: 1px solid #4A4A49 !important; color: #FFF; }
.b__newsletter .__form .wpcf7-form .form__item.__text input.wpcf7-not-valid { border-bottom: 1px solid #bbb !important; }
.b__newsletter .__form .wpcf7-form .form__item.__legal span { color: #4A4A49 !important; }
.b__newsletter .__form .wpcf7-form .form__item.__legal span:before {background-color: #4A4A49 !important; border: 3px solid white !important;}

.wpcf7-form .form__item.__legal label input { appearance: none !important; }
.wpcf7-form button[type=submit], .wpcf7-form input[type=submit]{ color: #FFF !important; font-family: 'CreatoDisplay'; }
.wpcf7-form button[type=submit] svg path, .wpcf7-form input[type=submit] svg path{ fill: #4A4A49 !important; }
.wpcf7-form button[type=submit]:disabled, .wpcf7-form input[type=submit]:disabled{ opacity: 1 !important; color: darkgrey !important; }
.wpcf7-form button[type=submit]:disabled svg path, .wpcf7-form input[type=submit]:disabled svg path{ opacity: 1 !important; fill: darkgrey !important; }
.hidden-fields-container{border: 0 !important; opacity: 0 !important;}
.b__newsletter .__form .wpcf7-form .form__item.__text input::placeholder{ color: #4A4A49 !important; opacity: 0.5 !important; }
.wpcf7-form .form__item.__legal label span:after { border: 1px solid #4A4A49 !important; }
.wpcf7-form .form__item.__legal label span { color: #4A4A49; }
.wpcf7-form .form__item.__legal label span:before { background-color: #4A4A49; }

.marquee-banner { position: fixed; top: 0; left: 0; width: 100%; background: #4D445E; overflow: hidden; padding: 20px 0; z-index: 999; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.4rem; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee-banner__lang {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #4D445E;
  padding-left: 2rem;
  padding-right: 1rem;
}

.marquee-banner__lang a {
  font-weight: 400;
  color: white;
  text-decoration: none;
  font-family: 'Inter' !important;
  font-size: 1.6rem;
}

.marquee-banner__lang a.active {
  color: rgba(255,255,255,0.8);  
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: #FFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  border-radius: 8px;
  gap: 24px;
}

.card-content {
  flex-grow: 1;
}

.card-title {
  margin-bottom: 15px;
}

.card-description {
  line-height: 1.5;
}

.card-icon {
  margin-top: 20px;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card {
    padding: 20px;
    min-height: 200px;
  }
}

.site-footer .__top{
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.site-footer .__bottom .__rest {
-ms-grid-column: span 12;
grid-column: span 12;
}

#about-2.b__cta_v1 .centered-wrapper {
  flex-direction: row;
}

#about-2.b__cta_v1 .centered-wrapper .__left,
#about-2.b__cta_v1 .centered-wrapper .__right{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  margin: 0;
  padding: 0;
}

@media only all and (max-width:1023px) {
  .dialog__offcanvas.__form .__rest .__left .__info {
    display: block;
  }
}

.__newsletter_footer .form__double.newsletter,
.__newsletter_footer form{
  width: 100%;
}

.__newsletter_footer button{
  border: 0;
  color: #FFF !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  cursor: pointer !important;
}

.newsletter__field {
  display: flex;
  align-items: center;
  border-width: 1px 0px 1px 0px;
  border-style: dashed;
  border-color: #5F5F5F;
}

.newsletter__field .form__item.__text {
  flex: 1;
  min-width: 0;
}

.newsletter__field .form__item.__text input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: transparent !important;
  border: 0 !important;
  color: #F4F4EF !important;
}

.newsletter__field .form__item.__submit {
  flex-shrink: 0;
  width: auto;
  margin: 0 !important;
}

.newsletter__field .form__item.__submit button {
  display: flex;
  min-width: unset !important;
  align-items: center;
}

.newsletter__field .form__item.__submit svg path { fill: #F4F4EF !important; }

.newsletter__field input::placeholder {
  color: #F4F4EF !important;
  font-size: 16px !important;
}

.newsletter__legal.form__item.__legal label span {
  color: #F4F4EF !important;
  font-size: 16px !important;
}

.newsletter__legal.form__item.__legal label span::before {
  background-color: #F4F4EF !important;
  border: 5px solid #4D445E !important;
  border-radius: 5px !important;
}

.newsletter__legal.form__item.__legal label span::after {
  border: 1px solid #FFFFFF !important;
}

.img-overlay-wrap { position: relative; }
.img-overlay-wrap img, .img-overlay-wrap video { display: block; width: 100%; }
.img-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); border-radius: 0; z-index: 1; }
.img-overlay-text { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; color: #fff; font-size: 2rem; text-align: center; z-index: 2; padding: 15% 25%; }
@media (max-width: 768px) { .img-overlay-text { padding: 10% 5%; } }

@media (max-width: 768px) {
  .video-cta { min-height: 350px; object-fit: cover; }
}
