@font-face {
    font-family: 'aire';
    src: url('../fonts/aire-bold-std.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: bold;
}

@font-face {
    font-family: 'sofia';
    src: url('../fonts/SofiaPro-Bold.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 700;
}

@font-face {
    font-family: 'sofia';
    src: url('../fonts/SofiaPro-Medium.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 600;
}

@font-face {
    font-family: 'sofia';
    src: url('../fonts/SofiaPro-Light.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 300;
}

img {
    max-width: 100%;
}

body, html {
    font-size: 17px;
}

body {
    color: #606060;
    font-family: 'sofia', arial, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

header {
    box-shadow: -2px 2px 5px 0 rgba(0,0,0,0.16), -1px 10px 10px 0 rgba(0,0,0,0.12);
}

a {
    color: #c69995;
}

.font-title {
    font-family: 'aire', arial, sans-serif;
    font-size: 3rem;
}

.h2, h2 {
    font-size: calc(1.5rem + .9vw);
}

.navbar-brand {
    max-width: 110px;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url(../../images/svg/close.svg);
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}


.nav-link {
    color: #606060;
    text-transform: uppercase;
}

.btn-header, .btn-header-2 {
    color: white;
    font-size: 0.9rem;
}

.btn-header {
    background-color: #dfc0b8;    
}

.btn-header:hover {
    background-color: #c69995;
    color: white;
}

.btn-header-2 {
    background-color: #b5b2a0;
}

.btn-header-2:hover {
    background-color: #908e7f;
    color: white;
}

.hero {
    height: 90vh;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-image: url(../../images/hero-m.jpg);
    background-size: cover;
    color: white;
}

.hero video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero span {
    font-family: 'aire', arial, sans-serif;
}

.btn-hero {
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-color: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.blank-section {
    background-color: white;
    position: relative;
    height: 100px;
}

.blank-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    height: 100%;
    width: 3px;
    background-color: #c69995;    
}

.blank-section::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #c69995;
    top: 51%;
    left: calc(50% - 5px);
}

.section-quienes {
    background-image: url(../../images/home-section-1.jpg);
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-quienes h2 {
    font-family: 'aire', arial, sans-serif;
    font-size: 3rem;
}

.section-quienes .background {
    background-color: rgba(181, 178, 160, 0.9);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.card-format {
    padding: 1rem;
    margin-top: 5rem;
}

.img-circle {
    width: 150px;
    height: 150px;    
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b5b2a0;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -5rem;    
    margin-bottom: 2rem;
}

.card-1 {
    background-color: #b5b2a0;
}

.card-2, .card-2 .img-circle {
    background-color: #dfc0b8;
}

.card-3, .card-3 .img-circle {
    background-color: #c69995;
}

.card-4, .card-4 .img-circle {
    background-color: #808074;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 3rem;
}

.carousel-control-next-icon {
    background-image: url(../../images/right.png);
}

.carousel-control-prev-icon {
    background-image: url(../../images/left.png);
}

.carousel-control-next, .carousel-control-prev {
    opacity: 0.8;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    margin-top: 5rem;
}

.section-top {
    margin-top: 5rem;
}

.insta-icon {
    max-width: 50px;
}

.insta-img {
    background-color: black;
}

.insta-img img {
    transition: all .3s ease;
}

.pink-section {
    background-color: #c69995;
}

.pink-section::before, .pink-section::after {
    background-color: white;
}

.pink-section h2 {
    font-family: 'aire', arial, sans-serif;
    font-size: 3rem;
}

footer {
    background-color: #dfc0b8;
    padding: 2rem;
}

.hero-section {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
}

.hero-section h1 {
    color: white;
    font-family: 'aire', arial, sans-serif;
    font-size: 3rem;
}

.bg-rules {
    background-image: url(../../images/reglamento.jpg);
}

.rule {
    background-color: #42373a;
    padding: 2rem;
    margin-top: 4rem;
}

.rule .img-circle {
    background-color: #42373a;
    width: 130px;
    height: 130px;
    padding: 2rem;
    margin-bottom: 1rem;
}

.bg-about {
    background-image: url(../../images/nosotros.jpg);
}

.section-coach {
    background-color: #fff;
    padding: 4rem 0;
}

.coach-card {
    padding: 0 3rem;
    background-image: url(../../images/coach-bg.jpg);
    background-size: 100%; 
    background-position: center;   
    background-repeat: no-repeat;
}

.coach-picture {
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.coach-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.splide__arrow {
    background: none;
    height: 60px;
    width: 37px;
    border-radius: 0;
    opacity: 0.9;
}

.splide__arrow--next {
    background-image: url(../../images/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
}

.splide__arrow--prev {
    background-image: url(../../images/left.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

.splide__arrow svg {
    display: none;
}

.bg-schedule {
    background-image: url(../../images/horario.jpg);
}

.calendar .col-2 {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}

.calendar-day {
    background-color: #c69995;
    color: white;
    font-size: 2.5vw;
    padding: 1vw 2vw;
    overflow: hidden;
    text-align: center;        
}

.calendar-item {
    border: 1px solid #c69995;
    padding: 1vw;
    text-align: center;
    color: #c69995;
    font-size: 2vw;
    padding-bottom: 3vw;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
}

.calendar-item.open::before, .calendar-item.close::before {
    content: 'RESERVAR';
    position: absolute;
    bottom: -1.5vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b5b2a0;
    padding: 0.5vw 2vw;
    display: inline-block;
    color: white;
    border-radius: 5px;
    font-size: 1.5vw;
}

.calendar-item.close {
    background-color: #e7ccca;
    pointer-events: none;
}

.calendar-item.close::before {
    content: 'AGOTADO';
    background-color: #42373a;
}

.calendar-item img {
    width: 60%;
    margin-bottom: 1.5vw;
}

.class-info {
    background-color: #c69995;
    color: white;
    font-size: 4.5vw;
    align-items: center;
    padding: 1vw 2vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.class-info img {
    max-width: 8vw;
}

.triangle-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #c1beae transparent transparent transparent;    
}

.triangle-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.triangle-head p {
    font-size: 0.7rem;
}

.triangle-2{
    border-color: #42373a transparent transparent transparent;
}

.triangle-3{
    border-color: #dfc0b8 transparent transparent transparent;
}

.alert-primary {
    background-color: #c69995;
    color: white;
    border-color: #c69995;
    padding: 0.5rem 1rem;
}

.alert-primary a {
    color: white;
    font-weight: 700;
}

.places {
    display: flex;
    justify-content: center;
    width: 100%;
}

.place {
    max-width: 15vw;
    position: relative;
    margin: 2vw;
}

.place .label {
    cursor: pointer;
    position: relative;
}

.place .label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../images/triangle-3.jpg);
    background-size: cover;
    opacity: 0;
    transition: all .3s ease;
    width: 100%;
    height: 100%;
}

.place.selected .label {
    cursor: default;
}

.place.selected .label::before {
    background-image: url(../../images/triangle-6.jpg);
    opacity: 1;
}

.place-up .label::before {
    background-image: url(../../images/triangle-4.jpg);
}

.place-up.selected .label::before {
    background-image: url(../../images/triangle-5.jpg);
    opacity: 1;
}

.form-check-input:checked + .label::before{
    opacity: 1;
}

.place p {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    z-index: 2;
}

.places-bottom {
    margin-top: -7%;
}

.b-left {
    border-left: 2px solid #42373a
}

.form-label {
    color: #cf9995;
}

.form-control {
    border-color: var(--bs-border-width) solid #b5b2a0;
}

.form-control:focus, .form-control:active {    
    border: 1px solid #dfc0b8;    
    outline: none;
    box-shadow: none;
}

.form-check-input {
    border: var(--bs-border-width) solid #dfc0b8;   
}

.form-check-input:focus {
    box-shadow: none;
}

.header-profile .pink-section {    
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.header-profile h3 {
    font-size: 4vw;    
}

.header-profile p {
    font-size: 3vw;
}

.profile-circle {
    width: 40px;
    height: 40px;
    color: white;
    background-color: #b5b2a0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
}

.menu-profile {
    background-color: #42373a;
}

.menu-profile a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.menu-profile a.active, .menu-profile a:hover {
    border-bottom: 7px solid #dfc0b8;
}

.custom-table {
    font-size: 2.7vw;
}

.table-head {
    font-weight: 700;
    color: #c69995;
}

.table-row {
    background-color: #f0f0ec;
}

.btn-active {
    background-color: #b5b2a0;
    padding: 0.3em 0.7em;
    color: white;
    font-size: 2.7vw;
    border-radius: 5px;
}

.dropdown-menu {
    border: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #c69995;
}

.btn.disabled {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
    color: white;
    opacity: 0.4;
}

.message {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #ffffffa6;
    left: 0;
    top: 0;
    z-index: 2;
}

.message-wrapper {
    display: flex;        
    font-weight: 700;
    position: fixed;
    z-index: 1000;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;    
    width: 90%;
    max-width: 500px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
}

.message-wrapper img {
    max-width: 30px;
    display: inline-block;
    margin-right: 1rem;
}

.message-success {
    background-color: #a3ffdd;
    color: #04AA6D;
    border-top: 5px solid #04AA6D;
}

.message-error {
    color: #c53030;
    background-color: #fff5f5;
    border-top: 5px solid #c53030;
}

.btn-cancel {
    background-color: #c69995;
    color: white;
    font-size: 2vw;
    padding: 1vw 2vw;
}

.table-head-prices .col {
    border-bottom: 1px solid #808074;
}

.table-head-prices div {
    padding: 1vw 2vw;
}

.col-border-x {
    border-left: 1px solid #808074;
    border-right: 1px solid #808074;
}

.table-row-prices {
    background-color: white;
}

.border-bottom {
    border-bottom: 1px solid #808074 !important;
}

.whats {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.whats:hover {
    opacity: 0.8;
}

.card-header {
    background-color: #c69995;
    color: white;
}

.form-control {
    border: 1px solid #ccc;
}

#splide-insta .splide__arrow {
    height: 30px;
    width: 17px;
}

.desktop-video {
    display: none;
}

.logo-footer {
    max-width: 150px;
}

.icon-moon {
    max-width: 15px;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.7);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader svg {
    width: 50px;
    height: 50px;
}

.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar-header h2 {
    text-align: center;
    margin: 0 1rem;
}

.calendar-header img {
    max-width: 50px;
}

@media (min-width: 768px) {

    .desktop-video {
        display: block;
    }
    
    .mobile-video {
        display: none;
    }

    .hero-section {
        height: 230px;
    }

    .hero h1 {
        font-size: 5rem;
    }

    .carousel-control-next, .carousel-control-prev {
        width: initial;
    }

    .insta-icon {
        max-width: 70px;
    }

    .section-coach {
        background-color: #dfc0b8;
        padding: 4rem 0;
    }

    .coach-card {
        background: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .coach-picture {
        width: 180px;
        height: 180px;
        border-radius: 50%;
    }

    .splide h3 {
        color: white;
        font-size: 1rem;
    }

    .section-coach {        
        padding: 5rem 0;
    }

    .splide__arrow--next {
        right: -2rem;
    }

    .splide__arrow--prev {
        left: -2rem;
    }

    .calendar-day {
        border-radius: 10px;
        font-size: 1rem;            
    }

    .class-info {
        font-size: 1.3rem
    }

    .b-left {
        border-left: 7px solid #42373a
    }

    .place {
        font-size: 1.6rem;
        max-width: 100px;
    }

    .header-profile .pink-section {        
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    
    .header-profile h3 {
        font-size: 1.3rem;    
    }
    
    .header-profile p {
        font-size: 1rem;
    }

    .profile-circle {
        width: 70px;
        height: 70px;
        font-size: 2rem;        
    }

    .menu-profile a {
        font-size: 1rem;
    }

    .btn-cancel {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }

    .icon-moon {
        max-width: 30px;
    }

    .hero {
        background-image: url(../../images/hero-d.jpg);
    }
}

@media (min-width: 998px) {
    .nav-link {
        position: relative;
    }

    .nav-link.active {
        color: white !important;
    }

    .nav-link.active::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 160%;
        z-index: -1;
        background-color: #c69995;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .nav-item {
        margin: 0 .5rem;
    }

    .section-quienes h2 {        
        font-size: 5rem;
    }

    .section-quienes {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .card-format {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .calendar-day {
        text-transform: uppercase;
        padding: 0.5rem 1rem;
    }

    .calendar-item {
        font-size: 1rem;
        padding: 1rem;
        padding-bottom: 2rem;
    }

    .calendar-item.open::before, .calendar-item.close::before {
        font-size: 0.8rem;
        padding: 0.3rem 1rem;
        bottom: -0.8rem;
    }

    .class-info {
        font-size: 1.5rem
    }

    .triangle-bottom {
        border-width: 40px 40px 0 40px;
    }

    .place {
        max-width: 130px;
    }

    .custom-table {
        font-size: 1.2rem;
    }

    .btn-active {
        font-size: 1.2rem;
    }

    .dropdown-menu {
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    }

    .places-bottom {
        margin-top: -10%;
    }

    .table-head-prices div{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .circle-right {
        margin-top: -1.5rem;
        transform: translateX(20px);
        border-top-left-radius: 0;
    }

    .circle-left {
        margin-top: -1.5rem;
        transform: translateX(-80px);
        border-top-right-radius: 0;
    }
}

@media (min-width: 1200px) {
    body, html {
        font-size: 19px;
    }

    .img-circle {
        width: 220px;
        height: 220px;
    }

    .card-format {
        margin-top: 7rem;
    }

    .img-circle {
        margin-top: -7rem;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        margin-top: 8rem;
    }

    .rule {
        margin-top: 4rem;
    }
    
    .rule .img-circle {
        width: 130px;
        height: 130px;
        margin-top: -5rem;
    }   
    
    .place {
        max-width: 130px;
    }    

    .circle-right {
        margin-top: -1.5rem;
        transform: translateX(20px);
    }

    .circle-left {
        margin-top: -1.5rem;
        transform: translateX(-120px);
    }

    .icon-moon {
        max-width: 40px;
    }
    
}

@media (min-width: 1400px) {
    .hero-section {
        height: 300px;
    }

    .circle-right {
        margin-top: -1.5rem;
        transform: translateX(90px);
    }

    .circle-left {
        margin-top: -1.5rem;
        transform: translateX(-120px);
    }
}

@media (hover: hover) {
    .nav-link:hover {
        color: #dfc0b8;
    }

    /* .section-quienes, .hero-section {
        background-attachment: fixed;
    } */

    .btn-hero:hover {
        color: #c69995;
        border-color: white;
        background-color: white;
        opacity: 1;
    }

    .insta-img:hover img {
        opacity: 0.8;
    }

    .calendar-item.open:hover {
        background-color: #b5b2a0;
        color: white;
    }

    .calendar-item.open:hover img {
        mix-blend-mode: color-dodge;
    }

    .place .label:hover {
        opacity: 0.9;
    }

    .place.selected .label:hover {
        opacity: 1;
    }

    .form-check-input:checked + .label:hover {
        opacity: 1;
    }

    .btn-cancel:hover {
        background-color: #c69995;
        color: white;
    }
    
}