h2 {
	margin-bottom:3vh;
}

.h-55 {
  height: 55vh;
}

.wmax-100 {
	max-width: 100% !important;
}

#slider-ppal .container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card{
  border-radius: var(--radio);
  height: 500px;
  width: 100%;
  border: none;
  display: block;
}

.carousel-item{
  z-index: 2;
  /*padding: 10px 25px;*/
}
.carousel-item > .row{
  margin: 0;
}
.title{
  color: var(--blanco);
  text-align: center;
}
.bgTitle {
  /*background-color: #00C389;*/
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: url(https://gorilabs.cf/wp-content/uploads/media-5.jpg) no-repeat center / cover;
}

.title h3{
  text-shadow: var(--sombra);
}


input{
  background-color: transparent !important;
}


section{
  padding: 10vh 0;
}
#contacto,
#alias {
  padding-left: 0;
  list-style: none;
}
#destacados h3 {
  display: inline-flex;
}
#alias li {
  list-style: none;
  box-shadow: var(--sombra);
  border-radius: var(--radio);
  background: var(--blanco);
  margin: 1vh;
  padding: 3vh 1vh;
}
.box {
  box-shadow: var(--sombra);
  border-radius: var(--radio);
  background: var(--blanco);
  margin: 0;
  padding: 3vh;
}
.row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#contacto i,
#alias li i {
  display: block;
  font-size: 2em;
  padding-bottom: 2vh;
}
#destacados .bi.bi-folder-plus {
  font-size: 2em;
  padding-bottom: 2vh;
}
.row.same-height {
  gap: .9em;
}
.col-sm-6.box.col-md-offset-1 {
  max-width: 49%;
}
.col-sm-3.box.col-md-offset-1 {
  max-width: 24%;
}
.badge.bg-primary.rounded-pill {
  background: var(--morado) !important;
  color: var(--blanco) !important;
}
.carousel-control-prev,
.carousel-control-next {
	color: var(--morado);
	opacity: 1 !important;
}
#slider-ppal i {
    color: <?php the_field('color-flechas','option'); ?>;
}
#slider-ppal h2 {
    color: <?php the_field('color-titulo-slider','option'); ?>;
}
#slider-ppal p {
    color: <?php the_field('color-desc-slider','option'); ?>;
}
#accesos-rapidos img {
  width: 75px;
  display: block;
  margin: 0 auto;
}
#accesos-rapidos .grilla-6 {
  gap: 2vh;
}

#contacto li {
  display: flex;
  justify-content: center;
  color: var(--blanco);
  padding: 0 15vh;
}
#contacto li i {
  margin-right: 2vh;
}
#contacto a:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.2);
}
#lista-noticias li,
#lista-eventos li {
  margin-bottom: 2vh;
}
#lista-noticias .detalles,
#lista-eventos .detalles {
  margin-left: 2vh;
  padding: 2vh;
  width: 100%;
}
#lista-eventos .dia {
  font-size: 2em;
  font-weight: bold;
  display: block;
  text-align: center;
   color: var(--blanco);
   line-height: 1.8em;
}
#lista-eventos .mes {
  font-weight: bold;
  font-size: 1.3em;
  top: -15px;
  position: relative;
  color: var(--blanco);
  line-height: 0;
}
.tag-fecha {
  background: var(--morado);
  padding: 1vh 2vh;
  border-radius: 1vh;
  margin-top: 2vh;
}
#lista-noticias .btn {
  display: none;
}
#lista-noticias li p a {
  display: none !important;
}
#lista-eventos p,
#lista-noticias p {
  color: var(--bs-gray-600) !important;;
}
#lista-noticias li:not(:first-of-type) .left small, 
#lista-noticias li:not(:first-of-type) img, 
#lista-noticias li:not(:first-of-type) p {
  display: none;
}
#lista-noticias li:first-of-type .detalles small {
  display: none;
}
#lista-noticias li:first-of-type .prev-tag {
  display: none;
}
#lista-noticias li:first-of-type .left .posted-on {
  display: block;
  margin-top: 2vh;
}
#lista-noticias li .left {
  padding: 2vh 0 0 2vh;
}
#lista-noticias li .detalles .byline {
  border-left: 1px solid var(--bs-gray-500);
  padding-left: 1vh;
}
#lista-noticias li .detalles .posted-on  {
  padding-right: 1vh;
}
/*.shortcut {
  background: var(--blanco);
}
.shortcut:hover {
  background: var(--verde);
}
.shortcut:hover h5 {
  color: var(--blanco);
}*/
h1,h2,h3,h4,h5,h6,a,ul,li,#topbar .holder-rrss #rrss li i, footer #rrss i  {
	color: var(--morado) !important;
}
#wrapper-footer .holder-rrss #rrss li i {
  border: 1px solid var(--morado) !important;
}
hr {
  background: var(--morado) !important;
}
.mdp-readabler-trigger-button-box button .mdp-readabler-trigger-button-icon svg {
  fill: var(--morado) !important;
}
#lista-noticias .detalles small {
  color: var(--bs-gray-600);
}
/* Slider */


/* Servicios */
#franja-contacto .card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: var(--radio);
  min-height: 450px;
  box-shadow: var(--sombra);
}
@media (max-width: 768px) {
  #franja-contacto .card {
    min-height: 350px;
  }
}
@media (max-width: 420px) {
  #franja-contacto .card {
    min-height: 300px;
  }
}
#franja-contacto .card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#franja-contacto .card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#franja-contacto .card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: cover;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#franja-contacto .card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(0, 107, 44, .5) 0%, #1E2567 100%);
}
#franja-contacto .card .card-footer {
  background: none;
  border-top: none;
  position: absolute;
  bottom: 1.5vh;
}
#franja-contacto .card .card-footer .media  {
  float: left;
}
#franja-contacto .card .card-footer .media img {
  background: var(--blanco);
  padding: .5vh;
}
#franja-contacto .card .card-meta {
  color: var(--verde);
}
#franja-contacto .card .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#franja-contacto .card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#franja-contacto .card:hover .card-body {
  margin-top: 30px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#franja-contacto .card .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);
}
#destacados-ayuda .grilla-3 {
  gap: 4vh;
}
#accesos-rapidos .grilla-auto {
	justify-content: center;

}
#all-tarjetas:has(.shortcut:hover) .shortcut:not(:hover) {
  filter: grayscale(10);
  opacity:.5;
}
.shortcut {
transition: all 150ms ease-in-out;
}
.shortcut:hover img {
  transform: scale(1.2);
  transition: all 150ms ease-in-out;
}
.ss-servicios .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
}

.ss-servicios .swiper-slide img.favicon-servicio {
  width: 40px;
  aspect-ratio: 1/1;
}