/*
Theme Name: Matuasto v1.0 (2024)
Author URI: http://agenciaelevate.cl
Description: agencialevate.cl
Author: Pablo Jiménez Marín
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Copyright:
*/

/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*VARIABLES*/
:root{
	--bg1:#FFF;
	--bg2:#F5F5F5;
    --bg4:#222222;
    --text1:#444;
    --text2:#222;
    --high1: #0d38b2;
    --high2: #bbfc06;
    --high3: #0fcbea;
    --shadow1:0px 20px 30px -30px rgba(0,0,0,.2);
    --shadow2: 0px 0px 10px 0px rgba(0,0,0,.08);
    --font1: 'Poppins', sans-serif;
    --bgforminput: rgba(255,255,255,.05);
    --cubic1: cubic-bezier(.25,.96,.42,.93);
    --bounce1: cubic-bezier(0.175, 0.885, 0.32, 1.5);
    --logoaspectratio: 2.8;
    --radius1: 30px;
}

/*GLOBAL*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;text-align:left; border-top:0px solid #01005E;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/*** Main ***/

body {font-size: 1em; font-family: var(--font1); background:var(--bg1); color:var(--text1); padding: 0px 0;}

/*GLOBAL*/
.pos{position: relative; float: left;}
.boton{transition: all .1s ease-out;z-index: 1; position: relative; font-size: 16px; padding: 15px 20px; border:1px solid;}
.boton:hover{box-shadow: 8px 8px 0px; transition: all .1s ease-out; }
.boton::before{content:""; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: var(--high1); z-index: -1; transform: scaleX(0); transform-origin: center;transition: transform .2s ease-out;}
.boton:hover::before{transform: scaleX(1); transform-origin: center; transition: transform .2s ease-out;}

/*MISC*/
.fullsize{position: absolute; width: 100%; height: 100%; top:0; left: 0; background-size: cover;}

/*404*/
.wrapper-404{width: 100%; height: 100vh; background: var(--high1);}
.container-404{position: absolute; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center;}
.txts-404{width: 80%; margin-left: 10%;font-family: var(--font1); color:var(--bg1);}
.txts-404 h1{font-size: 3em; margin-bottom: 20px;}
.txts-404 h2{font-size: 1.2em;margin-bottom: 50px;}
.bg-404{position: absolute; width: 100%; height: 100%; top:0; left: 0; background: url('images/bg/bg-404.jpg') center; background-size:cover;filter: grayscale(1); opacity: .1;}

/*HEADER*/
.header{position: fixed; width: 100%; height: 80px; z-index: 1500; display: flex; flex-direction: column;}
.header-bg{width: 100%; height: 90px; background: var(--bg1); backdrop-filter:blur(10px); top:0; left: 0;transform: translateY(-100%); border-bottom: 1px solid rgba(255,255,255,.06); box-shadow: var(--shadow1); position: absolute;}
.logo{position: fixed; width: 100%; height: 70px; background: url('images/logo.svg') center no-repeat; margin-left:0; top: 10px; background-size: contain; z-index: 2000; transform: translateX(100px); opacity: 0; pointer-events: none;}


/*NAV*/
.nav-main-desktop{display: none;}
.dd {display: flex; flex-direction: column; justify-content: center; align-items: flex-end;position: relative; width: 100%; height: auto;}
.dd li{text-align: right margin: 0 8px;}
#dd li.current-menu-item:hover{margin-bottom: 0px;}
.dd li > a{color: var(--high1); font-family: var(--font1); font-weight: 600; text-transform: uppercase; transform:scaleY(.95); font-size: .9em; text-decoration: none; white-space: nowrap; display:block; position: relative;}
.dd li > a::after{content:"";position: absolute; width: 100%; height: 2px; background: var(--high2); bottom:0px; padding: 0 4px; left: -4px; transform: scaleX(0);transition: transform .3s var(--cubic1); transform-origin: right;}
.dd li > a:hover::after{transform: scaleX(1); transform-origin: left;}
#dd > li.current-menu-item > a, .current-menu-parent > a{animation: current-menu-a .3s  .2s var(--cubic1) forwards;} 
@keyframes current-main-nav{100%{transform: scale(1) rotate(0deg); opacity: 1;}}
.dd li a:hover span{background: var(--high1);}



