@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600;700&display=swap');

@font-face {
    font-family: "Merriweather";
    src: url("../fonts/Merriweather-Regular.ttf");
}

@font-face {
    font-family: "Merriweather-Bold";
    src: url("../fonts/Merriweather-Bold.ttf");
}

@font-face {
    font-family: "Merriweather-Light";
    src: url("../fonts/Merriweather-Light.ttf");
}

html, body{
    margin: 0 auto;
    padding: 0;
    font-family: 'Merriweather','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

img{
    padding: 0 !important;
}

.nav-item{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.selected{
    color: #ffffff!important;
    background-color: #09a603;
}

hr {
    height: 2px;
    width: 50%;
    background-color: #ffffff;
    margin-left: 0;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1{
    font-size: 27pt;
    padding: 10px;;
}

#contacto h1{
    color: #09a603;
}

h2{
    font-size: 45pt;
    letter-spacing: 0.25em;
    color: #09a603;
}

.al-l{
    text-align: left;
}

h3{
    font-size: 30px;
}

h4{
font-size: 20pt;
color: #ffffff;
}

h5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'Merriweather-Bold','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15pt;
    text-transform: uppercase;
}

.grey-c{
    color: #414141;
}

.bg-green{
    color: #ffffff;
    background-color: #09a603;
    padding: 15px;
    margin-bottom: 0;
}

.disc{
    background-color: #252525;
    padding: 0 50px 50px;
}

.disciplina{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
}

.menu{
    max-width: 1200px;
}

.gris{
    background-color: #ebebeb;
    padding: 60px;
    margin-top: -55px;
}

#nosotros p{
    color: #414141;
    font-size: 15pt;
    line-height : 30pt;
}

.texto-base{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #414141;
    font-size: 20pt;
    line-height : 40pt;
    text-transform: uppercase;
    padding: 80px;
}

.logo{
    vertical-align: middle;
    height: 46px;
}

section{
    margin: 0 auto;
    text-align: center;
}

.blue{
    background-color: blue;
}

.flex-container{
    display: flex;
    justify-content: center;
}

#nuestro-espacio{
    background-color: #363636;
    background-image: url(../img/fondo-punteado.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bajada{
    font-family: 'Merriweather-Light','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15pt;
    color: #ffffff;
}

.may{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 13pt;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
}

.titulos{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30pt;
    color: #09a603;
    text-transform: uppercase;
    margin-top: 70px;
}

.white{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20pt;
    color: #ffffff;
    text-transform: uppercase;
}

#horarios{
    background-color: #363636;
    background-image: url(../img/ejercitando.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.entrenadores{
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 10%;
    color: #ffffff;
}
#entrenador1{
    background-image: url(../img/oscar-garcia.jpg);
}
#entrenador2{
    background-image: url(../img/nadia-zucarelli.jpg);
}
#entrenador3{
    background-image: url(../img/leonardo-graneros.jpg);
}

#contacto{
    background-color: #363636;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

#contacto p{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 17pt;
    line-height : 30pt;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    padding: 20px;

}

footer{
    border-top-style: solid;
    border-top-width: 3px;
    border-color: #414141;
    margin-top: 40px;
    padding: 20px;
}

.logo-redes{
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
.boton{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 0.3em;
    background-color: #09a603;
    color: #ffffff;
}

video{
    padding: 0!important;
    margin: 0!important;
}

.videos{
    background-color: #111111;
}

.modal-header{
    background-color: #09a603;
}
.modal-content h4{
    margin-top:10px;
}

.modal-body p{
    margin-top: 30px;
    text-align: left;
}
.modal-body b{
    color: #09a603;
}

.coach h3{
    margin-top: 20px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.coach{
    margin-bottom: 20px;
}

.coach img{
    width: 100%;
}

.coach p{
    text-align: left;
}
.disciplina img:hover {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.nosotros{
    margin-top: 100px;
    text-align: left;
}

.nosotros article{
    margin-top: 100px;
}

.nosotros h1{
    background-color: #09a603;
    color: #ebebeb;
    font-size: 50pt;
    padding: 30px;
    text-align: left;
}

.nosotros p{
    font-size: 23px;
    color: #414141;
}

.absolute{
    width: 60%;
    position: absolute;
    right: 100px;
    top: -100px;
}

.mision{
    margin-top: 100px;
}
.valores img{
    margin: 20px 20px 20px 0px;
}

.valores .flex-container div{
    margin-right: 80px;
}

.position-fixed {
    bottom: 10px;
    right: 10px;

}

@media screen and (max-width: 600px) {
    #nosotros p{
        font-size: 10pt;
        line-height : 20pt;
    }
    .entrenadores{
        padding: 10px;
    }
    #contacto p{
        font-size: 10pt;
    }
    .texto-base{
        font-size: 14pt;
        line-height: 30pt;
    }
    .top {
        width: 30px;
    }
}

@media screen and (max-width: 900px) {
    .gris{
        padding: 40px;
        margin-top: 0px;
    }
    .entrenadores{
        padding: 30px;
    }
    .compact-gallery, .esp{
        display: none;
    }
    h2{
        font-size: 24pt;
    }
    .flex-container{
        display: block;
    }
}