/*
Theme Name: Clinica Mav 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=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@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:#FAFAFA;
    --bg3:#F5F5F5;
    --bg4:#222222;
    --text1:#111;
    --text2:#666;
    --text3:#555;
    --text4:#444;
    --high1: #ABCAA0;
    --high2: #8BB67C;
    --high3: #B69F8F;
    --shadow1:0px 20px 30px -30px rgba(0,0,0,.2);
    --shadow2: 0px 0px 10px 0px rgba(0,0,0,.08);
    --font1: 'Nunito', sans-serif;
	--font2: '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;
}

/*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(--bg2); color:var(--text2); 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: #111;}
.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: 90px; background: url('images/logo.webp') center no-repeat; margin-left:0; top: 0; background-size: contain; z-index: 2000; transform: translateX(100px); opacity: 0; pointer-events: none;}

/*RESERVAR_MOBILE*/
.reservar-mobile{position: fixed; z-index: 100; bottom: 10px; right: 10px;display: flex; background: var(--high2); color:var(--bg1); padding: 15px 20px; text-transform: uppercase; font-weight: 700; font-size: 1.2em; font-family: var(--font2); border-radius: 100px; overflow: hidden; transform: translateX(100%); opacity: 0;}
.reservar-mobile::before{content:"";position: absolute; width: 100%; height: 100%; top:0; left: 0; background: var(--text1); z-index: -1; transform: scaleX(0); transition: transform .3s var(--cubic1); transform-origin: center;}
.reservar-mobile:hover::before{transform: scaleX(1);}
.reservar-mobile-icon{width: 1em; aspect-ratio:1; background: url('images/icons/whatsapp-icon.svg') center no-repeat; background-size: contain; margin-right: 10px;}

