/*
Theme Name: Cer Reflexología v1.0 (2024)
Author URI: http://graficolab.cl
Description: Cabañas del Bosque
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=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=League+Gothic&family=Staatliches&display=swap');


/*VARIABLES*/
:root{
	--bg1:#F5F5F5;
	--bg2:#FAFAFA;
	--bg3:#FFFFFF;
    --text1:#777;
    --text2:#666;
    --high1: #0099b9;
    --high2: #5ac2dc;
    --high3: #7ed0e4;
    --high4: #feda68;
    --high5: #ffc306;
    --shadow1:0px 20px 30px -30px rgba(0,0,0,.2);
    --shadow2: 0px 0px 10px 0px rgba(0,0,0,.08);
    --font1: 'Red Hat Display', sans-serif;
    --font2: 'Sofia Sans Condensed', sans-serif;
    --font3: 'Staatliches', 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;
    --radius2: 100px;
    --tspeed: .5s
}

/*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;}

/*YITH_MOBILE*/
.yith-wcbk-bookable-product-form-block{display: none !important;}

/*GLOBAL*/
.pos{position: relative; float: left;}
.boton{z-index: 1; position: relative; font-family: var(--font1); font-size: 1em; letter-spacing: .0em; padding: 15px 25px;background: var(--high1); text-decoration: none; color: var(--bg1); text-transform: uppercase; font-weight: 700; border-radius: var(--radius1); overflow: hidden; border: 0; letter-spacing: .1em;}
.boton > svg{width: 1.3em; height: 1.3em;margin-right: .3em; margin-bottom: -.4em; aspect-ratio: 1; fill: var(--text1); stroke: var(--text1); transition: transform var(--tspeed) var(--cubic1);}
.boton:hover > svg{transform: scale(1.4) rotate(-5deg) translateX(-.1em) translateY(-.1em); transition: transform var(--tspeed) var(--cubic1);}
.boton::before{content:""; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: var(--high2); z-index: -1; transform: scaleX(0); transform-origin: center; transition: transform .3s var(--cubic1); transform-origin: right;}
.boton:hover::before{transform: scaleX(1); transform-origin: center; transition: transform .3s var(--cubic1);transform-origin: left;}

