@font-face {
    font-family: 'balham';
    src: url(../fonts/balham/Balham.otf);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
/*
@font-face {
    font-family: 'prestige-signature';
    src: url(../fonts/prestige-signature/prestige-signature-script.ttf);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
*/
.main-header {
    background-color: transparent;
    padding: 20px;
    height: 140px;
}
.main-header .logo {
    display: flex;
    align-items: center;
}
.main-header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-family: 'balham';
    text-shadow: 1.5px 1px #000;
    text-decoration: turquoise;
}
.main-header .logo img {
    width: 90px;
    margin-right: 10px;
}

.main-menu li a {
    text-shadow: 1px 1px #000;
    -webkit-text-stroke: .2px black;

}
.main-banner .caption h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 56px;
    text-transform: none;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
.main-banner .caption h6 {
    font-family: 'Italianno', cursive;
    font-size: 50px;
    text-transform: none;
    font-weight: 400;
}
.features-content {
    min-height: 125px;
}
/*
.features-content:hover {
    background-color: var(--musgo);
    box-shadow: none;
}
*/

.section.why-us #tabs ul a {
    color: var(--cobre);
}

.section-heading h2 {
    color: var(--musgo);
    border: 2px solid var(--cobre);
    font-family: 'Italianno', cursive;
    font-size: 3rem;
}
.section-heading h2:before {
    background-color: var(--cobre);
}
.section.why-us #tabs ul .ui-tabs-active a {
    color: var(--musgo);
}

.section.why-us #tabs ul li a:after{
    background-color: var(--cobre);
}
.section.why-us #tabs ul .ui-tabs-active a::before, .section.why-us #tabs ul .ui-tabs-active a::after {
    border-color: var(--musgo);
    background-color: var(--musgo);
}
.section.why-us #tabs h4, 
.section.why-us #tabs p {
    color: var(--musgo);
}
.section.why-us #tabs p a {
    color: var(--cobre);
    font-weight: bold;
}
#tabs ul li span {
    margin-top: auto;
}

section.coming-soon .continer h4 {
    margin-top: 0;
    text-align: center;
}
section.coming-soon {
    padding: 70px 0px;
}

section.contact {
    padding-bottom: 0;
    padding: 60px;
}

section.contact h2 {
    font-family: 'Italianno', cursive;
    font-size: 48px;
}

section.contact form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border-bottom: 1px solid var(--cobre);
    outline: none;
    color: var(--musgo);
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
section.contact form input:focus, section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: var(--musgo);
    background-color: rgba(250,250,250,0.1);
}

section.contact form textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: 1px solid var(--cobre);
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form::placeholder { color: var(--musgo) }
section.contact form input::placeholder { color: var(--musgo); }
section.contact form input::placeholder { color: var(--musgo); }

section.contact form::placeholder { color: var(--musgo) }
section.contact form textarea::placeholder { color: var(--musgo); }
section.contact form textarea::placeholder { color: var(--musgo); }

section.courses {
    background-image: url(../../assets-lozania/img/fondos/lozania-bg.png);
}
section.why-us {
    background-image: url(../../assets-lozania/img/fondos/lozania-bg.png);
}
section.contact {
    background-image: none;
    background-position: center left;
}
section.video {
    background-image: url(../../assets-lozania/img/fondos/fondo2.jpeg);
    background-position: center left;
}

#precios {
    margin-left: 2rem;
}
#conocenos {
    margin-top: 1rem;
}
#conocenos p{
    font-size: 1.2rem;
    color: white;;
}
#video-span {
    font-size: 1.3rem;
}
#video-texto {
    font-size: 1.2rem;
}
#video-titulo{
    font-size: 2.5rem;
}
/* Reparacion de menu porque no funcionaba con textos largos*/
#tabs ul {
    display: flex;
    justify-content: space-around;
}
#tabs ul li {
    max-width: 33%;
    width: 33%;
}
#tabs ul li a {
    padding-bottom: 0px;
    text-align: center;
}
#tabs ul li a:before {
    transition: all 0.3s;
    width: 0;
    height: 0;
    border: none;
    background-color: none;
    content: '';
    position: relative;
    left: 0;
    transform: none;
    bottom: 0;
}
#tabs ul li a:after {
    transition: all 0.3s;
    width: 0;
    height: 0;
    background-color: none;
    content: '';
    position: relative;
    left: 0;
    transform: none;
    bottom: 0;
}

#tabs h4 {
    margin-top: 0;
}
.video-item {
    max-width: none; 
}
.footer-logo {
    width: 250px;
}
.galeria-servicios {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.servicio-container {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 20px;
    display: flex;
    background-position: center;
    background-size: 100%;
    transition: background-size 1s ease-in-out;
    box-shadow: 6px 2px 7px 0px rgba(250,155,86,0.41);
    -webkit-box-shadow: 6px 2px 7px 0px rgba(250,155,86,0.41);
    -moz-box-shadow: 6px 2px 7px 0px rgba(250,155,86,0.41);
}
.servicio-container:hover {
    background-size: 125%;
}
.servicio {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: rgba(0,0,0,0);
    background-size: contain;
    background-position: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    color: transparent;
    transition: color 1s ease-in-out,
                background-color 1s ease-in-out,
                opacity .5s ease;
}
.servicio:hover {
    display: flex;
    opacity: 1;
    color: white;
    background-color: rgba(0,0,0,.8);;
}
.servicio b {
    font-size: 18px;
    color: transparent;
    transition: color 1s ease-in-out;
    width: 100%;
}
.servicio p {
    width: 100%;
}
.servicio b {
    color: var(--pistache);
}

/* Las medias Query son Desktop primero y despues mobile */
@media screen and (max-width: 950px){
    nav[role="navigation"] ul {
        top: 0;
        width: 100%;
        position: relative;
        margin: 10px 0;
        padding: 0;
        background-color: transparent;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    nav[role="navigation"] ul li {
        width: 40%;
        background-color: var(--musgo);
        margin: 5px;
        border: 2px solid rgba(129, 61, 61, 0.25);
    }
    nav[role="navigation"] ul li a{
        font-size: 12px;
        padding: 20px 0;
    }
    a.menu-link {
        float: right;
        display: flex;
        font-size: 36px;
        color: #fff;
        padding: 30px;
        border-radius: 50%;
        background-color: var(--musgo);
        justify-content: center;
        align-items: center;

    }
}
@media screen and (max-width: 768px){
    .main-header .logo {
        flex-direction: row;
    }
    .main-header .logo .logo-imagen {
        width: 60px;
    }
    .main-header .logo .logo-texto {
        font-size: 1.2rem;
        line-height: normal;
    }
    a.menu-link {
        font-size: 20px;
        padding: 20px;
    }
    .main-banner .caption h2 {
       font-size: 2rem;
    }
    .main-banner .caption h6 {
        font-size: 2rem;
     }
     .main-header .logo {
        display: flex;
        align-items: center;
        padding-left: 0 !important; 
    }
    .counter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .counter .days, .counter .hours, .counter .minutes, .counter .seconds {
        width: 100px !important;
        margin: 1rem;
        height: 140px;
        float: left;
        text-align: center;
        font-size: 48px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #fff;
        background-color: rgba(250,250,250,0.1);
    }
    section.coming-soon .continer .counter span {
        font-size: 12px !important;
    }
    section.why-us #tabs ul a {
        font-size: 12px;
    }
}
@media screen and (max-width: 576px){
    section.why-us #tabs ul a {
        font-size: 8px;
    }
}