/*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(--font2); font-size: 1em; text-decoration: none; white-space: nowrap; display:block; position: relative;}
.dd li > a::after{content:"";position: absolute; width: 100%; height: 2px; background: var(--high1); 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);}

/*NAV_RESERVAR*/
.main-nav-reservar > a{color:var(--bg1) !important; background: var(--high2); padding: 10px 20px !important; border-radius: 100px; text-transform: uppercase; font-weight: 600; font-size: .9em !important; z-index: 10; overflow: hidden; display: flex !important; flex-direction: row;align-items: center; }
.main-nav-reservar > a::after{content:""; position: absolute; top:0; left: 0; width: 100% !important; height: 100% !important; background: #111 !important; opacity: 1; z-index: -1;}
.main-nav-reservar > a::before{content:""; width: 1.5em; aspect-ratio:1; float: left; margin-right: 5px; background: url('images/icons/whatsapp-icon.svg') center no-repeat; background-size: contain;}


/*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: #ABCAA0DE; 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(--font2); 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(--font2); 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-bg{filter: grayscale(1) blur(5px); }
.home-content-wrapper{width: 100%; height: 100%;}
.home-content-left-safe-bg{background: linear-gradient(0deg, #00000000 60%, #000000FF 90%);z-index: 10; opacity: .5; background-attachment: fixed;}
.home-content-left{height: 65%; width: 100%;}
.home-content-left-slide{width: 100%; height: 100%;}
.home-content-right{display: flex; flex-direction: column; justify-content: center; margin: 0;z-index: 30; width: calc(100% - 40px); height: calc(35% - 90px); padding: 30px 20px 60px 20px; backdrop-filter: blur(5px);}
.home-content-right-safe-bg{background: var(--high1);z-index: -1; width: 100%; height: 100%; transform: rotate(0deg);opacity: .9; }

/*SLIDE_HOME*/
.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-h1{font-size: 2em; color:var(--bg1); font-family: var(--font2); font-weight: 100;}
.home-content-h1 > strong{font-style: italic;}
.home-cta{display: block; position: relative; float: left;text-decoration: none; margin-top:30px; color:var(--bg1); background: var(--high2); font-size: 1.2em; font-family: var(--font2); border:0px solid var(--bg1); padding: 15px 20px; border-radius: 100px; align-self: flex-start; overflow: hidden; z-index: 1;}
.home-cta::before{content:"";position: absolute; top:0; left: 0; width: 100%; height: 100%; background: var(--text1); z-index: -1; transform: scaleX(0); transform-origin: center; transition: transform .3s var(--cubic1);}
.home-cta:hover::before{transform: scaleX(1); transform-origin: center; transition: transform .3s var(--cubic1);}

/*SOMOS*/
.somos{display: flex; flex-direction: column; align-items: stretch; background:var(--bg2);}
.somos-bg{background:url('images/bg/somos-bg.jpg') center no-repeat; background-size: cover; background-attachment: fixed; filter: grayscale(1); opacity: .05;}
.somos-wrapper{display: flex; flex-direction: column; align-items: stretch; width: 100%; background: var(--bg2); overflow: hidden; box-shadow: var(--shadow1);}
.somos-left{padding: 40px 20px; width: calc(100% - 40px); text-align: justify;}
.somos-right{background: url('images/bg/somos-bg.jpg') center no-repeat; background-size: cover; width: 100%; min-height: 200px;}

/*SERVICIOS*/
.servicios{background: var(--bg1);display: flex; flex-direction: column; align-items: flex-start;}
.servicios-header{width: calc(100% - 40px) ; padding: 40px 20px; box-shadow: 30px 0px 30px -30px rgba(0,0,0,.1); display: flex; flex-direction: column; align-content: center; justify-content: center; align-items: flex-start;}
.servicios-header-h1{font-size: 2.5em; font-family: var(--font2); font-weight:100; color:var(--text2); padding-right: 0px; margin-right: 0px; border-right: 0px solid rgba(0,0,0,.15); margin-bottom: 20px;}
.servicios-header-h1 strong{color:var(--high1);font-size: 1em; font-weight: 600;}
.servicios-header-h2{ font-size: 1em; line-height: 1.6em; font-family: var(--font2); font-weight: 200; font-style: italic;}
.servicios-right{width: calc(100% - 40px); padding: 0 20px;}
.servicios-items-wrapper{width: 100%;  min-height: 200px; display: flex; flex-direction: row; flex-wrap: wrap;}
.servicios-item{width: calc(50% - 50px); margin:0 0px 30px 0; background: var(--bg1); display: flex; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow2); padding: 20px; border-radius: 30px;}
.servicios-item:nth-of-type(2n+1){margin-right: 20px;}
.servicios-item-icon{width: 60px; aspect-ratio:1; background: url('images/icons/tooth.svg') center no-repeat; background-size: contain; margin-bottom: 30px;}
.servicios-item-h1{font-size: 1.1em; color: var(--text2); font-family: var(--font2); font-weight: 600;}
.servicios-item-list ul{font-size: .8em; margin-top: 20px;}
.servicios-item-list ul li{margin-bottom: 10px; margin-left: 1.8em;}
.servicios-item-list ul li:before{content:"";position: relative; float: left; width: 1em; height: 1em; background: var(--high1); border-radius: 100px; margin-right: 10px; transform: scale(.5); margin-left: -1.8em;}

