@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Work+Sans:wght@100;300;400;600;800&display=swap');

* {
        box-sizing: border-box;
        font-family: 'Work Sans';
        margin: 0;
        padding: 0;
}

html {
        /* me permite deslizar cuando hago clic en los links del menu */
        scroll-behavior: smooth;
}

/* MENU */
.contenedor-header {
        background: #f1f3f5;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
}

.contenedor-header header {
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 20px;
}

.contenedor-header header .logo a {
        font-family: 'Righteous';
        font-size: 35px;
        color: #ff0000;
        text-decoration: none;
}

.contenedor-header header ul {
        display: flex;
        list-style: none;
}

.contenedor-header header nav ul li a {
        text-align: none;
        color: #050000;
        margin: 0 10px;
        padding: 3px;
        transition: .3s;
        text-decoration: none;
        font-weight: 450;
        font-family: 'Righteous';

}

.contenedor-header header nav ul li a:hover {
        color: #f70303;
        font-weight: 600;
        font-weight: bold;

}

.nav-responsive {
        background-color: #000;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        display: none;
}

/* SECCION I N I C I O */
.inicio {
        background: url(img/fondo.jpg);
        background-color: #fbf2d1;
        background-blend-mode: multiply;

        background-size: cover;
        height: 100vh;
        color: #fff;
        display: flex;
        align-items: center;
}

.inicio .contenido-banner {
        padding: 20px;
        background-color: #000000;
        max-width: 350px;
        margin: auto;
        text-align: center;
        border-radius: 40px;
        border-color: red;
        border-style: solid;
        border-width: 2px;
        margin-top: 68px;
        opacity: 0.75;
}

.inicio .contenido-banner img {
        margin-top: 150px;
        border: 10px solid #ff0000;
        display: block;
        width: 80%;
        margin: auto;
        border-radius: 85%;
        border-color: #ff0000;
        
}

.inicio .contenido-banner h1 {
        margin-top: 40px;
        font-size: 42px;
        font-family: 'Righteous';
        
        
}

.inicio .contenido-banner h2 {
        font-size: 25px;
        font-weight: normal;
        font-family: 'Righteous';
}

.inicio .contenido-banner .redes a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #fff;
        border-radius: 100%;
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin: 40px 5px;
        font-size: 20px;
        transition: .3s;
}

.inicio .contenido-banner .redes a:hover {
        background-color: red;
}

/* SECCION AIKIDO */
.aikido {
        background-image: url(img/marca_agua-a.jpg);
        background-color: #eff1e8;
        color: #000000;
        padding: 50px 20px;
        background-size: cover;
}

.aikido .contenido-seccion {
        max-width: 1100px;
        margin: auto;
}

.aikido h2 {
        font-size: 48px;
        font-family: 'Righteous';
        text-align: center;
        padding: 20px 0;

}

