@font-face {
    font-family: 'Polaris Bold';
    src: url('../fonts/Polaris-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Polaris Medium';
    src: url('../fonts/Polaris-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Copernicus Book';
    src: url('../fonts/Copernicus-Book.woff2') format('woff2');
}

:root {
    --main-color:#FDF2E8;
    --text-main-color: #344748;
}
*{
    padding: 0;
    margin:0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
nav{
    background: #FDF2E8;
    height: 80px;
    width: 100%;
}
.enlace{
    position: absolute;
    padding: 20px 50px;
}
.logo{
    height: 40px;
}
nav ul{
    float:right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 5px;
}
nav ul li a{
    color:#344748;
    font-size: 14px;
    padding: 7px 13px;
    border-radius: 0px;
    text-transform:uppercase;
}
li a.active, li a:hoover{
    background: #FAAD84;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
section{
    background: url(fondo.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height:auto;
    padding-bottom: 10px;
}

body, html {
    scroll-behavior: smooth;
    font-family: 'Polaris Medium', 'Open Sans', sans-serif;
    color:#000;
    font-weight:300;
    scroll-behavior: smooth;
    background-color: var(--main-color);
    color: var(--text-main-color);
    font-size: 18px;
    line-height: 27px;  
    overflow-x: hidden;  
}

strong {
    font-family: 'Polaris Bold', 'Open Sans', sans-serif;
}

h1 {
    font-family: 'Copernicus Book', 'Open Sans', sans-serif;
    font-size: 50px;
}

h2 {
    font-family: 'Copernicus Book', 'Open Sans', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}

a {
    border-bottom: 1px solid var(--text-main-color);
    color: var(--text-main-color);
}

a:hover {    
    color: #FAAD84;
    text-decoration: none;
    border-color: #FAAD84;
}

section, footer {
    position:relative;
    z-index: 20;
    background-color: var(--main-color);
    padding: 100px 0;
}

footer {
    padding: 50px 0;
}

section .box {
    width:65%;
}

.schedule {
    margin-top: 20px;
    font-family: Polaris Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3em;
}

.schedule span {
    display: block;
}

.schedule .title,
.schedule .time {
    margin-bottom: 25px;
}

.schedule .day {
    margin-bottom: 10px;
}

.schedule .title {
    opacity: 0.6;

}

.vector {
    position: absolute;
    display:block;
    top: 0;
    transform: scale(1);
}

#intro {
    position:absolute;
    top:0;
    z-index:0;
    width:100%;
    background: url('../images/hero.jpg') no-repeat center top;
    background-size: cover;
    color: var(--main-color);
}

#intro .logo {
    position:absolute;
    top: -110px;
    left: 0;
}

#intro .col-12 {
    height: 1000px;
}

#intro h1 {
    width: 50%;
    margin: 0 auto;
    text-shadow: 0 0 2px #000;
}

#intro .vector.right {
    top: 240px;
    right: 100px;
}

#intro .vector.center {
    top: 600px;
    left: 400px;
}

#leire .vector.intro-left {
    top: -500px;
    left: -150px;
    z-index: 100;
}

#leire {
    margin-top:1000px;
}

#leire:before {
    background: url('../images/intro-bottom.png') no-repeat center bottom;
    background-size: 100%;
    content:'';

    position:absolute;
    top:-328px;
    width:100%;
    height:330px;
}

#leire .vector.right {
    top: -140px;
    right: -80px;
}

#leire .vector.left {
    z-index: -1;
    top: 220px;
    left: -120px;
}

#hatha .box {
    margin: 0 0 0 auto;
}

#contact {
    font-size: 12px;
    line-height: 18px;
}

#contact h2 {
    width: 50%;
    margin: 200px auto 0 auto;
}

#contact ul {
    font-family: 'Polaris Bold', 'Open Sans', sans-serif;
    text-transform: uppercase;
    list-style:none;
    margin: 40px 0 20px 0;
}

#contact p {
    font-family: 'Polaris Bold', 'Open Sans', sans-serif;
    letter-spacing: 3px; 
}

#contact ul li {
    display: inline-block;
    border-right: 2px solid var(--text-main-color);
    padding: 0 15px;
    letter-spacing: 4px; 
    line-height: 12px;   
}

#contact ul li img {
    margin-top: -5px;
}

#contact .slider {
    z-index: 100;
}

#contact .vector.left {
    top: -60px;
    left: 125px;    
}

#contact .vector.right {
    top: 600px;
    right: 0;    
    z-index: -1;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }


