<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.red-lion-school-theme {
  padding-top: 96px;
  padding-bottom: 3rem;
  color: #5a5a5a;
  transition: all 1s;
  animation: all 1s;
}
.red-lion-school-theme.scrolled {
  padding-top: 96px;
  padding-bottom: 0px;
  color: #5a5a5a;
}
.red-lion-school-theme .navbar .social-media{
  width: 70px;
}
.red-lion-school-theme #carruselPortada {
    height: 87vh;
    height: calc(100vh - 96px);
}
.red-lion-school-theme #carruselPortada .carousel-inner {
    height: 87vh;
    height: calc(100vh - 96px);
}
.red-lion-school-theme #carruselPortada .carousel-item,
.red-lion-school-theme #carruselPortada .carousel-item &gt; img{
    height: 87vh;
    height: calc(100vh - 96px);
}
.red-lion-school-theme.interior #carruselPortada,
.red-lion-school-theme.interior #carruselPortada .carousel-inner,
.red-lion-school-theme.interior #carruselPortada .carousel-item,
.red-lion-school-theme.interior #carruselPortada .carousel-item &gt; img {
    height: 20vh !important;
}
.red-lion-school-theme #carruselPortada .carousel-caption {
    bottom: 30%;
}
.red-lion-school-theme.interior #carruselPortada .carousel-caption {
    bottom: 20%;
}
.red-lion-school-theme .navbar .navbar-brand,
.red-lion-school-theme .navbar .navbar-brand img {
    transition: all 1s;
    animation: all 1s;
}
.red-lion-school-theme .navbar .navbar-brand {
    height: 80px;
    padding:0px;
}
.red-lion-school-theme.scrolled .navbar .navbar-brand {
    height: 60px;
}
.red-lion-school-theme .navbar .navbar-brand img {
    height: 100%;
}
.red-lion-school-theme .dropdown-menu {
    border: 0px;
    text-align: left;
    background: #f5f5f5;
}
.red-lion-school-theme .dropdown-menu .dropdown-item{
    color: #777;
}
.red-lion-school-theme .dropdown-menu .dropdown-item.active,
.red-lion-school-theme .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #212529;
}
.red-lion-school-theme.interior #carruselPortada .carousel-item:before {
    content: "";
    background: #00000065;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#custom-cards a &gt; .card &gt; .d-flex:before {
    content: "";
    background: #00000065;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#custom-cards .card .d-flex h2 {
    z-index: 1;
}
#custom-cards a &gt; .card &gt; .d-flex &gt; ul {
    z-index: 1;
}
.red-lion-school-theme .navbar .social-media a svg {
    width: 15px;
}
@media (min-width: 62em){
  .featurette-heading {
      margin-top: 4rem;
  }
}
@media(min-width:1200px){
    .red-lion-school-theme .navbar .social-media{
        width: 110px;
    }
    .red-lion-school-theme .navbar .social-media a svg {
        width: 20px;
        height: 20px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .red-lion-school-theme {
        padding-top: 82px;
    }
    .red-lion-school-theme .navbar .navbar-brand {
        height: 66px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size:14px;
    }
    .red-lion-school-theme .dropdown-menu .dropdown-item a{
        font-size:14px;
    } 
}
@media(max-width:991px){
  .red-lion-school-theme .dropdown-menu {
      text-align: center;
  }
  .red-lion-school-theme .navbar .social-media {
      flex-direction: row;
      justify-content: center !important;
      align-items: center;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 5px;
  }
  .navbar-light .navbar-toggler {
      border: none;
  }
  .red-lion-school-theme .navbar-light .navbar-nav .nav-link {
      text-align: center;
      border-bottom: 1px solid #e3e3e3;
  }
}
@media(max-width:400px){
  .red-lion-school-theme .navbar .navbar-brand {
      height: 69px;
  }
}
@media(max-width:354px){
  footer .social-media{
    margin-top:15px;
  }
}

.red-lion-school-theme.interior .contenido .wp-block-gallery {
    display: flex;
    max-width: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin:20px 0px;
}
.red-lion-school-theme.interior .contenido .wp-block-gallery &gt; .wp-block-image {
    width: 25%;
    padding:5px;
}
@media(max-width:1200px){
    .red-lion-school-theme.interior .contenido .wp-block-gallery &gt; .wp-block-image {
        width: 25%;
        padding:5px;
    }
}
@media(max-width:991px){
    .red-lion-school-theme.interior .contenido .wp-block-gallery &gt; .wp-block-image {
        width: 33%;
        padding:5px;
    }
}
@media(max-width:767px){
    .red-lion-school-theme.interior .contenido .wp-block-gallery &gt; .wp-block-image {
        width: 50%;
        padding:5px;
    }
}
@media(max-width:380px){
    .red-lion-school-theme.interior .contenido .wp-block-gallery &gt; .wp-block-image {
        width: 100%;
        padding:5px;
    }
}</pre></body></html>