body {
  font-size: 16px !important;
}
.list-style {
  width: 16px !important;
  height: 16px !important;
}
nav a {
  margin: 0 10px !important;
}
.color-fla {
  color: #a02929;
}
.btn-fla {
  color: #fff;
  background-color: #a02929;
  border-color: #a02929;
}
.btn-fla:hover {
  color: #fff;
  background-color: #bf4b4b;
  border-color: #bf4b4b;
}
.btn-out-fla {
  color: #666;
  background-color: #fff;
  border-color: #a02929;
}
.btn-out-fla:hover {
  color: #000;
  background-color: #fff;
  border-color: #d4d4d4;
}
.btn-out-flasec {
  color: #000;
  background-color: #fff;
  border-color: #d4d4d4;
}
.btn-out-flasec:hover {
  border-color: #d4d4d4;
}

.position-relative-fla {
  position: relative;
  margin-bottom:  10px !important;
}
.listing-container-fla {
  margin-bottom: 6px;
  background-color: var(--theme-content-bg);
  border-radius: var(--theme-element-radius);
  border: 0 solid transparent;
}
.shadow-fla {
  box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
}
.texto {
  background: linear-gradient(#d4d4d4,black);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;  
}
.text-bold {
  font-weight: bold;
}
.text-fine {
  font-weight: 200;
  font-size: 16px;
}
.sub-fla {
  font-weight:300;
  font-size: 20px;
  padding: 20px 50px 0 0;
  text-align: justify;
  color: white;
  line-height: 1.5;
}
/* .carousel-caption {
  bottom: 8rem;
} */
img.flags {
  margin-right: 8px;
  margin-bottom: 2px;
}
img.img-fluid-logo {
  max-width: 80%;
}
.lnr-menu {
  color: #000 !important;
}

.single-img {
  position: relative !important;
}
.boton-tkt {
  z-index: 99;
  position: absolute;
  right: 5%;
  top: 5%;
  display: inline-block;
  color: #fff;
  width: 90px; /* Ancho del botón */
  height: 90px; /* Altura del botón */
  border-radius: 50%; /* Esto hará que el botón sea circular */
  text-align: center;
  line-height: 80px; /* Centra el texto verticalmente */
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #ff0000; /* Color del borde rojo */
  box-shadow: 0px 8px 12px rgba(204, 0, 0, 0.5); /* Sombra para dar un efecto de relieve en rojo */
  
  /* Prefijos de proveedores para compatibilidad */
  -webkit-box-shadow: 0px 8px 12px rgba(204, 0, 0, 0.5);
  -moz-box-shadow: 0px 8px 12px rgba(204, 0, 0, 0.5);
  -ms-box-shadow: 0px 8px 12px rgba(204, 0, 0, 0.5);
  -o-box-shadow: 0px 8px 12px rgba(204, 0, 0, 0.5);
  
  /* Prefijos de proveedores para el borde circular */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.div_esquina {
  z-index: 99;
  position:fixed;
  top: 17%;
  right: -4%;
  transition: transform 1000ms;
}

.div_esquina:hover {
  transform: translateX(-85%);
}
.img_esquina {
  max-height: 50px;
}
.imgservfondo {  
  position: absolute;
  top: 0;
  right: 2%;
  max-height: 130%;
}
.icon-servicio {
  max-height: 80px !important;
}
.image-entradas {
  width: auto !important;
  max-height: 200px !important;
  text-align: center;
  display: inline !important;
}
.cabecera_entradas {
  background-color: #000;
  padding-bottom: 20px;
}

#cabecera_page {
  min-height: 0px !important;
}

@media (max-width: 2500px) {
  .page_h1 {
    color: white;
    text-shadow: 13px 15px 8px rgba(63, 107, 169, 0.5);
    font-size: 120px;
  }
}

@media (max-width: 991px) {
  .page_h1 {
    color: white;
    text-shadow: 13px 15px 8px rgba(63, 107, 169, 0.5);
    font-size: 70px;
  }
}

@media (max-width: 414px) {
  .page_h1 {
    color: white;
    text-shadow: 13px 15px 8px rgba(63, 107, 169, 0.5);
    font-size: 40px;
  }
}
/* FORMULARIOS COMÚN*/
label, legend, span.label {
  color: #a02929;
  font-weight: 500;
  text-align: right;
}
label.required:after, legend.required:after {
  color: #666666;
  font-weight: normal;
  font-size: 12px;
  content: " (*)";
}
form.notlabelreq {
  label.required:after, legend.required:after {
    content: "" !important;
  }
}
label.form-check-label::after {
    content: "" !important;
}
label.label-left {
  text-align: left !important;
}
select[name="DataTables_Table_0_length"] {
  appearance: inherit !important;
}
.chosen-container-single .chosen-single {
  height: 30px !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(160 41 41 / 25%) !important;
}
input::placeholder {
  font-style: italic;
}
.text-right {
  text-align: right;
}
.pl-0 {
  padding-left: 0 !important;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #a02929;
  --bs-btn-border-color: #a02929;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a02929;
  --bs-btn-active-border-color: #a02929;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.colori {
  background: rgba(0, 0, 0, 0.125) url("../img/banner-bg-peq-cded3209193f62df5b56118ef32c34c3.jpg") no-repeat center center;
}
div.card {
  min-height: 85vh !important;
}
.border-top-fla {
  border-top: 1px solid #d4d4d4;
}
.btn-primary {
  background-color: #a02929 !important;
  border: var(--bs-btn-border-width) solid #a02929 !important;
}
.btn-primary:hover {
  border-color: #a02929 !important;
}
.text-gray {
  color: #666 !important;
}
span.formerror {
  color: indianred;
  font-style: italic;
  margin-left: 18%;  
}
span.formimpuesto {
  color: gray;
  font-style: italic;
}
.ml-1 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.5rem;
}

