/* CSS Catalina */
/* PÁGINA TRADUCCIONES */

body {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    text-align: center;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 30px 0;
    border-top: 1px solid #d33f3f;
    width: 400px;
    margin: auto;
    
}

a {
    text-decoration: none;
    color: white;
}

.cabeza {
    background-color: #FB6969;
    border-bottom: 1px solid #d33f3f;
    margin: auto;
}

.cabeza img {
    display: block  ;
    width: 30%;
    margin: auto;
}

.selected {
    border-bottom: 6px solid white;
    margin: auto;
}

.sect {
    padding: 30px 0;
}

.titulosec1 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 50%;
    padding: 5px 5px;
    background-color: #FD9C9C;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
}

.titulosec1 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;
}

.infosec1 {
    display: flex;
    background-color: #FFD8D8;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.infosec1 p {
    font-family: "Montserrat", sans-serif;
    font-size: small;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
}
.infosec1 img {
    width: 90%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 15px;
}

.tituloinfo1 {
    color: #FB6969;
    font-weight: 900;
}

.titulosec2 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 50%;
    padding: 5px 5px;
    background-color: #BF98FF;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
}

.titulosec2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;
}

.infosec2 {
    display: flex;
    background-color: #E9D8FF;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.infosec2 p {
    font-family: "Montserrat", sans-serif;
    font-size: small;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
}

.infosec2 img {
    width: 90%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 15px;
}

.tituloinfo2 {
    color: #A069FB;
    font-weight: 900;
}

.titulosec3 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 50%;
    padding: 5px 5px;
    background-color: #9DB9FF;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
}

.titulosec3 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;
}

.infosec3 {
    display: flex;
    background-color: #D8E3FF;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.infosec3 p {
    font-family: "Montserrat", sans-serif;
    font-size: small;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
}

.infosec3 img {
    width: 90%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 15px;
}

.tituloinfo3 {
    color: #487BFF;
    font-weight: 900;
}

.footer {
    background-color: #487BFF;
    padding: 30px 0;    
}

.footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: small;
    color: white;
    text-align: center;
    padding-top: 10px;
}

.footer img {
    display: block  ;
    width: 50%;
    margin: auto;
}

/* ESTILOS TABLET */

@media screen and (min-width: 768px) {
     
    li {
        width: 600px;
        font-size: 30px;
    }

    .cabeza img {
        width: 15%;
    }

    .infosec1 img {
        width: 70%;
    }

    .infosec2 img {
        width: 70%;
    }

    .infosec3 img {
        width: 70%;
    }

    .titulosec1 {
        width: 30%;
        position: relative;
        left: -180px
    }

    .titulosec2 {
        width: 30%;
        position: relative;
        left: -180px
    }

    .titulosec3 {
        width: 30%;
        position: relative;
        left: -180px
    }

    .infosec1 p{
        font-size: medium;
    }

    .infosec2 p{
        font-size: medium;
    }

    .infosec3 p{
        font-size: medium;
    }

    .footer p {
        font-size: medium;
    }

    .footer img {
        width: 30%;
    }
}

/* ESTILOS PC */

@media screen and (min-width: 1440px) {
    
    ul {
        display: flex;
        width: auto;
    }

    li {
        font-size: small;
        border-top: none;
    }

    .cabeza img {
        float: left;
        width: 75px;
        padding: 0 30px;
    }

    .titulosec1 {
        width: 20%;
        position: relative;
        left: -500px;
    }

    .infosec1 {
        flex-direction: row;
        padding: 30px 
    }

    .infosec1 img {
        width: 40%;
        padding: 0 20px;
        padding-top: 20px;

    }

    .infosec1 p{
    font-size: large;
    }

    .titulosec2 {
        width: 15%;
        position: relative;
        left: 500px;
    }

    .infosec2 {
        flex-direction: row-reverse;
        padding: 30px 
    }

    .infosec2 img {
        width: 40%;
        padding: 0 20px;
        padding-top: 20px;
    }

    .infosec2 p{
    font-size: large;
    }

    .titulosec3 {
        width: 20%;
        position: relative;
        left: -500px;
    }

    .infosec3 {
        flex-direction: row;
        padding: 30px 
    }

    .infosec3 img {
        width: 40%;
        padding: 0 20px;
        padding-top: 20px;
    }

    .infosec3 p{
    font-size: large;
    }

    .footer img {
        width: 15%;
    }

}

