﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: raleway,sans-serif
}

a,a:hover,a:focus,a:active {
    text-decoration: none;
    color: inherit
}

html::-webkit-scrollbar {
    display: none
}

main {
    background-color: #f0f0f0
}

a,a:hover,a:visited,a:focus {
    text-decoration: none
}

.whatsapp {
    position: fixed;
    right: 50px;
    bottom: 6vh;
    z-index: 20
}

#headernegro {
    position: fixed;
    background-color: #000;
    width: 100%;
    z-index: 10;
    height: 60px;
    top: 0;
}

#headernegro .logo {
    position: relative;
    text-decoration: none;
    margin-left: 30px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block
}

.logo img {
    height: 70px
}

#headernegro a:hover {
    color: grey;
    transition: .3s
}

header ul {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0
}

header li {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px
}

header li a {
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-weight: 500;
}

header li a:hover {
    color: grey;
    transition: .3s;
    text-decoration: none
}

#liseleccionado {
    color: #00b099
}

#headertrans {
    position: absolute;
    background-color: transparent;
    width: 100%;
    z-index: 100;
    height: 90px;
    top: 0
}

#headertrans .logo {
    position: relative;
    text-decoration: none;
    margin-left: 30px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    float: left
}

.logo img {
    height: 36px;
}

#headertrans a:hover {
    color: grey;
    transition: .3s
}

#icon-scroll {
    bottom: 6vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    width: 30px;
    height: 50px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    border: 2px solid #aaa;
    background-color: transparent;
    cursor: pointer
}

#icon-scroll,#icon-scroll:before {
    position: absolute;
    left: 50%
}

#icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #aaa;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}

.grid {
    margin: 120px auto 0
}

.grid-item {
    width: 24%;
    opacity: 0
}

.grid-item.on {
    opacity: 1;
    transition: .3s
}

.grid-item img {
    width: 100%;
    cursor: zoom-in
}

.grid-item img:hover {
    opacity: .8
}

.grid>h4 {
    margin-top: 80px;
    font-weight: 700;
    text-align: center
}

#bg {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden
}

#bg.on {
    opacity: 1;
    visibility: visible
}

#modal {
    position: fixed;
    top: calc(50% + 45px);
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .2s
}

#modal.on {
    opacity: 1;
    visibility: visible;
    transition: .2s
}

#modal #cerrar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    padding: 4px 6px;
    z-index: 11;
    cursor: pointer
}

#modal #cerrar:hover {
    background-color: #111
}

#modal img {
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

@keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(36px)
    }
}

#contenedorvideo {
    width: 100vw;
    height: calc(90vh - 60px);
    margin: 60px 0 0;
    overflow: hidden;
    position: relative
}

#contenedorvideo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

#video {
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#video iframe {
    width: 90%;
    height: 90%
}

#textoprincipal {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 4px 4px 8px rgba(0,0,0,.1);
    text-align: center;
    z-index: 5;
    width: 515px
}

#textoprincipal h1 {
    font-family: archivo black,sans-serif;
    font-size: 70px;
    margin: 0
}

#textoprincipal h2 {
    font-size: 50px;
    margin: 0
}

.textoPrincipal-boton {
    background-color: #00b099;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    padding: .8em 1.8em;
    margin: 1em 0 0;
    display: inline-block;
    text-shadow: 0 0 0 transparent;
    text-decoration: none!important
}

.textoPrincipal-boton:hover {
    background-color: hsl(172 100% 32%/1)
}

.textoPrincipal-boton:active {
    background-color: hsl(172 100% 29%/1)
}

#sobremi {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding: 0 90px;
    position: relative
}

#sobremitexto {
    width: 40%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.lineasobremi {
    background-color: #00b099;
    width: 40%;
    height: 2px;
    margin: 0 0 10px;
    position: relative
}

#sobremitexto h3 {
    font-size: 26px;
    font-weight: 300;
    color: #000;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 1px
}

