*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body{
    font-family: 'roboto';
}


.titulo-principal{
    color: #FFF;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
}

.texto-grande{
    text-align: justify;
    line-height: 25px;
    padding-left: 100px;
    padding-right: 100px;
    color: #FFF;
}

.sobre_nosotros1{
   
    background-color: #254101;
    padding-top: 40px;
    padding-bottom: 60px;
    
}

.img_trailer{
    justify-content: center;
    width: 300px;
    align-self: center;
}

.img_espaciador{
    justify-content: center;
    height: 5%;
    width: 38%;
    align-self: center;
}


.titulo{
    padding-top: 40px;
    color: #8504a5;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;

}



/* header */

header{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.backvideo{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    
}


nav{
    background-color: #98b506;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 15px;
    

}

nav > a{
    color: #6a027e;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-size: 18px;
    font-weight: 50px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

nav > a:hover{
    text-decoration: overline;
}

header .textos_header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
 
/* estos no tienen html*/
.textos_header h1{
    font-size: 55px;
    color: #fff;
}

.textos_header h2{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}



/*primera lectura*/

main.sobre_nosotros{
    padding: 20px 0 60px 0;
}

.contenedor_sobre_nosotros{
    
    margin-bottom: 40px;
    display: flex;
    justify-content: space-evenly;
}

.imagen_about_us{
    justify-content: center;
    height: fit-content;
    width: 50%;
    
}

.sobre_nosotros .contenido_textos{
    width: 48%;
}

.clientes_contenedor{
    background-color: #edefe4;
    
}

.clientes_trailer{
    background-color: #708e01;
}

.trailer{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.contenido_textos h3{
    margin-bottom: 15px;
    padding-top: 20px;
}

.contenido_textos h3 span{
    background: #6a027e;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
    margin-right: 5px;
}

.contenido_textos p{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-weight: 300;
    text-align: justify;
}

.texto-grande{
    text-align: center;
    padding-bottom: 60px;
}

/*formatos*/

.portafolio{
    background: #f2f2f2;
    padding: 30px 0 50px 0;
    margin-bottom: 50px;
}

.galeria_port{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.imagen_port{
    width: 26%;
    height: 200px;
    margin-bottom: 11px;
    margin-right: 11px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
}


.imagen_port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover_galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: hsla(143, 78%, 57%, 0.7);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover_galeria img{
    width: 140px;
}

.hover_galeria p{
    color: #fff;
    font-size:25px;   
}

.imagen_port:hover .hover_galeria{
    transform: scale(1);
}

.personaje-text{
    font-size: 25px;
}

.p_personajes{
    color: #fff;
    text-decoration: none;
    font-size: 35px;
}


/*clientes */

.cards{
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

.cards .card{
    background: #4d0686;
    display: flex;
    width: 46%;
    height: 210px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cards .card img{
    width: 35%
    
}

.cards .card > .contenido_texto_card{
    width: 60%;
    color: #fff;
}

.cards .card > .contenido_texto_card p{
    color: #FFF;
    padding-right: 10px;
    font-weight: 300;
    padding-top: 5px;
}



.opcional{
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 100px;
    color: #FFF;
}

.opcional2{
    line-height: 20px;
    padding-left: 5px;
    color: black;
}

/* our team */

.about_services{
    background: #e1d9d9;
    padding-bottom: 30px;
}

.servicio_cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.servicio_ind{
    padding-top: 40px;
    width: 27%;
    text-align: center;
}

.servicio_ind img{
    width: 100%;
}

.servicio_ind h3{
    margin: 10px 0;
}

.servicio_ind p{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    text-align: center;
}

.precio{
    font-size: 20px;
    padding-bottom: 10px;
}

.buttons{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.btn-1{
    display: flex;
    justify-content: center;
    background-color: #4d0686;
    padding: 15px 25px;
    width: 150px;
    margin: 0 10px;
    border-radius: 25px;
    color: aliceblue;
}

.btn-1:hover{
    background-color: rgb(163, 4, 4);
}

.cta{
    display: flex;
    justify-content: center;
    background-color: #4d0686;
    padding: 15px 25px;
    width: 150px;
    margin: 0 10px;
    border-radius: 25px;
    color: aliceblue;
}

.cta:hover{
    background-color: rgb(165, 4, 4);
}

.buttons-per{
    padding-bottom: 20px;
    align-items: center;
    text-align: center;
}

.cta.ini{
    color: #25d366;
    background-color: rgb(248, 2, 2);
    padding: 15px 25px;
    width: 150px;
    margin: 0 10px;
    border-radius: 25px;
    color: aliceblue;
}

.cta.ini:hover{
    background-color: rgb(165, 4, 4);
}

/* footer */

footer{
    background: #254101;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
}

.contenedor_footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content_foo{
    text-align: center;
}

.content_foo h4{
    color: #fff;
    border-bottom: 3px solid #af20d3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.content_foo p{
    color: #ccc;
    
}

.titulo_final{
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9e9797;
}

/*whatsapp */

.btn-wsp{
    position:fixed;
    width:63px;
    height:63px;
    line-height: 65px;
    bottom:55px;
    right:20px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #fff;
    color: #20ba5a;
}

/*instagram */

.inst-wsp{
    position:fixed;
    width:63px;
    height:63px;
    line-height: 65px;
    bottom:55px;
    left:20px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.inst-wsp:hover{
    background: #fff;
    color: #df93b4;
}

/*index compra */

.book-cover {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

.book-cover img {
    max-width: 400px;
    width: 120%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/*index Personajes */

.titulo_personajes{
    padding-top: 40px;
    color: #fafbf9;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;

}

.subtitulo_pers{
    color: #fafbf9;
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;

}

.imagen_pers_top {
    width: 100%;
    height: 400px; /* o la altura que quieras para el recorte */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagen_pers_top img {
    width: 60%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    display: block;
    align-items: center;
    object-fit: cover;
}


.portafolio_personajes{
    background: #254101;
    padding: 30px 0 50px 0;
    margin-bottom: 50px;
}

.galeria_personajes{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.imagen_personajes{
    margin-top: 20px;
    width: 30%;
    margin-bottom: 11px;
    margin-right: 11px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
}


.imagen_personajes > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.personaje-text{
    font-family: roboto;
    line-height: 150%;
    padding-left: 120px;
    padding-right: 120px;
    text-align: justify;
    padding-top: 20px;
    color: #fffdfd;
    font-size: 20px;
}

 .personaje-text2{
        font-family: roboto;
        line-height: 150%;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        font-style: italic;
        padding-top: 20px;
        color: #f7f150;
        font-size: 18px;
    }

.p_personajes{
    color: #fff;
    text-decoration: none;
    font-size: 35px;
}

/*index historia */
.imagen_historia{
    margin-top: 20px;
    width: 50%;
    margin-bottom: 11px;
    margin-right: 11px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
}


.imagen_historia > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*index amigos */
.imagen_amigos{
    margin-top: 20px;
    width: 80%;
    margin-bottom: 11px;
    margin-right: 11px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
}


.imagen_amigos > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*index carrito */

 body {
      font-family: Arial, sans-serif;
      background-color: #f8f8f8;
    }
    h1 {
      text-align: center;
    }
    .productos {
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }
    .producto {
      background: white;
      padding: 15px;
      border-radius: 10px;
      text-align: center;
      width: 30%;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .producto img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }
    .producto h3 {
      margin: 10px 0 5px;
    }
    .producto p {
      font-size: 18px;
      color: #444;
    }
    .producto button {
      margin-top: 10px;
      padding: 10px 20px;
      font-size: 16px;
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .producto button:hover {
      background-color: #0056b3;
    }

    .precio{
        text-align: center;
    }












@media screen and (max-width:800px){
    header{
        background-position: center;
    }

        nav{
        font-size: 20px;
        text-align: center;
        
    }

    nav > a{
        font-size: 20px;
        margin: 2px 2px 2px;
    }

    .titulo-principal{
        padding: 10px;
        color: #FFF;
        text-align: center;
        font-size: 33px;
        text-align: center;
        margin-bottom: 30px;
}

    .texto-grande{
        text-align: justify;
        font-size: 18px;
        line-height: 25px;
        padding-left: 30px;
        padding-right: 30px;
        color: #FFF;
    }


    .img_trailer{
        width: 80%;
        margin-left: 30px;
        position: center;
        align-items: center;
        justify-content: center;
    }

    .img_espaciador{
        justify-content: center;
        width: 3%;
        align-self: center;
    }

    /* sobre nosotros */

    .contenedor_sobre_nosotros{
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .sobre_nosotros .contenido_textos{
        width: 90%;
        
        padding-left: 20px;
    }

    .imagen_about_us{
        width: 90%;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
    }

    /*Galeria */

    .imagen_port{
        width: 35%;
    }

    /*clientes */

    .cards{
        flex-direction: column;
        align-items: center;
    }

    .cards .card{
        background: #4d0686;
        display: flex;
        width: 95%;
        height: 200px;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
    }

    
    
    .cards .card img{
        margin: 10px;
        width: 30%
    }


    .cards .card:first-child{
        margin-bottom: 30px;
    }

    .cards .card > .contenido_texto_card{
        text-align: center;
        width: 90%;
        color: #fff;
    }

    .opcional{
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 100px;
        color: #FFF;
    }

    

    /* Servicios */

    .servicio_cont{
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
        flex-direction: column;
    }

    .servicio_ind{
        width: 100%;
        text-align: center;
    }

    .servicio_ind:nth-child(1), .servicio_ind:nth-child(2){
        margin-bottom: 60px;
    }

    .servicio_ind img{
        width: 70%;
    }

    .opcional2{
    line-height: 20px;
    padding-left: 5px;
    color: black;
    }

    /*index Personajes */

    .imagen_pers_top img {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    display: block;
    align-items: center;
    object-fit: cover;
}


    .titulo_personajes{
        padding-top: 15px;
        color: #fafbf9;
        font-size: 40px;
        text-align: center;
        margin-bottom: 25px;

    }


    .portafolio_personajes{
        background: #254101;
        padding: 30px 0 50px 0;
        margin-bottom: 50px;
    }

    .galeria_personajes{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }


    .imagen_personajes{
        margin-top: 20px;
        width: 60%;
        margin-bottom: 11px;
        margin-right: 11px;
        overflow: hidden;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
    }


    .imagen_personajes > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .personaje-text{
        font-family: roboto;
        line-height: 150%;
        padding-left: 30px;
        padding-right: 30px;
        text-align: justify;
        padding-top: 20px;
        color: #fffdfd;
        font-size: 20px;
    }

    .p_personajes{
        color: #fff;
        text-decoration: none;
        font-size: 35px;
    }

    /*index historia */
    .imagen_historia{
        margin-top: 20px;
        width: 90%;
        margin-bottom: 11px;
        margin-left: 11px;
        margin-right: 11px;
        overflow: hidden;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
}

/*index amigos */
.imagen_amigos{
    margin-left: 11px;
    margin-top: 20px;
    width: 95%;
    margin-bottom: 11px;
    margin-right: 11px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
}












}

@media screen and (max-width:500px){
    nav{
        font-size: 15px;
        text-align: center;
        
    }

    nav > a{
        margin: 5px 5px 5px;
    }

    .textos_header h1{
        font-size: 34px;
    }

    .textos_header h2{
        font-size: 22px;
    }

    /* about us */

    .imagen_about_us{
        margin-bottom: 35px;
        width: 97%;
    }

    .sobre_nosotros .contenido_textos{
        width: 95%;
    }

    /*galeria*/

    .imagen_port{
        width: 90%;
    }

    /*clientes*/

    .cards .card{
        height: 430px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .cards .card img{
        padding-top: 10px;
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }

    /*Sewrvices*/
    .servicio_ind img{
        width: 90%;
    }

    /*footer*/

    .contenedor_footer{
        flex-direction: column;
        border: none;
    }

    .content_foo p{
        margin-bottom: 20px;
    }

    .titulo_final{
        font-size: 17px;
    }

    /*index pituco*/

    .imagen_personajes{
        margin-top: 20px;
        width: 70%;
        margin-bottom: 11px;
        margin-right: 11px;
        overflow: hidden;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
    }

    
    .imagen_personajes > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

        /*index historia */
    .imagen_historia{
        margin-top: 20px;
        width: 90%;
        margin-bottom: 11px;
        margin-left: 11px;
        margin-right: 11px;
        overflow: hidden;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 5);
    }

}
    