/* PÁGINA OTROS SERVICIOS */

.os-sect {
    padding: 20px 0;
}

.os-titulosec1 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 60%;
    padding: 5px 5px;
    background-color: #FD9C9C;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
    top: 205px;
}

.os-titulosec1 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;
}

.os-infosec1 {
    display: flex;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.os-infosec1 p {
    font-family: "Montserrat", sans-serif;
    font-size: small;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
    background-color: #FFD8D8;
    padding: 30px 10px;
    border-radius: 20px;
}
.os-infosec1 img {
    position: relative;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
    border-radius: 15px;
    top: -55px
}

.os-titulosec2 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 60%;
    padding: 5px 5px;
    background-color: #BF98FF;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
    top: 205px;
}

.os-titulosec2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;
}

.os-infosec2 {
    display: flex;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.os-infosec2 p {
    font-family: "Montserrat", sans-serif;
    font-size: small;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
    background-color: #E9D8FF;
    padding: 30px 10px;
    border-radius: 20px;
}
.os-infosec2 img {
    position: relative;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
    border-radius: 15px;
    top: -70px
}

.os-titulosec3 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 60%;
    padding: 5px 5px;
    background-color: #9DB9FF;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
    top: 205px;
}

.os-titulosec3 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;
}

.os-infosec3 {
    display: flex;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.os-infosec3 p {
    font-family: "Montserrat", sans-serif;
    font-size: small;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
    background-color: #D8E3FF;
    padding: 30px 10px;
    border-radius: 20px;
}
.os-infosec3 img {
    position: relative;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
    border-radius: 15px;
    top: -40px
}

@media screen and (min-width: 768px) {

    .os-titulosec1 {
        top: 350px;
        width: 230px;
    }

    .os-infosec1 p {
        width: 95%;
        padding-left: 20px;
        font-size: large;
    }

    .os-titulosec2 {
        top: 350px;
        width: 230px;
    }

    .os-infosec2 p {
        width: 95%;
        padding-left: 20px;
        font-size: large;
    }

    .os-titulosec3 {
        top: 350px;
        width: 230px;
    }


    .os-infosec3 p {
        width: 95%;
        padding-left: 20px;
        font-size: large;
    }
}

@media screen and (min-width: 1440px) {

    .os-sect {
        padding: 50px 0;
    }

    .os-titulosec1 {
        position: relative;
        top: -30px;
        left: 300px;
        width: 15%
    }

    .os-titulosec1 h2 {
        font-size: large;
    }

    .os-infosec1 {
        display: flex;
        flex-direction: row;
    }

    .os-infosec1 img {
        width: 50%;
        height: 100%;
        margin-right: 10px;
    }
    
    .os-infosec1 p {
        width: 50%;
        position: relative;
        height: 100%;
        padding: 65px 20px;
        top: -60px;
        font-size: larger;
        
    }

    .os-titulosec2 {
        position: relative;
        top: -30px;
        left: -300px;
        width: 15%
    }

    .os-titulosec2 h2 {
        font-size: large;
    }

    .os-infosec2 {
        display: flex;
        flex-direction: row-reverse;
    }

    .os-infosec2 img {
        width: 50%;
        height: 100%;
        margin-left: 10px;
    }
    
    .os-infosec2 p {
        width: 50%;
        position: relative;
        height: 100%;
        padding: 65px 20px;
        top: -70px;
        font-size: larger;
        
    }

    .os-titulosec3 {
        position: relative;
        top: -30px;
        left: 300px;
        width: 15%
    }

    .os-titulosec3 h2 {
        font-size: large;
    }

    .os-infosec3 {
        display: flex;
        flex-direction: row;
    }

    .os-infosec3 img {
        width: 50%;
        height: 100%;
        margin-right: 10px;
    }
    
    .os-infosec3 p {
        width: 50%;
        position: relative;
        height: 100%;
        padding: 75px 20px;
        top: -45px;
        font-size: larger;
        
    }
}

/* PÁGINA VIAJE */

.vc-sect {
    padding: 20px 0;
}

.vc-titulosec1 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 60%;
    padding: 5px 5px;
    background-color: #FD9C9C;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
    top: 310px;
}

