/*
Theme Name: Xtrail Child
Theme URI: https://xtrail.qodeinteractive.com/
Description: A child theme of Xtrail Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: xtrail
Template: xtrail
*/

/* Estilos generales del modal */
#team_none {
	display: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Contenedor del contenido del modal */
.modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: center;
    position: relative;
}

/* Botón de cierre */
.close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}


.wp-block-list {
    list-style-type: none!important;
    padding-left: 1.2rem!important;
	/*line-height: 28px!important;*/
}


.wp-block-list > li {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px!important;
}


.c_w {
	color: white!important;
}

.m_y_s {
	margin-right: 2em;
	margin-left: 2em;
}

.qodef-related-events-holder, .clearfix {
  padding-top: 0!important;
}

.micuenta > a > span > span.item_text {
  display: none !important;
}

.qodef-page-content-holder {
  background-color: rgb(247, 247, 246) !important;
  /* margin: 0!important; */
  /* padding: 20px!important; */
}

.qodef-container-inner {
  padding: 20px 0 !important;
}

.qodef-logo-wrapper > a > img {
  height: 60px !important;
  margin: -12px 0px !important;
}

.qodef-single-event-info-date {
  display: none !important;
}
.qodef-ttevents-single-title {
  margin: 40px 0 20px !important;
}

.c_p {
  color: #f7b932;
}

.icons_event_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
}
.margin_icons_event_s {
  margin: 0 10px;
}

.icons_event_items {
  margin: 0 12px;
}

.title_icons_event {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin: 0;
}

.hover01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover01:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.subrayado {
  height: 3px;
  width: 72px;
  border-top: 4px solid #f7b932;
  line-height: 27px;
  margin-bottom: 20px;
}

.title_cat {
  margin: 88px 0 10px;
  padding: 40px 0 20px;
  background-color: rgb(247, 247, 246);
}

.subtitle_cat > p {
  margin: 40px 0 40px 16px;
}

.ver_cursos {
  margin: 20px 0 40px 16px;
  cursor: pointer;
}

.ver_cursos:hover {
  color: #f7b932;
}

/* .sticky {
margin-bottom: 40px;  
} */

.menu-fixed {
  margin-top: 100px;
  position: fixed;
  z-index: 1000;
  top: 0;
  /*max-width:1000px;*/
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.5);
}

.menu_eventos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 0;
}

.menu_eventos > li {
  cursor: pointer;
  list-style: none;
  padding: 0 20px;
  font-size: 2rem;
}

.menu_eventos > li > h4 {
  /* margin: 0;
    padding: 0;
    font-size: 2rem; */
  color: #5b5b5b;
  border-bottom: 4px solid transparent;
}

.menu_eventos > li > h4:hover {
  transform: scale(1.1, 1.1);
  color: black;
  border-bottom: 4px solid #f7b932;
}

.menu_eventos_on {
  color: black;
  border-bottom: 4px solid #f7b932;
}

.menu_eventos_off {
  color: #5b5b5b;
  border-bottom: 0;
}

.items_menu_eventos:hover {
  /* transform: scale(1.2, 1.2); */
  /* cursor: pointer; */
  /* color: #f7b932; */
  /* border-bottom: 2px solid #f7b932; */
}

.title_escuelas > h1 {
  margin: 40px 0 0;
  padding: 60px 0 40px;
  background-color: white;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cursos_container {
  margin: 20px 0;
  background-color: rgb(247, 247, 246);
}

.cursos_box {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  width: auto;
  margin: 20px 0 40px;
  /* padding: 20px; */
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cursos_box::-webkit-scrollbar {
  width: 8px; /* Tamaño del scroll en vertical */
  height: 8px; /* Tamaño del scroll en horizontal */
  /* display: none;   Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.cursos_box::-webkit-scrollbar-thumb {
  background: #fbd585;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.cursos_box::-webkit-scrollbar-thumb:hover {
  background: #facb64;
  box-shadow: 0 0 2px 1px rgba(51, 38, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.cursos_box::-webkit-scrollbar-thumb:active {
  background-color: #f7b932;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.cursos_box::-webkit-scrollbar-track {
  background: #fbedcf;
  border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.cursos_box::-webkit-scrollbar-track:hover,
.cursos_box::-webkit-scrollbar-track:active {
  background: #fce3ad;
}

.tarjet_container {
  padding: 0 0 40px;
  position: relative;
  background-color: rgb(255, 255, 255);
  margin: 20px 10px;
  min-width: 360px;
  width: auto;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tarjet_price {
  position: absolute;
  top: 35px;
  left: 40px;
  margin: 0;
  padding: 6px 10px;
  background-color: #f7b932;
  border-radius: 4px;
}

.tarjet_price > p {
  margin: 0;
}

.tarjet_img {
  border-radius: 5px;
  height: 18rem;
}

.tarjet_info_container {
  position: absolute;
  margin: -40px 30px 0 30px;
  width: calc(100% - 60px);
  /* position: absolute; */
  /* top: 32%; */
  /* left: 23px; */
  /* margin-left: 20px;
    margin-right: 20px; */
}

.tarjet_info {
  display: flex;
  justify-content: space-around;
  background-color: #f7b932;
  /* width: 100%; */
  border-radius: 5px;
}

.tarjet_info_item {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tarjet_info_item > p {
  padding: 0;
  margin: 0;
}

.tarjet_resu_box {
  margin: 30px;
  max-width: 400px;
}

.tarjet_title {
  max-width: 400px;
  /* color: white; */
  padding: 25px 0 10px;
  margin: 0;
}

.tarjet_place_box {
  max-width: 400px;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  color: #f7b932;
}
.tarjet_place_box > span {
  margin-left: 20px;
  /* color: white; */
}

.excerpt2mas {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.excerpt2mas:hover {
  cursor: pointer;
  color: #f7b932;
}

.excerpt2masUp {
  text-align: center;
  margin-bottom: 20px;
}

.excerpt2masUp:hover {
  cursor: pointer;
  color: #f7b932;
}

.after_event_cont {
	margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.after_event_cont_dr {
  width: 46%;
  /* margin-bottom: 20px; */
}

.after_event_cont_iz {
  width: 46%;
  margin-bottom: 40px;
}

.after_event_vistzo_item {
  display: flex;
  align-items: center;
}

.after_event_text {
  color: #f7b932;
  font-size: 14px;
}

.after_event_img {
  width: 100%;
  /* position: absolute; */
  /* top: 0;
  left: 0; */
  /* margin-bottom: 40px; */
  height: 100%;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  /* z-index: 1; */
}

.event_calendar_container {
  margin: 40px 0 0;
}

.error {
  color: rgb(248, 87, 87);
}

/* @media (max-width: 1300px) {
    .tarjet_container {
      width: 30%;
    }
  }*/

@media only screen and (max-width: 680px) {
    h2 {
        line-height: 32px!important;
    }
}

@media (max-width: 1024px) {
  .menu-fixed {
    margin-top: 84px;
  }
}

@media (max-width: 780px) {
  .tarjet_container {
    min-width: 100%;
  }

  .after_event_cont_dr {
    width: 100%;
  }

  .after_event_cont_iz {
    width: 100%;
    margin-bottom: 80px;
  }
  
  .qodef-grid-col-12{
    padding: 0!important;
  }
  /* .tarjet_info_container {
      top: 56%; 
      left: 15%;
    }
  
    .tarjet_info {
      width: 400px;
    } */
}