.btn-carousel {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #dc3545;
  --bs-btn-bg: #dc3545;
  --bs-btn-hover-color: #dc3545;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #dc3545;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-rojo {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #dc3545;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #dc3545;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
  min-width: 140px;
}

.texto-pagina > ul {
  list-style: circle !important;
  margin-left: 50px !important;
}
.menu-bar span {
  color: black !important;
}
span.lnr-cross {
  display: none !important;
}
.btn-submit {
  border: 1px solid #d4d4d4;
}
.btn-submit > span {
  color: #d4d4d4;
} 
.btn-submit:hover {
  background-color: #d4d4d4;
}
.btn-submit:hover > span {
  color: #666;
}


.carousel-control-prev-icon-plp {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,1)' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-next-icon-plp {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,1)' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon-plp:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,1)' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon-plp:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,1)' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
} 
.carousel-control-btn-plp {
    width: 35px;
    height: 35px;
    margin: auto 25px;
    text-decoration: none;
}
.carousel-control-prev-plp {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .8;
  transition: opacity .15s ease;
}
.carousel-control-next-plp {
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .8;
  transition: opacity .15s ease;
}

/*
.carousel-control-next-plp {
  right: 0;
}
.carousel-control-next-plp, .carousel-control-prev-plp {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
 */


 .box {
  position:relative;
}

.ribbon-green {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px; 
  text-align: left;
}
.ribbon-green span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; line-height: 20px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg); /* Needed for Safari */
  width: 100px; display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-green span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon-green span::after {
  content: '';
  position: absolute; 
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}


.ribbon-red {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px; 
  text-align: left;
}
.ribbon-red span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; line-height: 20px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg); /* Needed for Safari */
  width: 100px; display: block;
  background: #dc3545;
  background: linear-gradient(#f38e98 0%, #dc3545 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-red span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #dc3545;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #dc3545;
}
.ribbon-red span::after {
  content: '';
  position: absolute; 
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #dc3545;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #dc3545;
}

.ribbon-blue {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;  
  text-align: left;
}
.ribbon-blue span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; 
  line-height: 20px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg); /* Needed for Safari */
  width: 100px; display: block;
  background: #4991f0;
  background: linear-gradient(#a0c8fd 0%, #4991f0 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-blue span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #4991f0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #4991f0;
}
.ribbon-blue span::after {
  content: '';
  position: absolute; rotate(45deg);
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #4991f0;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #4991f0;
}

.ribbon-orange {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;  
  text-align: left;
}
.ribbon-orange span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; 
  line-height: 20px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg); /* Needed for Safari */
  width: 100px; display: block;
  background: #FB8005;
  background: linear-gradient(#FDBE7F 0%, #FB8005 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-orange span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #FB8005;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FB8005;
}
.ribbon-orange span::after {
  content: '';
  position: absolute; 
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #FB8005;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FB8005;
}

.ribbon-morado {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;  
  text-align: left;
}
.ribbon-morado span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; 
  line-height: 20px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg); /* Needed for Safari */
  width: 100px; display: block;
  background: #C607F9;
  background: linear-gradient(#E078FB 0%, #C607F9 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-morado span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #C607F9;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C607F9;
}
.ribbon-morado span::after {
  content: '';
  position: absolute; 
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #C607F9;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C607F9;
}

