.custom-search {
  position: relative;
  width: 370px;
  left: -12%;
}
.custom-search-input {
  width: 200%;
  border: 1px solid #ccc;
  border-radius: 200px;
  padding: 10px 200px 10px 20px; 
  line-height: 3;
  box-sizing: border-box;
  outline: none;
}
.custom-search-botton {
  position: absolute;
  right: -99%; 
  top: 3px;
  bottom: 3px;
  border: 0;
  background: #cf8421;
  color: #fff;
  outline: none;
  margin: 0;
  padding: 0 10px;
  border-radius: 100px;
  z-index: 2;
}
@media screen and (max-width: 600px){
  .custom-search {
    position: relative;
    width: 280px;
  }
  .custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px; 
    line-height: 1;
    box-sizing: border-box;
    outline: none;
  }
  .custom-search-botton {
    position: absolute;
    right: 3px; 
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #cf8421;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 2;
  }
}
.playbutton {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 74px;

  border-color: transparent transparent transparent #202020;
  transition: 100ms all ease;
  cursor: pointer;

  
  border-style: solid;
  border-width: 37px 0 37px 60px;
}
  .hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  
    @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
    
    /*Cards*/
    .expositores-stands .container-card{
      width: 100%;
      display: flex;
      max-width: 1400px;
      margin: auto;
    }
    .expositores-stands .title-cards{
      width: 100%;
      max-width: 1080px;
      margin: auto;
      padding: 20px;
      margin-top: 20px;
      text-align: center;
      color: #000000;
      
    }
    .expositores-stands .card{
      width: 100%;
      border-radius: 26px;
      overflow: hidden;
      background:#fff;
      box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
      transition: all 400ms ease-out;
      cursor: default;
      
    }
    .expositores-stands .card:hover{
      box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
      transform: translateY(-3%);
    }
    .expositores-stands .cardIMG{
      /* width: 100%;
      height: 210px;  */
      width: 100%;
        height: 300px;
        object-fit:cover!important;
       /* margin-bottom: -1rem; */
    }
    
    .expositores-stands .card figure{
      margin: 0 0 0 !important;
    }
    
    .expositores-stands .card .contenido-card{
      
      text-align: center;
      background: #ffffff;
      color: #000;
      
    }
    .expositores-stands .card .contenido-card h3{
      margin-bottom: 15px;
      color: #000000;
      font-weight: 600;
      font-size: 15px;
    }
    .expositores-stands .card .contenido-card p{
      /* line-height: 1.8; */
      color: #000000;
      font-size: 14px;
      margin-bottom: 5px;
      height: 120px;
      
    }
    .expositores-stands .card .contenido-card a{
      display: inline-block;
      padding: 2px;
      margin-top: 5px;
      margin-left: 1px;
      margin-right: 1px;
      text-decoration: none;
      color: #ffffff;
      border-radius: 4px;
      transition: all 400ms ease;
      margin-bottom: 5px;
      font-size: smaller;
      background: #e31561;
      text-align: center;
      vertical-align: bottom;
      font-family: 'Quicksand';
    }
    
    .Instrucciones .list-group-item-beneficios .vermapa{
      color:#595a5b
    }

    .Instrucciones .list-group-item-beneficios .vermapa:hover{
      color:#e31561;
      text-decoration: none;
    }
    
    
  
    a {
      
      color: #e64343;	
      font-size: 15px;
      text-decoration: none;
      margin-top: 10px;
      /* text-decoration: underline; */
      
    }
    
    
    
    .list-group a:hover{
      text-decoration: underline;
      color: #333333;
    }
    
    
    
    h2 {
      text-transform: uppercase;
      color: #333333;
      font-weight: 500;	
    }
    
    .cate-2 {
        list-style: none;
        padding: 0px;
    }
    
    .cate-2 li{
        border-bottom: 1px solid #ffffff;
        padding: 10px;
        
    }
    
    
    
    
    
    .cate-2 li.active>a,
    a[aria-expanded="true"] {
        color: #ffffff;
        background: transparent;
    }
    
    .cate-2 li a .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    
   
    
    .list-group h4{
      font-size: 14px;
    } 
    
    .row h1 {
       text-transform: uppercase;
      text-align: center;
    }
    
    /* .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * 2.5)!important;
        margin-left: calc(var(--bs-gutter-x) * 2.5)!important;
    } */
    
    
    
    @media only screen and (min-width:320px) and (max-width:700px){
      .expositores-stands .container-card{
        flex-wrap: wrap;
        
      }
      .expositores-stands .card{
        margin: 15px;
        
      }
    
      .expositores-stands .title-cards{
        width: 100%;
        max-width: 1080px;
        margin: 0px;
        padding: 4px;
        margin-top: 20px;
        text-align: center;
        color: #7a7a7a;
        /* margin-top: -3.5rem;
        margin-bottom: -2rem; */
        
      }
    
       .row h1 {
        text-transform: uppercase;
         text-align: center;
         margin-top: 0rem;
       }
       
    
    }
    
    @media only screen and (min-width:701px) and (max-width:800px){
      .expositores-stands .container-card{
        flex-wrap: wrap;
        
      }
      .expositores-stands .card{
        margin: 15px;
        
      }
    
      .expositores-stands .title-cards{
        width: 100%;
        max-width: 1080px;
        margin: 0px;
        padding: 4px;
        margin-top: 20px;
        text-align: center;
        color: #7a7a7a;
        /* margin-top: -3.5rem;
        margin-bottom: -2rem; */
        
      }
    
       .row h1 {
        text-transform: uppercase;
         text-align: center;
         margin-top: 0rem;
       }
    
       .expositores-stands .card .contenido-card h3 {
        margin-bottom: 15px;
        color: #000000;
        font-weight: 600;
        font-size: 12.5px;
      }
    
      #expositores-stands img {
        padding: 26%;
        margin-top: -50px;
    }
    #expositores-stands h3 {
      font-size: 30px!important;
  }
    #expositores-stands h6 {
      font-size: 23px!important;
  }
    
    }
    
    @media only screen and (min-width:1001px) and (max-width:1030px){
      .expositores-stands .card .contenido-card h3 {
        margin-bottom: 15px;
        color: #000000;
        font-weight: 600;
        font-size: 13px;
      }
    }
    
    /* @media only screen and (min-width: 1024px) {
    
      .content {
        margin: 15% 5%;
        display: grid;
        grid-template-columns: 25% 1fr;
    
      }
    } */
    
    
    /*Fin-Cards*/
    .am-btn1 {
      display: inline-block;
      font-weight: 600;
      color: white;
      text-align: center;
      vertical-align: middle;
      border: none;
      padding: 0.2rem 1.5rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 50px;
      background: #e31561;
      text-decoration: none;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
    


.colorTexto{
  color: #e31561;;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 65%;
}
.grid-containerSalvador {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 47%;
}
.float-container {
  border: 3px solid #fff;
  padding: 5px;
}

.float-child {
  width: 50%;
  float: left;
  padding: 5px;
  
}
.float-containerpo {
  border: 3px solid #fff;
  padding: 5px;
}

.float-childpo {
  width: 50%;
  float: left;
  padding: 5px;
  
}
tr{
  border-style: hidden!important;
}
.tablaconcolor{
  background-color: #d8dada;
}
@media screen and (min-width:300px) and (max-width:1030px){
  .float-containerpo {
    border: 3px solid #fff;
    padding: 5px;
  }
  
  .float-childpo {
    width: 50%;
    float: left;
    padding: 1px;
   
  }c
  .muchotxt{
    font-size: 10px;
  }
  .peortxt{
    font-size: 8px;
  }
}
#expositores-stands img{
  padding: 26%;
 
}
#expositores-stands h3{
  color: #595a5b;
  font-family: 'Gilroy-Black';
  font-size: 19px;
}
#expositores-stands h6{
  color: #595a5b;
  font-family: 'Gilroy-Regular';
  font-size: 15px;
}
@media (min-width: 992px){
  #expositores-stands .col-lg-2 {
    flex: 0 0 auto;
    width: 19%;
    
}
}
.gloryregular{
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  color: #595a5b;
  text-align: justify;
}
.quicksandlight{
  font-family: 'Quicksand';
  font-weight: 550;
  color: #595a5b;
  font-size: 22px;
  
  margin-bottom: -0.4rem!important;
}
.quicksandlight2{
  font-family: 'Quicksand';
  font-weight: 550;
  color: #595a5b;
  
  font-size: 22px;
  margin-bottom: -0.4rem!important;
}
.quicksandlightN{
  font-family: 'Quicksand';
  font-weight: 1000;
  color: #595a5b;
  font-size: 22px;
  
}
.gilRoyBaclk{
  font-family: 'Gilroy-Black';
  font-size: 18px;
  color: #595a5b;
}
.gilRoyMedium{
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #595a5b;
}
.ajustes{
  margin-top: 0.5;
}
#expositores-stands .x{
  margin-bottom: auto;
 
}
.card-footer {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.invisiblecard1{
  visibility: hidden!important;
}
.invisiblecard2{
  visibility: hidden!important;

}
.invisiblecard3{
  visibility: hidden!important;

}
.invisiblecard4{
  visibility: hidden!important;
}
.invisiblecard5{
  visibility: hidden!important;

}
@media only screen and (min-width:1400px){
  .quicksandlight{
    font-size: 30px;
  }
  .quicksandlightN{
    font-size: 32px;
  }
  .quicksandlight2{
    font-size: 32px;
  }
  .gilRoyMedium{
    font-size: 23px;
  }.gilRoyBaclk{
    font-size: 23px;

  }
  #expositores-stands br{
    display: none;
  }
  
  .invisiblecard1{
    display: none;
  }
  .invisiblecard2{
    display: none;
  }
  .invisiblecard3{
   display: none;
  }
  .invisiblecard4{
    display: none;
  }
  .invisiblecard5{
   display: none;
  }
}@media only screen and (min-width:1000px) and (max-width:1399px){
  .invisiblecard1{
    margin: 2px;
  }
  .invisiblecard2{
    margin: 14px;
  }
  .invisiblecard3{
    margin: 13px;
  }
  .invisiblecard4{
    margin: 1px;
  }
  .invisiblecard5{
    margin: 14px;
  }
}
@media only screen and (max-width:500px){
  .recfe-2{
    display:none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* tipografía */

@font-face{
  font-family: 'Gilroy-Black';
  src: url("../fonts/Gilroy-Black.ttf")format('truetype');
}
@font-face{
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.ttf")format('truetype');
}
@font-face{
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.ttf")format('truetype');
}
@font-face{
  font-family: 'GilroyExtraBold';
  src: url("../fonts/GilroyExtraBold.ttf")format('truetype');
}
@font-face{
  font-family: 'GilroyExtraBold';
  src: url("../fonts/GilroyExtraBold.ttf")format('truetype');
}
@font-face{
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.ttf")format('truetype');
}

@font-face{
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.ttf")format('truetype');
}
@font-face{
  font-family: 'LEMONMILK-Bold';
  src: url("../fonts/LEMONMILK-Bold.otf")format('opentype');
}
@font-face{
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf")format('opentype');
}
@font-face{
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-VariableFont_wght.ttf")format('truetype');
}



* {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding : 0;
    background-color: #f4f4f6;
}
.imagen-expositores {
  max-width: 115%;
}

.bg-light-auxiliar {
  /* background: rgba(227,227,227,0.75); */
  background-color: rgb(227 128 32 / 57%);;
}

.btn-rosa{

  background: #e31561;
  color: white;

}

.btn-play{
  border-radius: 56%;
    width: 50px;
    height: 50px;
}

.ver-video{
  color: #595a5b;
  text-decoration: none;
  font-family: 'Quicksand';
  font-weight: 300;
  font-size: 19px;

}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 25px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255 135 24);
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: #ff8e25;
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-family: 'Quicksand';
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
  color: #595a5b !important;
  text-align: right;
  font-size: 16px;
  font-family: 'Quicksand';
}