#map .overlay {
    background: transparent;
    position:relative;
    width:100%;
    height:900px;
    margin-top:-900px;
    z-index: 999;    
}

#map .vector.left {
    top: -200px;
    left: -20px;
    z-index: 100;
}


#contact p {
    text-transform: uppercase;
    letter-spacing: 5px;
}

footer {
    font-family: 'Polaris Bold', 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px; 
}

footer ul {
    display: inline-block;
    font-family: 'Polaris Bold', 'Open Sans', sans-serif;
    text-transform: uppercase;
    list-style:none;
    padding: 0;
    margin: 40px 0 20px 0;
}

footer ul li {
    display: inline-block;
    border-right: 2px solid var(--text-main-color);
    padding: 0 15px;
    letter-spacing: 4px;  
    line-height: 12px;
}

footer ul li:last-child {
    border-right: none;
}


 


 


@media (min-width: 1880px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {  
    #intro .col-12 {
        height: 800px;
    } 
    #leire {
        margin-top: 800px;
    } 
    #intro .vector.right {
        top: 160px;
        right: 60px;
    }   
    #intro .vector.center {
        top: 360px;
        left: 290px;
    }
    #leire .vector.intro-left {
        top: -520px;
        left: -90px;
        z-index: 100;
    }
    #leire .vector.left {
        transform: scale(0.6) !important;
        top: 60px;
        left: -140px;
        z-index: -1;
    }
    #contact .vector.right {
        transform: scale(0.8) !important;
        top: 500px;
        right: -60px;    
        z-index: -1;
    }
}

@media (max-width: 1200px) {  
    section .box {
        width:100%;
    }
    
    #intro .col-12 {
        height: 700px;
    }  

    #leire {
        margin-top: 700px;
    }

    #leire .vector.intro-left {
        top: -320px;
        left: 0;
        z-index: 100;
    }
    #leire .vector.right {
        transform: scale(0.8) !important;
    }
    #intro .vector.center {
        top: 450px;
        left: 290px;
    }
    #leire .vector.left {
        transform: scale(0.6) !important;
        top: 60px;
        left: -140px;
        z-index: -1;
    }  
      
}

@media (max-width: 992px) { 
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
    }
    body, html { 
        font-size: 18px;
        line-height: 27px;  
    }

    h1 {
        font-size: 42px;
    }
    
    h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 20px;
    }   

    section, footer { 
        padding: 0;
    }

    section .box {
        padding: 20px 0 60px 0;
    }
    
    #intro .logo img {
        transform: scale(0.6);
        position: absolute;
        top:-140px;
        left: 65px;;
    }

    #intro h1 {
        width: 90%;
    }

    #intro .col-12 {
        height: 1000px;
    }

    /*#intro {        
         background-image: url('../images/intro-mobile.jpg');
    }*/

    #intro .vector.right {
        transform: scale(1) !important;
        top: 220px;
        right: 25px;
    }
    
    #intro .vector.center {
        display:none;
    }
    
    #leire .vector.intro-left {
        transform: scale(0.6) !important;
        top: -410px;
        left: 0px;
        z-index: 100;
    }

    #leire {
        margin-top: 1000px;
        padding: 10px 0 80px 0
    }

    #leire:before {
        background-size: 250%;
        background-position: -80px bottom;
    }

    #leire .vector.right {
        transform: scale(0.8) !important;
        top: -130px;
        right: -100px;
    }
    
    #leire .vector.left {
        transform: scale(0.6) !important;
        z-index: -1;
        top: 230px;
        left: -180px;
    }

    .schedule {
        margin-top: 15px;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.3em;
    }  
    
    .schedule .title,
    .schedule .time {
        margin-bottom: 20px;
    }
    
    .schedule .day {
        margin-bottom: 10px;
    }

    #vinyasa {
        padding-bottom: 60px;
    }

    #vinyasa .box {
        padding: 60px 0 30px 0
    }

    #vinyasa img {
        width: 80%;
    }

    #contact .col-md-12 {
        padding: 0;
    }

    #contact .vector.left {
        display: none; 
    }
    
    #contact .vector.right {
        display: none; 
    }

    #contact h2 {
        width: 100%;
        margin-top: 60px;
    }

    #contact ul {
        margin: 0;  
        padding: 0;      
    }      
    
    #contact ul li {
        display: block;
        font-size: 10px;
        border-right: none;
        padding: 30px 0 0  0;
        letter-spacing: 3px;    
    }

    #contact p {
        font-size: 10px;
        padding: 30px 0 60px 0;
        letter-spacing: 2px;    
    }

    #slider {
        display: flex;
        flex-direction: column-reverse;
    }

    .carousel-indicators {
        top: 20px;
        position: relative;
    }

    .carousel-indicators li {
        margin: 0 8px;
        background-color:  #CCC;
    }
    
    .carousel-indicators li.active {
        margin: 0 8px;
        background-color:  #000;
    }

    #map {
        transform: scale(1);
        padding-bottom: 100px;
    }

    #map .vector.left {
        display: none;
    }

    footer {
        font-size: 10px;
        letter-spacing: 3px; 
    }

    footer img {
        padding-bottom: 30px;
    }
    
    footer ul {
        display: block;        
        margin: 10px 0 60px 0;
    }
    
    footer ul li {
        display: block;
        border-right: none;
        padding: 10px 0;
        line-height: 12px;
    }
}
@media (max-width: 768px) {  
    
}

