:root {
    --building-color: #FF9800;
    --house-color: #0288D1;
    --shop-color: #7B1FA2;
    --warehouse-color: #558B2F;
  }

  .btm{
    border-radius: 15%;
   background-color: #FFFFFF;
    border: solid 2px #0288D1;

    
  }

  .btm:hover{
    border: solid 2px #d721a7;

  }



  #modulo-masterclass{
    background-color: #0a47b0b0;
    
    padding-top: 1px;
    padding-bottom: 1px;
    z-index: 500;
    box-shadow: rgba(10, 25, 10, 0.3) 0px 3px 3px 0px;
    
}

#fondo-masterclass{
  background-color: #293242 !important;
  
  padding-top: 1px;
  padding-bottom: 1px;
  z-index: 500;
  box-shadow: rgba(10, 25, 10, 0.3) 0px 3px 3px 0px;
  
}

 
  
/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
 #map {
    height: 100%;
    width: 100%;
    min-height: 600px;
    
    background-color: #F5F5F5;
    border: solid 3px #d721a7;
    border-radius: 10px;
    box-shadow: rgba(10, 25, 10, 0.3) 0px 3px 3px 0px;

  }
  
  /*
   * Property styles in unhighlighted state.
   */
  .property {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
  }
  
  .property::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
  }
  
  .property .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
  }
  
  .property .icon svg {
    height: 20px;
    width: auto;
  }
  
  .property .details {
    display: none;
    flex-direction: column;
    flex: 1;
  }
  
  .property .address {
    color: #9E9E9E;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  
  .property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  
  .property .features > div {
    align-items: center;
    background: #F5F5F5;
    border-radius: 5px;

    display: flex;
    font-size: 10px;
    gap: 5px;
    padding: 5px;
  }
  
  /*
   * Property styles in highlighted state.
   */
  .property.highlight {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: 100px;
    padding: 8px 15px;
    width: auto;
  }
  
  .property.highlight::after {
    border-top: 9px solid #FFFFFF;
  }
  
  .property.highlight .details {
    display: flex;
  }
  
  .property.highlight .icon svg {
    width: 50px;
    height: 50px;
  }
  
  .property .bed {
    color: #FFA000;
  }
  
  .property .bath {
    color: #03A9F4;
  }
  
  .property .size {
    color: #388E3C;
  }
  










/*nodo*/
.top-color-nodo{
  background-color: #EA42CC;
  color: #000;
}
  .property.highlight:has(.color-nodo) .icon {
    color: #EA42CC;
  }
  
  .property:not(.highlight):has(.color-nodo) {
    background-color: #EA42CC;
  }
  
  .property:not(.highlight):has(.color-nodo)::after {
    border-top: 9px solid #EA42CC;
  }





/*gimnasio*/
.top-color-gimnasio{
  background-color: #6EC1C3;
  color: #000;
}
  .property.highlight:has(.color-gimnasio) .icon {
    color: #6EC1C3;
  }
  
  .property:not(.highlight):has(.color-gimnasio) {
    background-color: #6EC1C3;
  }
  
  .property:not(.highlight):has(.color-gimnasio)::after {
    border-top: 9px solid #6EC1C3;
  }

/*incubadora*/
.top-color-incubadora{
  background-color: #2932F5;
  color: #FFFFFF;
}
  .property.highlight:has(.color-incubadora) .icon {
    color: #2932F5;
  }
  .property:not(.highlight):has(.color-incubadora) {
    background-color: #2932F5;
  }
  .property:not(.highlight):has(.color-incubadora)::after {
    border-top: 9px solid #2932F5;
  }



/*hubi*/
.top-color-hubi{
  background-color: #60C976;
  color: #000;

}
  .property.highlight:has(.color-hubi) .icon {
    color: #60C976;
  }
  .property:not(.highlight):has(.color-hubi) {
    background-color: #60C976;
  }
  .property:not(.highlight):has(.color-hubi)::after {
    border-top: 9px solid #60C976;
  }

/*distrito*/
.top-color-distrito{
  background-color: #172088;
  color: #FFFFFF;
}
  .property.highlight:has(.color-distrito) .icon {
    color: #172088;
  }
  .property:not(.highlight):has(.color-distrito) {
    background-color: #172088;
  }
  .property:not(.highlight):has(.color-distrito)::after {
    border-top: 9px solid #172088;
  }


/*comunidades*/
.top-color-comunidades{
  background-color: #f39b43;
  color: #000;

}
  .property.highlight:has(.color-comunidades) .icon {
    color: #f39b43;
  }
  .property:not(.highlight):has(.color-comunidades) {
    background-color: #f39b43;
  }
  .property:not(.highlight):has(.color-comunidades)::after {
    border-top: 9px solid #f39b43;
  }






  /*
   * House icon colors.

  .property.highlight:has(.fa-house) .icon {
    color: var(--house-color);
  }
  
  .property:not(.highlight):has(.fa-house) {
    background-color: var(--house-color);
  }
  
  .property:not(.highlight):has(.fa-house)::after {
    border-top: 9px solid var(--house-color);
  }
     */
  
  /*
   * Building icon colors.
  
  .property.highlight:has(.fa-building) .icon {
    color: var(--building-color);
  }
  
  .property:not(.highlight):has(.fa-building) {
    background-color: var(--building-color);
  }
  
  .property:not(.highlight):has(.fa-building)::after {
    border-top: 9px solid var(--building-color);
  }
   */


  /*
   * Warehouse icon colors.
   */
  .property.highlight:has(.fa-warehouse) .icon {
    color: var(--warehouse-color);
  }
  
  .property:not(.highlight):has(.fa-warehouse) {
    background-color: var(--warehouse-color);
  }
  
  .property:not(.highlight):has(.fa-warehouse)::after {
    border-top: 9px solid var(--warehouse-color);
  }
  
  /*
   * Shop icon colors.
   */
  .property.highlight:has(.fa-shop) .icon {
    color: var(--shop-color);
  }
  
  .property:not(.highlight):has(.fa-shop) {
    background-color: var(--shop-color);
  }
  
  .property:not(.highlight):has(.fa-shop)::after {
    border-top: 9px solid var(--shop-color);
  }
  
  

  #logo-tarje{
    background-color: #FFFFFF;
    padding: 10PX 10PX;
    border-radius: 10px;
  }

  .detalleb{
z-index: 999000;
  }