/*SERVICIOS_ICONS*/
#s-generales{background: url('images/icons/servicios/s-generales.svg') center no-repeat; background-size: contain;}
#s-preventivos{background: url('images/icons/servicios/s-preventivos.svg') center no-repeat; background-size: contain;}
#s-restaurativos{background: url('images/icons/servicios/s-restaurativos.svg') center no-repeat; background-size: contain;}
#s-esteticos{background: url('images/icons/servicios/s-esteticos.svg') center no-repeat; background-size: contain;}
#s-ortodoncia{background: url('images/icons/servicios/s-ortodoncia.svg') center no-repeat; background-size: contain;}
#s-endodoncia{background: url('images/icons/servicios/s-endodoncia.svg') center no-repeat; background-size: contain;}
#s-cirugia{background: url('images/icons/servicios/s-cirugia.svg') center no-repeat; background-size: contain; width: 120px; aspect-ratio:2}
#s-periodoncia{background: url('images/icons/servicios/s-periodoncia.svg') center no-repeat; background-size: contain;}
#s-infantil{background: url('images/icons/servicios/s-infantil.svg') center no-repeat; background-size: contain;}
#s-rehabilitacion{background: url('images/icons/servicios/s-rehabilitacion.svg') center no-repeat; background-size: contain;}
#s-deportiva{background: url('images/icons/servicios/s-deportiva.svg') center no-repeat; background-size: contain;}


/*EQUIPO*/
.equipo{width: 100%;}
.equipo-header{width: calc(100% - 40px) ; padding:40px 20px; box-shadow: 30px 0px 30px -30px rgba(0,0,0,.1); display: flex; flex-direction: column; align-content: center; justify-content: center; align-items: flex-start;}
.equipo-header-h1{font-size: 2.5em; font-family: var(--font2); font-weight:100; color:var(--text2); padding-right: 0px; margin-right: 0px; border-right: 0px solid rgba(0,0,0,.15); margin-bottom: 20px;}
.equipo-header-h1 strong{color:var(--high1);font-size: 1em; font-weight: 600;}
.equipo-header-h2{ font-size: 1em; line-height: 1.6em; font-family: var(--font2); font-weight: 200; font-style: italic;}
.equipo-items-wrapper{width: calc(100% - 60px); padding:0 30px; display: flex; flex-direction: row; flex-wrap: wrap; background: var(--bg3);}
.equipo-items-slide{width: 100%;}
.equipo-loop-item{width: calc(50% - 40px); margin: 20px; background: var(--bg1); box-shadow: var(--shadow1);}
.equipo-loop-item-img{width: 100%; aspect-ratio:9/10;}
.equipo-loop-item-txt{ width: calc(100% - 60px); padding: 30px;}
.equipo-loop-item-h1{font-size: 1.3em; font-weight: 600; font-family: var(--font2); color:var(--high1); margin-bottom: 10px;}
.equipo-loop-item-cargo{font-size: 1.1em; color:var(--text4); margin-bottom: 30px; font-style: italic;}
.equipo-loop-item-profesion{font-size: .8em;}
.equipo-loop-item-profesion ul li{margin-bottom: 10px; margin-left: 1.5em; line-height: 1.3em; font-family: var(--font2);}
.equipo-loop-item-profesion ul li:before{content:""; position: relative; float: left; width: 1em; height: 1em; border-radius: 100px; background: var(--high1); margin-right: .5em; margin-left: -1.5em; transform: scale(.5);}

/*EQUIPO ARROW*/
.slick-arrow{position: absolute; background: var(--high1); border: none; width: 60px; aspect-ratio:1; z-index: 100; top: calc(50% - 30px); font-size: 0; opacity: .6;}
.slick-arrow:hover{opacity: 1;}
.slick-prev{left: -30px; background:var(--high1) url('images/icons/slick-next.svg') center no-repeat; background-size: contain; transform: rotate(180deg);}
.slick-next{right: -30px;  background:var(--high1) url('images/icons/slick-next.svg') center no-repeat; background-size: contain;}

/*EQUIPO DOTS*/
.equipo-dots{display: flex; justify-content: flex-start;width: calc(100% - 60px;); margin: 0 30px 0px 10px;}
.equipo-dots li{margin-right: 10px;}
.equipo-dots li button{border: 0; background: var(--bg3); color:var(--bg1); border-radius: 100px;aspect-ratio:1; font-size: 0;cursor: pointer; transition: all .5s ease-out; padding: 5px;}
.equipo-dots li.slick-active button{background: var(--bg1); transform: scale(1.2); transition: all .5s ease-out}