@media (max-width: 576px) {  
    .checkbtn{
        display: block;
    }
    ul{
        position: absolute;
        z-index: 999;
        width: 50%;
        height: 1000vh;
        background: #FAAD84;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 30px 0;
        line-height: 20px;
    }
    nav ul li a{
        font-size: 18px;
    }
    nav ul li a:hover{
        background: #CCC;
        color: black;
    }
    #check:checked ~ ul{
        left:0;
    }
    h1 {
        font-size: 28px;
    }

    body, html { 
        font-size: 14px;
        line-height: 22px;  
    }


    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 20px;
    }   

    section, footer { 
        padding: 0;
    }

    section .box {
        padding: 20px 0 60px 0;
    }
    
    #intro .logo {
        width: 40%;
        position: absolute;
        top: 0px; left:0px
    }

    #intro h1 {
        width: 90%;
    }

    #intro .col-12 {
        height: 600px;
    }

   /* #intro {       
       
        background-image: url('../images/intro-mobile.jpg');
    }*/

    #intro .vector.right {
        transform: scale(0.6) !important;
        top: 520px;
        right: 25px;
    }
    
    #intro .vector.center {
        display:none;
    }
    
    #intro .vector.intro-left {
        position: fixed;
        transform: scale(0.5) !important;
        top: 360px;
        left: 0px;
        z-index: -1;
    }

    #leire {
        margin-top: 650px;
        padding: 10px 0 80px 0
    }

    #leire:before {
        background-size: 250%;
        background-position: -80px bottom;
    }

    #leire .vector.right {
        transform: scale(0.5) !important;
        top: -130px;
        right: -100px;
    }
    
    #leire .vector.left {
        transform: scale(0.5) !important;
        z-index: -1;
        top: -70px;
        left: -180px;
    }

    .schedule {
        margin-top: 15px;
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.3em;
    }  
    
    .schedule .title,
    .schedule .time {
        margin-bottom: 20px;
    }
    
    .schedule .day {
        margin-bottom: 10px;
    }

    #vinyasa {
        padding-bottom: 60px;
    }

    #vinyasa .box {
        padding: 60px 0 30px 0
    }

    #vinyasa img {
        width: 80%;
    }

    #contact .col-md-12 {
        padding: 0;
    }

    #contact .vector.left {
        display: none; 
    }
    
    #contact .vector.right {
        display: none; 
    }

    #contact h2 {
        width: 100%;
        margin-top: 40px;
    }

    #contact ul {
        margin: 0;  
        padding: 0;      
    }      
    
    #contact ul li {
        display: block;
        font-size: 10px;
        border-right: none;
        padding: 30px 0 0  0;
        letter-spacing: 3px;    
    }

    #contact p {
        font-size: 10px;
        padding: 30px 0 180px 0;
        letter-spacing: 2px;    
    }

    .carousel-indicators li {
        margin: 0 8px;
        background-color:  #CCC;
    }
    
    .carousel-indicators li.active {
        margin: 0 8px;
        background-color:  #000;
    }

    #map {
        transform: scale(2);
        padding-bottom: 100px;
    }

    #map .vector.left {
        display: none;
    }

    footer {
        font-size: 10px;
        letter-spacing: 3px; 
    }

    footer img {
        padding-bottom: 30px;
    }
    
    footer ul {
        display: block;        
        margin: 10px 0 60px 0;
    }
    
    footer ul li {
        display: block;
        border-right: none;
        padding: 10px 0;
        line-height: 12px;
    }  
}
 