#slider-mentores{
  /*top: -150px;*/
  position: relative;
  max-height: 100px;
  height: 80px;
  background: url(../images/head_mentores.jpg);
  background-size: cover;
  background-position: center center;

}





#canvas_tarjeta > div.modal-header {
  background-color: aliceblue;
  color: #000;
  border-bottom: solid 1px #7e97c2;

}


#canvas_tarjeta > div.modal-header > .btn-close{
  color: #d721a7 !important;
}

  .modal-footer{
    background-color: #0a47b0;
    border-top: #0a47b0;
  }


.modal-body{
  background-color: #ffffff;
  min-height: 200px;
  color: #000;
  border-bottom: #031b69;
}

.foto-modal{
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.modal-header{
  /*background-color: #031b69;*/
  border-bottom: #031b69;

}
#cargando{
  color: #d721a7;
}

.cargandosp{
  color: #031b69;
}




  



#opciones{
  background-color: #00000037;
  min-height: 120px;

  padding-top: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - TARJETAS MASTERCLASS */
  
.tarjeta{
  transition: all 0.2s ease-out;
  border: solid 2px #331979;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 580px;
  overflow: hidden;
  
}

.tarjeta:hover{
  border: solid 2px #EFAC00;

}

.tarjeta-foto{
  height: 240px;
  background-color: #000;
  overflow: hidden;
  background-image:  url(../img/generico.jpg);
  background-size: cover;

}

.tarjeta-foto img{
  transition: all 0.5s ease-out;
  margin: 0px auto;
  transform: scale(1, 1);

}

.tarjeta-foto img:hover{

  transform: scale(1.2, 1.2);
  transform-origin: top;

}

.tarjeta-texto{
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 20px;
  min-height: 60px;
  text-align: center;
  

}

.tarjeta-canvas-links{
  background-color: #031b69;
  padding-top: 10px;
  min-height: 60px;
  

}



.tarjeta-canvas-expertice{
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 96px;
  padding-left: 10px;
  padding-right: 10px;
  

}

.expert{
  color: #000;
}


.titulo{
  text-align: center;
  color: #000;
  font-size: 22px;
  min-height: 52px;
  
}



.descripcion{
  text-align: center;
  color: #515155;
  font-size: 14px;
  min-height: 100px;
}



.boton-rosa{
  background-color: #EFAC00;
  color: #FFFFFF;
}

label{
  color: #000;
}

.modal-titulo-secc{
  color: #5d5d5d;

}


.mentor-con-badge {
  position: relative;
  
  background-color: #f0f0f0;
  display: inline-block;
}


.mentor-con-badge::before {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: -40px;
  background-color: #ff0000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  z-index:300;
  transform: rotate(45deg);
  
}



/*- - - - - -  etiquetas de color segun la clasificación */

.powerskills{
  background-color: #D95A11;
  color: #fff;
}

.innovacion{
  background-color: #5A056D;
  color: #fff;
}

.emprendimiento{
  background-color: #E3AA1D;
  color: #fff;
}




.negocios{
  background-color: #025373;
  color: #fff;
}



.ciencia{
  
  background-color: #0ABF49;
  color: #fff;
}

.label-filter{
  font-size: 16px;
}

.etiqueta-tarjeta{
  font-family: 'AmpleSoftPro-Bold';
  
  margin-top: 2px;
  margin-bottom: 2px;

display: inline-block;
padding: .35em .65em;
font-size: 12px;

line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
}





#navbarCollapse2 > ul > li{
  margin-left: 5px;
}

.btn-outline-light{
  border-color: #0288D1;
}

.btn-outline-light:hover{
  color: #0288D1 !important;
}




.contenido-inicio{
  margin-top: 20px;
  background-color: #00000037;
  
}

.contenido-inicio2{
  margin-top: 20px;
  background-color: #00000020;

}


#lista-inicio li{
  color: #fff;
  border-color: #6f6f6f;
  transition: all 0.3s ease-out;
}

#lista-inicio li:hover{
  background-color: #000;

}


.mentoria-canvas{

  margin-top: 20px;
  padding: 1rem 1rem;
  background-color: #00000040;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;

}

#canvas_mentorias{
 /* overflow-y: scroll;
  max-height: 600px;

  */
}

.p-ayuda{
  color: #c4d9f8;

}

.modal_encabezado_mentorias{
  background-color: aliceblue;
  color: #000;
  border-bottom: solid 1px #c4d9f8;
}

#canvas_modal_mentorias{
  color: #000;
}


#baselared{
  background-color: #1c1f23;
  min-height: 200px;
}

#basequeahcemos{
  background-color: #182938;
  min-height: 400px;
}




#basetestimonios{
  background-color: #ccc;
  min-height: 300px;
}