.img-logo{
  height: 140px;
}

.logo-small{
  height: 100px;
}

.textura-izquierda{
  margin:auto;
}

.textura-derecha{
  margin:auto;
}
@media screen and (min-width: 768px){
  .padding-cards-stands{
    padding: 5%;
  }
}
/* BANNER expositores */
@media screen and (max-width: 768px){
  .padding-titulos{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .textura-izquierda{
    text-align: center;
  }
  .textura-derecha{
    text-align: center;
  }

  .imagen-tabla-beneficios{
    max-width: 90%;
  }
}

.banner-expositores{
  padding-top: 0; 
  overflow: hidden;
  position:relative;
  background-image: url('../assets/images/backgroundinicio.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.banner-expositores .tit-fecha{
  font-family: 'GilroyExtraBold';
  color: #595a5b;
  font-size: 30px;
  margin-bottom: 0px;
}
.banner-expositores .tit-fecha2{
  font-family: 'Gilroy-Regular';
  color: #595a5b;
  font-size: 30px;
}

.banner-expositores .sub-titfecha{
  font-family:'GilroyExtraBold';
  color: #E11B60;
  font-size: 25px;
}

.banner-expositores .p-descripcion{
    
  font-family: 'Gilroy-Regular';
    color: #595a5b;
    width: 80%;
    font-size: 18px;
    text-align: justify;

}

.banner-expositores .p-descripcion span{
  font-family: 'Gilroy-Bold';
}

.beneficios-premios{
  background-color: #E47E1C;
}
.beneficios-premios-font{
  font-family:'GilroyExtraBold';
  color: white;
}

.beneficios-medallas-font{
  font-family:'GilroyExtraBold';
  color: #E62369;
  font-size: 32px;
  margin-top: 5%;
}


.btn-medallas-font{
  font-family: 'Gilroy-Regular';
  color: white;
  background-color: #E38020;
}
.banner-mapa-negrita{
  font-family: 'Gilroy-Black';
}
.banner-mapa-claro{
  font-family: 'Gilroy-Regular';
}
/* Oportunidades */


.Oportunidades .img-sector{
  width: 85%;
}

.font-quicksand{
  font-family: 'Quicksand';
}

.Oportunidades .tit-sector{
  font-family: 'Quicksand';
  font-weight: 500;
  color: #E11B60;
  font-size: xxx-large;
  margin: 0px;

}
.Oportunidades .tit-sector span{
  font-weight: bolder;
}

.Oportunidades .card {

  /* height: 180px; */
  width: 14rem; 
  transition: all 400ms ease-out;
  box-shadow: transparent !important;
  background-color: transparent;
  background-clip: none;
  border: 0px;
}

.Oportunidades .card:hover{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  transform: translateY(-3%);
}

.Oportunidades .card .img-card img{
  width: 50%;
  object-fit: cover;
}

.Oportunidades .card .card-body{

  text-align: center;
  padding: 10px;

  
}

.Oportunidades .card .card-body .card-title{

  font-family: 'Gilroy-Black';
  color: #595a5b;
  font-size: 55px;
}

.Oportunidades .card .card-body .card-subtitle{

  font-family: 'Gilroy-Medium';
  color: #595a5b !important;
  
}

/* Beneficios */

.Beneficios .img-sector{
  width: 85%;
}

.imagen-tabla-beneficios{
  max-width: 50%;
}

.Beneficios .tit-sector{
  font-family: 'Quicksand';
  font-weight: 500;
  color: #E11B60;
  font-size: xxx-large;
  margin: 0px;

}
.Beneficios .tit-sector span{
  font-weight: bolder;
}

.Beneficios .card {

  /* height: 180px; */
  width: 14rem; 
  transition: all 400ms ease-out;
  box-shadow: transparent !important;
  background-color: transparent;
  background-clip: none;
  border: 0px;
}

.Beneficios .card:hover{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  transform: translateY(-3%);
}

.Beneficios .card .img-card img{
  width: 50%;
  object-fit: cover;
}

.Beneficios .card .card-body{

  text-align: center;
  padding: 10px;

  
}

.Beneficios .card .card-body .card-title{

  font-family: 'Gilroy-Black';
  color: #595a5b;
  font-size: 55px;
}

.Beneficios .card .card-body .card-subtitle{

  font-family: 'Gilroy-Medium';
  color: #595a5b !important;
  
}

/* Instrucciones */
.Instrucciones .img-sector{
  width: 85%;
}

.imagen-tabla-Instrucciones{
  max-width: 50%;
}

.Instrucciones .tit-sector{
  font-family: 'Quicksand';
  font-weight: 500;
  color: #E11B60;
  font-size: xxx-large;
  margin: 0px;

}
.Instrucciones .tit-sector span{
  font-weight: bolder;
}

.Instrucciones .card {

  /* height: 180px; */
  width: 14rem; 
  transition: all 400ms ease-out;
  box-shadow: transparent !important;
  background-color: transparent;
  background-clip: none;
  border: 0px;
}

.Instrucciones .card:hover{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  transform: translateY(-3%);
}

.Instrucciones .card .img-card img{
  width: 50%;
  object-fit: cover;
}

.Instrucciones .card .card-body{

  text-align: center;
  padding: 10px;

  
}

.Instrucciones .card .card-body .card-title{

  font-family: 'Gilroy-Black';
  color: #595a5b;
  font-size: 55px;
}

.Instrucciones .card .card-body .card-subtitle{

  font-family: 'Gilroy-Medium';
  color: #595a5b !important;
  
}


/* Instrucciones */

/* FechasImportantes */

.FechasImportantes .img-sector{
  width: 85%;
}


.FechasImportantes .tit-sector{
  font-family: 'Quicksand';
  font-weight: 500;
  color: #595a5b;
  font-size: xx-large;
  margin: 0px;

}
.FechasImportantes .tit-sector span{
  font-weight: bolder;
}

.FechasImportantes .card {

  /* height: 180px; */
  width: 14rem; 
  transition: all 400ms ease-out;
  box-shadow: transparent !important;
  background-color: transparent;
  background-clip: none;
  border: 0px;
}

.FechasImportantes .card:hover{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  transform: translateY(-3%);
}

.FechasImportantes .card .img-card img{
  width: 50%;
  object-fit: cover;
}

.FechasImportantes .card .card-body{

  text-align: center;
  padding: 10px;

  
}

.FechasImportantes .card .card-body .card-title{

  font-family: 'Gilroy-Black';
  color: #595a5b;
  font-size: 55px;
}

.FechasImportantes .card .card-body .card-subtitle{

  font-family: 'Gilroy-Medium';
  color: #595a5b !important;
  
}

.parrafo-fi{
  font-family: 'Quicksand';
  color: #595a5b;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}
@media screen and (max-width: 768px){
  .parrafo-fi{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
  }
}
@media screen and (max-width: 576px){
  .display-null{
    display: none !important;
  }
}

.badge1 {
  display: flex;
  padding: 0.35em 0.65em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #E3801E!important;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.badge2 {
  display: flex;
  padding: 0.35em 0.65em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #C22525!important;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.badge3 {
  display: flex;
  padding: 0.35em 0.65em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #3A8DCB!important;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.badge4 {
  display: flex;
  padding: 0.35em 0.65em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #91BB38!important;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.badge5 {
  display: flex;
  padding: 0.35em 0.65em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #C22525!important;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.list-group-item-beneficios {
  position: relative;
  display: list-item;
  padding: 0.5rem 1rem;
  color: #595a5b;
  font-family: 'Quicksand';
  text-decoration: none;
  background-color: #f4f4f6;
  border: 1px;
}
.adicional-tit {
  font-family: 'GilroyExtraBold';
  font-weight: 500;
  color: #595a5b;
  font-size: xx-large;
  margin-left: 5%;
}
.instrucciones-tit {
  font-family: 'GilroyExtraBold';
  font-weight: 500;
  color: #595a5b;
  font-size: xx-large;
  width: 100%;
  text-align: center;
}
/*//////////////////////////////////////////////////////// FECHAS IMPORTANTES*/
.owl-thumbs{
  margin: 8%;
}

.fimportante .owl-thumb-item {
  
  display: block;
  width: 100%;
  background: #f9f9f9;
  margin-bottom: 16px;
  border-radius: 2px;
  padding: 9px;
  -webkit-transition: .2s;
  transition: .2s;
}



.fimportante .owl-thumb-item.active {
  background: #d8dada;
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.fimportante .owl-thumb-item .media-left {
  color: #848484;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  margin-left: 14px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  display: block;
  vertical-align: middle;
  width: 50px;
}

.fimportante .owl-thumb-item .media-body{
  display: table-cell;
    vertical-align: top;
}

.fimportante .owl-thumb-item .media-body h4{
    font-family: 'GilroyExtraBold';
    font-weight: 600;
    color: #E11B60;
}
.fimportante .owl-thumb-item.active .media-body h4{

  color: #E11B60;
}
.fimportante .owl-thumb-item .media-body p {
  font-family: 'Quicksand';
  font-size: 16px;
  color: #595a5b;
  margin: 7px 0;
}

.fimportante .owl-thumb-item.active .media-left{
  color: #595a5b;
}

.fimportante .owl-thumb-item.active .media-body p{
  color: #595a5b;
}

.descargarPDF-beneficios {
  display: inline-block;
  padding: 1%;
  text-decoration: none;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  transition: all 400ms ease-out;
  font-size: large;
  font-weight: bold;
  background: #e31561;
  text-align: center;
  vertical-align: bottom;
  font-family: 'Quicksand';

}
.descargarPDF-beneficios:hover {
  color: #ffffff;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
    transform: translateY(-3%); 
    cursor: pointer;
    
}

.descargarPDF-mapa {
  display: inline-block;
  padding: 1%;
  text-decoration: none;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  transition: all 400ms ease-out;
  font-size: large;
  font-weight: bold;
  background: #e31561;
  text-align: center;
  vertical-align: bottom;
  font-family: 'Quicksand';
}

.descargarPDF-mapa:hover{
  color: #ffffff;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
  transform: translateY(-3%);
  cursor: pointer;
}

.btn-registrar {
  display: inline-block;
  padding: 1%;
  text-decoration: none;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  font-size: large;
  font-weight: bold;
  background: #e31561;
  text-align: center;
  vertical-align: bottom;
  font-family: 'Quicksand';
  transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
}

.btn-registrar:hover{
  color: #ffffff;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
  transform : scale(1.5);
		-moz-transform : scale(1.5); /* Firefox */
		-webkit-transform : scale(1.5); /* Chrome - Safari */
		-o-transform : scale(1.5); /* Opera */
		-ms-transform : scale(1.5); /* IE9 */
    cursor: pointer;
}

.leerInstPago {
  display: inline-block;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
  text-decoration: none;
  color: #ffffff;
  border-radius: 4px;
  transition: all 400ms ease;
  font-size: medium;
  font-weight: bold;
  background: #e31561;
  text-align: center;
  vertical-align: bottom;
  font-family: 'Quicksand';
}
/*///////////////////////////////////////////////////////*/
.Disponible rect {
  fill: #C8C8C8 !important;
}

.Disponible text {
  fill: white !important;
}

.Proceso rect {
  /* fill: #E38020 !important; */
  fill: #8EB837 !important; 
}

.Proceso text {
  fill: black !important;
}

.Reservado rect {
  /* fill: #8EB837 !important; */
  fill: #E38020 !important;
}

.Reservado text {
  fill: black !important;
}

.Comprado rect {
  fill: #c0290f !important;
}

.Comprado text {
  fill: white !important;
}

.seccion-pasos h5 {
  color: #595a5b;
  font-family: 'Quicksand';
  font-size: 20px;
}

.seccion-pasos iframe{
  width: 100%;
  height: 315px;
}

.logos-expositores h1{
  font-family: 'Quicksand';
  color: #5C5C5C;
  font-size: xxx-large;
}

.logos-expositores .carousel-wrap {
  margin: 20px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.logos-expositores .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.logos-expositores .owl-carousel .item  img{
  
  border-radius: 15px;
}

/* end fix */
.logos-expositores .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #5C5C5C;
}

.logos-expositores .owl-nav i {
  font-size: 40px;
}

.logos-expositores .owl-nav .owl-prev {
  left: -40px;
}

.logos-expositores .owl-nav .owl-next {
  right: -40px;
}

.logos-expositores .primero img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;

}

.logos-expositores .primero {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(7,1fr);
  grid-gap: 20px;
}
/*////////////////////////////////////////////////////////*/

.logos-patrocinadores h1{
  font-family: 'Quicksand';
  color: #5C5C5C;
  font-size: xxx-large;
}

.logos-patrocinadores .carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.logos-patrocinadores .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.logos-patrocinadores .owl-carousel .item  img{
  
  border-radius: 15px;
}

/* end fix */
.logos-patrocinadores .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #5C5C5C;
}

.logos-patrocinadores .owl-nav i {
  font-size: 40px;
}

.logos-patrocinadores .owl-nav .owl-prev {
  left: -40px;
}

.logos-patrocinadores .owl-nav .owl-next {
  right: -40px;
}

/*////////////////////////////////////////////////////////*/
.logos-coorganizadores h1{
  font-family: 'Quicksand';
  color: #5C5C5C;
  font-size: xxx-large;
}

.logos-coorganizadores .carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.logos-coorganizadores .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.logos-coorganizadores .owl-carousel .item  img{
  
  border-radius: 15px;
}

/* end fix */
.logos-coorganizadores .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #5C5C5C;
}

.logos-coorganizadores .owl-nav i {
  font-size: 40px;
}

.logos-coorganizadores .owl-nav .owl-prev {
  left: -40px;
}

.logos-coorganizadores .owl-nav .owl-next {
  right: -40px;
}

/*////////////////////////////////////////////////////////*/

/* MEDIA QUERY  */
@media (min-width:1450px){
  .adicional-tit {
    margin-left: 15%;
  }
}
@media (min-width:1900px){
  .adicional-tit {
    margin-left: 20%;
  }
}
@media (min-width:2200px){
  .adicional-tit {
    margin-left: 25%;
  }
}

@media (max-width:600px){
  .banner-expositores .container{
    padding-top: 30% !important;
  }
  .adicional-tit {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }

  .logos-expositores .owl-nav i {
    font-size: xx-large;
  }

  .logos-expositores .owl-nav .owl-prev {
    left: -20px;
  }

  .logos-expositores .owl-nav .owl-next {
    right: -20px;
  }

  .logos-expositores .owl-nav > div {
    
    top: 55%;

  }
  .logos-patrocinadores .owl-nav i {
    font-size: xx-large;
  }

  .logos-patrocinadores .owl-nav .owl-prev {
    left: -20px;
  }

  .logos-patrocinadores .owl-nav .owl-next {
    right: -20px;
  }

  .logos-patrocinadores .owl-nav > div {
    
    top: 55%;

  }

  .logos-coorganizadores .owl-nav i {
    font-size: xx-large;
  }

  .logos-coorganizadores .owl-nav .owl-prev {
    left: -20px;
  }

  .logos-coorganizadores .owl-nav .owl-next {
    right: -20px;
  }

  .logos-coorganizadores .owl-nav > div {
    
    top: 55%;

  }

  .logos-expositores .primero img {
    border-radius: 10px;
  }
  .logos-expositores .primero {
    
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5px;
  }

}

@media (max-width: 800px) {
  
  .logos-expositores h1{
    font-size: x-large !important;
  }
  .logos-patrocinadores h1{
    font-size: x-large !important;
  }
  .logos-coorganizadores h1{
    font-size: x-large !important;
  }
}

@media (max-width: 900px) {
  
  .logos-expositores h1{
    font-size: xx-large;
  }
  .logos-patrocinadores h1{
    font-size: xx-large;
  }
  .logos-coorganizadores h1{
    font-size: xx-large;
  }
}

@media (max-width:1024px){
  .seccion-pasos iframe{
    width: 100%;
    height: 215px;
  }
  
}



@media (min-width:600px) and (max-width:1024px){
  .banner-expositores .container{
    padding-top: 15% !important;
  }
}

@media (max-width:500px){
  .imagen-tabla-beneficios{
    max-width: 100%;
  }
}

@media (max-width:800px){
  .imagen-tabla-beneficios{
    max-width: 90%;
  }
}

@media (min-width:320px) and (max-width:990px){
  .banner-expositores .tit-fecha {
    font-size: 35px;
    padding-top: 3%;
  }

  .Oportunidades .tit-sector {
    font-size: x-large;
  }
  .Beneficios .tit-sector {
    font-size: xx-large;
  }
  
  .banner-expositores .sub-titfecha {
    font-size: 14px;
  }
  .banner-expositores .p-descripcion {
    width: 96%;
    font-size: 15px;
  }
  .Oportunidades .card {
    /* height: 150px; */
  }
  .Oportunidades .card .card-body .card-title {
    font-size: 50px;
  }
  .Oportunidades .card .card-body .card-subtitle {
    font-size: 15px;
  }

  .img-logo{
    height: 100px;
  }

}