.vc-titulosec1 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;    
}

.vc-infosec1 {
    display: flex;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.vc-infosec1 p {
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
    background-color: #FFD8D8;
    padding: 30px 20px;
    border-radius: 20px;
    padding-top: 100px;
    position: relative;
    top: -30px;
}

.vc-infosec1 img {
    border-radius: 20px;
    position: relative;
    top: -40px;
}

.vc-titulosec2 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 60%;
    padding: 5px 5px;
    background-color: #BF98FF;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
    top: 400px;
}

.vc-titulosec2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;    
}

.vc-infosec2 {
    display: flex;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.vc-infosec2 p {
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
    background-color: #E9D8FF;
    padding: 30px 20px;
    padding-top: 100px;
    border-radius: 20px;
    position: relative;
    top: -30px;
}

.vc-infosec2 img {
    border-radius: 20px;
    position: relative;
    top: -40px;
    height: 50%;
}

.vc-titulosec3 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 60%;
    padding: 5px 5px;
    background-color: #9DB9FF;
    border-radius: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
    top: 280px;
}

.vc-titulosec3 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;    
}

.vc-infosec3 {
    display: flex;
    margin: auto;
    width: 85%;
    border-radius: 20px;
    justify-content: center;  
    flex-direction: column;
    padding-bottom: 20px;
}

.vc-infosec3 p {
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    font-weight: 500;
    color: black;
    width: 90%;
    margin: auto;
    background-color: #D8E3FF;
    padding: 30px 20px;
    border-radius: 20px;
    padding-top: 100px;
    position: relative;
    top: -30px;
}

.vc-infosec3 img {
    border-radius: 20px;
    position: relative;
    top: -40px;
}

@media screen and (min-width: 768px) {
    .vc-infosec1 img {
        width: 80%;
        margin: auto;
    }
    
    .vc-infosec1 p {
        font-size: large;
    }

    .vc-titulosec1 {
        top: 430px;
        width: 30%;
    }

    .vc-infosec2 img {
        width: 80%;
        margin: auto;
    }

    .vc-infosec2 p {
        font-size: large;
    }

    .vc-titulosec2 {
        top: 560px;
        width: 30%;
    }

    .vc-infosec3 img {
        width: 80%;
        margin: auto;
    }

    .vc-infosec3 p {
        font-size: large;
    }

    .vc-titulosec3 {
        top: 390px;
        width: 30%;
    }
}

