/*GOOGLE FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
    --colorBg: #FBFBF2; 
    --colorGreen: #D5DDC7;
    --colorText: #443730;
    --colorBtn: #CABBE9;
    --colorTable: #E3DBF2;
    --colorForm: #D9D9D9;
}

html {
max-width: 100%;
scroll-behavior: smooth;
overflow-x: hidden;
}

*{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body{
    max-width: 100%;
    overflow-x: hidden;
    background-color: #FBFBF2;
    color: #443730;
}

/*NAVBAR*/
.logo{
    width: 100px;
    margin: 15px 50px;
}

@media (max-width: 768px) {
    .logo{
        margin: 10px auto;
    }
}

.navbar{
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

@media (max-width: 768px) {
    .navbar{
        flex-direction: column;
        align-items: center;
        padding: 15px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .navbar_links{
        flex-direction: column;
        align-items: center;
    }
}

.navbar_links{
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

a{
    text-decoration: none;
    font-family: "Lato", sans-serif;
}

li{
    list-style: none;
}

.navbar_links a {
text-decoration: none;
color: #443730;
padding: 8px;
transition: color 0.3s, border-bottom 0.3s;
}

.navbar_links a:hover {
color: #443730;
border-bottom: 2px solid #443730;
}

/*HEADER*/
header{
    background-color: #D5DDC7;
}

.container_header{
    position: relative;
    z-index: 3;
    display: flex;
    height: 350px;
    top: -50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .container_header{
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        height: auto;
        top: 0;
        position: static;
        gap: 20px;
        padding: 40px 20px;
    }

    .img_loto{
        position: static !important;
        width: 90%;
        max-width: 300px;
        height: auto;
        z-index: 1;
        margin: 0 auto;
    }

    h1{
        font-size: 40px;
        margin: 0 auto 40px !important;
        padding: 0;
        text-align: center;
    }

    .btn_one{
        margin: 0 auto;
        display: block;
        color: #443730;
    }
}

.img_loto{
    position: absolute;
    bottom: -120px;
    left: 50%;
    z-index: 2;
}

h1{
    font-size: clamp(2rem, 6vw, 4.5rem);
    line-height: 1.2;
    font-weight: 400;
    margin: 100px 40px 50px 100px;

}

.btn_one{
    background-color: #CABBE9;
    font-family: "Lato", sans-serif;
    width: 160px;
    height: 42px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.btn_one:hover{
    background-color: #CABBE9;
    transform: scale(1.08);
}

/*ABOUT ME*/
.description{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 100px auto;
    padding: 0 100px;
}

.container_img_instructor{
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .description{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 40px auto;
        padding: 0 20px;
        gap: 20px;
    }

    .container_img_instructor{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .img_instructor{
        margin: 0 auto;
        width: 80%;
        max-width: 280px;
        display: block;
    }

    
.txt_instructor{
        width: 100%;
        max-width: 250px;
        text-align: center;
        line-height: 1.6;
        margin: 0 auto;
    }
}

.img_instructor{
    width: 350px;
}

.container_txt_instructor{
width: 100%;
max-width: none;
text-align: center;
}

.title_instructor{
    font-size: 30px;
    font-family: "Playfair Display", serif;
}

.subtitle{
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 500;
}

.txt_instructor, .txt_class_yoga{
    font-size: 16px;
    font-family: "Lato", sans-serif;
    text-align: left;
}

/*CLASSES*/
.title{
    font-size: 30px;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-top: 50px;
    margin-bottom: 50px;
}

.container_classes{
    display: flex;
    justify-content: center;
    gap: 40px;
}

@media (max-width: 768px) {
    .container_classes{
        flex-direction: column;
        align-items: center;
    }
}

.class_type{
    width: 200px;
    margin: 30px;
    background-color: #CABBE9;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.loto_flower{
    font-size: 60px;
    margin-bottom: 30px;
}

.title_yoga{
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    text-align: center;
}

/*BENEFITS*/
.container_benefits{
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 60px auto;
    flex-wrap: wrap;
    max-width: 900px;
}

.group1, .group2{
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .container_benefits{
    flex-direction: column;
    align-items: center;
    gap: 30px;
    }

    .group1, .group2{
        width: 100%;
        align-items: center;
        gap: 30px;
    }

    .benefit{
        justify-content: center;
        text-align: center;
    }

}

.benefit{
    display: flex;
    gap: 30px;
    font-size: 25px;
    margin: 40px;
    font-family: "Lato", sans-serif;
}

.container_table{
    display: flex;
}

/*TABLE*/
.container_table{
    display: flex;
    justify-content: center;
}

table, th, td{
    border-collapse: collapse;
    font-family: "Lato", sans-serif;
    font-size: 25px;
}

th{
    width: 150px;
    background-color: #D5DDC7;
    width: 250px;
    padding: 20px;
}

td{
    text-align: center;
    padding: 15px;
}

.container_table tr:nth-child(2) {
  background-color: #E3DBF2;  /* verde muy claro */
}
.container_table tr:nth-child(3) {
  background-color: #D5DDC7;  /* celeste muy claro */
}
.container_table tr:nth-child(4) {
  background-color: #E3DBF2;  /* anaranjado muy claro */
}

/*BOOKING*/
.container_form{
    width: 100%;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
    font-family: "Lato", sans-serif;
}

.btn_two{
    background-color: #CABBE9;
    color: #443730;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    margin: 40px;
    margin-left: 115px;
    cursor: pointer;
}

input{
    background-color: var(--colorForm);
    height: 32px;
    margin: 15px 0px;
    padding: 0 8px;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    box-sizing: border-box;
}

select{
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    margin: 15px 0px;
    background-color: #D9D9D9;
    color: #443730;
    height: 32px;
    border-radius: 5px;
    padding: 0 8px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    input, select{
        max-width: 350px;
        margin-right: 20px;
    }
}

/*FOOTER*/
.container_icons{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px;
}

.rrss{
    font-size: 30px;
    justify-content: center;
    color: #443730;
}

.rights{
    font-size: 15px;
    font-family: "Lato", sans-serif;
    text-align: center;
    margin: 20px;
}

.title_alert, .txt_alert{
    font-family: "Lato", sans-serif;
}


