/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#main .blockreassurance_product img {
    width: 50px !important;
}
#main .blockreassurance_product > div:not(:last-child) .block-title {
    font-size: 15px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #222;
}
/* Fuerza la leyenda/capa a pantalla completa */
.leo-slideshow .iview-caption,
.leo-slideshow .caption,
.leo-slideshow .layers,
.leo-slideshow .layer {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.tp-caption.video-full,
.tp-caption.video-full .caption-contain{
  width:1920px !important;
  height:1080px !important;
  top:0 !important;
  left:0 !important;
}

.tp-caption.video-full video{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block;
}


/* El vídeo llena el área */
.leo-slideshow .leo-video-slide,
.leo-slideshow .leo-video-slide video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