.ribbon-gris {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;  
  text-align: left;
}
.ribbon-gris span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; 
  line-height: 20px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg); /* Needed for Safari */
  width: 100px; display: block;
  background: #7B797C;
  background: linear-gradient(#B0AFB0 0%, #7B797C 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-gris span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #7B797C;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #7B797C;
}
.ribbon-gris span::after {
  content: '';
  position: absolute; 
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #7B797C;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #7B797C;
}

.disable-link{
  pointer-events: none;        
  text-decoration: none;
}
.footer-social a {
  background-color: transparent !important;
  padding: 10px !important;
}
.img-rrss {
  max-width: 50px !important;
}
.img-miembro {
  text-align: center !important;
  width: 120px !important;
  height: 120px !important;
}


.mr-2 {
  margin-right: 0.5rem !important;
}
.pt-sm-20 {
  padding-top: 20px;
}
.pb-sm-20 {
  padding-bottom: 20px;
}
/* CAROUSEL */
.banner-content h1 {
  font-size: 124px;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 1.15em;
  text-shadow: 13px 15px 8px rgba(63, 107, 169, 0.5);
}
/* CLAIM */
#claim p {
  margin-bottom: 0;
}
/* MIEMBROS */
.miembros_p {
  margin-top: -140px; 
  width: 80%; 
  font-size: 22px !important;
}
.sz-slider .carousel-control-btn {
  margin: 0 !important;
}
.member-area .prev-trigger {
  left: 15%;
  top: 15%;
  transform: translateY(0%);
}
.member-area .next-trigger {
  right: 15%;
  top: 15%;
  transform: translateY(0%);
}
@media (min-width: 320px) {
  /* CAROUSEL */
  .carousel-caption {
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  } 
  .banner-content {
    margin-top: 10px;
  }
  .banner-content h1 {
    font-size: 30px;
  }
  .banner-content h2 {
    font-size: 20px;
  }
  .banner-content h3 {
    font-size: 20px;
  }
  /* CLAIM */
  #claim h2 {
    font-size: 20px;
  }
  /* MIEMBROS */
  .miembros_p {
    margin-top: -170px;
    width: 100%; 
    font-size: 20px !important;
  }
  /* ENTRADAS */
  h3.texto {
    font-size: 20px;
  }
  .btn-out-fla {
    padding: 0 5px;
  }
  h1.color-fla {
    font-size: 25px;
  }
  div.box-espectaculos h2,h3 {
    font-size: 20px;
  }
  /* FORMULARIOS */
  .col-form-label  {
    font-size: 90%;
  }
}

@media (min-width: 480px) {
  /* CAROUSEL */
  .carousel-caption {
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  } 
  .banner-content {
    margin-top: 10px;
  }
  .banner-content h1 {
    font-size: 70px;
  }
  .banner-content h2 {
    font-size: 40px;
  }
  .banner-content h3 {
    font-size: 40px;
  }
  /* FORMULARIOS */
  .col-form-label  {
    font-size: 90%;
  }
}

@media (min-width: 768px) {
  /* CAROUSEL */
  .carousel-caption {
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  } 
  .banner-content {
    margin-top: 10px;
  }
  .banner-content h1 {
    font-size: 70px;
  }
  .banner-content h2 {
    font-size: 40px;
  }
  .banner-content h3 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  /* CAROUSEL */
  .carousel-caption {
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  } 
  .banner-content {
    margin-top: 120px;
  }
  .banner-content h1 {
    font-size: 120px;
  }
  .banner-content h2 {
    font-size: 60px;
  }
  .banner-content h3 {
    font-size: 60px;
  }
  /* DATOS COMPRA ENTRADAS*/
  .mt-entradas {
    margin-top: 2rem !important;
  }
  div.compra-entradas {
    min-height: 85vh;
  }
}
#carouselFlamallorca .carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#carouselFlamallorca .banner-content {
    margin-top: 0;
}

/* Nuevo carrousel fotos y vídeos */
/* Galerías de imágenes y vídeos */
.gallery-image-frame,
.video-card-frame {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 12%);
}

.gallery-image-frame {
    aspect-ratio: 1.4 / 1;
    overflow: hidden;
}

.gallery-image-frame img,
.video-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-image-link {
    display: block;
    text-decoration: none;
}

.video-cover-wrapper {
    position: relative;
    aspect-ratio: 1.4 / 1;
    overflow: hidden;
}

.video-cover-wrapper .play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover-wrapper .vdo-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.video-card-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 10px;
    text-align: center;
}

.video-card-text > :last-child {
    margin-bottom: 0;
}
.gallery-section .carousel-control-prev,
.gallery-section .carousel-control-next,
.video-gallery-section .carousel-control-prev,
.video-gallery-section .carousel-control-next {
    width: 42px;
}

/* Fin nuevo carrousel fotos y vídeos */