
div#slider {
    height: 100vh;
}

.item_slider img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    object-position: top;
}

.conten_item {
    position: absolute;
    z-index: 9;
    top: 20%;
    width: 100%;
}

/* Template 1 */

.template_1 {
    width: 500px;
    margin: 0 auto;
}

.template_1 .fecha {
    font-size: 34px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 40px;
}

.template_1 .linea {
    width: 75px;
    height: 7px;
    background-color: #FF0000;
    margin-bottom: 40px;
}

.template_1 .titulo {
    color: #fff;
    text-transform: uppercase;
    font-size: 67px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.template_1 .intro {
    border-left: 2px solid #ffffff96;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 40px;
    font-weight: 400;
}

.template_1 a {
    background-color: #FF0000;
    padding: 15px;
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}


/* Template 2 */

.template_2 {
    width: 500px;
    margin: 0 auto;
}

.template_2 .fecha {
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    font-style: italic;
}

.template_2 .titulo {
    color: #fff;
    text-transform: uppercase;
    font-size: 67px;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 50px;
}

.template_2 .titulo span {
    color: #FF0000;
}


.template_2 .intro {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    padding-left: 0px;
    margin-bottom: 40px;
    font-weight: 200;
    text-transform: uppercase;
}

.template_2 a {
    padding: 10px;
    display: block;
    width: 200px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 15px;
    border-left: 1px solid #fff;
    text-decoration: none;
    padding-left: 15px;
}

.template_2 .titulo:after {
    content: attr(data-text);
    color: #FF0000;
    transform: translateX(5%);
    position: absolute;
}


/* Template 3 */

.template_3 {
    width: 600px;
    margin: 0 auto;
}

.template_3 .border_content {
    padding: 32px;
    border: 30px solid #fff;
}

.template_3 .fecha {
    font-size: 34px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 10px;
}

.template_3 .titulo {
    color: #fff;
    text-transform: uppercase;
    font-size: 67px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}

.template_3 .intro {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
}

.template_3 .border_button {
    text-align: center;
    margin-top: 50px;
}

.template_3 a {
    padding: 10px;
    display: block;
    width: 181px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    border: 5px solid #fff;
    text-align: center;
    margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 999;
}

.carousel-control-prev {
    justify-content: left;
    padding-left: 40px;
}

.carousel-control-next {
    justify-content: flex-end;
    padding-right: 40px;
}

.carousel-control-next, 
.carousel-control-prev{
    opacity: 1;
}

a.hide_text {
    margin-top: 400px;
}

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

    .carousel-control-prev {
        padding-left: 7px;
    }
    .carousel-control-next {
        padding-right: 7px;
    }

    .carousel-control-next img,
    .carousel-control-prev img {
        width: 20px !important;
    }

    .conten_item {
        top: 26%;
    }

    .template_3,
    .template_1,
    .template_2 {
        width: 255px;
        margin: 0 auto;
    }

    .template_3 .fecha,
    .template_1 .fecha,
    .template_2 .fecha {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .template_1 .titulo,
    .template_2 .titulo {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .template_3 .intro,
    .template_1 .intro,
    .template_2 .intro {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .template_1 a,
    .template_2 a {
        font-size: 13px;
    }

    .template_1 .linea {
        width: 50px;
        margin-bottom: 22px;
    }

    .template_1 .intro {
        padding-left: 20px;
    }

    .template_1 a {
        padding: 10px;
        width: 100px;
    }
    

    .template_3 .titulo{
        font-size: 25px;
    }

    .template_3 .border_button {
        margin-top: 25px;
    }

    .template_3 .border_content {
        padding: 10px;
        border: 15px solid #fff;
    }

    .template_3 a {
        padding: 5px;
        width: 120px;
        font-size: 17px;
        border: 3px solid #fff;
    }
    
    .template_3 .intro {
        padding: 0px;
    }

    a.hide_text {
        margin-top: 270px;
    }
}