@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
body{
    overflow-x: hidden;
    text-align: justify;
}
.navbar-brand img {
    height: 60px;
    float: left;
}
.navbar-brand {
    width: 300px;
}
.navbar-nav {
    font-size: 1.1rem;
}
.bg-nav {
    background-color: rgba(0,51,102,0.8);
    color: #fff;
}
.logo-title-top {
    display: block;
    float: right;
    width: 230px;
    font-size: 20px;
}
.logo-title-bottom {
    display: block;
    float: right;
    width: 230px;
    font-size: 12px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 4.5rem;
    z-index: 10;
    background-color: rgba(0,51,102,0.7);
    padding: 0 8px;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 37rem;
  }
  .carousel-item > .carousel-img {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    height: 37rem;
    background-size: cover;
    background-position: center center;
  }
  .sub-title-carousel {
    font-size: 1.4rem;    
  }
  .actions-slide-carousel .btn {
      min-width: 170px;
      margin: 20px 20px 0;
      font-size: 1.1rem;
      border: 2px solid #ffffff;
  }
  .carousel-indicators [data-bs-target] {
      height: 16px;
      width: 16px;
      border-radius: 100%;
  }
  .carousel-cover-aux {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
  }

  @media (max-width: 770px) {
    .carousel-cover-aux {
        background-color: rgba(0,0,0,0.4);
    }
    .carousel-caption {
        background-color: transparent;
    }
  }

  @media (max-width: 450px) {
    .sub-title-carousel-no-phone {
        display: none;
    }
    .force-s70 .btn-primary.btn-resp {
        width: 70vw;
        line-height: 25px;
        padding: 12px 0;
    }
    force-s70
  }
  @media (max-width: 400px) {
    .logo-title-top {
        width: 210px;
    }
    .logo-title-bottom {
        width: 210px;
    }
    .navbar-brand {
        width: 275px;
    }
  }
#banner-home {
    background-image: url(/assets/images/boletin_banner.jpg);
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 90vh;
    position: relative;
}
#content-banner-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    font-family: 'Roboto', sans-serif;
}
.banner-title-top {
    position: absolute;
    top: calc(50vh - 60px);
    color: #fff;
    width: 100vw;
    text-align: center;
    left: 0;
    font-size: 2.8rem;
}
.banner-title-bottom {
    position: absolute;
    top: calc(50vh + 10px);
    color: #fff;
    width: 100vw;
    text-align: center;
    left: 0;
}

.highlights {
    font-size: 1.2rem;
}

.highlights .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.highlights .col-lg-4 h2{
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 20px 0;
}

.highlights .col-lg-4 img.rounded-circle {
    background-color: #003366;
}

.btn-primary.btn-resp {
    background-color: #003366;
    min-width: 175px;
    margin-bottom: 20px;
}

#avisos-carousel-wrapper {
    position: relative;
}
#ver-todos-los-avisos {
    position: absolute;
    right: 12px;
    bottom: 0px;
    z-index: 90;
    width: 210px;
    margin-bottom: -30px;
}

@media (max-width: 767px) {
    #ver-todos-los-avisos {
        position: relative;
        width: calc(100% - 24px);
        max-width: 70vw;
        margin: 15px auto 20px;
        padding: 10px;
        right: auto;
    }
}

.owl-carousel.owl-theme h3 {
    font-size: 1.0rem;
}
.owl-carousel .card-header {
    height: 60px;
}

.owl-carousel .card-body {
    height: 135px;
    overflow: hidden;
}
.top-menu-margin {
    margin-top: 145px;
}

footer.container {
    border-top: 1px solid #d1d1d1;
    padding: 10px 0;
}
#img-evangelio {
    width: 41.6666%;
}
.basic-img {
    width: 38%;
}

.inside-list {
    list-style-position:inside;
}
.inside-list li {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #img-evangelio {
        width: 100%;
        margin-bottom: 20px;
    }
    .top-menu-margin {
        margin-top: 120px;
    }
    #copy-right {
        width: 230px;
        margin-left: 0.5rem;
    }
    #go-top-button {
        margin-right: 0.5rem;
    }
}

@media (max-width: 575px) {
    .btn-primary.btn-resp {
        font-size: 1.3rem;
        line-height: 2.5rem;
        min-width: 70vw;
    }
    .img-santos {
        width: 100%!important;
        margin-bottom: 15px;
    }
}
.video-containers-im-inv {
    width: calc(60% - 132px);
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
}
.logo-containers-im,
.video-containers-im {
    width: calc(50% - 20px);
    float: left;
    margin:0 10px 20px;
    padding: 0;
}
.logo-containers-im img {
    width: 55%;
}
.logo-containers-im div {
    font-size: 1.2rem;
    padding: 0 40px;
    font-weight: 500;
}
.video-containers-im-inv span,
.video-containers-im span {
    display: block;
    background-color:#003366;
    color:#fff;
    text-align:center;
    padding: 15px;
    font-size: 20px;
}
.video-containers-im-inv video,
.video-containers-im video {
    width: 100%;
    height: auto;
}

.patrocinador-img {
    width: calc(25% - 20px);
    margin: 0;
    border: 1px solid #333;
    padding: 0;
}
@media (max-width: 1199px) {
    .logo-containers-im div {
        font-size: 1.1rem;
    }    
    .patrocinador-img {
        width: calc(33.33333% - 20px);
    }
}
@media (max-width: 991px) {
    .logo-containers-im div {
        font-size: 1.0rem;
        padding: 0 20px;
    }
    .patrocinador-img {
        width: calc(50% - 25px);
    }    
}
@media (max-width: 767px) {
    .logo-containers-im div {
        font-size: 1.4rem;
        padding: 0;
    }
    .logo-containers-im,
    .video-containers-im {
        width: calc(100% - 20px);
        float: none;
        margin: 40px 10px;
    }
}
@media (max-width: 575px) {
    .patrocinador-img {
        width: calc(100% - 20px);
        margin: 40px 10px;
    }
}

.h3.pb-2.border-bottom {
    margin-bottom: 1.5rem;
}