/*seccion image-12*/
.section-image-12-template{
    margin-top:6em;
}
.content-img-12{
    flex-wrap:wrap; 
    font-family:Interstate-Light;
    font-size: 16px;
    display:flex; 
    justify-content:center;
}
.image-12-template{
    object-fit: cover;
    width:100%;
    height:max-auto; 
}

.image-12-template-mobile{
    display: none;
}
.content-text-image-12-template{
    display:flex;
    padding: 0px !important;
}
.text-image-12-template{
    text-align:center;
    line-height: 22px; 
    margin:0px;
    padding: 0px !important;
}
.content-center-template{
    display:flex; 
    justify-content:center;
    flex-wrap:wrap;
}

/*seccion video*/
.container-video-template{
    margin:35px 0 0;
}
.video-template{
    width: 100%;
    height: 75vh; 
    border-top:solid 1px; 
    border-bottom:solid 1px;
}
#play-video{
    color: pink!important;
}
#play-video:hover{
 cursor: pointer;
 color: pink!important;
}
.reproducir-icon{
    position: absolute !important;
    left: 50%;
    top: 40%;
    font-size: 100px;
}
.container-text-video-template{
    font-family:Interstate-Light;
    font-size: 16px;
    text-align:center;
    line-height: 22px; 
    margin:35px 0px 0px;
}

/*seccion carrusel*/
.container-fluid-template{
    margin:25px 0;
}
.container-carousel-uno-template{
    margin:5px 0px 25px; 
    background-color:#000;
}
.container-carousel-dos-template{
    margin:25px 0px 35px;
    background-color:#000;
}
.carrusel-template{
    margin:35px 40px;
}
.container-img-carousel-template{
    margin:0 15px !important; 
    display:flex !important; 
    justify-content:center;
}
.image-carousel-template{
    margin:0 15px !important;
    object-fit:cover; 
    height:300px !important; 
    display:inline !important;
}
.container-text-carousel-template{
    font-family:Interstate-Light;
    font-size: 16px;
    text-align:center;
    line-height: 22px; 
    margin:0px;
}
/*seccion collage*/
.background-collage-template{
    /*background-image: url({{asset('images/template/hello-kitty/fondo-galeria.jpg')}});*/
    background-image: url("../../images/template/hello-kitty/monos.png");
    background-size:cover; 
    padding:100px 0px; 
    margin:0px;
    background-attachment: fixed;
}
.img-collage-template{
    width:100%;
}
/*seccion final*/
.section-image-final-template{
    margin:20px 0px 0px;
}
.background-img-final-template{
    margin:35px 0px 10px; 
    background-color:#000;
}
.img-final-template{
    object-fit:cover; 
    width:100%; 
    height:700px; 
    padding:15px;
}
/* flechas carrusel*/
.slick-next:before, .slick-prev:before {
    color: #ffffff !important;
    font-size: 60px !important;
    opacity: 0.75 !important;
}

.slick-prev {
    left: -50px !important;
    transform: scale(-1,1) !important;
}

.slick-next {
    right: -50px !important;
}
.slick-next:before{
    content: "\27a4" !important;
}
.slick-prev:before {
    content: "\27a4" !important;
}

@media screen and (max-width: 767px) {
    /*seccion image 12*/
    .section-image-12-template{
        margin-top: 5em !important;
    }
    .content-img-12{
        font-size: 14px;
    }
    .image-12-template-web{
        display: none;
    }
    .image-12-template-mobile{
        display: block;
    }
    .content-text-image-12-template{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .text-image-12-template{
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin: 15px 0px 0px;
    }
    /*seccion video*/
    .container-video-template{
        margin:20px 0 0;
    }
    .reproducir-icon{
        left: 40%;
        font-size: 90px;
    }
    .container-text-video-template{
        font-size: 14px;
        margin:30px 0px 0px;
    }
    /*seccion carrusel*/
    .container-fluid-template{
        margin:20px 0;
    }
    .container-carousel-uno-template{
        margin:5px 0px 20px; 
    }
    .container-carousel-dos-template{
        margin:20px 0px 30px !important;
    }
    .carrusel-template{
       /* margin:15px 10px !important;*/
       margin:20px 10px !important;
    }
    .image-carousel-template{
        height: 230px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .slick-list {
        padding: 0px 35px !important;
    }
    .container-text-carousel-template{
        font-size: 14px;
        padding: 0px !important;
        margin: 5px 0px;
    }
    /*seccion collage*/
    .background-collage-template{
        padding: 60px 0;
        background-attachment: unset;
    }
    .img-collage-template{
        object-fit: cover;
        height: 160px;
    }
    /*seccion final*/
    .img-final-template{
        padding: 15px 20px;
        height: 630px;
    }
    /*flechas carrusel*/
    .slick-next:before, .slick-prev:before {
        font-size: 40px !important;
    }
    .slick-prev {
        left: -25px !important;
        transform: scale(-1,1.5) !important;
        
    }
    .slick-next {
        right: -25px !important;
        transform: scale(1,1.5) !important;
    }
    .slick-next:before{
        content: url('../../images/template/hello-kitty/flecha-derecha.png')!important;
    }
    .slick-prev:before {
        content:url('../../images/template/hello-kitty/flecha-derecha.png') !important;
    }
}