/*
Theme Name: Eventos Masterchef
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.faq .question:before, .faq .question:after, .faq .question > .title .num {
  display: none !important;
}

.faq .question > .title {
    padding-left: 25px;
}

.faq .question > .answer {
    padding-left: 27px;
    padding-top: 5px;
    padding-bottom: 30px;
}

.slider-image-gallery.n2 .slick-slide img {
  height: 26vw;
  max-height: unset !important;
}

.casos-exito-slider-custom .slick-slide img {
  height: 24vw !important;
  max-height: unset !important;
}

.faq a {
  color: black !important;
  text-decoration: underline !important;
}

.casos-exito-inicio img {
  height: 520px;
  object-fit: cover;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.casos-exito-inicio .custom-slide {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.casos-exito-inicio h3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.casos-exito-inicio  {

}

.banner-image img {
  width: 100%;
}

/********** BLOG **********/

@media (max-width: 959px) {
  .single-title, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .lista_entradas_blog_eventos .titulo {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.single-post .the_content_wrapper a {
  color: black !important;
  text-decoration: underline !important;
}

.single-post h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
}

.single-post .wp-block-image {
  margin: 35px 0;
}

.single-header {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.single-header .overlay {
    width: 100%;
    padding: 80px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    text-align: center;
}

.single-title {
    color: #ffffff;
    max-width: 720px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 35px;
}

.single-content {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

.lista_entradas_blog_eventos .grid-contenedor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 959px) {
    .lista_entradas_blog_eventos .grid-contenedor {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .lista_entradas_blog_eventos .grid-contenedor {
        grid-template-columns: 1fr;
    }
}

.lista_entradas_blog_eventos .item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.lista_entradas_blog_eventos .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}

.lista_entradas_blog_eventos .image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    height: 250px;
    object-fit: cover;
}

.lista_entradas_blog_eventos .image-wrapper:hover img {
    transform: scale(1.05);
}

.lista_entradas_blog_eventos .overlay {
    position: absolute;
    inset: 0;
    background: rgba(249,67,12,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lista_entradas_blog_eventos .overlay span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.lista_entradas_blog_eventos .image-wrapper:hover .overlay {
    opacity: 1;
}

.lista_entradas_blog_eventos .titulo {
    margin-top: 20px;
    text-align: center;
      font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.lista_entradas_blog_eventos .paginacion {
    margin-top: 50px;
    text-align: center;
}

.lista_entradas_blog_eventos .paginacion .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 10px 16px;
    border-radius: 30px;
    background: #f2f2f2;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover */
.lista_entradas_blog_eventos .paginacion .page-numbers:hover {
    background: rgb(249 67 12);
    color: #fff;
    transform: translateY(-2px);
}

/* Página actual */
.lista_entradas_blog_eventos .paginacion .current {
    background: rgb(249 67 12);
    color: #fff;
    font-weight: 600;
}
/********** final - BLOG **********/

.wp-carousel-custom-1 img {
  height: 400px !important;
  object-fit: cover;
  border-radius: 30px;
  object-position: center;
}

.wp-carousel-custom-1.n2 img {
  height: 450px !important;
}

footer a.link-normal {
  text-decoration: none !important;
}

footer a.link-normal:hover {
  color: #FFFFFF !important;
}

.casos-exito-slider-custom .caso-texto-custom {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.casos-exito-slider-custom .slider-text .slick-slide:not(.slick-current ) {
  opacity: 0;
}

.slider-image-gallery a {
  pointer-events: none;
}

.slider-image-gallery .gallery {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider-image-gallery .slick-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.7);
  opacity: 0.4;
}

.slider-image-gallery .slick-center {
  transform: scale(1.05);
  opacity: 1;
  z-index: 10;
}

.slider-image-gallery .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-position: center;
  max-height: 340px;
  object-fit: cover;
  border-radius: 30px;
  margin-top: 12px;
}

.slider-image-gallery .slick-slide .image_frame {
  border-radius: 0 !important;
}


/* efecte scale menu sidebar*/
@keyframes rebote {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.1); }
  60%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}

html.mfn-sidemenu-entrance-default .mfn-sidemenu-tmpl .wrap {
  animation: rebote 0.8s ease-in-out .2s;
}
/* final - efecte scale menu sidebar*/

/* hamburguesa menu */
.hamburger-container {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: transparent;
    overflow: hidden;
}

.hamburger-container:hover {
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.hamburger {
  width: 25px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

@keyframes slideDownUp {
  0%   { transform: translateY(0); opacity: 1; background-color: #fff; }
  50%  { transform: translateY(100%); opacity: 0; background-color: #000; }
  51%  { transform: translateY(-100%); opacity: 0; background-color: #000; }
  100% { transform: translateY(0); opacity: 1; background-color: #000; }
}

.hamburger-container:hover .hamburger span {
  animation: slideDownUp 0.6s ease forwards;
}

.hamburger-container:hover .hamburger span:nth-child(1) { animation-delay: 0s; }
.hamburger-container:hover .hamburger span:nth-child(2) { animation-delay: 0.1s; }
.hamburger-container:hover .hamburger span:nth-child(3) { animation-delay: 0.2s; }
/* final - hamburguesa menu */

.mcb-header-section {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.mfn-header-scrolled .mcb-header-section {
  background-color: #252525;
  transition: background-color 0.3s ease;
}

.wpcf7-form .dos-cf7 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  column-gap: 8%;
}

.wpcf7-form .dos-cf7 p {
  width: 46%;
}

.wpcf7-form .textarea-cf7 {
  width: 100%;
}

.wpcf7-form .textarea-cf7 textarea {
    min-height: 130px;
    height: 130px;
    min-width: 100%;
}

.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form select {
  background: none !important;
  border: none !important;
  border-top: 1px solid white !important;
  box-shadow: none !important;
  padding-left: 0;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea, .wpcf7-form input::placeholder, .wpcf7-form select::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 19px;
  color: white !important;
}

.wpcf7-form select option {
  color: black !important;
}

.wpcf7-form textarea {
  background: none !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  padding: 16px;
  margin-top: 20px;
}

.wpcf7-form .enviar-cf7 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.wpcf7-form .wpcf7-submit {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.wpcf7-form .boto-submit-cf7 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 25px;
}





.mfn-sidemenu-closebutton:not(.no-ocultar) {
  display: none !important;
}

.mfn-sidemenu-tmpl .mfn-sidemenu-closebutton {
  position: relative;
  margin-top: -9px;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-nonstop 30s linear infinite;
}

.marquee-item {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@keyframes scroll-nonstop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}



.mfn-rev-slider a {
  font-size: 18px !important;
  line-height: 24px !important;
  width: fit-content !important;
  height: fit-content !important;
  padding-bottom: 5px !important;
}

.mcb-column:not(.menu-sense-efectes) .column_attr a:not(.hamburger-container):not(.link-normal):not(.page-numbers), .wpcf7-form .wpcf7-submit, .mfn-rev-slider a {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 5px;
}

.mcb-column:not(.menu-sense-efectes) .column_attr a:not(.hamburger-container):not(.link-normal):not(.page-numbers)::after, .wpcf7-form .boto-submit-cf7::after, .mfn-rev-slider a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 79px;
  height: 2px;
  background-color: white;
  text-decoration: none;
  transition: width 0.3s ease;
}

.mfn-sidemenu-tmpl .mcb-column a::after {
  background-color: black !important;
}

.mfn-sidemenu-tmpl .menu-item a::after {
  background-color: unset !important;
}

.mcb-column a:hover::after, .wpcf7-form .boto-submit-cf7:hover::after {
  width: 100% !important;
}


.mfn-sidemenu-tmpl .menu-item a {
  font-size: 30px !important;
  line-height: 36px !important;
  text-align: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

.mfn-sidemenu-tmpl .menu-item a:hover {
  transition: .2s ease-in-out;
  transform: scale(1.1);
}



.mcb-header-section a:not(.mfn-icon-box):not(.logo-wrapper):not(.link-normal) {
  font-size: 14px !important;
  line-height: 20px !important;
}

.mfn-sidemenu-tmpl a {
  color: black;
  font-size: 14px !important;
  line-height: 20px !important;
}

.logo-cliente-custom {
    /* height: 45px !important; */
    height: unset !important;
    margin: 0 15px;
}

/* body:not(.mfn-ui-bebuilder-page) */ .marquee-logos {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

/* body:not(.mfn-ui-bebuilder-page) */ .marquee-logos .column_attr {
  display: flex;
  width: max-content;
  animation: scroll-nonstop 60s linear infinite;
  flex-wrap: nowrap;
  align-items: center;
}


@keyframes scroll-nonstop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

.barra-superior p {
  margin-bottom: 0;
}

.barra-superior a {
  color: white !important;
  font-size: 13px !important;
  line-height: 19px !important;
}




.mcb-column:not(.menu-sense-efectes).linia-curta a:not(.mfn-icon-box):not(.logo-wrapper):not(.link-normal)::after, .mcb-column:not(.menu-sense-efectes) a.linia-curta:not(.mfn-icon-box):not(.logo-wrapper):not(.link-normal)::after {
  width: 44px;
}

@media (max-width: 1239px) {
  .wpcp-carousel-wrapper {
    max-width: 50vw !important;
  }
}

@media (max-width: 767px) {
   .wpcp-carousel-wrapper {
      max-width: 70vw !important;
      margin: 0 auto !important;
  }

  .wp-carousel-custom-1.n2 img {
      height: 250px !important;
  }

  .casos-exito-inicio img {
    border-radius: 35px;
    height: 50vh;
    margin-bottom: 15px;
  }

  .casos-exito-inicio .custom-slide {
    padding: 0 25px;
  }

  .mfn-sidemenu-tmpl .menu-item a {
      font-size: 20px !important;
      line-height: 26px !important;
  }

  .wpcf7-form .enviar-cf7 {
    flex-wrap: wrap;
  }

  .wpcf7-form .dos-cf7 p {
    width: 100%;
  }

  .eventos-1 .banner-image {
    text-align: center;
  }
}

/* @media (max-width: 959px) {
  .mfn-header-scrolled .mcb-header-section {
    background-color: #0A2A43;
  }
} */

@media (max-width: 370px) {
  .mfn-sidemenu-tmpl .menu-item a {
      font-size: 15px !important;
      line-height: 21px !important;
  }
}


