@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{box-sizing: border-box;padding: 0;margin: 0;line-height: 1.5;font-family: 'Mukta';scroll-behavior: smooth}
.sticky {position: fixed; top: 0;right: 0%; display: flex;justify-content: center;align-items: center;width: 100%;z-index: 2;}
.clearHeader {-webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */transition: background 1s;}
.sticky img{margin: 10px; height: 70px;}
.clearHeader.darkHeader {background:#f7ca1c; }
section{margin: 64px 0;}
h1{font-size: 40px;}
.h1{font-size: 40px;}
h2{font-size: 35px;}
h3{font-size: 28px;}
p{font-size: 22px; text-align: left;}
a{font-size: 22px;}
body{max-width: 1960px; margin: auto;scroll-behavior: smooth}
.header-bkg{background-image: url("../img/Inicio.jpg");background-size: cover;background-position: bottom center;background-repeat: no-repeat;height: 170vh;}
.logo {position: absolute;left: 20px;width: 100px;cursor: pointer;}
li, a, button{font-weight: 600;font-size: 16px;color: #000;text-decoration: none;}
header{background-color: transparent;display: flex;justify-content: flex-end;align-items: center;}
.navlinks{width: 80%;display: flex;flex-direction: row;justify-content: flex-end;}
.navlinks li{display: inline-block;margin: 30px;align-items: center;}
.navlinks li a:hover{color: tomato;}
button{width: 100%;padding: 12px;background-color: firebrick;border-radius: 50px;outline: none;cursor: pointer;transition: all 0.5s, ease 0s;border: none;z-index: 999;}
button:hover{box-shadow: 1px 1px 5px black;}
.sidebar{position: fixed;top: 0;right: 0;height: 100vh;width: 300px;z-index: 999;background-color: rgb(247 202 28 / 85%); box-shadow: -3px 0 10px black;display: none;justify-content: flex-start;list-style: none;flex-direction: column;transition: transform 0.3s ease;transform: translateX(100%);}

.sidebar li{width: 100%;margin: 25px;text-shadow: 1px 1px 2px black;}
.sidebar img{position: absolute;bottom: 20px;width: 80%;height: auto; right: 20px;}
nav ion-icon{font-size: 2em;position: absolute;top: 35px;right: 20px;}
.bkg-black{background-color: #000;}

.studio-baila{display: flex;justify-content: center;align-items: center;   margin-top: 120px;}
.studio-baila img{max-width: 90%;}
.studio-body{ margin: 0 auto 0 auto; width: 80%; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; }
.studio-body img{width: 48%;height: auto; }
.studio-body-txt{width: 48%; height: auto;margin-top: -15px;}
.studio-main-body {background-image: url(../img/fondo.jpg);height: max-content;background-repeat: repeat; background-size: cover;}
.studio-exp-cont {display: flex; justify-content: center;}
.studio-exp-cont img { margin-top: -100px;}
.studio-exp-cont-mbl{display: none;}
.studio-title {width: 100%; display: flex; align-items: center; justify-content: center;}
.first-46 { margin-top:100px}
.studio-clases {display: flex;justify-content: space-evenly;align-items: center;}
.studio-title img{width: 50%; margin-top: 60px;}
.main-left{flex-direction: row-reverse;}
.main-right{}
.clases-txt img{max-width: 250px;}
.studio-clases p {max-width: 250px;}
.studio-horario{width: 200px;}

.flip-card {background-color: transparent; width: 200px; height: 200px; perspective: 1000px;}
.flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;   }
.flip-card:hover .flip-card-inner {transform: rotateY(180deg);}
.flip-card-front, .flip-card-back {position: absolute; width: 100%; height: 100%; backface-visibility: hidden;}
.flip-card-front {}
.flip-card-back { transform: rotateY(180deg);}

.studio-agenda{display: flex; flex-direction: column; justify-content: center; align-items: center; background-image:  linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),  url(../img/Rectangle-27.png); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 64px 0;}
.baila{width: 80%; margin:40px auto; }
.studio-agenda a{margin:40px 0 0 0;}
.studio-agenda-links{display: flex; flex-direction: column; justify-content: center; align-items: center;}

.studio-promo{display: flex; justify-content: center; align-items: center; flex-direction: column; margin: 40px;}
.studio-promo h2{font-weight: 600; margin-bottom: 20px;}
.studio-promo img{width: 80%;}

.studio-servicios{display: flex; justify-content: center; align-items: center; flex-direction: column; margin: 40px;}
.gray{color: #595959;}
.studio-srv{display: flex; justify-content: center; align-items: center;  }
.studio-srv a{width: 30%; margin: 10px;}
.studio-srv img{width: 100%; margin: 10px;}

.studio-map-footer{background-image: url(../img/final.jpg); background-position: bottom right; background-size: 100% 80%; background-repeat: no-repeat; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.studio-map{display: flex; justify-content: center; align-items: center; flex-direction: column;}

.studio-footer{display: flex; flex-direction: column; justify-content: flex-end; align-items: end; padding: 40px; width: 100%;}
.footer-links{display: flex; flex-wrap: wrap;justify-content: center;
align-items: end; margin-bottom: 20px;}
.footer-links img{margin: 0 20px;}

.footer-links p {color: #fff;}
.studio-park{color: #E32D22; font-size: 24px;}
.studio-gmap iframe{-webkit-box-shadow: 3px 5px 10px -1px rgba(163,163,163,1);-moz-box-shadow: 3px 5px 10px -1px rgba(163,163,163,1);    box-shadow: 3px 5px 10px -1px rgba(163,163,163,1); margin: 20px 0;}

.movil{display: none;}

@media only screen and (min-width: 1800px){
.studio-body{margin: 0 auto 0 auto; width: 60%;}
 
}
@media only screen and (min-width: 830px){
h1{font-size: 48px;}
.h1{font-size: 40px;}
h2{font-size: 32px;}
h3{font-size: 28px;}
p{font-size: 20px; text-align: left;}
a{font-size: 20px;}
.navlinks ion-icon{display: none;}
.studio-horario{width: 250px;}
.flip-card {background-color: transparent; width: 250px; height: 250px; perspective: 1000px;}
}
@media only screen and (max-width: 830px){
.navlinks .items{display: none;}
.studio-clases img{width: 80%;}
.studio-clases{flex-wrap: wrap-reverse; margin: 50px 0;}
.studio-horario{max-width: 300px;}
.studio-exp-cont img {margin-top: 150px; max-width: 140px;}
.studio-main-body {height: max-content; background-repeat: repeat; background-size: contain;}
.sticky img{ width: 200px;margin: 20px;}
.studio-exp-cont img {display: none;}
.first-46{margin-top: 50px;}
.studio-exp-cont-mbl {display: block;margin-bottom: -100px;margin-left: -20px;z-index: 1;}
.studio-exp-cont-mbl img{width: 80%!important;}
.studio-title img{width: 80%; margin-top: 50px;}
.clases-txt{display: flex; justify-content: center; align-items: center; flex-direction: column;}
.clases-txt img{max-width: 80%; margin: auto;}
.studio-clases p {max-width: 80%; margin-top: 10px;}
.baila{width: 95%;}
li, a, button{font-weight: 600;font-size: 16px;color: #fff;text-decoration: none;}
.studio-body {margin: 0 auto 0 auto; flex-direction: column; width: 80%;}
.studio-body img {width: 80%;}
.studio-body-txt{width: 80%; margin-top: 5px;}
.movil{display: block; color: #000;}

}
@media only screen and (max-width: 600px){
h1{font-size: 40px;}
.h1{font-size: 40px;}
h2{font-size: 30px;}
h3{font-size: 25px;}
p{font-size: 20px; text-align: left;}
a{font-size: 20px;}
.header-bkg{height: 80vh;}
.studio-body { width: 80%;}
.studio-body img{width: 100%;}
.studio-body-txt {width: 100%; margin-top: 0;}
.studio-promo img {width: 100%;}
.studio-srv a {width: 80%;}
.studio-srv {flex-wrap: wrap;}
.studio-gmap{width: 90%;}
.studio-park { width: 90%; margin-bottom: 25px;}
.studio-gmap iframe{width: 100%;}
.studio-footer img{max-width: 150px;}
.footer-links img {margin: 0 0 0 10px;}
.studio-agenda a{display: flex;}
.costos-btn img{max-width: 60%; margin: auto;}
.agenda-btn img{max-width: 80%; margin: auto;}
}