@media screen and (min-width: 1440px) {

    .vc-titulosec1 {
        margin: auto;
        position: relative;
        top: 120px;
        left: 40px;
        width: 20%
    }

    .vc-titulosec1 h2 {
        font-size: large;
    }

    .vc-infosec1 {
        display: flex;
        flex-direction: row;
    }

    .vc-infosec1 img {
        width: 40%;
        z-index: 1;
    }

    .vc-infosec1 p {
        margin-left: -900px;
        margin-right: -100px;
        padding-left: 920px;
        font-size: larger;
    }

    .vc-titulosec2 {
        margin: auto;
        position: relative;
        top: 160px;
        left: -550px;
        width: 20%
    }

    .vc-titulosec2 h2 {
        font-size: large;
    }

    .vc-infosec2 {
        display: flex;
        flex-direction: row-reverse;
    }

    .vc-infosec2 img {
        width: 40%;
        z-index: 1;
        position: relative;
        left: 300px;
    }

    .vc-infosec2 p {
        margin-right: -900px;
        margin-left: -100px;
        padding-right: 300px;
        font-size: larger;
        width: 800px;
    }

    .vc-titulosec3 {
        margin: auto;
        position: relative;
        top: 110px;
        left: 40px;
        width: 20%
    }

    .vc-titulosec3 h2 {
        font-size: large;
    }

    .vc-infosec3 {
        display: flex;
        flex-direction: row;
    }

    .vc-infosec3 img {
        width: 40%;
        z-index: 1;
    }

    .vc-infosec3 p {
        margin-left: -900px;
        margin-right: -100px;
        padding-left: 920px;
        font-size: larger;
    }

}


/* PÁGINAS DAVID */
/* PÁGINA CONTACTO */

.cn-sect {
    margin: 30px 0;
}

.cn-titulosec {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 60%;
    padding: 5px 5px;
    background-color: #FD9C9C;
    border-radius: 20px;
    margin-bottom: 20px;
}

.cn-titulosec h2 {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: medium;
}

.cn-infosec {
    display: flex;
    flex-direction: column;
    background-color: #FFD8D8;
    margin: auto;
    width: 95%;
    border-radius: 20px;
    padding-bottom: 20px;
}

.cn-infosec p {
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: small;
    font-weight: 600;
}

.cn-infosec iframe {
    width: 90%;
    margin: auto;
}

.cn-formulario {
    display: flex;
    flex-direction: column;
    margin: auto;
    background-color: #E9D8FF;
    padding: 30px 10px;
    width: 90%;
    border-radius: 20px;
}

.cn-formulario h2 {
    font-family: "Montserrat", sans-serif;
    margin: auto;
    padding-bottom: 30px;
}

.cn-formulario label {
    font-family: "Montserrat", sans-serif;
    padding: 5px 5px;
}

.cn-formulario input {
    border: none;
    border-radius: 5px;
    padding: 20px 0;
}

.cn-redes {
    background-color: #D8E3FF;
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    text-align: center;
}

.cn-redes h2 {
    font-family: "Montserrat", sans-serif;
    margin: auto;
    padding: 20px 0;
}

.cn-redes a {
    color: black;
    width: 100%;
    margin: auto;
}

.cn-redes i {
    font-size: 120px;
    margin: auto;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {

    .cn-titulosec {
        width: 40%;
    }

    .cn-infosec {
        display: flex;
        flex-direction: row-reverse;
    }

    .cn-infosec p {
        padding-top: 50px;
    }

    .cn-infosec iframe {
        padding-left: 10px;
        padding-top: 15px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 1440px) {

    .cn-titulosec {
        width: 300px
    }

    .cn-infosec {
        width: 80%;
    }

    .cn-infosec iframe {
        width: 40%;
    }

    .cn-infosec p {
        padding-right: 100px;
    }

    .cn-formulario {
        width: 80%;
    }

    .cn-redes {
        width: 80%;
    }

}

/* PÁGINA PROGRAMA JAPONÉS */

.jp-sect {
    margin: 30px 0;
}

.jp-titulosec1 {
    text-align: center;
    margin-top: 30px;
    display: block;
    margin: auto;
    width: 40%;
    padding: 5px 5px;
    background-color: #FD9C9C;
    border-radius: 20px;
    margin-bottom: 20px;
}

.jp-titulosec1 p{
    font-size: medium;
    font-weight: 300;
}


.jp-infosec1 {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.jp-infosec1 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #FFD8D8;
    margin: auto;
    width: 80%;
    padding: 10px 30px;
    border-radius: 20px;
}

.jp-infosec1 img {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    margin-top: 20px ;
}

.jp-titulosec2 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 40%;
    padding: 5px 5px;
    background-color: #BF98FF;
    border-radius: 20px;
    margin-bottom: 20px;
}

.jp-titulosec2 h2 {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: medium;
}

.jp-infosec2 {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.jp-infosec2 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: small;
    background-color: #E9D8FF;
    margin: auto;
    width: 80%;
    padding: 10px 30px;
    border-radius: 20px;
}

.jp-infosec2 img {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    margin-top: 20px ;
}

.jp-titulosec3 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 40%;
    padding: 5px 5px;
    background-color: #9DB9FF;
    border-radius: 20px;
    margin-bottom: 20px;
}