.aikido .fila {
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.aikido .fila p:first-child {
        flex: 1;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 20px;
}

.aikido .fila p:last-child {
        flex: 1;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 22px;
        margin-bottom: 20px;
}

.aikido .fila img {
        display: block;
        margin: auto;
        margin-top: 25px;
        border-radius: 15%;
        height: auto;
        width: 45%;
        margin-bottom: 15px;
        max-height: 454px;
        min-height: 320px;
        max-width: 360px;
        min-width: 230px;

}

.aikido .fila span {
        font-size: 22px;
        font-family: 'Righteous';
        margin-bottom: 25px;
        color: #f70303;
}

.aikido .origen>span {
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
}


/* SECCION origen */
.origen {
        background-image: url(img/marca_agua-ab.jpg);
        background-color: #fafaf6;
        color: #000000;
        padding: 50px 20px;
        background-size: cover;
}

.origen .contenido-seccion {
        max-width: 1100px;
        margin: auto;
}

.origen h2 {
        font-size: 48px;
        font-family: 'Righteous';
        text-align: center;
        padding: 20px 0;
}

.origen .fila {
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.origen .fila p:first-child {
        flex: 1;
        margin-right: 20px;
        margin-left: 20px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 20px;
}

.origen .fila p:last-child {
        flex: 1;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 22px;
        margin-bottom: 20px;
}

.origen .fila img {
        display: block;
        margin: auto;
        margin-top: 25px;
        border-radius: 15%;
        height: auto;
        width: 45%;
        max-height: 454px;
        min-height: 320px;
        max-width: 360px;
        min-width: 230px;
}

.origen .fila span {
        font-size: 22px;
        font-family: 'Righteous';
        margin-bottom: 25px;
        color: #f70303;
}

.origen .fila h2 {
        font-size: 28px;
        font-family: 'Righteous';
        margin-bottom: 25px;
}

.origen .origen>span {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
}

/* SECCION CARACTERÍSTICAS */
.caracteristicas {
        background-image: url(img/marca_agua-a.jpg);
        background-color: #f4f5f1;
        color: #000000;
        padding: 50px 20px;
        background-size: cover;
}

.caracteristicas .contenido-seccion {
        max-width: 1100px;
        margin: auto;
}

.caracteristicas h2 {
        font-size: 45px;
        font-family: 'Righteous';
        text-align: center;
        padding: 10px 0;
}
.caracteristicas .fila {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        overflow: auto;
}
.caracteristicas .fila .texto {
        overflow: hidden; /* para que el div ocupe el espacio restante */
        max-width: 80%; 
        min-width: 25%;
        margin-top: 40px;
        
    }
.caracteristicas .fila .texto p{
        flex: 1;
        line-height: 22px;
        margin-bottom: 30px;
        padding-left: 10px;
        clear: both;  
        max-width: 800px;       
}
.caracteristicas .fila img {
        display: flex;
        flex: 0 0 auto;
        margin-top: 35px;
        border-radius: 15%;
        min-width: 200px;
        height: auto;
        flex-direction: row;
        float: left;
        
        max-width: 100%;
        width: 600px;
        
        padding-bottom: 15px;
}


.caracteristicas .fila span {
        font-size: 22px;
        font-family: 'Righteous';
        margin-bottom: 25px;
        color: #f70303;
}

.caracteristicas .fila h2 {
        font-size: 28px;
        font-family: 'Righteous';
        margin-bottom: 25px;
}

.caracteristicas .origen>span {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
}

.caracteristicas .fila2 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
}


.caracteristicas .fila2 p {
        flex: 1;
        line-height: 22px;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 20px;
}

.caracteristicas .fila2 .parra1-2 {
        max-width: 85%;
        margin-top: 25px;
}

.caracteristicas .fila2 .parra2-2 {
        max-width: 85%;
        flex-direction: column;
        display: flex;

}

.caracteristicas .fila2 .parrafo {
        display: flex;
        max-width: 85%;
        flex-direction: column;

}

.caracteristicas .fila2 img {
        display: flex;
        margin-top: 35px;
        border-radius: 15%;
        min-width: 300px;
        height: auto;
        width: 95%;
        max-width: 450px;
        flex-direction: row;
}

.caracteristicas .fila2 span {
        font-size: 22px;
        font-family: 'Righteous';
        margin-bottom: 25px;
        color: #f70303;
}

.caracteristicas .fila2 h2 {
        font-size: 28px;
        font-family: 'Righteous';
        margin-bottom: 25px;
}


.caracteristicas .caracteristicas>span {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
}


/*SECCIÓN HORARIO*/
.horarios{
        background-image: url(img/marca_agua-ab.jpg);
        background-color: #f4f5f1;
        color: #000000;
        padding: 50px 20px;
        background-size: cover;
}


.horarios .contenido-seccion {
        max-width: 1100px;
        margin: auto;
}
.horarios h2 {
        font-size: 48px;
        font-family: 'Righteous';
        text-align: center;
        padding: 20px 0;
}
.horarios .horario{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
}
.horarios .horario .clases{
        position: relative;
        max-width: 340px;
        height: fit-content;
        margin: 10px;

        justify-content: space-around;
}
.horarios .horario .clases img{
        width: 100%;
        display: block;
        border-radius: 15%;
        border-color: red;
        border-style: solid;
        border-width: 2px;
        max-width: 100%;
        max-height: 450px; 
     
}
.horarios .horario .clases ul{
        list-style: none;
        margin-left: 20%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;      
}
.horarios .horario .clases h3{
        margin-bottom: 10px;
        margin-left: 10%
}

.horarios h3{
        color: #f70303;
        font-size: 30px;
}
.horarios .fila .texto{
        overflow: hidden; /* para que el div ocupe el espacio restante */
        max-width: 80%; 
        min-width: 25%;
        margin-top: 40px;
        margin-top: 60px;
}
.horarios .fila .texto p{
        flex: 1;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 30px;
        margin-right: 0px;
        margin-left: 25px;
        clear: both;  
        max-width: 800px;       
}
.horarios .fila img {
        display: flex;
        flex: 0 0 auto;
        margin-top: 85px;
        border-radius: 15%;      
        flex-direction: row;
        float: left;
        max-width: 100%;
        width: 600px;
        
        
}
.horarios .fila span {
        font-size: 22px;
        font-family: 'Righteous';
        margin-bottom: 25px;
        color: #f70303;
}

.horarios .fila h2 {
        font-size: 28px;
        font-family: 'Righteous';
        margin-bottom: 25px;
}

.horarios .origen>span {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
}





/* SECCION CONÓCENOS */
.conocenos {
        background-image: url(img/contact_bg.png);
        background-image: url(img/marca_agua-a.jpg);
        background-color: #f4f5f1;
        color: #000000;
        padding: 50px 0;
        background-size: cover;
}


.conocenos .contenido-seccion {
        max-width: 1100px;
        margin: auto;
}

.conocenos h2 {
        font-size: 48px;
        font-family: 'Righteous';
        text-align: center;
        padding: 20px 0;
}
.conocenos .fila1 span {
        font-size: 22px;
        font-family: 'Righteous';
        margin-bottom: 25px;
        color: #f70303;
}
.conocenos .fila1 p {
        flex: 1;
        line-height: 21px;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 20px;
        max-width: 85%;
        
}
.conocenos .fila1 img{
        display: table-column;
        max-width: 100%;
        max-height: 350px;
        
}



/* SECCION CONTACTO */
.contacto {
        background-image: url(img/contact_bg.png);
        background-image: url(img/marca_agua-aB.jpg);
        background-color: #f4f5f1;
        color: #000000;
        padding: 50px 0;
        background-size: cover;

}

.contacto .contenido-seccion {
        max-width: 1100px;
        margin: auto;
}

.contacto h2 {
        font-size: 48px;
        font-family: 'Righteous';
        text-align: center;
        padding: 20px 0;
}

.contacto .fila {
        display: flex;
}

.contacto .col {
        width: 50%;
        padding: 10px;
        position: relative;
}

.contacto .col input,
.contacto .col textarea {
        display: block;
        width: 100%;
        padding: 18px;
        border: none;
        margin-bottom: 20px;
        background-color: #d3d5cc;
        color: #0b0b0b;
        font-size: 18px;
}

.contacto button {
        cursor: pointer;
        background-color: transparent;
        border: 2px solid #000000;
        width: fit-content;
        display: block;
        margin: 20px auto;
        padding: 10px 22px;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        position: relative;
        z-index: 10;
}

.contacto button .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: #f70303;
        z-index: -1;
        transition: 1s;
}