/*MOBILE_HAMBURGER*/
.mobile-hamburger{position: absolute; width: 40px; aspect-ratio:1; right: 10px; top:12px; display: flex; flex-direction: column; justify-content: space-around;}
.bar-icon{width: 100%; height: 4px; background: var(--high1); border-radius: 10px;}

/*MENU MOBILE*/
.nav-main-mobile{display: block; position: fixed; z-index: 1000; top:90px; width: 100%; height: auto; background: var(--high1); backdrop-filter: blur(3px);transform: translateX(100%); opacity: 0;}
.menu-mobile{display: flex; flex-direction: column; align-items: center; padding-bottom: 40px;}
.menu-mobile > li:first-of-type{margin-top: 20px;}
.menu-mobile > li:last-of-type{margin-bottom: 20px;}
.menu-mobile > li > a{font-size:1.2em; text-decoration: none; color: var(--bg1); font-weight: 600; letter-spacing: .05em;text-transform: uppercase; padding: 20px 30px; display: block; width: 100%;}
.menu-mobile > .main-nav-reservar{display: none;}

/*HEADER_RRSS*/
.header-rrss{position: relative; display: none; flex-direction: row; justify-content: space-around;}
.header-rrss > a{display: block; height: 25px; aspect-ratio:1; background: transparent; margin-left: 3px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 5px; transform: translateY(20px); opacity: 0;}
.header-rrss > a > svg{fill: var(--high1); width: 100%; height: 100%;}

/*BODY*/

.wrapper{background: var(--bg3); width: 100%;}
.content{width: 100%;}

/*PAGES*/
.page-section{width: 100%; overflow: hidden;}
.page-section-h1{font-family: var(--font1); font-size: 2.5em; font-weight: 100; color: var(--high1); margin-bottom: 50px; }
.page-section-txt{line-height: 2em; font-size: .9em; font-family: var(--font1); font-weight: 300;}
.page-header{width: 90%; display: flex; flex-direction: column; text-align: center; padding: 100px 5%; background: var(--bg1);}
.page-header-h1{font-family: var(--font1); font-size: 3em; font-weight: 600; color: var(--bg1); margin-bottom: 20px; }
.page-header-txt{line-height: 2em; font-size: 1.2em; font-family: var(--font1); color:var(--bg1); font-weight: 300;}