/*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;}

/*TOP_GRADIENT*/
.top-gradient{position: absolute; height: 300px; width: 100%; background: linear-gradient(-3deg,#FFFFFF00 30%,var(--high1)); z-index: 250; pointer-events: none; opacity: .8;}

/*HEADER*/
.top-line{width: calc(100% - 0px); margin: 0 0px; height: 8px; background: var(--high3); position: fixed; z-index: 1000; opacity: 0;}
.header{position: fixed; width: calc(100% - 40px); padding:0 20px; height: 80px; z-index: 500; display: flex; flex-direction: column;}
.header-bg{width: 100%; height: 80px; background: linear-gradient(45deg,var(--high1), var(--high2)); top:0; left: 0; transform: translateY(-100%); position: absolute; opacity: .95;}
.logo{position: fixed; width: 100%; height: 60px; background: url('images/logo.png') left no-repeat; margin-left:10%; top: 10px; background-size: contain; z-index: 1000; transform: translateX(100px); opacity: 0; pointer-events: none ;}
.rrss-header-wrapper{display: none; flex-direction: row; justify-content: center; align-items: center; align-content: center; gap: 20px; margin-right: 20px; padding:5px 0 5px 20px;}
.rrss-header-wrapper a{transform: translateY(20px);}
.rrss-header-item{width: 25px; aspect-ratio: 1; }
.rrss-header-item > svg{width: 100%; height: 100%; fill:var(--bg1); transition: all var(--tspeed) var(--cubic1);}
.rrss-header-item:hover > svg{ transform: scale(1.2); transition: all var(--tspeed) var(--cubic1);}

/*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(--bg1); font-family: var(--font1); font-weight: 600; text-transform: uppercase; 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(--bg1); bottom:0px; padding: 0 4px; left: -4px; transform: scaleX(0);transition: transform .3s var(--cubic1); transform-origin: center;}
.dd li > a:hover::after{transform: scaleX(1); transform-origin: center;}
#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; transform: scale(.8);}
.bar-icon{width: 100%; height: 4px; background: var(--bg1); border-radius: 10px;}

/*MENU MOBILE*/
.nav-main-mobile{display: block; position: fixed; z-index: 1000; top:80px; width: 100%; height: auto; background: rgba(255,255,255,.9); 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:1em; text-decoration: none; color: var(--high1); 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{width: 100%;}
.content{width: 100%;}
.entry{width: 100%;}

/*LOOP*/
.loop{width: 90%; margin-left: 5%; margin-bottom: 50px; display: flex; flex-direction: column; gap:30px;}
.loop-item{border-radius: var(--radius1); overflow: hidden; width: 100%; background: var(--bg2); box-shadow: var(--shadow1); transform: translateY(50px); opacity: 0;}
.loop-image{width: 100%; aspect-ratio:1;}
.loop-txts{display: flex; flex-direction: column; padding: 20px; width: calc(100% - 40px);}
.loop-h1{margin-bottom: 10px;}
.loop-h1 > a{text-decoration: none; font-size: 1.7em; font-weight: 700; font-family: var(--font1); color:var(--high1);}
.loop-excerpt{line-height: 1.6em; font-size: .9em; margin-top: 30px;}

.loop-category{margin-top: 50px;}
.loop-meta-items{display: flex; flex-direction: row; gap: 30px; flex-wrap: wrap; margin-top: 30px;} 
.loop-meta-item{display: flex; flex-direction: row; width: 40%;}
.loop-meta-item-icon{width: 15px; aspect-ratio:1}
.loop-meta-item-icon > svg{fill:var(--high1);opacity: .8;}
.loop-meta-item-txts{width: calc(100% - 30px); margin-left: 10px; display: flex; flex-direction: column;}
.loop-meta-item-titulo{font-size: .6em; text-transform: uppercase; letter-spacing: .1em; opacity: .8; font-weight: 700;}
.cap-fac-meta{margin-bottom: 60px;}
.mas-info-loop{text-decoration: none; background: var(--high1); color:var(--bg1); text-transform: uppercase; padding: 15px 25px; text-align: center; border-radius: var(--radius2); font-weight: 800; font-size: 1em; letter-spacing: .1em; transition: all .3s var(--cubic1); margin-top:30px; width: calc(100% - 50px);}
.mas-info-loop:hover{background: var(--high2); transition: all .3s var(--cubic1);}

/*SIN ENTRADAS*/
.sin-entradas{width: 90%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 30px 5%; text-align: center;}
.sin-entradas-wrapper{width: calc(100% - 60px); box-shadow: var(--shadow1); padding: 100px 30px; border-radius: var(--radius1); display: flex; flex-direction: column; justify-content: center; background-color: var(--bg2);}
.sin-entradas-h1{font-size: 3.5em; font-family: var(--font2); color:var(--high1); margin-bottom: 30px;}
.sin-entradas-txt{font-size: 1em; line-height: 1.3em; font-style: italic;}

/*FACILITADORA_INFO*/
.cap-row{width: 100%;}
.cap-fac-meta{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.cap-fac-photo{width: 80px; aspect-ratio: 1; border-radius: 100px; overflow: hidden;}
.cap-fac-texts{width: calc(100% - 100px); margin-left: 20px; display: flex; flex-direction: column;}
.cap-fac-titulo{font-size: .8em; margin-bottom: 5px; width: 100%; border-bottom: 1px solid var(--high1); padding-bottom: 5px; margin-bottom: 20px; color: var(--high1); font-weight: 700;}
.cap-fac-name{font-size: 1.3em; font-weight: 600;}
.cap-fac-desc{font-size: .9em; margin-top: 5px; line-height: 1.3em; opacity: .8;}
.cap-desc-titulo{font-size: 1.5em; width: 100%; margin-bottom: 30px; color:var(--high1); font-weight: 700; letter-spacing: .1em;}

/*SINGLE_CAPACITACIONES*/
.single-cap-header{opacity: .5; filter:blur(10px);}
.curso-info-wrapper{width: 90%; margin-left: 5%; margin-top: -250px; z-index: 300; border-radius: var(--radius1); margin-bottom: 50px;}
.curso-info-left{width: 100%; position: relative; top:  0px; float: left;}
.curso-info-left-img{width: 100%; aspect-ratio:1; border:0px solid var(--bg1); border-radius: var(--radius1); overflow: hidden;}
.curso-info-right{width: 100%; margin-top: 30px; padding: 0px; background: var(--bg1); border-radius: 0; margin-left: 0px; display: flex; flex-direction: column;}
.curso-info-right > h1{font-size: 1.6em; color:var(--text1); margin-bottom: 50px; font-family: var(--font1);}
.modalidad-item{border-radius: var(--radius2); background: var(--high1); align-self: flex-start; display: flex; flex-direction: row; overflow: hidden;box-shadow: var(--shadow2); margin-bottom: 10px; transform: scale(.8); transform-origin: left;}
.modalidad-item-titulo{padding: 0px 10px 0 15px; margin: 10px 0; color:var(--bg1); border-right: 2px solid #FFFFFF90; font-weight: 800;}
.modalidad-item-field{color:var(--bg1); padding: 10px 15px; font-weight: 800;}
.curso-metadata{display: flex; flex-direction: row; flex-wrap: wrap; gap:20px; margin-bottom: 50px;}
.curso-metadata-item{ width: calc(50% - 10px);}
.curso-metadata-icon{width: 20px; aspect-ratio:1; margin-right: 10px; opacity: .8;}
.curso-metadata-icon > svg{width: 100%; aspect-ratio:1; fill:var(--high1);}
.curso-metadata-titulo{font-size: .7em; text-transform: uppercase; font-weight: 600; letter-spacing: .1em; opacity: .8;}
.curso-metadata-field{font-weight: 500; font-size: 1em; margin-top: 5px;}
.cap-fac-meta{margin-bottom: 60px;}
.curso-cta{text-decoration: none; background: var(--high1); color:var(--bg1); text-transform: uppercase; padding: 20px 30px; text-align: center; width: calc(100% - 60px); border-radius: var(--radius2); font-weight: 800; font-size: 1.1em; letter-spacing: .1em; transition: all .3s var(--cubic1); line-height: 1.2em;}
.curso-cta:hover{background: var(--high2); transition: all .3s var(--cubic1);}
.curso-cta > svg{height: 1.1em; margin-top: .1em; margin-bottom: -.1em; margin-right: 1%; aspect-ratio:1; fill:var(--bg1); transform: scale(0);transition: transform .2s var(--cubic1);}
.curso-cta:hover > svg{transform: scale(2) rotate(-5deg) translateX(-.5em); transition: transform .3s var(--bounce1);}

/*MODALIDAD ICON*/
.modalidad-item-icon{width: 1em; aspect-ratio: 1; background: red; margin-right: 5px;}
.mod-online-icon{background: url('images/icons/online-blanco.svg') center no-repeat; background-size: contain;}
.mod-presencial-icon{background: url('images/icons/presencial-blanco.svg') center no-repeat; background-size: contain;}
.mod-semi-icon{background: url('images/icons/semi-blanco.svg') center no-repeat; background-size: contain;}

/*BLOG*/
.novedades-content{width: 80%; margin: 60px 10%;}
.single-header-h1{font-size: 1.5em; text-shadow: 0px 0px 30px rgba(0,0,0,.0); font-family: var(--font1); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; opacity: 0; color:var(--bg1); text-align: center;}

/*POST-CONTENT*/
.page-content-wrapper{width: 80%; margin-left: 10%;margin-top: 50px;}
.post-content{color: var(--text2);}
.post-content p{line-height: 1.6em; margin-bottom: 30px;}
.post-content > ul{ margin-left: 20px; width: calc(100% - 20px); margin-bottom: 30px;}
.post-content > ul > li::before{content:""; position: relative; float: left; width: .5em; margin-top: .3em; aspect-ratio:1; background: var(--high1); margin-right: 5px; margin-left: calc(-1em); border-radius: var(--radius1);}
.post-content > ul > li{margin-bottom: 10px;margin-left: calc(1em);}

/*PAGES*/
.page-header{width: 100%; height: 350px; background:var(--bg1); display:flex; flex-direction: column; justify-content: center; overflow: hidden; box-shadow: 0px 30px 30px -20px rgba(0,0,0,.05);}
.page-header-bg{opacity: 0; transform: scale(1.05) translateY(20px);}
.page-header-safe-bg{background: linear-gradient(#00000000,#000000); opacity: .3;}
.page-header-content-wrapper{display:flex; flex-direction: column; align-items: center; margin-top: 50px; width:80%; margin-left: 10%;}
.page-header-h1{font-size: 1.5em; text-shadow: 0px 0px 30px rgba(0,0,0,.0); font-family: var(--font1); font-weight: 600; text-transform: uppercase; letter-spacing: .2em; opacity: 0; color:var(--bg1); text-align: center;}
.page-header-h1-line{width: 100px; height: 3px; opacity:.8; background: linear-gradient(45deg,var(--high2),var(--high3)); margin-top: 30px; box-shadow: 0px 3px 10px -2px rgba(0,0,0,1); transform: scaleX(0); opacity: 0; margin-bottom: -50px;}
.page-header-content{width: 100%;font-size: 1em; line-height: 2.5em; margin-top: 30px;  transform: translateY(50px); opacity: 0; margin-bottom: 30px;}
.page-content{width: 100%;}


/*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 20%,#00000080);}
.home-content-wrapper{width: 90%; margin-left: 5%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; color:var(--bg1);align-items: flex-start;}
.home-slide-h2{font-size: 1.2em; font-weight: 300; width: 70%; line-height: .9em; text-transform: uppercase; letter-spacing: .5em; font-weight: 700; margin-bottom: 10px;}
.home-slide-h1{font-size: 3em; font-family: var(--font2); font-weight: 600; margin-bottom: 10px; width: 90%; text-transform: uppercase;}
.home-slide-txt{font-size: 1em; width: 90%; font-weight:400; line-height: 1.6em; margin-bottom: 30px;}
.cta-slide{margin-bottom: 80px;}
.slide-texts-enter{transform: translateY(100px); opacity: 0;}

/*HOME_CAPACITACIONES*/
.capacitaciones-home{width: 100%;}
.capacitaciones-home-header{width: 90%; background: linear-gradient(25deg, var(--high1),var(--high2)); padding: 80px 5% 60px 5%; color:var(--bg1); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.capacitaciones-home-header-bg{background: url('images/bg/home-1.jpg') center no-repeat; filter: grayscale(1); opacity: .3; background-size: cover; background-attachment: fixed;}
.capacitaciones-header-h1{font-size: 1.8em; font-weight: 600; letter-spacing: .1em; font-family: var(--font1); text-align: center;}
.capacitaciones-header-line{width: 100px; height: 2px; background: var(--bg1); margin-top: 30px;}
.capacitaciones-header-h2{font-size: 1em; font-style: italic; font-family: var(--font1); width: 85%; line-height: 2em; text-align: center; margin-top: 30px;}
.capacitaciones-home-conoce{padding: 50px 5% 20px 5%; width: 90%; font-size: 1.5em; letter-spacing: .1em; color:var(--text1); opacity: .8; text-align: center;}
.capacitaciones-home-conoce-line{width: 100px; height: 2px; background:var(--high1); margin-left: calc(50% - 50px);}
.unete-texts-enter{transform: translateY(100px); opacity: 0;}

/*HOME_LOOP*/
.capacitaciones-home-loop-wrapper{display: flex; flex-direction: column; justify-content: center; align-items: stretch;}
.capacitaciones-home-loop{display: flex; flex-direction: column; gap:30px; width: 90%; margin: 40px 5%;}
.capacitaciones-home-todas-wrapper{padding: 0px 0%; min-height: 200px; width: 100%; margin-left: 0px;}
.capacitaciones-home-todas-item{background: var(--high1); border-radius: var(--radius1); width: calc(100% - 40px); height: calc(100% - 40px); min-height: 200px; margin-bottom: 30px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px;}
.capacitaciones-home-todas-item:hover .capacitaciones-home-todas-item-bg{transform: scale(1.1); transition: transform .3s var(--cubic1);}
.capacitaciones-home-todas-item-bg{background: url('images/bg/home-2.jpg') center; background-size:cover; filter:grayscale(1); opacity: .1;transition: transform .3s var(--cubic1);}
.capacitaciones-home-todas-item-content{font-size: 1.5em; text-align: left; font-family: var(--font1); text-transform: uppercase; font-weight: 800; color: var(--bg1); letter-spacing: .1em;}
.trigger-loop-item-capacitaciones{opacity: 0; transform: translateY(50px);}


/*HOME-NOVEDADES*/
.novedades-home{width: 100%; display: flex; flex-direction: column; align-items: stretch; background: var(--bg2);}
.novedades-home-header{width: calc(100% - 60px); padding: 30px; display: flex; flex-direction: column; background: var(--high1); align-content: center; justify-content: center;}
.novedades-home-header-bg{background: url('images/bg/home-1.jpg') center no-repeat; background-size: cover; filter: grayscale(1); opacity: .1;}
.novedades-home-h1{font-size: 2em; text-align: left; text-transform: uppercase; letter-spacing: .2em; margin-bottom: 30px; color:var(--bg1); font-weight: 700; line-height: 1.2em; margin-top: 50px;}
.novedades-home-line{width: 100px; height: 3px; background:var(--bg1);}
.novedades-home-txt{ color: var(--bg1); line-height: 2em; font-size: 1em; font-style: italic;  margin-top: 30px}
.novedades-ver-todo{color:var(--high1); background: var(--bg1); align-self: flex-start; margin-top: 30px;}
.novedades-ver-todo:hover{color:var(--bg1);}
.novedades-home-loop{display: flex; flex-direction: column; gap:30px; width: 90%; margin: 40px 5%;}
.novedades-home-loop .loop-item{width: 100%;}
.trigger-loop-item-novedades{opacity: 0; transform: translateY(50px);}

/*LA_REFLEXOLOGIA*/
.reflexologia-content{width: 90%; line-height: 2em; margin: 0px 5% 50px 5%;}

/*TEXTOS_PAGE*/
.textos-intro-page > p{color:var(--text1); font-size: 1em; line-height: 2em; transform: translateY(100px); opacity: 0;}

/*BENEFICIOS DE LA REFLEXOLOGIA*/
.beneficios-reflexologia{width: 100%; background: var(--high1); color:var(--bg1);}
.beneficios-reflexologia-left{width: calc(100% - 60px); padding: 60px 30px;}
.beneficios-reflex-h1{font-size: 2.5em; font-family: var(--font2); font-weight: 100; letter-spacing: .05em; margin-bottom: 40px;}
.beneficios-reflex-txt{line-height: 1.6em; }
.beneficios-reflex-txt > p{transform: translateX(-50px); opacity: 0;}
.beneficios-reflex-txt > ol{margin: 30px 0; list-style: none; counter-reset: item;}
.beneficios-reflex-txt > ol > li {counter-increment: item;margin-bottom: 35px; margin-left: 3em; border-left: 2px solid var(--high2); padding-left: 1em; transform: translateX(-50px); opacity: 0;}
.beneficios-reflex-txt > ol > li::before{content: counter(item); margin-right: 1em; background:var(--high2);border-radius: 100%;color: white;font-size:1em; width: 1.5em; font-weight: 600; margin-left: -4em; float: left; padding: 5px; aspect-ratio:1; display: flex; justify-content: center; align-content: center;}
.beneficios-reflexologia-right{width: 100%; aspect-ratio:1 !important; background: url('images/reflexologia/beneficios-reflexo.jpg') center no-repeat; background-size: cover; background-position-x: 60%; filter: grayscale(.3); min-height: 100px; border-radius: 0; transform: translateX(0px) translateY(0px);}

/*APRENDERAS REFLEXOLOGÍA*/
.aprenderas-reflexologia{width: 100%; background: var(--bg1); color:var(--text1); display: flex; flex-direction: column-reverse; align-content: center; overflow: hidden;}
.aprenderas-reflexologia-left{width: 100%; aspect-ratio:1; background: url('images/reflexologia/aprenderas-reflexo.jpg') center no-repeat; background-size: cover; border-radius: 0; transform: translateX(0px) translateY(0px);}
.aprenderas-reflexologia-right{width: calc(100% - 60px); padding: 60px 30px;}
.aprenderas-reflex-h1{font-size: 2.5em; font-family: var(--font2); font-weight: 100; margin-bottom: 40px; transform: translateX(50px); opacity: 0;}
.aprenderas-reflex-txt{line-height: 1.6em;}
.aprenderas-reflex-txt > p{transform: translateX(50px); opacity: 0;}
.aprenderas-reflex-txt > ul{margin: 20px 0;}
.aprenderas-reflex-txt > ul > li{margin-bottom: 20px; margin-left: 1em; transform: translateX(50px); opacity: 0;}
.aprenderas-reflex-txt > ul > li::before{content:""; width: .5em; margin-top: .5em; margin-right: .5em; margin-left: -1em; aspect-ratio:1; background: var(--high2); float: left; position: relative; border-radius: 30%;}

/*SOMOS*/
.somos-content{width: 100%; line-height: 2em; margin: 30px 0 80px 0;}
.vision-compromiso-wrapper{margin-top: 50px; display: flex; flex-direction: column; overflow: hidden;}
.vc-item{width: 100%; line-height: 1.6em; display: flex; flex-direction: column; align-items: center;}
.vc-item-foto{width: 100%; aspect-ratio:1;  border-radius: 0;}
.vision-item-foto{transform: translateX(0px) translateY(0px);}
.compromiso-item-foto{transform: translateX(0px) translateY(0px);}
.vc-item-content{width: calc(100% - 60px); padding: 30px 30px 60px 30px;}
.vc-item-titulo{font-size:2.2em; line-height: 1.1em; width: 100%; font-family: var(--font2); letter-spacing: .1em; margin-top: 20px; margin-top: 40px; font-weight: 100; color:var(--high1)}
.vc-item-line{width: 50px; height: 1px; background: var(--high2); margin-top:20px; margin-bottom: 50px;}
.vc-item-text > ul{margin: 20px 0;}
.vc-item-text > ul > li{margin-bottom: 20px; margin-left: 1em;}
.vc-item-text > ul > li::before{content:""; width: .5em; margin-top: .5em; margin-right: .5em; margin-left: -1em; aspect-ratio:1; background: var(--high2); float: left; position: relative; border-radius: 30%;}
.vision{background: var(--bg2);}
.compromiso{flex-direction: column;}
.compromiso-item-txt li{transform: translateX(-50px); opacity: 0;}
.compromiso-item-txt p{transform: translateX(-50px); opacity: 0;}

/*CONTACTO*/
.contacto-wrapper{width: 80%; padding: 30px 0; margin: 0 10%; display: flex; flex-direction: column-reverse;}
.contacto-left{width: 100%;}
.contacto-right{width: 100%; padding:0; display: flex; flex-direction: column; margin-top:25px;}
.contacto-item{display: flex; flex-direction: row; align-items: center; text-decoration: none; color:var(--text1); margin-bottom: 30px;transform: translateY(50px); opacity: 0;}
.contacto-item-icon{width: 30px; height: 30px; margin-right: 20px; fill:var(--high1);}
.contacto-item-icon > svg{width: 100%; height: 100%;}
.contacto-item-txt{width: calc(100% - 60px); font-family: var(--font2); font-size: 1.2em;}

/*FORMULARIO CONTACTO*/
.wpcf7{width: 100%; margin-top: 30px; font-size: 1em;}
.wpcf7-form{display: flex; flex-direction: column; justify-content: center;width: 100%; float: left; position: relative; font-family: var(--font1);}
.wpcf7-form > p{margin-bottom: 30px; float: left; position: relative; width: 100%; font-size: 1em; transform: translateY(50px); opacity: 0;}
.wpcf7-form > p:last-of-type{text-align: center;}
.wpcf7-form > p:last-of-type > button{width: 100%;}
.wpcf7-form > p > label{float: left; position: relative; width: calc(100% - 2px); border-radius: 28px;}
.wpcf7-form > p > label > span{position: relative; float: left;width: 100%;}
.wpcf7-form > p > label > span > input, .wpcf7-form > p > label > span > textarea{width: calc(100% - 30px); padding:15px; background: transparent; resize: none; color: var(--high3); border-radius: 28px; font-family: var(--font1);border: 1px solid rgba(0,0,0,.1); font-size: 1em; font-weight: 600; transition: border 1s var(--cubic1);}
.wpcf7-form > p > label > span > input:focus, .wpcf7-form > p > label > span > textarea:focus{border:1px solid var(--high1); transition: border 1s var(--cubic1); color:var(--text1)}
.wpcf7-form > p > label > span > input::placeholder, .wpcf7-form > p > label > span > textarea::placeholder{font-weight: normal; color: var(--text1); opacity: .7;}
.wpcf7-form > p > label > span > textarea{height: 100px; overflow-y: auto;}
.wpcf7-form > p > label > span > textarea::-webkit-scrollbar-track {background:rgba(255,255,255,.1); border-radius: 100px;}
.wpcf7-form > p > label > span > textarea::-webkit-scrollbar-thumb {background: rgba(255,255,255,.2); border-radius: 10px;animation: scrollbar-thumb-bg-animated 1s linear alternate infinite; cursor: pointer !important;}
.wpcf7-form > p > label > span > textarea::-webkit-scrollbar-thumb:hover {border-radius: 10px; background: rgba(4,255,255,.8)}
.wpcf7-form > p > label{--bg_position: 0 0; background-position: top;}
.send-contact{border:0px; padding: 15px 40px; color:#FFF; background: linear-gradient(128deg,  var(--high1) 50%,var(--high2) 100%); background-size: 300% 100%; background-position:0 0; font-family: var(--font1); font-size: 1.1em; text-transform: uppercase; font-weight: bold; letter-spacing: .1em; border-radius: 50px; cursor: pointer;transition: all 2s var(--cubic1); width: 100%; margin-top: -20px;}
.send-contact:hover{background-position:100% 0; transition: all 1s var(--cubic1);}
.recaptcha{color:var(--text1); font-size: .8em !important; opacity: .6;}
.recaptcha > a{color:var(--text1);}
.wpcf7-not-valid-tip{margin-top: 10px;}

/*FOOT*/
.foot{width: 80%; padding: 80px 10%; background: var(--bg3); backdrop-filter: blur(5px);}
.foot-row{width: 100%; min-height: 100px; display: flex; flex-direction: column; gap:60px; flex-wrap: nowrap;}
.foot-column{display: flex;flex-direction: column; width: 100%; opacity: .5; transition: opacity var(--tspeed) var(--cubic1);}
.foot-column:hover{opacity: 1; transition: opacity var(--tspeed) var(--cubic1);}
.foot-column-1{width: 100%;}
.foot-column-h1{ letter-spacing: .1em; font-weight: 700;}
.foot-logo{background: url('images/foot-logo.png') center no-repeat; background-size: contain;width: 100%; aspect-ratio:1.8;}

.foot-column-description{font-size: .9em; line-height: 2em; margin-top: 40px;}
.logo-webpay{background: url('images/logo-webpay.svg') top no-repeat; background-size: contain; width: 100%; aspect-ratio: 100/32.3289}

/*FOOT_CREDITOS*/
.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: lowercase; font-size: .7em; letter-spacing: .2em;}
.logo-credits{width:60px; height: 25px; background: url('images/logo-credits.svg') left no-repeat; background-size: contain; margin-left: 15px; opacity: .6; transition: all .5s linear;}
.logo-credits:hover{opacity: 1; transition: all .2s linear;}

/*NAV-FOOT*/
.nav-foot{margin-top: 40px;}
.nav-foot ul li{margin-bottom:20px;}
.nav-foot ul li a{text-decoration: none; color: var(--text1);}
.nav-foot ul li a::after{content:""; width: 50%; margin-right: -50%; margin-top:1.2em; height: 1px; position: relative; float: left; background: var(--high1); transform: scaleX(0); transition: transform var(--tspeed) var(--cubic1); transform-origin: right;}
.nav-foot ul li a:hover::after{ transform: scaleX(1);transition: transform var(--tspeed) var(--cubic1); transform-origin: left;}

/*GLOBAL PARA GSAP*/
.transx-50{transform: translateX(-51px); opacity: 0;}
.transx50{transform: translateX(50px); opacity: 0;}



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

@media screen and (min-width:800px){
    
/*GLOBAL*/
 
/*HEADER*/
.header{flex-direction: row; height: 80px; justify-content: flex-end; align-items: center; align-content: center;}
.logo{position: fixed; width: 400px; height: 70px; margin-top: 10px; margin-left: 10%; background: url('images/logo.png') left no-repeat; background-size: contain;}
.rrss-header-wrapper{display: flex;}
    
    
/*NAV*/
.nav-main-desktop{display: flex; background: transparent; margin-right: 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; transform: translateY(20px);}
.dd li:last-of-type{margin: 0 0 0 10px; transform: translateY(20px)}
.dd li a{padding: 10px 5px;}

    
/*MOBILE_HAMBURGER*/
.mobile-hamburger{display: none;}
/*NAV_MOBILE*/    
.nav-main-mobile{display: none;}

/*LOOP*/
.loop{flex-direction: row; gap:30px; flex-wrap: wrap;}
.loop-item{width: calc(25% - 23px);}
.loop-h1 > a{font-size: 1.7em;}
.loop-excerpt{line-height: 1.6em; font-size: .9em; margin-top: 30px;}
.loop-category{margin-top: 50px;}
.loop-meta-items{margin-top: 30px;} 
.loop-meta-item-icon{width: 15px; aspect-ratio:1}
.loop-meta-item-txts{width: calc(100% - 30px); margin-left: 10px;}
.cap-fac-meta{margin-bottom: 60px;}
.mas-info-loop{padding: 15px 25px; font-size: 1em; letter-spacing: .1em;}

/*SIN ENTRADAS*/
.sin-entradas-wrapper{width: 50%; padding: 100px 50px;}
.sin-entradas-h1{font-size: 4em;}
.sin-entradas-txt{font-size: 1.3em;}

/*SINGLE_CAPACITACIONES*/
.curso-info-wrapper{width: 80%; margin-left: 10%; margin-top: -300px; margin-bottom: 50px;}
.curso-info-left{width: 40%; position: sticky; top:100px; float: left;}
.curso-info-right{width: calc(60% - 130px); padding: 60px; margin-left: 10px; border-radius: var(--radius1); margin-top: 0;}
.curso-info-right > h1{font-size: 2.5em; margin-bottom: 50px;}
.modalidad-item{transform: scale(1);}
.modalidad-item-titulo{padding: 0px 10px 0 15px; margin: 10px 0; border-right: 2px solid #FFFFFF90; font-weight: 800;}
.modalidad-item-field{padding: 10px 15px; font-weight: 800;}
.curso-metadata{flex-direction: row; gap:20px; margin-bottom: 50px;}
.curso-metadata-item{ width: 30%;}
.curso-metadata-icon{width: 30px; margin-right: 10px;}
.curso-metadata-titulo{font-size: .7em;font-weight: 600; letter-spacing: .1em;}
.curso-metadata-field{font-weight: 500; font-size: 1.1em; margin-top: 5px;}
.cap-fac-meta{margin-bottom: 60px;}

/*BLOG*/
.single-header-h1{font-size: 3em;}

/*POST-CONTENT*/
.page-content-wrapper{width: 80%; margin-left: 10%;margin-top: 50px;}
.post-content{color: var(--text2);}
.post-content p{line-height: 1.6em; margin-bottom: 30px;}
.post-content > ul{ margin-left: 20px; width: calc(100% - 20px); margin-bottom: 30px;}
.post-content > ul > li::before{content:""; position: relative; float: left; width: .5em; margin-top: .3em; aspect-ratio:1; background: var(--high1); margin-right: 5px; margin-left: calc(-1em); border-radius: var(--radius1);}
.post-content > ul > li{margin-bottom: 10px;margin-left: calc(1em);}

/*PAGES*/
.page-header{height: 450px;}
.page-header-safe-bg{background: linear-gradient(#00000000,#000000); opacity: .3;}
.page-header-content-wrapper{margin-top: 50px; width:80%; margin-left: 10%;}
.page-header-h1{font-size: 3em;}
.page-header-h1-line{width: 200px; height: 3px; margin-top: 30px; margin-bottom: -50px;}
.page-header-content{line-height: 2.5em; margin-top: 30px; margin-bottom: 30px;}
    
/*HOME*/
.home-content-safe-bg{background: linear-gradient(180deg, #00000000 10%,#00000060 ) ;}
.home-content-wrapper{width: 80%; margin-left: 10%; text-align: left; align-items: flex-start}
.home-slide-h2{font-size: 2em; font-weight: 300; width: 70%; line-height: .9em; text-transform: uppercase; letter-spacing: .5em; font-weight: 700; margin-bottom: 20px;}
.home-slide-h1{font-size: 6em; font-weight: 700; width: 70%; line-height: .9em; margin-bottom: 10px;}
.home-slide-txt{font-size: 1.3em; width: 70%; font-weight: 600;font-style: italic;}
.cta-slide{margin-bottom: 50px;}

/*HOME_CAPACITACIONES*/
.capacitaciones-home-header{width: 90%; padding: 120px 5% 80px 5%;}
.capacitaciones-header-h1{font-size: 2.5em; font-weight: 600; letter-spacing: .1em;}
.capacitaciones-header-line{width: 150px; height: 2px; margin-top: 40px;}
.capacitaciones-header-h2{font-size: 1.3em; width: 75%; line-height: 2em; margin-top: 50px;}
.capacitaciones-home-conoce{padding: 50px 5% 20px 5%; font-size: 2em; letter-spacing: .1em;}
.capacitaciones-home-conoce-line{width: 100px; height: 2px; margin-left: calc(50% - 50px);}


/*HOME_LOOP*/
.capacitaciones-home-loop-wrapper{flex-direction: row; justify-content: center; align-items: stretch;}
.capacitaciones-home-loop{display: flex; flex-direction: row; gap:30px; width: 80%; margin: 40px 5%;}
.trigger-loop-item-capacitaciones{opacity: 0; transform: translateY(50px);}
.capacitaciones-home-todas-wrapper{padding: 0px; min-height: 200px; width: 25%; margin-left: 0px;}
.capacitaciones-home-todas-item{width: calc(100% - 40px); height: calc(100% - 40px);padding: 20px; margin-bottom: 0;}
.capacitaciones-home-todas-item-content{font-size: 1.5em;}

/*HOME-NOVEDADES*/
.novedades-home{flex-direction: row; align-items: stretch;}
.novedades-home-header{width: calc(40% - 120px); padding: 60px;}
.novedades-home-h1{font-size: 2.2em; text-align: left; letter-spacing: .2em; margin-bottom: 30px; font-weight: 900; line-height: 1.2em; margin-top:0;}
.novedades-home-line{width: 50px; height: 5px;}
.novedades-home-txt{line-height: 2em; font-size: 1.2em; margin-top: 50px}
.novedades-ver-todo{margin-top: 30px;}
.novedades-home-loop{display: flex; flex-direction: row; gap:30px; width: 80%; margin: 40px 5%;}

/*LA_REFLEXOLOGIA*/
.reflexologia-content{width: 90%; line-height: 2em; margin: 50px 5% 100px 5%;}

/*TEXTOS_PAGE*/
.textos-intro-page > p{ font-size: 1.1em; line-height: 2.5em;}

/*BENEFICIOS DE LA REFLEXOLOGIA*/
.beneficios-reflexologia-left{width: calc(60% - 200px); padding: 100px;}
.beneficios-reflex-h1{font-size: 4em; letter-spacing: .05em; margin-bottom: 40px;}
.beneficios-reflex-txt{line-height: 1.6em; }
.beneficios-reflex-txt > ol{margin: 30px 0;}
.beneficios-reflex-txt > ol > li {margin-bottom: 35px; margin-left: 3em;}
.beneficios-reflexologia-right{width: 40%; height: 100%; aspect-ratio:auto; background-position-x: 60%; transform: translateX(-20px) translateY(-30px); border-radius: var(--radius1);min-height: 120vh;}

/*APRENDERAS REFLEXOLOGÍA*/
.aprenderas-reflexologia{flex-direction: row; align-content: center; overflow:visible;}
.aprenderas-reflexologia-left{width: 40%;transform: translateX(20px) translateY(-30px);aspect-ratio:auto; border-radius: var(--radius1);}
.aprenderas-reflexologia-right{width: calc(60% - 200px); padding: 100px;}
.aprenderas-reflex-h1{font-size: 4em; margin-bottom: 40px;}

/*SOMOS*/
.vision-compromiso-wrapper{overflow: visible;}
.somos-content{width: 80%; margin: 80px 10%;}
.vc-item{flex-direction: row; align-items: center;}
.vc-item-foto{width: 40%; border-radius: var(--radius1);}
.vision-item-foto{transform: translateX(30px) translateY(-30px);}
.compromiso-item-foto{transform: translateX(-30px) translateY(-90px);}
.vc-item-content{width: calc(60% - 210px); padding: 80px;}
.vc-item-titulo{font-size:4em; letter-spacing: .1em; margin-top: 40px;}
.vc-item-line{width: 100px; height: 1px; margin-top: 30px; margin-bottom: 50px;}
.compromiso{flex-direction: row-reverse;}

/*CONTACTO*/
.contacto-wrapper{flex-direction: row;}
.contacto-left{width: 55%;}
.contacto-right{width: calc(45% - 240px); padding:0 120px; margin-top:25px;}
.contacto-item-icon{width: 40px; height: 40px; margin-right: 20px;}
.contacto-item-txt{width: calc(100% - 60px); font-size: 1.5em; letter-spacing: .1em;}
    
    
/*FOOT*/
.foot{width: 80%; padding: 100px 10%;}
.foot-row{width: 100%; flex-direction: row; gap:60px; flex-wrap: nowrap;}
.foot-column{width: 20%;}
.foot-column-1{width: 60%;}
.foot-column-description{font-size: .9em; line-height: 2em; margin-top: 40px;}
    
    
}


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

}
::-webkit-scrollbar-thumb {
background: var(--high1);
border-radius: 20px;

}

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