*,
*::after{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body{
	scroll-behavior:smooth;
}
/* body::-webkit-scrollbar {
    display: none;
} */
body{
	min-height: 100vh;
	font-family: 'Montserrat', sans-serif;
}

/* ------- */
section{
    height: 100vh;
}

/* Cookies */

#cookie-banner{
	height: 20vh;
	width: 100vw;
	position: fixed;
	bottom:0;
	left:0;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
}
.cookie-banner{
	height: 85%;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.p-cookies,
.i-cookies{
	font-size: 1em;
	color:white;
}
.i-cookies a{
	text-decoration: none;
	color: rgba(57, 180, 255, 1);
	cursor: pointer;
}
.cookies-btn{
	height: 30px;
	width: 100px;
	font-size: 1em;
	font-weight: 600;
	border: rgba(57, 180, 255, 1);
	background-color: rgba(57, 180, 255, 1);
	margin-top: 10px;
	color: white;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
}
.cookies-btn:hover{
	background-color: rgb(10, 89, 134);
}


/* HOME */

#home{
	height: 115vh;
	display: flex;
	flex-direction: column;
	background-image:url("../img/bckg_home.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	background-attachment: fixed;
	overflow: hidden;
}
.header{
	height: 15vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	z-index: 1;
}
.gondola{
	height: 10vh;
}
.gondola img{
	padding-top: 1vh;
	height:100%;
}
.contenedor-nav{
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-bar{
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-bar ul{
	height: 5vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.menu-bar li{
	list-style: none;
	font-size: 1em;
	text-transform: uppercase;
	padding-right: 2vw;
}
.menu-bar a{
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	padding: 5px;
	position: relative;
}

.menu-bar a::after{
	content: '';
	position:absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: rgb(41, 41, 43);
	scale: 0 1;
	transition: scale 250ms;
}
nav a:hover::after{
	scale: 1 1;
}
.contenedor-idiomas{
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.idiomas-links{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding: 3.5px;
position: relative;
z-index: 2;
}
.idiomas-links p{
font-size: 1em;
font-weight: 600;
text-transform: uppercase;    
}
.idiomas-links p::after{
	content: '';
	position:absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 60%;
	background: rgb(41, 41, 43);
	scale: 0 1;
	transition: scale 250ms;
}
.idiomas-links p:hover::after{
	scale: 1 1;
}
.idiomas-links img{
height: 20px;
padding-left: 2px;
margin-bottom: 2px;
}
.idiomas{
	height: 10vh;
	padding: 5px;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -8vh;
	left: 0;
}
.see{
display: flex;
}
.idiomas li{
list-style: none;
}
.dropdown{
	height: 10vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.dropdown a,
.dropdown img{
	height: 3vh;
}

/* responsive nav */

.responsive{ 
	display: none;
}
.abrir,.cerrar{ 
	-webkit-appearance:none;
	appearance: none;
	display:none;
}

.logo_center{
	height: 85vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.logo_center img{
	width: 76%;
	padding-top: 11vh;
}
.bq-white-hm{
	display: block;
	height: 20vh;
	width: 100%;
	position: absolute;
	bottom:-10px;
	left: 0;
	background-image:url("../img/bq-div-bg-dw-1.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* _____ Sobre Muntanya _____ */

#us{
	height: 95vh;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: white;
	position: relative;
	overflow: hidden;
}
.quienes-somos{
	height:90%;
	width: 40vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}
.quienes-somos h1{
	text-transform: uppercase;
	font-weight:800;
	font-size: 3.5em;
	margin-bottom: 5vh;

}
.quienes-somos p{
	padding-top: 1em;
}
.standard-span{
	color:#252323;
	font-weight: 600;
}
.m{
	font-size: 3em;
	line-height: 0;
	font-weight: 800;
}
.name{
	font-weight: 600;
}
.quienes-somos2{
	height:90%;
	width: 40vw;
	background-image:url("../img/gif.gif") ;
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100%;
}



/* _____ Clases _____ */

.bq-white-up-cl{
	height: 20vh;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	background-image:url("../img/bq-div-bg-up-1.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 0;
}
.bq-white-dw-cl{
	height: 20vh;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	background-image:url("../img/bq-div-bg-dw-2.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}

#clases{
	height: 110vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image:url("../img/bckg_clases_2.jpg");
	background-repeat: no-repeat;
	background-position:top left;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.clases_es{
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .4s;
}
.act{
	display: flex;
}
.title-01, .title-02{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 20px 0 40px 0;
	background-color: rgba(57, 180, 255, 0.8);
	padding: 25px 0 15px 0;	
	color: white;
}
/* .contenedor-clases{
	
} */
/* .clases_inter{
	display: none;
} */
.title-01 h1, .title-02 h1{
	font-size: 3.5em;
	font-weight: 800;
	text-transform: uppercase;
}
.title-01 h2, .title-02 h2{
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
}
.title-01 p, .title-02 p{
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 10px;
}
.contenedor_01, 
.contenedor_02,
.contenedor_03,
.contenedor_04 {
	height: 300px;
	width: 17vw;
	/* background-color: rgba(57, 180, 255, 0.8); */
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 20px 11px 20px 0px rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border: 4px solid rgba(57, 180, 255, 0.8);
	position: relative;
	padding-bottom: 30px;
}

.contenedor-clases,
.contenedor-clases02{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}
.horas{
	width: 100%;
	font-size: 1.8em;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(57 180 255);
	text-align: center;
	padding-top: 30px;
}
.hr{
	position: relative;
}
.hr::after{
	content: 'HALF DAY';
	color:rgb(2, 157, 253);
	font-size:15px;
	font-weight: 600;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.precio{
	height: 8vh;
	width: 12vw;
	font-size: 2.5em;
	font-weight: 600;
	color: rgb(57 180 255);
	display: flex;
	justify-content: center;
	align-items: center;
}
.reserva{
	height: 5vh;
	width: 12vw;
	background-color:rgb(57 180 255);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .5s;
	cursor: pointer;
	z-index: 3;
}
.reserva:hover{
	border: none;
	background-color: rgb(10, 89, 134);
}
.reserva a{
	text-decoration: none;
	color: white;
}
.nxt{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	-webkit-appearance:none;
	appearance:none;
	display: block;
	border: none;
	background-color:transparent;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	right: -8.3%;
	top: 50%;
	transform: translate(-50%, -50%);
	scale: 1;
	transition: .2s;
}
.nxt:hover{
	box-shadow: 2px 2px 2px black;
	scale: 1.1;
}
.nxt img{
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.clases_inter{
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	left:-100vw;
	transition: left 1s cubic-bezier(0.72, 0.16, 0.58, 1);
}
.desplegado{
	display: flex;
	left: 0;
}

.contenedor-clases02{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}
.contenedor_05,
.contenedor_06{
	height: 300px;
	width: 30vw;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 20px 11px 20px 0px rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	border: 4px solid rgba(57, 180, 255, 0.8);
	padding-bottom: 30px;
	margin: 0 20px;
	position: relative;
}

.contenedor_02 {
	margin: 0 40px;
}
.contenedor_04{
	margin-left: 40px;
}
.title-02 h1{
	font-size: 3.5em;
	font-weight: 800;
	text-transform: uppercase;
}
.title-02 h2{
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
}
.title-02 p{
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 10px;
}
.argentina, .japon{
	height: 10vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(57, 180, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
}
.argentina p, .japon p{
	font-weight: 600;
	font-size: 1.5em;
	color: white;
}
.horas2{
	width: 100%;
	font-size: 1.8em;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(57 180 255);
	text-align: center;
	padding-bottom: 50px;
}
.hr2{
	position: relative;
}
.hr2::after{
	content: 'FULL DAY';
	color:rgb(2, 157, 253);
	font-size:15px;
	font-weight: 600;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contenedor_04 .hr::after{
	content: 'FULL DAY';
	color:rgb(2, 157, 253);
	font-size:15px;
	font-weight: 600;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.precio2{
	height: 8vh;
	width: 20vw;
	font-size: 2.5em;
	font-weight: 600;
	color: rgb(57 180 255);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
	position: relative;
}
.precio2::after{
	content: '(minimum 6 days)';
	color:rgb(0, 87, 168);
	font-size:13px;
	font-weight: 600;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reserva2{
	height: 5vh;
	width: 20vw;
	background-color:rgb(57 180 255);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .5s;
	cursor: pointer;
	z-index: 3;
}
.reserva2:hover{
	border: none;
	background-color: rgb(10, 89, 134);
}
.reserva2 a{
	text-decoration: none;
	color: white;
}

.aft{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	-webkit-appearance:none;
	appearance:none;
	display: block;
	border: none;
	background-color:transparent;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	left: -2%;
	top: 50%;
	transform: translate(-50%, -50%);
	scale: 1;
	transition: .3s;
}
.aft:hover{
	box-shadow: 2px 2px 2px black;
	scale: 1.1;
}
.aft img{
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.title-02 h2{
	position: relative;
}
.title-02 h2::before{
	content: '';
	height: 30px;
	width: 30px;
	background-image:url("../img/icons/i-arg.png");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	position: absolute;
    top: 13%;
    left: -40px;
}
.title-02 h2::after{
	content: '';
	height: 30px;
	width: 30px;
	background-image:url("../img/icons/i-jpn.png");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	position: absolute;
    top: 13%;
    right: -40px;
}
/* MODAL RESERVAS */

.modal-cont01, .modal-cont02{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.modal-cont01 button,
.modal-cont02 button{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}

.visible{
	display: flex;
}
.modal-cont01 .x,
.modal-cont02 .x {
    font-size: 1em;
    color: rgb(104, 104, 104);
}
.contenedor-reservas,
.contenedor-reservas-inter{
	height: 80%;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	/* border: 1px dashed salmon; */
}
.info-reservas,
.info-reservas-inter{
	width: 50%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: 1px dashed blue; */
}
.info-reservas h2,
.info-reservas-inter h2{
	margin-bottom: 10px;
}
.info-reservas p,
.info-reservas-inter p{
	width: 80%;
	margin-bottom: 10px;
}
.info-reservas a,
.info-reservas-inter a{
	color: rgb(57 180 255);
}
label{
	display: flex;
}
.form-reservas,
.form-reservas-inter{
	width: 50%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: 1px dashed blueviolet; */
}
.solic-reserva{
	height: 90%;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.politicas{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.politicas p {
	font-size: 15px;
}
#checkbox{
	height: 3vh;
	width: 3vw;
}
.politicas a{
	color: rgb(57 180 255);
}

/* _____ Equipo _____ */
#equipo{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image:url("../img/bckg_equipo.jpeg");
	background-repeat: no-repeat;
	background-position:top left;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.contenedor-team{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contenedor-team h1{
	width: 90%;
 font-size: 4em;
 font-weight: 800;
 text-transform: uppercase;
 text-align: center;
}
.instructores{
	height: 60vh;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	/* padding-top: 20px; */
}
.contenedor-inst-02{
	display: flex;
	flex-direction: row-reverse;
}
.inst01, .inst02, .inst03{
	height: 360px;
	width: 300px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px;
	box-shadow: 6px 5px 10px #273540;
	color: black;
	font-size: 1.2em;
	font-weight: 600;
	overflow: hidden;
	cursor: pointer;
}
.inst01:hover,
.inst02:hover,
.inst03:hover
{
	background-color:rgba(57, 180, 255, 1);
	color: white;
}

.inst01 p,
.inst02 p,
.inst03 p{
	margin-top: 5px;
}
.modal-mar,
.modal-mat,
.modal-guido{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.info-inst01,
.info-inst02,
.info-inst03{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: white;
}
.info-inst01 h1,
.info-inst02 h1,
.info-inst03 h1{
	font-size: 2em;
	line-height: 1;
	text-align: left;
}
.info-inst01 h1:nth-child(2),
.info-inst02 h1:nth-child(2),
.info-inst03 h1:nth-child(2){
	margin-bottom: 10px;
}
.info-inst01 span,
.info-inst02 span,
.info-inst03 span{
	font-size: 1em;
	font-weight: 600;
	color: rgba(57, 180, 255, 1);
}
.info-inst01 p:not(:nth-child(8)){
	margin-bottom: 5px;
}
.info-inst02 p,
.info-inst03 p{
	margin-bottom: 5px;
}
.modal-mar img,
.modal-mat img,
.modal-guido img{
margin-right: 20px;
}
.modal-mar button,
.modal-mat button,
.modal-guido button{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}
.modal-mar h2,
.modal-mat h2,
.modal-guido h2{
	font-size: 1em;
	color: rgb(104, 104, 104);
}
.visible{
	display: flex;
}

.bq-white-up-eq{
	height: 20vh;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	background-image:url("../img/bq-div-bg-up-2.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}
.bq-white-dw-eq{
	height: 20vh;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	background-image:url("../img/bq-div-bg-dw-1.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* _____ patrocinadores _____ */

#sponsors{
	height: 17vh;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color:white;
	position: relative;
}
.spo1{
	height: 100px;
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #252323;
	border-radius: 10px;
}
.spo1 img,
.spo2 img,
.spo3 img,
.spo4 img{
	height: 80px;
}
.spo2 img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.spo4 img{
	height: 65px;
	opacity: .8;
}

/* _____ contacto _____ */

#contacto{
	display: flex;
	justify-content: center;
	align-items: center;
	background-image:url("../img/bckg_contacto.jpg");
	background-repeat: no-repeat;
	background-position:right center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
	background-blend-mode: overlay;
	position: relative;
}
.contenedor-contacto{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contenedor-bckg-contacto{
	width: 55%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 1); */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo-sec-contacto{
	width: 100%;
	height: 15vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}
.logo-sec-contacto img{
	width: 60%;
}
.logo-sec-contacto img:nth-child(2){
	width: 30%;
}
.contenedor-form-info{
	width: 100%;
	height: 65vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contenedor-form{
	width: 400px;
	height: 100%;
	background-color:white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 5%;
}
.politicas-contacto{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.politicas-contacto p {
	font-size: 14px;
}
#checkbox-contacto{
	height: 2.5vh;
	width: 2.5vw;
	border: none;
}
.politicas-contacto a{
	color: rgb(57 180 255);
}

.cta-info{
	text-transform: uppercase;
}
.form-contacto{
	width: 90%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.contenedor-info{
	width: 310px;
	height: 80%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-self: center;
}
.con-info-e,
.con-info-wa,
.con-info-m,
.con-info-ig,
.info-hr{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding-left: 15px;
}
.con-info-e img,
.con-info-wa img,
.con-info-m img,
.con-info-ig img{
	height: 25px;
	width: 25px;
}
.info-e,
.info-wa,
.info-m,
.info-ig{
	color: white;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	margin-left: 10px;
}
.info-hr{
	font-size: 15px;
	font-weight: 600;
	color: rgba(57, 180, 255, 1);
	margin-left: 35px;
	
}
.info-wa::after{
	content: '(WhatsApp)';
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 13px;
	color: rgba(57, 180, 255, 1);
}
.info-m::after{
	content: '(Calls)';
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 13px;
	color: rgba(57, 180, 255, 1);
}
input, textarea{
	width: 90%;
	font-family: sans-serif;
	padding: 10px 25px;
	/* border-radius: 10px; */
	background-color: rgb(236, 236, 236);
	border:none;
	color:#273540;
	outline: none;
	resize: none;
}
input::placeholder, textarea::placeholder{
	color:darkgray;
}
.btn-form{
	font-size: 1em;
	font-weight: 400;
	color: white;
	border: 0;
	border-radius: 20px;
	background-color: rgba(57, 180, 255, 1);
	cursor: pointer;
	transition: background-color .5s;
}
.btn-form:hover{
	background-color:rgb(3, 113, 182);
}

/* Boton top */

.btn-top{
	width: 0;
	height: 0;
	position: fixed;
	right: 12px;
	bottom: 15px;
    background-image: url(../img/boton-gondola.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: 80%;
	cursor: pointer;
	transition: .2s;
	scale: 1;
}
.btn-top:hover{
	background-image: url(../img/boton-gondola-hover.png);
	scale: 1.1;
}
.btn-top.show{
	width: 65px;
	height: 78px;
	animation: show .2s cubic-bezier(1,-0.03, 0.09, 0.99);
}

@keyframes show{
	0%{
		width: 0;
		height: 0;
	}
	50%{
		width: 65px;
		height: 75px;
	}
	100%{
		width: 55px;
		height: 65px;
	}
}
.bq-white-up-ct{
	height: 20vh;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	background-image:url("../img/bq-div-bg-up-1.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

/* Avisos Legales */

#aviso{
	height: 6vh;
	background-color: #111111;
}
.contenedor-aviso{
	height: 90%;
	width: 70%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-size: 15px;
	margin: auto;
}
.contenedor-aviso a{
	text-decoration: none;
	color:rgb(112, 112, 112);
}

/* _____ footer _____ */
footer{
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	/* border-top: 2px solid white; */
}
footer div{
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer p{
	font-size: 14px;
	color: white;
}

.terminos a{
	text-decoration: none;
	color: rgba(57, 180, 255, 1);
}


/* MEDIA QUERIES */

@media screen and (max-width:1200px){

}


@media screen and (max-width:1080px){

}

@media screen and (max-width:900px){

	/* _NAV BAR_RESPONSIVE - 900px */
	
	#home{
		height: 100vh;
		background-position: top center;
		background-attachment: initial;
	}

	/* cookies */
	
	.cookie-banner{
		height: 85%;
		width: 85%;
		display: flex;
		justify-items: center;
		align-items: center;
	}
	.p-cookies,
	.i-cookies{
		font-size: 1em;
		color:white;
	}

	.logo_center img {
		width: 80%;
	}
	.header{
		display: none;
	}
	
	.responsive{
		height: 15vh;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 30px;
	}

	.gondola-responsive{
		height: 10vh;
	}
	.gondola-responsive img{
		padding-top: 1vh;
		height:95%;
	}
	nav{ 
			position: fixed;
			top:-100vh;
			right:0;
			z-index: 20;
			padding:20px;
			width: calc(100% - 5px);
			height: calc(100vh - 5px);
			background-color: rgba(57, 180, 255, 1);
			display: block;	
			display: flex;
			justify-content: center;
			align-items: center;
			transition: top 0.8s;
	}
	
	nav a{
		font-weight: 600;
		color:white;
		font-size:2em;
		text-transform: uppercase;
		text-decoration: none;
	}
	nav a:hover{ 
		border-bottom:0;
	}
	.desplegado{ 
		top:0;
	}
	nav ul{ 
		display: block;
	}
	nav li{
		list-style: none;
	}
	nav li:not(:last-child){ 
		margin-right:0;
	}
	nav li:not(:first-child){ 
		margin-top: 20px;
	}
	nav li:nth-child(2) { 
		margin-left: 0;
	}
	.contenedor-idiomas-respo {
		height: 5vh;
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 20px;
	}
	.contenedor-idiomas-respo img{
		width: 25px;
		height: 25px;
	}
	.cerrar{ 
		display:block;
		background-color:transparent;
		border:none;
		color:white;
		font-size:1.5em;
		font-weight:600;
		cursor:pointer;
		position:absolute;
		top:25px;
		right:25px;
	}
	
	.abrir{
			display: block;
			background-color: transparent;
			border: none;
			width:40px;
			height: 40px;
			padding: 5px 5px 0;
			cursor: pointer;
	}
	.abrir span{ 
			display: block;
			height:2px;
			background-color:black;
			margin-bottom:5px;
	}

	.logo_center img{
		padding-bottom: 20vh;
	}
	.bq-white-hm{
		height: 8vh;
		bottom:0;
	}
	#us{
		height: 120vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.quienes-somos{
		height:40%;
		width: 80vw;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
		margin-top: 10vh;
	}
	.quienes-somos h1{
		font-size: 2.5em;
		margin: 10px 0;
	}
	.m{
		font-size: 2.5em;
	}
	.quienes-somos2{
		height: 60%;
		width: 80vw;
		background-size: 90%;
	}

/* _____ Clases _____ */

.bq-white-up-cl{
	top:0;
}
.bq-white-dw-cl{
	bottom:0;
}

#clases{
	height: 110vh;
	display: flex;
	flex-direction: column;
	background-position:top center;
	background-attachment: initial;
}
.contenedor-clases{
	width: 90vw ;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-start;
	position: relative;
}
.contenedor_01, 
.contenedor_02,
.contenedor_03,
.contenedor_04 {
	height: 10vh;
	width: 80vw;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 20px 11px 20px 0px rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
	border: 4px solid rgba(57, 180, 255, 0.8);
	position: relative;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.contenedor_02 {
	margin: 0 0 10px 0;
}
.contenedor_04 {
    margin-left: 0;
	margin-bottom: 0;
}
.horas{
	width: 30%;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(57 180 255);
	text-align: center;
	padding-top:0;
}
.hr::after{
	content: 'HALF DAY';
	color:rgb(2, 157, 253);
	font-size:15px;
	font-weight: 600;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contenedor_04 .hr::after{
	content: 'FULL DAY';
	color:rgb(2, 157, 253);
	font-size:15px;
}
.precio{
	height: 8vh;
	width: 30%;
	font-size: 2.5em;
	font-weight: 600;
	color: rgb(57 180 255);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 35px;
}
.reserva{
	height: 5vh;
	width: 30%;
	background-color:rgb(57 180 255);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .5s;
	cursor: pointer;
	z-index: 3;
}
.reserva:hover{
	border: none;
	background-color: rgb(10, 89, 134);
}
.nxt{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	-webkit-appearance:none;
	appearance:none;
	display: block;
	border: none;
	background-color:transparent;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	right: -10px;
	top: 51%;
	transform: translate(-50%, -50%);
	scale: 1;
	transition: .2s;
}

.title-01 h1, .title-02 h1{
	font-size: 2.5em;
}
.title-01 h2, .title-02 h2{
	font-size: 1.5em;
}
.title-01 p, .title-02 p{
	font-size: 1em;
}

/* Clases INTERNACIONALES */

.clases_inter{
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	left:-100vw;
}
.desplegado{
	display: flex;
	left: 0;
}
.title-02 h2::before{
	content: '';
	height: 30px;
	width: 30px;
    top: 0;
    left: -40px;
}
.title-02 h2::after{
	content: '';
	height: 30px;
	width: 30px;
    top: 0;
    right: -40px;
}

.contenedor-clases02{
	width: 70vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contenedor_05,
.contenedor_06{
	height: 35vh;
	width: 40vw;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.precio2 {
    width: 80%;
    font-size: 2em;
    font-weight: 600;
    color: rgb(57 180 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
}
.horas2 {
    width: 100%;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(57 180 255);
    text-align: center;
    padding-bottom: 40px;
}
.reserva2{
	width: 80%;
}
/* MODAL RESERVA */

.contenedor-reservas,
.contenedor-reservas-inter{
	height: 90%;
	width: 95%;
	display: flex;
	flex-direction: column;
}
.info-reservas, .info-reservas-inter {
    width: 80%;
	height: 85%;
}
.form-reservas, .form-reservas-inter {
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* EQUIPO */
.bq-white-up-eq{
	height: 10vh;
	top: 0;
}

.bq-white-dw-eq{
	height: 10vh;
	bottom: -1px;
}

#equipo{
	background-position:top center;
	background-attachment: initial;
}

.instructores{
	height: 60vh;
	flex-direction: column-reverse;
}
.inst01, .inst02, .inst03{
	height: 250px;
	width: 230px;
	position: relative;
}
.inst01{
	margin: 20px 0;
}
.inst01 img,
.inst02 img,
.inst03 img{
	height: 100%;
}

.inst01 p,
.inst02 p,
.inst03 p{
	display: none;
}

.modal-mar,
.modal-mat,
.modal-guido{
	flex-direction: column;
}

.info-inst01,
.info-inst02,
.info-inst03{
padding-top: 20px;
}

.info-inst01 h1,
.info-inst02 h1,
.info-inst03 h1{
	font-size: 2em;
	line-height: 1;
	text-align: left;
}
.info-inst01 h1:nth-child(2),
.info-inst02 h1:nth-child(2),
.info-inst03 h1:nth-child(2){
	margin-bottom: 10px;
}
.info-inst01 span,
.info-inst02 span,
.info-inst03 span{
	font-size: 1em;
	font-weight: 600;
	color: rgba(57, 180, 255, 1);
}
.info-inst01 p:not(:nth-child(8)){
	margin-bottom: 5px;
}
.info-inst02 p,
.info-inst03 p{
	margin-bottom: 5px;
}
.modal-mar img,
.modal-mat img,
.modal-guido img{
margin-right: 0;
}
.modal-mar button,
.modal-mat button,
.modal-guido button{
	width: 30px;
	height: 30px;
}

.modal-mar h2,
.modal-mat h2,
.modal-guido h2{
	font-size: 15px;
}
.visible{
	display: flex;
}

   /* CONTACTO */

.bq-white-up-ct{
	height: 10vh;
	top: 0;
}

#contacto{
	display: flex;
	justify-content: center;
	align-items: center;
	background-image:url("../img/bckg_contacto.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
	background-blend-mode: overlay;
	position: relative;
	overflow: hidden;
}
.contenedor-contacto{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contenedor-bckg-contacto{
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo-sec-contacto{
	width: 100%;
	height: 15vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}
.logo-sec-contacto img{
	width: 60%;
}
.logo-sec-contacto img:nth-child(2){
	width: 30%;
}
.contenedor-form-info{
	width: 100%;
	height: 65vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contenedor-form{
	width: 400px;
	height: 100%;
	background-color:white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left:0;
}
.politicas-contacto{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.politicas-contacto p {
	font-size: 14px;
}
#checkbox-contacto{
	height: 2.5vh;
	width: 2.5vw;
	border: none;
}
.politicas-contacto a{
	color: rgb(57 180 255);
}

.form-contacto{
	width: 90%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.contenedor-info{
	width: 300px;
	height: 80%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-self: center;
}
.con-info-e,
.con-info-wa,
.con-info-m,
.con-info-ig,
.info-hr{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding-left: 15px;
}
.con-info-e img,
.con-info-wa img,
.con-info-m img,
.con-info-ig img{
	height: 25px;
	width: 25px;
}
.info-e,
.info-wa,
.info-m,
.info-ig{
	color: white;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	margin-left: 10px;
}
.info-hr{
	font-size: 15px;
	font-weight: 600;
	color: rgba(57, 180, 255, 1);
	margin-left: 35px;
	
}
.info-wa::after{
	content: '(WhatsApp)';
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 13px;
	color: rgba(57, 180, 255, 1);
}
.info-m::after{
	content: '(Calls)';
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 13px;
	color: rgba(57, 180, 255, 1);
}
input, textarea{
	width: 90%;
	font-family: sans-serif;
	padding: 10px 25px;
	/* border-radius: 10px; */
	background-color: rgb(236, 236, 236);
	border:none;
	color:#273540;
	outline: none;
	resize: none;
}
input::placeholder, textarea::placeholder{
	color:darkgray;
}
.btn-form{
	font-size: 1em;
	font-weight: 400;
	color: white;
	border: 0;
	border-radius: 20px;
	background-color: rgba(57, 180, 255, 1);
	cursor: pointer;
	transition: background-color .5s;
}
.btn-form:hover{
	background-color:rgb(3, 113, 182);
}

   /* Avisos Legales */

#aviso{
	height: 10vh;
	background-color: #111111;
}
.contenedor-aviso{
	height: 90%;
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	margin: auto;
}

/* _____ footer _____ */

footer{
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
}
footer div{
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer p{
	font-size: 13px;
	text-align: center;
}

/* Boton top */

.btn-top{
	width: 0;
	height: 0;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 5;
    background-image: url(../img/boton-gondola.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: 70%;
	cursor: pointer;
	transition: .2s;
	scale: 1;
}
.btn-top:hover{
	background-image: url(../img/boton-gondola.png);
	scale: 1;
}

}

@media screen and (max-width:780px){

	.cookie-banner{
		height: 90%;
		width: 90%;
	}
	.p-cookies,
	.i-cookies{
		font-size: 14px;
	}

	/* US */
	#us{
		height: 130vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.quienes-somos{
		height:40%;
		width: 80vw;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
		margin-top: 7vh;
	}
	.quienes-somos h1{
		font-size: 2em;
		margin: 10px 0;
	}
.m{
	font-size: 2em;
}
.quienes-somos p {
	font-size: 15px;
}
	.quienes-somos2{
		height: 60%;
		background-size: 90%;
	}

/* Clases */

.contenedor-clases,
.contenedor-clases02{
	width: 85vw ;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-start;
	position: relative;
}
.contenedor_01, 
.contenedor_02,
.contenedor_03,
.contenedor_04 {
	height: 10vh;
	width: 80vw;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 20px 11px 20px 0px rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
	border: 4px solid rgba(57, 180, 255, 0.8);
	position: relative;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.contenedor_02 {
	margin: 0 0 10px 0;
}
.contenedor_04 {
    margin-left: 0;
	margin-bottom: 0;
}
.horas{
	width:30%;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(57 180 255);
	text-align: center;
	padding-top:0;
	position: relative;
}

.hr::after{
	width: 100%;
	font-size:12px;
	top: 125%;
}
.contenedor_04 .hr::after{
	font-size:12px;
	top: 125%;
}
.precio{
	height: 8vh;
	width:30%;
	font-size: 1em;
	font-weight: 600;
	color: rgb(57 180 255);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 30px;
}
.reserva{
	height: 5vh;
	width: 30%;
	background-color:rgb(57 180 255);
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reserva:hover{
	border: none;
	background-color: rgb(10, 89, 134);
}
.reserva a{
	text-decoration: none;
	color: white;
}
.nxt{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	-webkit-appearance:none;
	appearance:none;
	display: block;
	border: none;
	background-color:transparent;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	right: -8.3%;
	top: 50%;
	transform: translate(-50%, -50%);
	scale: 1;
	transition: .2s;
}
.title-01 h1, .title-02 h1{
	font-size: 2em;
}
.title-01 h2, .title-02 h2{
	font-size: 1.5em;
}
.title-01 p, .title-02 p{
	font-size: 1em;
}

/* Clases INTERNACIONALES */

.clases_inter{
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	left:-100vw;
}
.desplegado{
	display: flex;
	left: 0;
}
.title-02 h2::before{
	content: '';
	height: 25px;
	width: 25px;
    top: 0;
    left: -40px;
}
.title-02 h2::after{
	content: '';
	height: 25px;
	width: 25px;
    top: 0;
    right: -40px;
}

.contenedor-clases02{
	width: 70vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contenedor_05,
.contenedor_06{
	height: 35vh;
	width: 40vw;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.precio2 {
    width: 80%;
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(57 180 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
}
.horas2 {
    width: 100%;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(57 180 255);
    text-align: center;
    padding-bottom: 40px;
}

.reserva2{
	width: 80%;
}

/* MODAL RESERVA */

.cta-info{
	font-size: 1em;
}
.contenedor-reservas,
.contenedor-reservas-inter{
	height: 93%;
	width: 95%;
	display: flex;
	flex-direction: column;
}
.info-reservas, .info-reservas-inter {
    width: 90%;
	height: 70%;
}
.info-reservas p, .info-reservas-inter p {
    width: 90%;
	font-size: 14px;
}
.form-reservas, .form-reservas-inter {
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.solic-reserva{
	width: 95%;
	height: 95%;
	justify-content: space-evenly;
}
.politicas p {
    font-size: 13px;
}

/* EQUIPO */

.contenedor-team h1{
	width: 70%;
 	font-size: 3em;
} 

.instructores{
	height: 65vh;
}
.inst01, .inst02, .inst03{
	height: 210px;
	width: 190px;
}
.inst01{
	margin-top: 20px;
}

.info-inst01 h1,
.info-inst02 h1,
.info-inst03 h1{
	font-size: 2em;
	line-height: 1;
	text-align: left;
}
.info-inst01 h1:nth-child(2),
.info-inst02 h1:nth-child(2),
.info-inst03 h1:nth-child(2){
	margin-bottom: 10px;
}
.info-inst01 span,
.info-inst02 span,
.info-inst03 span{
	font-size: 15px;
}

.info-inst01 p,
.info-inst02 p,
.info-inst03 p{
	font-size: 14px;
}
.modal-mar button,
.modal-mat button,
.modal-guido button{
	width: 25px;
	height: 25px;
}

.modal-mar h2,
.modal-mat h2,
.modal-guido h2{
	font-size: 14px;
}

/* _____ patrocinadores _____ */

#sponsors{
	height: 16vh;

}
.spo1{
	height: 8vh;
	width: 14vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #252323;
	border-radius: 5px;
}
.spo1 img,
.spo2 img,
.spo3 img,
.spo4 img{
	height:5vh;
}
.spo4 img{
	height: 5vh;
	opacity: .8;
}


/* _____ contacto _____ */

.contenedor-contacto{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contenedor-bckg-contacto{
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo-sec-contacto{
	width: 100%;
	height: 10vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	margin-bottom:0;
}
.logo-sec-contacto img{
	width: 50%;
}
.logo-sec-contacto img:nth-child(2){
	width: 30%;
}
.contenedor-form-info{
	width: 100%;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contenedor-form{
	width: 85%;
	height: 100%;
	background-color:white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left:0;
}
.politicas-contacto{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.politicas-contacto p {
	font-size: 13px;
	margin-left: 5px;
}
#checkbox-contacto{
	height: 2.5vh;
	width: 2.5vw;
	border: none;
}

.form-contacto{
	width: 90%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.contenedor-info{
	width: 85%;
	height: 70%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.con-info-e,
.con-info-wa,
.con-info-m,
.con-info-ig,
.info-hr{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding-left:20%;
}
.con-info-e img,
.con-info-wa img,
.con-info-m img,
.con-info-ig img{
	height: 25px;
	width: 25px;
}
.info-e,
.info-wa,
.info-m,
.info-ig{
	color: white;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	margin-left: 10px;
}
.info-hr{
	font-size: 13px;
	font-weight: 600;
	color: rgba(57, 180, 255, 1);
	margin-left: 35px;
	
}
.info-wa::after{
	top: 20px;
	left: 0;
	font-size: 12px;
	color: rgba(57, 180, 255, 1);
}
.info-m::after{
	top: 20px;
	left: 0;
	font-size: 12px;
	color: rgba(57, 180, 255, 1);
}
input, textarea{
	width: 90%;
	padding: 10px 20px;
}

/* Boton top */

.btn-top{
	width: 0;
	height: 0;
	position: fixed;
	right: 5px;
	bottom: 5px;
    background-repeat: no-repeat;
	background-position: center;
    background-size: 60%;
	scale: 1.1;
}

}

@media screen and (max-width:500px){

	.p-cookies,
	.i-cookies{
		font-size: 13px;
	}
	
.logo_center img {
		width: 85%;
	}

/* US */

#us{
	height: 140vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.quienes-somos{
	height:40%;
	width: 80vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin-top: 7vh;
}
.quienes-somos h1{
	font-size: 2em;
}
.m{
font-size: 2em;
}
.quienes-somos p {
font-size: 13.5px;
}
.quienes-somos2{
	height: 60%;
	background-size: 90%;
}

.precio{
	padding-right: 20px;
}

	/* Clases INTERNACIONALES */

.clases_inter{
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	left:-100vw;
}
.desplegado{
	display: flex;
	left: 0;
}
.title-02{
	margin: 15px 0 15px 0;
}
.title-02 h2::before{
	content: '';
	height: 22px;
	width: 22px;
    top: 0;
    left: -30px;
}
.title-02 h2::after{
	content: '';
	height: 22px;
	width: 22px;
    top: 0;
    right: -30px;
}
.title-01 h1, .title-02 h1{
	font-size: 1.5em;
}
.title-01 h2, .title-02 h2{
	font-size: 1.2em;
	margin-top: 10px;
}
.nxt{
	height: 40px;
	width: 40px;
	right: -6%;
}

.contenedor-clases02{
	width: 70vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}
.contenedor_05,
.contenedor_06{
	height: 34vh;
	width: 55vw;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.argentina p,
.japon p {
	font-size: 1.2em;
} 
.precio2 {
    width: 90%;
    font-size: 1em;
    font-weight: 600;
    color: rgb(57 180 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
    position: relative;
}
.precio2::after{
	font-size:10px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.horas2 {
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(57 180 255);
    text-align: center;
    padding-bottom: 35px;
}
.hr2::after{
	content: 'FULL DAY';
	color:rgb(2, 157, 253);
	font-size:12px;
	font-weight: 600;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reserva2{
	width: 80%;
}
.aft{
	height: 40px;
	width: 40px;
	left: -2%;

}
	
/* EQUIPO */

.contenedor-team h1{
	width: 80%;
 	font-size: 2em;
} 

.instructores{
	height: 65vh;
}
.inst01, .inst02, .inst03{
	height: 180px;
	width: 160px;
}

.info-inst02{
	width: 80%;
}

.info-inst01 h1,
.info-inst02 h1,
.info-inst03 h1{
	font-size: 1.8em;
}

.info-inst01 span,
.info-inst02 span,
.info-inst03 span{
	font-size: 14px;
}
.info-inst01 p:not(:nth-child(8)){
	font-size: 14px;
}
.info-inst02 p,
.info-inst03 p{
	font-size: 14px;
}
.modal-mar button,
.modal-mat button,
.modal-guido button{
	width: 25px;
	height: 25px;
}

.modal-mar h2,
.modal-mat h2,
.modal-guido h2{
	font-size: 14px;
}

/* _____ patrocinadores _____ */

#sponsors{
	height: 15vh;

}
.spo1{
	height: 7vh;
	width: 16vw;

}
.spo1 img,
.spo2 img,
.spo3 img,
.spo4 img{
	height:5vh;
}
.spo4 img{
	height: 5vh;
	opacity: .8;
}

/* _____ contacto _____ */

.bq-white-up-ct{
		height: 10vh;
		top: 0;
	}
	.logo-sec-contacto img{
		width: 50%;
	}
	.logo-sec-contacto img:nth-child(2){
		width: 30%;
	}
	.politicas-contacto p {
		font-size: 12px;
	}
	#checkbox-contacto{
		height: 2vh;
		width: 2vw;
	}
	
	.con-info-e,
	.con-info-wa,
	.con-info-m,
	.con-info-ig,
	.info-hr{
		width: 100%;
		display: flex;
		justify-content:flex-start;
		align-items: center;
		padding-left:14%;
	}
	.con-info-e img,
	.con-info-wa img,
	.con-info-m img,
	.con-info-ig img{
		height: 20px;
		width: 20px;
	}
	.info-e,
	.info-wa,
	.info-m,
	.info-ig{
		color: white;
		font-size: 12px;
		font-weight: 600;
		position: relative;
		margin-left: 10px;
	}
	.info-hr{
		font-size: 12px;
		font-weight: 600;
		color: rgba(57, 180, 255, 1);
		margin-left: 35px;
		
	}
	.info-wa::after{
		top: 20px;
		left: 0;
		font-size: 11px;
		color: rgba(57, 180, 255, 1);
	}
	.info-m::after{
		top: 20px;
		left: 0;
		font-size: 11px;
		color: rgba(57, 180, 255, 1);
	}
	input, textarea{
		width: 90%;
		padding: 10px 10px;
	}

   /* Avisos Legales */

.contenedor-aviso{
	height: 90%;
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 10px;
	margin: auto;
}
.contenedor-aviso a{
text-align: center;
}

/* _____ footer _____ */

footer div{
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer p{
	font-size: 10px;
	text-align: center;
}

}

@media screen and(max-width:400px){
	/* EQUIPO */

 
.contenedor-team h1{
 	font-size: 1.5em;
} 

.instructores{
	height: 65vh;
}
.inst01, .inst02, .inst03{
	height: 160px;
	width: 140px;
}

.info-inst01 h1,
.info-inst02 h1,
.info-inst03 h1{
	font-size: 1.6em;
}

.info-inst01 span,
.info-inst02 span,
.info-inst03 span{
	font-size: 13px;
}
.info-inst01 p:not(:nth-child(8)){
	font-size: 13px;
}
.info-inst02 p,
.info-inst03 p{
	font-size: 13px;
}
.modal-mar button,
.modal-mat button,
.modal-guido button{
	width: 20px;
	height: 20px;
}

.modal-mar h2,
.modal-mat h2,
.modal-guido h2{
	font-size: 13px;
}
}