#sobremiimg {
    width: 50%;
    height: 70%;
    background-image: url(../img/sobremi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    text-align: center;
    float: right;
    top: 50%;
    transform: translateY(-50%)
}

#servicios {
    position: relative;
    width: 100vw;
    height: 80vh;
    background-image: url(../img/sservicios1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed
}

#servicios p {
    width: 60%;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    background-color: transparent;
    border-radius: 20px;
    padding: 20px;
    margin: 0;
    text-align: center;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

#servicios p strong {
    color: #00b099
}

#contacto1 {
    width: 100%;
    height: auto;
    margin-top: 60px;
    display: block;
    padding: 3em 0;
    position: relative;
    text-align: center;
    background-color: #eee
}

.textocontacto:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none
}

#naranjaclarito {
    background: #fff;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.textocontacto {
    width: 960px;
    padding: 3em 4em 2em;
    z-index: 2;
    position: relative;
    text-align: left;
    margin: 0 auto 8em;
    border: 1px solid #ccc;
    background-color: #fff
}

.textocontacto form {
    position: relative;
    z-index: 1
}

.textocontacto h4 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase
}

.textocontacto h5 {
    color: #000;
    font-size: 28px;
    font-weight: 700
}

form#contacto input:not([type=radio]),form#contacto textarea,form#contacto select {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    display: block;
    padding: 14px 0;
    border: transparent;
    background-color: transparent;
    border-bottom: 1px solid #bbb;
    outline: 0;
    width: 100%
}

form#contacto input[type=radio] {
    position: absolute;
    top: 50%;
    left: .5em;
    transform: translateY(-50%);
    margin: 0
}

form#contacto input[type=radio]+label {
    display: inline-block;
    background-color: #eee;
    padding: 14px 10px 14px 2em;
    margin: .5em 0;
    cursor: pointer
}

form#contacto input[type=radio]+label:hover {
    background-color: #e0e0e0
}

form#contacto input[type=radio]+label:active {
    background-color: #d0d0d0
}

form#contacto select option {
    color: #000
}

form#contacto input::placeholder,form#contacto textarea::placeholder {
    color: #999
}

form#contacto p {
    color: #000;
    margin: 10px 0;
    padding: 10px 0
}

form#contacto button {
    background-color: #303f9f;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    padding: 15px 20px;
    margin-top: 0em;
    margin-bottom: 24px;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    letter-spacing: .05em
}

form#contacto button:hover {
    background-color: hsl(232deg 54% 32%)
}

form#contacto button:active {
    background-color: hsl(232deg 54% 27%)
}

#form_enviado {
    display: none
}

#form_enviado.on {
    display: block;
    text-align: center;
    margin: 0
}

#form_enviado h4 {
    font-size: 18px
}

.entrenamiento {
    display: inline-block;
    width: 32%;
    height: auto;
    overflow: hidden;
    margin: 0 6px 70px;
    background-color: #fff;
    vertical-align: top;
    transition: .2s
}

.entrenamiento:hover {
    transform: scale(1.03);
    transition: .2s
}

.tituloentrenamiento {
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 700;
    padding: 50px 0;
    margin: 60px 0 0;
}

#divisionentrenamientostop {
    height: 70px;
    position: relative
}

#divisionentrenamientostopresultados {
    background-color: #00b099;
    width: 50%;
    height: 3px;
    margin: 130px 0 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

#entranamientos-home {
    text-align: center
}

.divisionentrenamientos {
    background-color: #000;
    width: 50%;
    height: 3px;
    margin: 40px auto;
    position: relative
}

.textoentrenamientos {
    width: 83%;
    font-size: 15px;
    color: #000;
    text-align: center;
    position: relative;
    margin: 30px auto 50px;
    text-align: left
}

.textoentrenamientos>h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px
}

.textoentrenamientos ul {
    padding: 0;
    list-style-position: inside
}

.cartelRutina {
    width: 100%;
    height: 200px;
    background-image: url(../img/35.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    background-color: #000;
    cursor: pointer
}

.cartelRutina:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3)
}