.jp-titulosec3 h2 {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: medium;
}

.jp-infosec3 {
    background-color: #D8E3FF;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.jp-clase h2 {
    color: black;
    font-family: "Montserrat", sans-serif;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.jp-clase h3 {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.jp-clase p {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: small;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    width: 90%;
}

@media screen and (min-width: 768px) {

    .jp-infosec1 {
        flex-direction: row;
        margin: auto;
    }

    .jp-infosec1 img {
        width: 40%;
    }

    .jp-infosec1 p {
        width: 50%;
    }

    .jp-infosec2 {
        flex-direction: row-reverse;
        margin: auto;
    }

    .jp-infosec2 img {
        width: 40%;
    }

    .jp-infosec2 p {
        width: 50%;
    }
}

@media screen and (min-width: 1440px) {

    .jp-infosec1 {
        width: 80%;
    }

    .jp-infosec1 p {
        font-size: large;
    }

    .jp-titulosec2 h2 {
        font-size: larger;
    }

    .jp-infosec2 {
        width: 80%;
    }

    .jp-infosec2 p {
        font-size: large;
    }

    .jp-infosec3 {
        flex-direction: row;
    }

}

/* PÁGINA PROGRAMA COREANO */

.kr-sect {
    margin: 30px 0;
}

button {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: larger;
    font-weight: 700;
}

.kr-titulosec1 {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    padding: 5px 5px;
    background-color: #FD9C9C;
    border-radius: 20px;
    margin-bottom: 20px;
}

.kr-infosec1 {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.kr-infosec1 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #FFD8D8;
    margin: auto;
    width: 80%;
    padding: 10px 30px;
    border-radius: 20px;
}

.kr-infosec1 img {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    margin-top: 20px ;
}

.kr-titulosec2 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 40%;
    padding: 5px 5px;
    background-color: #BF98FF;
    border-radius: 20px;
    margin-bottom: 20px;
}

.kr-titulosec2 h2 {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: medium;
}

.kr-infosec2 {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.kr-infosec2 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: small;
    background-color: #E9D8FF;
    margin: auto;
    width: 80%;
    padding: 10px 30px;
    border-radius: 20px;
}

.kr-infosec2 img {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    margin-top: 20px ;
}

.kr-titulosec3 {
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 40%;
    padding: 5px 5px;
    background-color: #9DB9FF;
    border-radius: 20px;
    margin-bottom: 20px;
}

.kr-titulosec3 h2 {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: medium;
}

.kr-infosec3 {
    background-color: #D8E3FF;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.kr-clase h2 {
    color: black;
    font-family: "Montserrat", sans-serif;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.kr-clase h3 {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.kr-clase p {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: small;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    width: 90%;
}

@media screen and (min-width: 768px) {

    .kr-infosec1 {
        flex-direction: row-reverse;
        margin: auto;
    }

    .kr-infosec1 img {
        width: 40%;
    }

    .kr-infosec1 p {
        width: 50%;
    }

    .kr-infosec2 {
        flex-direction: row;
        margin: auto;
    }

    .kr-infosec2 img {
        width: 40%;
    }

    .kr-infosec2 p {
        width: 50%;
    }
}

@media screen and (min-width: 1440px) {

    .kr-infosec1 {
        width: 80%;
    }

    .kr-infosec1 p {
        font-size: large;
    }

    .kr-titulosec2 h2 {
        font-size: larger;
    }

    .kr-infosec2 {
        width: 80%;
    }

    .kr-infosec2 p {
        font-size: large;
    }

    .kr-infosec3 {
        flex-direction: row;
    }
}






/*Estilos Daniel*/

/* estilos de daniel*/

:root{
    --fuente :"Montserrat", sans-serif;
    --tamañoTelefono: 13px;
    --tamañoTelefonoGrande: 35px; 
    --tamañoTableta: 15px;
    --tamañoCompu: 17px;
    --colorRojo: #FD9C9C;
    --colorAzul: #9DB9FF;
    --colorMorado: #BF98FF;
    --colorMoradoOscuro:rgb(40, 6, 95);
    --colorNegro: rgba(0, 0, 0, 1);
    --colorRojoOscuro: rgb(80, 3, 3);
    --colorRojoClaro:rgb(252, 179, 179);
    --colorAzulClaro:rgb(152, 180, 252);
    --colorAzulOscuro: rgb(9, 18, 99);
    --colorVerde: rgb(139, 234, 123);
    --colorVerdeOscuro: rgb(15, 66, 6);
    --colorHover:rgb(226, 86, 86);
    --alturaCaja: 425px;
    --colorVerdeClaro: rgb(202, 252, 193);
    --colorMoradoClaro: rgb(216, 192, 254);
    --colorAmarillo: rgb(248, 227, 0);

}

.seccion31{
    width: 100%;
    background-image: url(/images/monte-fuji.jpg) ;
    background-color: #d33f3f;
    background-size: cover;
    background-position:center;
    height: auto;
    display: flex;
    margin: 0%;
    padding: 0%;
}

.contenedor31 {
    width: 100%;
    height: auto;
    margin: 0%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    background-image: linear-gradient(rgba(241, 32, 32, 0.265), rgba(50, 4, 4, 0.953));
    display: flex;
    align-items: center;
    justify-content: center;
  }

.box31 {
    margin-left: 5%;
    margin-right: 5%;
    padding: 5%;
    color: aliceblue;
    font-family: var(--fuente);
    text-align: center;
   }

   .box31 h2{
    font-size: var(--tamañoTelefonoGrande);
   }
   p .box31{
    font-size: var(--tamañoTelefonoG);
   }


.seccion32 {
    margin: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    background-color: white; 
}
 .contenedor32{
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     }

 .box321{
    background-color: var(--colorRojoClaro);
    color: var(--colorRojoOscuro);
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    padding: 5%;
    margin: 3%;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
 }

 .box321 h2{
    font-size: 25px;
 }

 .box321 img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
     }

.box321 a{
        text-decoration: none;
        color: inherit;
    }

.box321:hover{
    background-color: var(--colorHover) ;
    }

.box322{
    background-color: var(--colorAzulClaro);
    color: var(--colorAzulOscuro);
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    padding: 5%;
    margin: 3%;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
 }

 .box322 h2{
    font-size: 25px;
 }

 .box322 img{
    width: 100%;
    border-radius: 10px;
     }

.box322 a{
        text-decoration: none;
        color: inherit;
    }

.box322:hover{
    background-color: var(--colorHover) ;
    }

.box323 {
    background-color: var(--colorVerdeClaro);
    color: var(--colorVerdeOscuro);
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    padding: 5%;
    margin: 3%;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.box323 h2{
    font-size: 25px;
 }

 .box323 img{
    width: 100%;
    border-radius: 10px;
     }

.box323 a{
        text-decoration: none;
        color: inherit;
    }

.box323:hover{
    background-color: var(--colorHover) ;
}

.box324 {
    background-color: var(--colorMoradoClaro);
    color: var(--colorMoradoOscuro);
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    padding: 5%;
    margin: 3%;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.box324 h2{
    font-size: 25px;
 }

 .box324 img{
    width: 100%;
    border-radius: 10px;
     }

.box324 a{
        text-decoration: none;
        color: inherit;
    }

.box324:hover{
    background-color: var(--colorHover) ;
    }


.contenedor33{
    background-image: linear-gradient(rgb(250, 182, 182), rgba(50, 4, 4, 0.012));
    margin: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box33{
    color: var(--colorAzulOscuro);
    border-radius: 15px;
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70%;
}
.box33 h2{
    font-size: 25px;
}

.seccion33{
    background-image: url(/images/señora-kimono.jpg);
    margin: 0%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 5%;
    background-size: cover;
    background-position: center;
}

 
.botondaniel{
    width: fit-content;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: var(--fuente);
    color: var(--colorAzulOscuro);
    background-color: var(--colorRojo);
    border-radius: 5px;
    margin: 10px;
    }
    .botondaniel:hover{
        background-color: var(--colorHover);
    }
    .botondaniel a{
        text-decoration: none;
        color: inherit;
    }

    .seccion34{
        height: auto;
        width: 100%;
        margin: 0%;
        padding-top: 30px;
        padding-bottom: 50px;
        background-color: rgb(217, 230, 255);
        justify-content: center;
        align-items: center;

    }

    .contenedor34{
        height: auto;
        align-items: center;
        justify-content: center;
        
        display: flex;
        flex-wrap: wrap;
        }

        .titulazo{
            text-align: center;
            font-family: var(--fuente);
            font-size: 20px;
            color: var(--colorAzulOscuro); 
            width: 100%;
            
            order: -1;
        }
        .boxGrande1{
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 100%;
            height: auto;
            
        }

    .box34{
        font-family: var(--fuente);
        font-size: var(--tamañoTelefono);
        color: var(--colorAzulOscuro);
        width:80%;
        height: auto;
        text-align: left;
        
    }

    .circulito1{
        margin-top: 30px;
        padding:1% ;
        background-color: var(--colorVerde);
        border-radius: 100%;
        font-family: var(--fuente);
        width: 20px;
        text-align: center;
        font-size: inherit;
    }
    .circulito2{
        margin-top: 30px;
        padding:1% ;
        background-color: var(--colorRojo);
        border-radius: 100%;
        font-family: var(--fuente);
        width: 20px;
        text-align: center;
        font-size: inherit;
    }
    .circulito3{
        margin-top: 30px;
        padding:1% ;
        background-color: var(--colorMorado);
        border-radius: 100%;
        font-family: var(--fuente);
        width: 20px;
        text-align: center;
        font-size: inherit;
    }
    .circulito4{
        margin-top: 30px;
        padding:1% ;
        background-color: var(--colorAmarillo);
        border-radius: 100%;
        font-family: var(--fuente);
        width: 20px;
        text-align: center;
        font-size: inherit;
    }
    
.seccion35{
    width: 100%;
    height: auto;
    background-image: url(/images/sakura.jpg);
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin: 0%;
   
    }
.contenedor35{
    width: 100%;
    background-color: #FB6969;
    text-align: center;
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    color: white;
    margin: 0%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.contenedor36{
    width: 100%;
    height: auto;
    padding-bottom: 1%;
    padding-top: 0%;
    background-color: var(--colorRojoClaro);
}

.slider30{
    height: auto;
    width: 100%;
    background-color: var(--colorRojoClaro);
    margin:0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.contenido30{
    width: 100%;
    height: 500px;
    background-position: center;
    background-image: url(/images/origami.jpg);
    background-size: cover;
    
}
.contenido31 {
    width: 100%;
    height: 500px;
    background-position: center;
    background-image: url(/images/ceremonia-te.jpg);
    background-size: cover;
}

.contenido32{
    width: 100%;
    height: 500px;
    background-position: center;
    background-image: url(/images/karaoke.jpg);
    background-size: cover;
}

.contenido33 {
    width: 100%;
    height: 500px;
    background-position: center;
    background-image: url(/images/taller-shodo.jpg);
    background-size: cover;
}

.degradefondo{
    background-image: linear-gradient(rgba(98, 13, 13, 0.275), rgb(59, 3, 3));
    height: 100%;
    width: 100%;
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
   
    
}
.degradefondo p{
    width: 80%;
}
.degradefondo h2{
    font-size: 30px;
}

.seccion36{
    width: auto;
    height: auto;
    background-color: var(--colorRojoClaro);
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box36 {
    width:75%;
    height: auto;
    font-family: var(--fuente);
    font-size: var(--tamañoTelefono);
    color: var(--colorRojoOscuro);
    text-align:left ;
    align-items: center;
    justify-content: center;
    margin-top: 5%;

}

.box36 img{
    width: 100%;
    align-self: center;
    border-radius: 15px ;
}

/*para tebleta*/
@media screen and (min-width: 768px) {
    .box31 {
        font-size: var(--tamañoTableta);
         }
    .box31 h2{
        font-size: 50px;
    } 

    .box321{
        font-size: var(--tamañoTableta);
    }
     .box322{
        font-size: var(--tamañoTableta);
            }

    .box323{
        font-size: var(--tamañoTableta);
    }
    .box324{
        font-size: var(--tamañoTableta);
    }
    .botondaniel{
        font-size: var(--tamañoTableta);
    }
    .box33{
        font-size: var(--tamañoTableta);
    }
    .box33 h2{
        font-size: 30px;
    }

    .titulazo{
        font-size: 30px;
    }
    .box34 {
        font-size: var(--tamañoTableta);
    }

    .contenedor35{
        font-size: var(--tamañoTableta);
    }

    .degradefondo{ 
        font-size: var(--tamañoTableta);
    }
    .degradefondo h2{
        font-size: 40px;
    }

    .box36 {
        font-size: var(--tamañoTableta);
    }
}

/*para computador*/
@media screen and (min-width: 1440px) {
    .seccion31{
        background-attachment:fixed;
        background-size: cover;
    }
    
    .box31 {
        width: 50%;
        font-size: var(--tamañoCompu);
    }
    .box31 h2 {
        font-size: 60px;
    }
    
    .box321{
        width: 15%;
        height: auto;
        padding: 3%;
        margin: 1%;
        font-size: var(--tamañoCompu);
        height: var(--alturaCaja);
        }
       
    
    .box322{
        width: 15%;
        padding: 3%;
        margin: 1%;
        font-size: var(--tamañoCompu);
        height: var(--alturaCaja);
        }
    
    .box323{
            width: 15%;
            height: auto;
            padding: 3%;
            margin: 1%;
            font-size: var(--tamañoCompu);
            height: var(--alturaCaja);
            }
    .box324{
        width: 15%;
        height: auto;
        padding: 3%;
        margin: 1%;
        font-size: var(--tamañoCompu);
        height: var(--alturaCaja);
        }
        .botondaniel{
            font-size: var(--tamañoCompu);
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .box33{
            font-size: var(--tamañoCompu);
            width: 40%;
        }
      
        .box33 h2{
            font-size: 35px;
        }
    
        .seccion33{
            background-attachment: fixed;
        }
    
        .titulazo{
            font-size: 40px;
        }
        .box34{
            font-size: var(--tamañoCompu);
            width: 30%;
            margin-left: 3%;
            margin-right: 3%;
            
        }
    
        .contenedor35{
            font-size: var(--tamañoCompu);
        }
    
        .degradefondo{ 
            font-size: var(--tamañoCompu);
        }
        .degradefondo h2{
            font-size: 50px;
        }
    
        .degradefondo p{
            width: 60%;
        }
    
        .seccion36 {
            flex-direction: row;
        }
    
        .box36{
            font-size: var(--tamañoCompu);
            margin: 3%;
            width: 40%;
        }
    }