/*TESTIMONIOS*/
.testimonios{width: 100%; background: var(--bg1); display: flex; flex-direction: column; align-items: flex-start;}
.testimonios-left{width: calc(100% - 40px); padding:50px 20px;}
.testimonios-left-h1{font-size: 2.5em; font-family: var(--font2); font-weight:100; color:var(--text2);}
.testimonios-left-h1 strong{color:var(--high1);font-size: 1em; font-weight: 600;}
.testimonios-left-h2{font-size: .8em; text-transform: uppercase; font-family: var(--font2); font-weight:600; color:var(--text2); margin-bottom: 15px; letter-spacing: 1em;}
.testimonios-right{width: calc(100% - 40px); padding: 20px; background: var(--high1);}
.testimonios-right-bg{background: url('images/bg/bg-testimonios.jpg') center no-repeat; background-size: cover; background-attachment: fixed;filter: grayscale(1); opacity: .2;}
.testimonios-wrapper{width: 100%;}
.home-testimonios-slide-wrapper{width: 100%;}
.home-testimonios-slide{width: 100%;}
.testimonio-item{width: calc(100% - 60px); padding: 30px; margin: 10px; display: flex; flex-direction: column; background: var(--bg2); color: var(--text1);}
.testimonio-txt{font-family: var(--font2); font-style: italic; line-height: 1.6em; font-size: .9em; color:var(--text3);}
.testimonio-nombre{font-family: var(--font2); font-size: 1.2em; margin-top: 20px;}

/*TESTIMONIOS DOTS*/
.testimonios-dots{display: flex; justify-content: flex-start;width: calc(100% - 60px;); margin: 0 30px 0px 10px;}
.testimonios-dots li{margin-right: 10px;}
.testimonios-dots li button{border: 0; background: var(--bg3); color:var(--bg1); border-radius: 100px;aspect-ratio:1; font-size: 0;cursor: pointer; transition: all .5s ease-out; padding: 5px;}
.testimonios-dots li.slick-active button{background: var(--bg1); transform: scale(1.2); transition: all .5s ease-out}

