/* xl - DESKTOP STYLES */ 
/*========================================================================*//*A C O R D I O*/

.porto-sicon-box.btn_ubicaciones {
    background: #eff3f3;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    border: solid 1px var(--porto-primary-color);
    margin-bottom: 5px;
	transition: .3s ease all;
}
.porto-sicon-box.btn_ubicaciones:hover,
.porto-sicon-box.btn_ubicaciones.active {
    background: var(--porto-primary-color);
	transition: .3s ease all;
}
.porto-sicon-box.btn_ubicaciones:hover .porto-just-icon-wrapper.porto-icon,
.porto-sicon-box.btn_ubicaciones:hover h3.porto-sicon-title{
    color: #fff !important;
	transition: .3s ease all;
}
.porto-sicon-box.btn_ubicaciones.active .porto-just-icon-wrapper.porto-icon,
.porto-sicon-box.btn_ubicaciones.active h3.porto-sicon-title{
    color: #fff !important;
	transition: .3s ease all;
}


.textos__ubicaciones h2 {
    background: #003e51;
    display: inline-block;
    padding: 8px 20px !important;
    border-radius: 25px;
    margin-bottom: 20px !important;
}

.textos__ubicaciones .porto-u-sub-heading strong {
    font-size: 35px;
    padding-bottom: 15px !important;
    display: inline-block;
    color: var(--porto-dark-color);
}

.textos__ubicaciones {
    min-width: 40%;
    padding-right: 25px;
}




#acordion-ubicaciones_mostrar .vc_column-inner {
    display: flex;
    flex-direction: row;
}

/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 991px) {
  .mapa_ubicacion .wpb_wrapper.vc_column-inner {
      display: flex;
      padding: 20px !important;
  }
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  .textos__ubicaciones {
      min-width: 100%;
      padding-right: 12px;
  }
  
  .mapa_ubicacion .wpb_wrapper.vc_column-inner {
      display: flex;
  	flex-direction: column;
      padding: 20px !important;
  }
}

