/**
 * IDE: PhpStorm.
 * Autor: Flavio Laura
 * Email: flaurac@gmail.com
 * Data: 19/10/22
 * --- Provincia Italiana di San Francesco d'Assisi dei Frati Minori Conventuali ----
 */
.carousel_noticias_blog {
    background: rgba(12, 142, 225, 0.05);
}
.area_detalle_noticia .detalle_noticia_main{
    /*border-bottom:1px solid #eeeeee;
    background: #000;*/
}
.area_detalle_noticia .detalle_noticia_main .area_foto_evidencia .foto_evidencia_noticia{
    overflow:hidden;
    position:relative
}
.area_detalle_noticia .detalle_noticia_main .area_foto_evidencia .foto_evidencia_noticia::before{
    position:absolute;
    width:100%;
    height:100%;
    bottom:0;
    content:"";
    background:-moz-linear-gradient(top, rgba(2,26,71,0) 0%, rgba(2,26,71,0.6) 100%);
    background:-webkit-linear-gradient(top, rgba(2,26,71,0) 0%, rgba(2,26,71,0.6) 100%);
    background:linear-gradient(to bottom, rgba(2,26,71,0) 0%, rgba(2,26,71,0.6) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021a47', endColorstr='#99021a47',GradientType=0 )

}
.area_detalle_noticia .detalle_noticia_main .area_foto_evidencia .foto_evidencia_noticia img{
    width:100%;
    border-radius:7px;
    max-height: 500px;
    object-fit: contain;
}
.area_detalle_noticia .detalle_noticia_main .area_foto_evidencia .foto_evidencia_noticia .titulo_detalle_noticia{
    position:absolute;
    bottom:25px;
    left:31px
}
@media (max-width: 767px){
    .area_detalle_noticia .detalle_noticia_main .area_foto_evidencia .foto_evidencia_noticia .titulo_detalle_noticia{
        bottom:-2px;
        left:5px
    }
}
.area_detalle_noticia .detalle_noticia_main .area_foto_evidencia .foto_evidencia_noticia .titulo_detalle_noticia span{
    background:#fff9c6;
    color:#000;
    padding:9px 20px;
    border-radius:5px;
    text-transform:uppercase;
    font-weight:500;
    font-size:20px;
    line-height:1;
    margin-bottom:19px;
    display:inline-block
}

@media (max-width: 767px){
    .area_detalle_noticia .detalle_noticia_main .area_foto_evidencia .foto_evidencia_noticia .titulo_detalle_noticia span{
        font-size:15px
    }
}

/*

.dot-style .slick-dots{
    text-align:center;
    right:-2px;
    top:-40px;
    position:absolute
}
.dot-style .slick-dots li{
    display:inline-block
}
.dot-style .slick-dots button{
    text-indent:-100000px;
    height:8px;
    width:8px;
    border:0;
    padding:0;
    margin-right:10px;
    cursor:pointer;
    border-radius:50%;
    background:#d6d6d6
}
.dot-style .slider-active.dot-style .slick-dots button{
    text-indent:-100000px;
    height:10px;
    width:10px;
    border:0;
    padding:0;
    margin-right:10px;
    cursor:pointer;
    border-radius:50%;
    margin-bottom:84px
}
.dot-style .slick-list{
    margin-left:-15px;
    margin-right:-15px
}
.dot-style .slick-active button{
    background:#fc4902;
    height:9px;
    width:38px;
    border-radius:10px
}

*/

.area_todas_noticias .todas_noticias_wrapper .card_noticia_individual{
    margin-left:15px;
    margin-right:15px;
}
.area_todas_noticias .todas_noticias_wrapper .card_noticia_individual .todas_noticias_imagen img{
    width:100%;
    border-radius:6px;
    height: 220px;
    object-fit: contain;
}
.area_todas_noticias .todas_noticias_wrapper .card_noticia_individual .titulo_caption_noticia{
    position: relative;
    margin-top:-31px;
    margin-right: 30px;
    border-top-right-radius: 4px;
    background: #ffffff;
}
.area_todas_noticias .todas_noticias_wrapper .card_noticia_individual .titulo_caption_noticia span a{
    color: #1c5c93;
    font-weight: 400;
}
.area_todas_noticias .todas_noticias_wrapper .card_noticia_individual .titulo_caption_noticia span a:hover{
    color:#fc3f00
}

.area_todas_noticias .todas_noticias_wrapper .dot-style .slick-dots{
    text-align:center;
    right:-2px;
    top:-40px;
    position:absolute
}
.area_todas_noticias .todas_noticias_wrapper .dot-style .slick-dots li{
    display:inline-block
}
.area_todas_noticias .todas_noticias_wrapper .dot-style .slick-dots button{
    text-indent:-100000px;
    height:8px;
    width:8px;
    border:0;
    padding:0;
    margin-right:10px;
    cursor:pointer;
    border-radius:50%;
    background:#d6d6d6
}
.area_todas_noticias .todas_noticias_wrapper .dot-style .slider-active.dot-style .slick-dots button{
    text-indent:-100000px;
    height:10px;
    width:10px;
    border:0;
    padding:0;
    margin-right:10px;
    cursor:pointer;
    border-radius:50%;
    margin-bottom:84px
}
.area_todas_noticias .todas_noticias_wrapper .dot-style .slick-list{
    margin-left:-15px;
    margin-right:-15px
}
.area_todas_noticias .todas_noticias_wrapper .dot-style .slick-active button{
    background:#fc4902;
    height:9px;
    width:38px;
    border-radius:10px
}

.youtube-area .video-items iframe{width:100%;height:465px}
.youtube-area .video-info{border-bottom:1px solid #ddd}
.youtube-area .video-info .video-caption{position:relative;top:-90px}
.youtube-area .video-info .video-caption .top-caption{background:#fff;width:60%;border-radius:0 7px 0 0;padding-top:60px;padding-bottom:30px}
.youtube-area .video-info .video-caption .top-caption span{padding:7px 30px;line-height:1;color:#000;text-transform:uppercase;font-weight:600;font-size:11px}
.youtube-area .video-info .video-caption .bottom-caption h2{font-size:30px;font-weight:700;margin-bottom:27px}
.youtube-area .video-info .video-caption .bottom-caption p{color:#777;font-size:14px;line-height:1.7;padding-right:32px}
.youtube-area .testmonial-nav{width:100%;margin-top:40px}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .youtube-area .testmonial-nav{margin-top:0px}
}
@media (max-width: 767px){
    .youtube-area .testmonial-nav{margin-top:0px}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .youtube-area .testmonial-nav{margin-top:0px}
}
.youtube-area .testmonial-nav button{position:absolute;color:#333;border:none;font-size:21px;background:#f3f4f8;width:55px;height:55px;border-radius:10px;color:#bdbdbd;left:-421px;top:-114px;cursor:pointer}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .youtube-area .testmonial-nav button{left:-348px}
}
.youtube-area .testmonial-nav button.slick-next{left:-340px;background:red;color:#fff}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .youtube-area .testmonial-nav button.slick-next{left:-280px}
}
.youtube-area .single-video iframe{padding:0 5px;width:100%}
.youtube-area .single-video .video-intro h4{font-size:15px;font-weight:500;text-align:start;padding:0 5px;line-height:1.4}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .youtube-area .single-video .video-intro h4{font-size:14px}
}



.blog_area a{color:"Roboto",sans-serif !important;text-decoration:none;transition:.4s}
.blog_area a:hover,.blog_area a :hover{background:-webkit-linear-gradient(131deg, #fc3f00 0%, #fc3f00 99%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;transition:.4s}


.descripcion_noticia {
    padding:5px 0 10px 5px;
    box-shadow:0px 10px 20px 0px rgba(221,221,221,0.5)
}
@media (min-width: 768px){
    .descripcion_noticia{padding:30px 10px 15px 15px}
}