/*COMPROMISO*/
.compromiso{width: 100%; min-height: 50vh; background: #000; display: flex; flex-direction: column; align-items: center;}
.compromiso-bg{background: url('images/bg/bg-compromiso.jpg') top no-repeat; background-size: cover; background-attachment: fixed; filter: grayscale(1); opacity: .2;}
.compromiso-left{width: calc(100% - 40px);float: right; padding:40px 20px;}
.compromiso-left-h1{font-size: 2.5em; font-family: var(--font2); font-weight:100; color:var(--bg1);}
.compromiso-left-h1 strong{font-weight: 600;}
.compromiso-left-txt{font-size: .9em; width: 100%; font-family: var(--font2); font-weight: 200; margin-top: 30px; color:var(--bg1); line-height: 2em;}
.compromiso-left-txt > p{margin-bottom: 20px;}
.compromiso-left-txt > ul{margin-bottom: 20px;}
.compromiso-left-txt > ul > li{margin-left: 1.5em; display: flex; flex-direction: row; align-items: center; font-weight: 500;}
.compromiso-left-txt > ul > li::before{content:""; position: relative; float: left; width: 1em; height: 1em; background: var(--bg1); border-radius: 100px; transform: scale(.5); margin-left: -1.5em; margin-right: .5em;}
.compromiso-firma-wrapper{width: 100%; display: flex; flex-direction: column; color: var(--bg1); margin-top: 30px;}
.compromiso-firma{width: 80%; aspect-ratio:16/7; background: url('images/bg/bg-firma-compromiso.png') left no-repeat; background-size: contain; margin-bottom: -10px;}
.compromiso-nombre{font-size: 1.5em; margin-bottom: 10px; font-weight: 700;}
.compromiso-cargo{font-size: 1em; margin-bottom: 10px; font-style: italic;}
.compromiso-right{width: 100%; aspect-ratio:9/10; background: url('images/bg/bg-compromiso-right.jpg') center no-repeat; background-size: cover; filter: grayscale(1);}

/*CONTACTO*/
.contacto{width: 100%; display: flex; flex-direction: column-reverse; background: var(--bg1);}
.contacto-left{width: 100%;}
.contacto-map{width: 100%; height: 100%;}
.contacto-map > iframe{height: 100% !important;}
.contacto-right{width: calc(100% - 40px); padding: 40px 20px; display: flex; flex-direction: column;}
.contacto-right-h1{font-size: 2.5em; font-family: var(--font2); font-weight:200; color:var(--text2);}
.contacto-right-h1 strong{color:var(--high1);font-size: 1em; font-weight: 600;}
.contacto-items-wrapper{margin-top: 60px; 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: 40px; aspect-ratio:1; border-right: 1px solid var(--high1); padding-right: 10px;}
.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(--font2); text-transform: uppercase; font-size: .7em; letter-spacing: .1em; font-weight: 700; color:var(--high1);}
.contacto-item-txt{font-family:  var(--font2); 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(--high1); margin-top: 5px;transform: translateY(5px); opacity: 0; transition: all .3s var(--cubic1);}
.contacto-item-txt > a:hover::after{transform: translateY(0); opacity: 1; transition: all .3s var(--cubic1);}
.contacto-rrss{width: 100%; display: flex; flex-direction: row; margin-top: 30px;}
.contacto-rrss > a{display: flex; width: 2em; aspect-ratio:1; margin-right: 30px;}
.contacto-rrss > a > svg{fill: var(--high1);}
.info-telefono{font-size: .8em; width: 100%; align-self: flex-start; clear: left; float: left; line-height: 1.3em;}

/*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 70px 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: 100px; margin-left: 5%; background: url('images/logo.webp') left no-repeat; background-size: contain;}
    
/*RESERVAR_MOBILE*/
.reservar-mobile{display: none;}
    