.contacto button i {
        color: #000000;
}

.contacto button:hover .overlay {
        width: 100%;
}

.contacto .col img {
        width: 100%;
}

.contacto .col .info {
        position: absolute;
        top: 40%;
        background-color: #d3d5cc;
        padding: 20px;
        max-width: 350px;
        left: 50%;
        transform: translate(-50%, -50%);
}

.contacto .col .info ul {
        list-style: none;
}

.contacto .col .info ul li {
        margin-bottom: 20px;
}

.contacto .col .info ul li i {
        color: #f70303;
        display: inline-block;
        margin-right: 20px;
}

footer {
        background-image: url(img/marca_agua-a.jpg);
        background-size: cover;
        background-color: #f8f7f3;
        background-color: solid;
        color: #fff;
        padding: 50px 0 30px 0;
        text-align: center;
        position: relative;
        width: 100%;
}

footer .redes {
        margin-bottom: 20px;
}

footer .redes a {
        color: #ffffff;
        display: inline-block;
        background-color: #000000;
        text-decoration: none;
        border: 3px solid #ff0000;
        border-radius: 100%;
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin: 40px 5px;
        font-size: 20px;
        transition: .3s;
}

footer .arriba {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #f70303;
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
        border-radius: 50%;
        line-height: 50px;
        font-size: 18px;
}

/* SECCION RESPONSIVE */
@media screen and (max-width:980px) {
        nav {
                display: none;
        }

        .nav-responsive {
                display: block;
        }

        nav.responsive {
                display: block;
                position: absolute;
                right: 0;
                top: 75px;
                background-color: #f7f7f0;
                width: 180px;
        }

        nav.responsive ul {
                display: block !important;
        }

        nav.responsive ul li {
                border-bottom: 1px solid #fff;
                padding: 10px 0;
        }
}

@media screen and (max-width:700px) {
        .aikido .fila {
                display: block;
        }

        .aikido .fila .col {
                width: fit-content;
        }

        .origen .fila {
                display: block;
        }

        .origen .fila .col {
                width: 100%;
        }

        .origen .fila .col .barra-skill {
                width: 100%;
        }

        .caracteristicas .fila {
                flex-direction: column;
                align-items: center;
                }

        .caracteristicas .fila .imagen {
                width: 90%;
                max-width: 300px;
        }

        .caracteristicas .fila .texto {
                margin-left: 20px;
        }

        .caracteristicas .fila2 {
                display: block;
        }

        .caracteristicas .fila2 .col {
                width: 90%;
        }

        .caracteristicas .fila2 .derecha {
                margin-left: 20px;
        }

        .horarios .contenido-seccion {
                display: block;
                width: 100%;
        }

        .horarios .horario .clases {
                max-width: 100%;
        }

        .horarios .horario .clases img {
                width: 100%;
        }

        .contacto .fila {
                display: block;
        }

        .contacto .fila .col {
                width: 100%;
        }
}