.textoclases {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
    z-index: 5
}

.textoclases h3 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 0 10px rgba(0,0,0,.3)
}

.textoclases p {
    font-size: 10px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin: 0
}

.cartelRutina.slim {
    height: 100px
}

.cartelRutina.slim h3 {
    font-size: 20px
}

.button2final {
    width: 100%;
    text-align: center;
    padding: 70px;
    margin: 60px 0 0;
    background-color: #00b099
}

.button2final p {
    font-size: 17px;
    color: #fff
}

.button2 {
    background-color: hsl(172deg 99% 35%);
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    padding: 10px;
    line-height: 25px;
    text-shadow: 0 0 0 transparent;
    text-decoration: none!important;
    display: block;
    text-align: center;
    margin: 20px 0 0
}

.button2.ctaFinal {
    background-color: hsl(172deg 99% 25%);
    display: inline-block;
    padding: 10px 22px
}

.button2:hover,.button2:visited,.button2:active,.button2:focus {
    color: #fff;
    text-decoration: none
}

.button2:hover {
    background-color: hsl(172 81% 24%/1)
}

.resultadosglobal {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 20px
}

.resultados1 {
    width: 300px;
    position: relative;
    display: inline-block;
    margin: 0 20px
}

.imgresultados {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    margin: 20px 0 0;
    display: inline-block;
    float: left
}

.derecha {
    border-left: 1px solid #00b099;
    border-radius: 0 10px 10px 0
}

.textoresultados1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 20px 30px 10px;
    text-align: left;
    line-height: 1.3
}

.testimonios1 {
    width: 100%;
    padding: 0 50px 50px;
    margin: 0
}

.textotestimonios1 {
    width: 45%;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.textotestimonios1 h3 {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #00b099
}

.textotestimonios1 p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify
}

.frasetestimonios1 {
    width: 54%;
    padding: 0 0 0 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.frasetestimonios1 p {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #00b099;
    vertical-align: middle
}

.frasetestimonios2 {
    width: 54%;
    padding: 0 50px 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.frasetestimonios2 p {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #00b099;
    vertical-align: middle
}

#videotestimonio {
    width: 550px;
    position: relative;
    text-align: center;
    margin: 30px 0 0;
    left: 50%;
    transform: translateX(-50%)
}

#nombrevideo {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #00b099;
    padding: 0 0 30px
}

#footer {
    text-align: center;
    position: relative;
    padding: 30px 0
}

#redes a {
    /* aspect-ratio: 3/2; */
}

#footer #secciones a {
    padding: 5px;
    margin: 0 5px;
    color: #000;
    display: inline-block
}

#footer.negro #secciones a {
    color: #fff
}

#footer.negro {
    background-color: #000
}

#redes {
    text-align: center;
    width: 100%;
    margin: 2em 0 1em;
}

.textocontacto #redes {
    position:absolute;
    top:calc(100% + 2em);
    left: 0;
    margin: 0;
}

#redes a {
    padding: 10px;
    color: #fff;
    background-color: #37474f;
    border-radius: 3px;
    margin: 0 .05em;
    display: inline-block;
    text-wrap: balance
}

#redes a * {
    vertical-align: middle
}

#redes .whastapp {
    background-color: #009688;
    margin-right: .5em;
}

#redes i {
    font-size: 22px
}

 #redes a:hover {
    opacity: .8
}

#footer.negro #redes i,#redes.negro i {
    color: #fff
}

#redescontacto {
    text-align: center
}

#redescontacto img {
    margin: 20px 15px 30px
}

#redescontacto a:hover {
    opacity: .5
}