/*NAV*/
.nav-main-desktop{display: flex; background: var(--bg1); border-radius: 100px; padding: 5px 5px 5px 15px; margin-right: 20px; margin-top: 60px;}
.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{height: 100vh; width: 100%;}
.home-content-left-safe-bg{background: linear-gradient(0deg, #00000000 60%, #000000FF 90%);z-index: 10; opacity: .5; background-attachment: fixed;}
.home-content-left{height: 100%; width: 60%;}
.home-content-left-slide{width: 100%; height: 100%;}
.home-content-right{display: flex; flex-direction: column; justify-content: center; width: 30%; height: calc(100% - 100px); padding: 50px 5% 50px 5%;}  
.home-content-h1{font-size: 4em;}
    
/*SOMOS*/
.somos{flex-direction: row; align-items: stretch;}
.somos-wrapper{flex-direction: row; align-items: stretch; width: calc(100% - 0px;); margin: 0px;}
.somos-left{padding: 100px; width: calc(50% - 200px);}
.somos-right{width: 50%; min-height: 200px;}
    
/*SERVICIOS*/
.servicios{flex-direction: column;}
.servicios-header{width: calc(100% - 200px) ; padding: 150px 100px; flex-direction: row; align-content: center; justify-content: center; align-items: center;}
.servicios-header-h1{font-size: 3em; padding-right: 30px; margin-right: 30px; margin-bottom: 0; border-right: 1px solid rgba(0,0,0,.15);}
.servicios-header-h1 strong{font-size: 1.3em;}
.servicios-header-h2{ font-size: 1.6em; line-height: 1.6em;}
.servicios-right{width: calc(100% - 170px); padding: 0 70px 0 100px;}
.servicios-item{width: calc(25% - 70px); margin:0 30px 100px 0;}
.servicios-item:nth-of-type(2n+1){margin-right: 30px;}
.servicios-item-icon{width: 100px; margin-bottom: 30px;}
.servicios-item-h1{font-size: 1.3em;}
.servicios-item-list ul{font-size: .9em; margin-top: 20px;}
.servicios-item-list ul li{margin-bottom: 10px;}
#s-cirugia{width: 200px;}
    
    
/*EQUIPO*/
.equipo-header{width: calc(100% - 200px) ; padding:100px 100px 50px 100px; flex-direction: row; align-content: center; justify-content: center; align-items: center;}
.equipo-header-h1{font-size: 3em; padding-right: 30px; margin-right: 30px; border-right: 1px solid rgba(0,0,0,.15); margin-bottom: 0;}
.equipo-header-h1 strong{font-size: 1.3em;}
.equipo-header-h2{font-size: 1.6em; line-height: 1.6em;}
.equipo-items-wrapper{width: calc(100% - 100px); padding: 50px; flex-direction: row; flex-wrap: wrap;}
.equipo-loop-item{width: calc(25% - 40px); margin: 20px;}
.equipo-loop-item-txt{ width: calc(100% - 60px); padding: 30px;}
.equipo-loop-item-h1{font-size: 1.3em; margin-bottom: 10px;}
.equipo-loop-item-cargo{font-size: 1.1em; margin-bottom: 30px;}
.equipo-loop-item-profesion{font-size: .8em;}
.equipo-loop-item-profesion ul li{margin-bottom: 10px; margin-left: 1.5em; line-height: 1.3em;} 
    
    
/*TESTIMONIOS*/
.testimonios{flex-direction: row; align-items: center;}
.testimonios-left{width: calc(40% - 200px); padding: 100px;}
.testimonios-left-h1{font-size: 2.2em;}
.testimonios-left-h1 strong{font-size: 1.3em;}
.testimonios-left-h2{font-size: .8em; margin-bottom: 30px;}
.testimonios-right{width: calc(60% - 200px); padding: 100px;}
.testimonio-item{width: calc(100% - 60px); padding: 30px; margin: 10px;}
.testimonio-txt{line-height: 1.6em; font-size: .9em;}
.testimonio-nombre{font-size: 1.2em; margin-top: 40px;}
    
/*COMPROMISO*/
.compromiso{min-height: 50vh; flex-direction: row; align-items: center;}
.compromiso-left{width: calc(60% - 200px); float: right; padding: 100px;}
.compromiso-left-h1{font-size: 3em;}
.compromiso-left-txt{font-size: .9em; margin-top: 60px; line-height: 2em;}
.compromiso-left-txt > p{margin-bottom: 20px;}
.compromiso-left-txt > ul{margin-bottom: 20px;}
.compromiso-firma-wrapper{margin-top: 50px;}
.compromiso-firma{width: 50%; aspect-ratio:16/7; margin-bottom: -30px;}
.compromiso-nombre{font-size: 1.5em; margin-bottom: 10px;}
.compromiso-cargo{font-size: 1em; margin-bottom: 10px;}
.compromiso-right{width: 40%;}
    
/*CONTACTO*/
.contacto{flex-direction: row;}
.contacto-left{width: 50%;}
.contacto-right{width: calc(50% - 200px); padding: 100px;}
.contacto-right-h1{font-size: 2.2em;}
.contacto-right-h1 strong{font-size: 1.3em;}
.contacto-items-wrapper{margin-top: 60px;}
.contacto-item{margin-bottom: 20px;}
.contacto-item-icon{width: 40px;}
.contacto-item-txts{width: calc(100% - 60px); margin-left: 20px;}
.contacto-item-h1{font-size: .7em;}
.contacto-item-txt{font-size: 1em; margin-top: 5px;}
.contacto-item-txt a{margin-right: 20px;}
    
    
/*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); }