/*HOME*/
.home{height: 100vh; width: 100%;}
.home-content-left-slide{width: 100%; height: 100%;}
.slide-item{min-height: 100vh !important; width: 100%;}
.slide-1{background: url('images/bg/home-1.jpg') center no-repeat; background-size: cover;}
.slide-2{background: url('images/bg/home-2.jpg') center no-repeat; background-size: cover;}
.slide-3{background: url('images/bg/home-3.jpg') center no-repeat; background-size: cover;}
.home-content-safe-bg{background: linear-gradient(180deg, #00000000 50%,var(--high1) 90%) ;}
.home-content-wrapper{width: 90%; margin-left: 5%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; color:var(--bg1);}
.home-slide-h1{font-size: 2em; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; transform: scaleY(.9);}
.home-slide-txt{font-size: .9em; width: 90%; font-weight: 300; line-height: 1.6em; margin-bottom: 40px;}


/*DOLORES*/
.dolores{width: 100%; padding-bottom: 50px;  display: flex; flex-direction: column; background: var(--high1); justify-content: center; align-items: center; align-content: center; border-bottom-right-radius: var(--radius1);}
.dolores-header{width: 90%; padding: 20px 5%; color: var(--bg1); font-weight: 600; display: flex; align-items: center;}
.dolores-header-numero{font-size: 8em; font-weight: 800; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--bg1); margin-right: 10px;}
.dolores-header-txts{text-transform: uppercase; font-weight: 200; font-size: 2em;}
.dolores-header-txts > strong{font-weight: 800;}
.dolores-content{width: 90%; height: 100%; display: flex; flex-direction: column ;align-items: center; justify-content: center;}
.dolores-item{width: 100%; border-radius: var(--radius1); margin: 10px; transform: skewX(-0deg); aspect-ratio:1; box-shadow: var(--shadow1); background: #000;overflow: hidden; }
.dolores-item-content{transform: skewX(0deg); width: 100%; height: 100%;}
.dolores-item-img{opacity: .5;}
#dolor-mala-salud{background:url('images/bg/mala-salud.jpg') center no-repeat; background-size: cover;}
#dolor-sedentarismo{background:url('images/bg/sedentarismo.jpg') center no-repeat; background-size: cover;}
#dolor-estres{background:url('images/bg/estres.jpg') center no-repeat; background-size: cover;}
.dolores-item-txts{width: calc(100% - 60px); padding: 30px; color: var(--bg1); padding-top: 50%;}
.dolores-item-h1{font-size: 1.5em; z-index: 100; color: var(--bg1); direction: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center; text-align: center; font-weight: 800; text-transform: uppercase; margin-bottom: 30px;}
.dolores-item-txt{font-size: .9em; z-index: 100; line-height: 1.6em;}
.dolores-enter-left{transform: translateX(-100%); opacity: 0;}
.dolores-enter-bottom{transform: translateY(100%); opacity: 0;}


/*VALOR*/
.valor{width: 90%;padding: 80px 5%; text-align: center; background: var(--bg2); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.valor-bg{background: url('images/bg/valor-bg.jpg'); background-size: cover; background-attachment: fixed; filter: grayscale(1) blur(5px); opacity: .1;}
.valor-header{font-size: 1.5em; color:var(--text1); font-weight: 600; margin-bottom: 30px; width: 100%;}
.valor-txt{ font-size: .9em;  line-height: 1.6em;width: 80%;}
.valor-enter-bottom{transform: translateY(100%); opacity: 0;}

/*SOMOS*/
.somos{width: 100%; display: flex; flex-direction: column; background: var(--high1);}
.somos-item{width: calc(100% - 120px); padding: 60px;}
.somos-item-txts{width: 100%;}
.somos-item-titulo{font-size: 1.5em; margin-bottom: 40px; font-weight: 600;}
.somos-item-txt{font-size: .9em; line-height: 2em;}
.somos-somos{background: var(--high2); width: 100%;box-shadow: var(--shadow1); color:var(--text2); display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center;}
.somos-somos-txts{padding: 40px; width: calc(100% - 80px);}
.somos-somos-img{width: 100%; aspect-ratio:12/9; background: url('images/bg/somos-somos-bg.jpg') top center no-repeat; background-size: cover; border-top-left-radius: var(--radius1); border-bottom-left-radius: 0; overflow: hidden; transform: translateY(0px);}
.somos-historia{background: var(--bg1);width: calc(100% - 80px); padding: 40px;}
.somos-historia-txt{column-count: 1; column-gap: 100px; font-size: .9em; line-height: 2em; text-align: justify;}

/*CURRICULUM*/
.curriculum{width: 100%; background: var(--bg2); display: flex; flex-direction: column;}
.curriculum-left{width: calc(100% - 80px); padding: 40px;}
.curriculum-header{width: 100%; font-size: 2em; font-weight: 600; margin-bottom: 40px;}
.curriculum-content{width: 100%; font-size: .9em; line-height: 1.6em;}
.curriculum-content > p{margin-bottom: 20px;}
.curriculum-right{width: 100%; background: url('images/bg/curriculum-right.jpg') center; background-size: cover; border-top-left-radius: var(--radius1); border-bottom-left-radius: 0; transform: translateY(0px); aspect-ratio:1;}

/*MODULOS*/
.modulos{width: 95%; padding: 40px 2.5%; background: var(--high2);}
.modulos-header{padding: 0 5%; width: 90%; text-align: center; font-size: 1.5em; font-weight: 600; margin-bottom:40px; text-transform: uppercase; letter-spacing: .2em; transform: scaleY(.95);}
.modulos-content{display: flex; flex-direction: column;}
.modulos-categoria-wrapper{background: var(--bg1); margin-bottom: 15px; border-radius: var(--radius1); box-shadow: var(--shadow1); overflow: hidden; transform: translateY(100px); opacity: 0;}
.modulos-category-header{width: 100%;}
.modulos-category-header-img{width: 100%; margin: 0; aspect-ratio:16/9;}
.modulos-category-header-txts{width: calc(100% - 80px); padding: 40px;display: flex; flex-direction: column;}
.modulo-category-h1{font-size: 1.5em; font-weight: 600; margin-bottom: 30px;}
.modulo-category-description{font-size: .9em; line-height: 1.6em;}
.modulo-category-boton{display: flex; background: var(--high1); color:var(--bg1); text-transform: uppercase; align-self: flex-start; padding: 12px 25px; border-radius: var(--radius1); text-decoration: none; margin-top: 20px; font-weight: 600;transition: all .3s var(--cubic1); cursor: pointer;}
.modulo-category-boton:hover{background: var(--high2); color:var(--text1); transition: all .3s var(--cubic1);}

/*MODULOS-LOOP*/
.modulos-loop{width: 90%; padding: 0 5%; display: flex; flex-direction: column; flex-wrap: wrap; gap:15px; background: var(--bg2); height: 0;}
.modulos-item{width: 100%; background: var(--bg1); border-radius: var(--radius1); overflow: hidden; box-shadow: var(--shadow1); padding-bottom: 50px;}
.modulos-item-image{width: 100%; aspect-ratio:12/9;}
.modulos-item-txts{width: calc(100% - 60px); padding: 30px; padding-bottom: 40px;}
.modulos-item-h1{width: 100%; font-size: 1.2em; font-weight: 600; margin-bottom: 20px;}
.modulos-item-txt{font-size: .8em; line-height: 1.6em; text-align: justify;}
.modulos-item-button{position: absolute; bottom:30px; left: 30px; display: flex; background: var(--high1); color:var(--bg1); text-transform: uppercase; align-self: flex-start; padding: 12px 25px; border-radius: var(--radius1); text-decoration: none; margin-top: 20px; font-weight: 600;transition: all .3s var(--cubic1); cursor: pointer;}
.modulos-item-button-available{background: var(--high1); color:var(--bg1);transition: all .3s var(--cubic1); cursor: pointer;}
.modulos-item-button-available:hover{background: var(--high2); color:var(--text1); transition: all .3s var(--cubic1);}
.modulos-item-button-disabled{background: #CCC; color:#999; cursor:not-allowed;}
.modulos-enter-bottom{transform: translateY(100px); opacity: 0;}

/*CTA*/
.cta{width: 90%; padding: 60px 5%; text-align: center; display: flex; flex-direction: column; align-items: center;}
.cta-bg{background: url('images/bg/cta-bg.jpg'); background-size: cover; background-attachment: fixed; filter: grayscale(1) blur(5px); opacity: .1;}
.cta-h1{font-size: 1.5em; margin-bottom: 20px; margin-top: 30px; width: 90%; font-weight: 600; line-height: 1.3em;}
.cta-txt{font-size: 1em; margin-bottom: 30px; width: 90%; line-height: 1.6em;}
.cta-button{display: flex; background: var(--high1); color:var(--bg1); text-transform: uppercase; padding: 20px 35px; border-radius: 100px; font-size: 1em; text-decoration: none; margin-top: 20px; font-weight: 800; cursor: pointer; letter-spacing: .1em;margin-bottom: -20px;}
.cta-button:hover{background: var(--high2); color:var(--text1);}

/*VIDEOS*/
.videos{width: 95%; padding: 50px 2.5%; background: var(--bg2);}
.videos-header{width: 100%;}
.videos-h1{font-size: 2em; font-weight: 600; width: 100%; text-align: center; margin-bottom: 30px;}
.videos-loop{width: 100%; display: flex; flex-direction: column; flex-wrap: wrap; gap:15px;}
.videos-item{width: 100%; background: var(--bg1); border-radius: var(--radius1); overflow: hidden; box-shadow: var(--shadow1);}
.videos-item-video{width: 100%; aspect-ratio:16/9;}
.videos-item-h1{ padding: 10px 20px 30px 20px; font-size: 1.2em; font-weight: 600;}
.videos-enter-bottom{transform: translateY(100px); opacity: 0;}

/*GALERIA*/
.galeria{width: 100%; display: flex; flex-direction: column; align-items: center;}
.galeria-header{font-size: 2em; padding: 60px 0; font-weight: 600; text-align: center; margin-bottom: 0px;}
.galeria-content{width: 90%; margin-bottom: 40px;}
.wp-block-image{border-radius: var(--radius1); overflow: hidden; transform: translateY(100px); opacity: 0;}

/*CONTACTO*/
.contacto{width: 100%; display: flex; flex-direction: column; background: var(--bg2);}
.contacto-left{width: 100%; border-top-right-radius: 0; border-bottom-right-radius: var(--radius1); overflow: hidden;background: var(--high1); display: flex; flex-direction: column; align-items: center;justify-content: center; overflow: hidden; transform: translateY(0px);}
.contacto-left-bg{background: url('images/bg/contacto-bg.jpg') center no-repeat; background-size: cover; filter: blur(0px) grayscale(1); transform:scale(1.5); opacity: .3;}
.contacto-left-content{display: flex; flex-direction: column; width: calc(100% - 80px); padding:40px; margin: 60px 0; color:var(--bg1); line-height: 1.6em;}
.contacto-left-h1{font-size: 2em; font-weight: 600; margin-bottom: 20px;}
.contacto-right{width: calc(100% - 80px); padding: 40px; display: flex; flex-direction: column;}
.contacto-items-wrapper{margin-top: 30px; width: 100%; display: flex; flex-direction: column;}
.contacto-item{width: 100%; margin-bottom: 30px; display: flex; flex-direction: row; align-items: flex-start;}
.contacto-item-icon{width: 30px; aspect-ratio:1;}
.contacto-item-icon > svg{width: 100%; height: 100%; stroke: var(--high1); fill:var(--high1); stroke-width:5px;}
.contacto-item-txts{width: calc(100% - 60px); margin-left: 20px; display: flex; flex-direction: column;}
.contacto-item-h1{font-family: var(--font1); text-transform: uppercase; font-size: .8em; letter-spacing: .2em; font-weight: 700; color:var(--high1);}
.contacto-item-txt{font-family:  var(--font1); font-size: 1em; color: var(--text4); margin-top: 5px;}
.contacto-item-txt a{text-decoration: none; color: var(--text4); display: block; position: relative; float: left; margin-right: 20px;}
.contacto-item-txt > a::after{content:""; position: relative; float: left; width: 100%; height: 2px; background: var(--high2); margin-top: 5px; transform: scaleX(0); transition: transform .3s var(--cubic1); transform-origin: right;}
.contacto-item-txt > a:hover::after{transform: scaleX(1);  transition: transform .3s var(--cubic1);  transform-origin: left;}
.contacto-rrss{width: 100%; display: flex; flex-direction: row; margin-top: 30px;}
.contacto-rrss > a{display: flex; width: 3em; aspect-ratio:1; margin-right: 30px;}
.contacto-rrss > a > svg{fill: var(--high1);}
.contacto-rrss > a:hover > svg{fill: var(--high2); transform: scale(1.5); transition: all .3s var(--cubic1);}




/*FOOT*/
.foot{position: relative; float: left;width: 100%; background: url('images/bg/bg-foot.webp'); background-size: cover;font-size: 1em; color:var(--bg1);}
.foot-row{width: 100%;}
.foot-credits{width: calc(100% - 40px); padding: 10px 20px; height:auto; background: #222; color:#666; display: flex; align-items: center; justify-content: flex-end;text-transform: uppercase; font-weight: 700; font-size: .7em; letter-spacing: .2em;}
.logo-credits{width:120px; height: 30px; background:url('images/logo-credits.svg') left no-repeat; background-size: contain; margin-left: 20px; opacity: .6; transition: all .5s linear;}
.logo-credits:hover{opacity: 1; transition: all .2s linear;}

/******************/
/**DESKTOP*********/
/*****************/

@media screen and (min-width:800px){
    
/*GLOBAL*/
.boton{font-size: 20px; padding: 20px 30px; border:2px solid;}
 
/*HEADER*/
.header{flex-direction: row; height: 80px; justify-content: flex-end; align-items: center; align-content: center;}
.header-bg{height: 80px;}
.logo{position: fixed; width: 400px; height: 90px; margin-top: 10px; margin-left: 5%; background: url('images/logo.svg') left no-repeat; background-size: contain;}
    
/*RESERVAR_MOBILE*/
.reservar-mobile{display: none;}
    
/*NAV*/
.nav-main-desktop{display: flex; background: var(--bg1); border-radius: var(--radius1); padding: 5px 25px; margin-right: 20px; margin-top: 20px;}
.dd{display: flex; flex-direction: row; justify-content: center; align-items: center;position: relative; width: 100%;}
.dd li{text-align: center; margin: 0 10px;}
.dd li:last-of-type{margin: 0 0 0 10px;}
.dd li a{padding: 10px 5px;}

    
/*MOBILE_HAMBURGER*/
.mobile-hamburger{display: none;}
/*NAV_MOBILE*/    
.nav-main-mobile{display: none;}    
    
/*PAGES*/
.page-section-h1{font-size: 3em;}
    
/*HOME*/
.home-content-safe-bg{background: linear-gradient(180deg, #00000000 50%,var(--high1) 90%) ;}
.home-content-wrapper{width: 80%; margin-left: 5%;}
.home-slide-h1{font-size: 5em; font-weight: 800; margin-bottom: 20px;}
.home-slide-txt{font-size: 1.2em; width: 70%; margin-bottom: 100px;}
    
/*DOLORES*/
.dolores{padding-bottom: 50px; flex-direction: row;}
.dolores-header{width: 25%; padding: 50px 5%;}
.dolores-header-numero{font-size: 12em; font-weight: 800; margin-right: 10px; -webkit-text-stroke-width: 2px;}
.dolores-header-txts{font-size: 3em;}
.dolores-content{width: 65%; flex-direction: row;}
.dolores-item{aspect-ratio:9/12;}
.dolores-item-h1{font-size: 1.5em; margin-bottom: 30px;}
.dolores-item-txt{font-size: .9em;}
    
/*VALOR*/
.valor{padding: 150px 5%;}
.valor-header{font-size: 3em; margin-bottom: 50px;}
.valor-txt{font-size: 1.1em;width: 80%;}
    
/*SOMOS*/
.somos-item-titulo{font-size: 2.5em; margin-bottom: 40px;}
.somos-item-txt{font-size: .9em; line-height: 2em;}
.somos-somos{flex-direction: row; justify-content: center; align-items: center; align-content: center;}
.somos-somos-txts{padding: 100px; width: calc(60% - 200px);}
.somos-somos-img{width: 40%; aspect-ratio:12/9; border-top-left-radius: var(--radius1); border-bottom-left-radius: var(--radius1); transform: translateY(-30px);}
.somos-historia{width: calc(100% - 200px); padding: 100px;}
.somos-historia-txt{column-count: 2; column-gap: 100px; font-size: .9em; line-height: 2em;}
    

/*CURRICULUM*/
.curriculum{flex-direction: row;}
.curriculum-left{width: calc(60% - 100px); padding: 100px;}
.curriculum-header{font-size: 2em; margin-bottom: 40px;}
.curriculum-right{width: 60%; background: url('images/bg/curriculum-right.jpg') center; background-size: cover; border-top-left-radius: var(--radius1); border-bottom-left-radius: var(--radius1); transform: translateY(-50px); aspect-ratio:auto;}
    
/*MODULOS*/
.modulos{padding: 100px 2.5%;}
.modulos-header{font-size: 2.5em;}
.modulos-categoria-wrapper{margin-bottom: 30px;}
.modulos-category-header-img{width: 30%; margin: 30px 0; aspect-ratio:16/9;}
.modulos-category-header-txts{width: calc(70% - 120px); padding: 60px;}
.modulo-category-h1{font-size: 2em; margin-bottom: 30px;}
    
/*MODULOS-LOOP*/
.modulos-loop{flex-direction: row; flex-wrap: wrap; gap:30px;}
.modulos-item{width: calc(25% - 23px);}
.modulos-item-h1{font-size: 1.2em; margin-bottom: 20px;}
    
/*CTA*/
.cta{padding: 100px 5%;}
.cta-h1{font-size: 3em; margin-bottom: 20px; margin-top: 30px;}
.cta-txt{font-size: 1.2em; margin-bottom: 30px; width: 60%;}
.cta-button{padding: 20px 35px; font-size: 1.5em; margin-top: 20px; font-weight: 800; margin-bottom: -20px;}
    
/*VIDEOS*/
.videos-h1{font-size: 3em; margin-bottom: 60px;}
.videos-loop{flex-direction: row; flex-wrap: wrap; gap:30px;}
.videos-item{width: calc(25% - 23px);}
.videos-item-h1{padding: 10px 20px 30px 20px; font-size: 1.2em;}
    
/*GALERIA*/
.galeria-header{font-size: 3em; padding: 60px 0;}
    
/*CONTACTO*/
.contacto{flex-direction: row;}
.contacto-left{width: 40%; border-top-right-radius: var(--radius1); border-bottom-right-radius: var(--radius1); transform: translateY(-20px);}
.contacto-left-content{width: calc(100% - 120px); padding:60px;}
.contacto-left-h1{font-size: 3em;}
.contacto-right{width: calc(60% - 120px); padding: 60px;}
.contacto-right-h1{font-size: 2.5em;}
.contacto-items-wrapper{margin-top: 60px;}
.contacto-item-icon{width: 40px;}
.contacto-item-h1{font-size: .9em; letter-spacing: .2em;}
.contacto-item-txt{font-size: 1.2em;}
.contacto-rrss > a{width: 3em; margin-right: 30px;}
    
/*FOOT*/
.foot-credits{padding: 10px 20px;}    
    
    
}


/* inicio barra desplazamiento*/
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar:hover {
	opacity:.1;
}
::-webkit-scrollbar-track {
	background:#eee;

}
::-webkit-scrollbar-thumb {
background: var(--high1);

}

/* Fin barra desplazamiento */
/* webkit, opera, IE9 */
::selection { 
background:var(--high1); 
color:var(--bg1); 
}
/* mozilla firefox */
::-moz-selection { 
background:var(--high1); 
color:var(--bg1); }