@media screen and (max-width: 768px) {
    #headernegro .logo {
        z-index:10
    }

    header ul {
        background-color: #000;
        width: 100vw;
        text-align: center;
        padding: 10px 0 30px;
        position: fixed;
        top: -100%;
        height: auto;
        left: 0;
        transition: .4s;
        transform: unset
    }

    header ul.on {
        top: 60px;
        transition: .5s;
        padding: 30px 0;
    }

    header ul li {
        display: block;
        padding: 0;
        width: 80%;
        border-bottom: 1px solid #00b099;
        margin: 0 auto;
        padding: 0;
    }

    header ul li a {
        padding: 25px 0;
        display: block;
    }

    #hamburguesa {
        padding: 13px 20px;
        display: inline-block!important;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 25px;
        z-index: 11
    }

    .logo img {
        height: 40px;
    }

    #sobremi {
        padding: 90px 30px 0
    }
    #contenedorvideo {height: auto;width: 100%;overflow: auto;}
    #contenedorvideo video {height: auto;width: 100%;min-height: unset;min-width: unset;position: relative;/* aspect-ratio: 3/2; */top: unset;left: unset;transform: unset;display: block;}

    #sobremitexto {
        width: 100%;
        display: block;
        top: unset;
        transform: unset;
        float: unset;
        margin-top: 40px;
        margin-bottom: 20px
    }

    #sobremitexto h3 {
        font-size: 15px
    }

    #sobremiimg {
        width: 100%;
        height: 40vh;
        background-position: bottom;
        top: unset;
        transform: unset;
        float: unset
    }

    #servicios p {
        width: 100%;
        font-size: 12px
    }

    #servicios p strong {
        color: #00b099
    }

    .grid {
        padding: 0;
        margin: 100px 10px
    }

    .grid-item {
        width: 50%
    }

    #modal {
    }

    #modal img {
        max-width: 90vw;
        max-height: 90vh
    }

    .textocontacto {
        width: calc(100% - 2em);
        position: relative;
        left: unset;
        top: 0;
        transform: unset;
        padding: 2em;
        margin: 1em auto 12em;
    }

    #contacto1 {
        height: auto;
        margin: 60px 0 0;
        padding: 1em 0;
    }

    #redes {
        /* top: calc(100% + 1em); */
    }

    #redes a {
        margin: .2em 0!important
    }

    #textoprincipal {
        width: 100%
    }

    #textoprincipal h1 {
        font-size: 22px;
        width: 100%
    }

    #textoprincipal h2 {
        font-size: 22px;
    }

    .textoPrincipal-boton {
        font-size: 13px;
        margin: 0.5em 0 0;
    }

    .tituloentrenamiento {
        font-size: 20px;
        letter-spacing: 2px;
        padding: 30px 0;
        text-wrap: balance;
    }

    #divisionentrenamientostop {
        width: 70%;
        margin-top: 50px
    }

    #divisionentrenamientostopresultados {
        margin: 130px 0 25px
    }

    .divisionentrenamientos {
        width: 90%
    }

    .textoentrenamientos {
        width: 90%;
        margin: 30px auto;
    }
    .textoentrenamientos>h3 {
    font-size: 18px;
}

    .resultados1 {
        width: 100%;
        margin: 0
    }

    .entrenamiento {
        display: block;
        width: 100%;
        margin: 0 0 2em;
    }
    .entrenamiento:hover {
        transform:unset;
        margin: 0 0 2em;
    }

    .textoclases h3 {
        font-size: 34px
    }

    .button2.ctaFinal {
        white-space: nowrap
    }

    .cartelRutina {
        width: 100%;
        left: unset;
        transform: unset
    }

    .testimonios1 {
        padding: 0 10px 50px
    }

    .textotestimonios1 {
        width: 100%
    }

    .textotestimonios1 p {
        font-size: 12px
    }

    .frasetestimonios1 {
        width: 100%;
        padding: 20px 10px 0
    }

    .frasetestimonios1 p {
        font-size: 22px
    }

    .frasetestimonios2 {
        width: 100%;
        padding: 20px 10px 0
    }

    .frasetestimonios2 p {
        font-size: 22px
    }

    #videotestimonio {
        width: 80vw
    }

    #footer #secciones {
        text-wrap: balance
    }
}
