﻿:root{
	--azul_oscuro: #00141eff;
	--azul_verdoso: #007e7e;
	--azul_neutro: #223d56ff; 
	--azul_claro: #1c83b5ff; 
	--gris_pastel: #eef4f6ff;
	--patrones: #001E2D;
	--texto_blanco: #ffffff;

	--color_menu: #00273a;
}

h1,h2,h3,h4{
	font-family: 'Gotham Rounded', sans-serif;
}



/*directorio comercial*/

.ima_user{
    width: 150px;
    border-radius: 50%;
    border: 10px solid #5f97ff;
}

.boton_correo_usuario{
	background: #5f97ff;
    color: white;
    padding: 15px 0 15px 0;
    width: 90%;
    margin: 0 auto;
}

.boton_correo_link, .boton_correo_link:hover{
	text-decoration:none;
}

.boton_correo_usuario:hover{
	background: #ffd359;
	color: #404040;

}

.linea_decoracion{
	width: 190px;
}

.icon_wapp_user {
    background: white;
    border: white 5px solid;
    border-radius: 50%;
    fill: #25D366;
}

.icon_wapp_user:hover {
    fill: #127fad;
}


.imagen_servicio{
	border-radius: 12px;
}

.ma_cero{
	margin: 0;
}

.pa_cero{
	padding: 0;
}

/*carrusel con movimiento*/


.contenedor_directorio_comercial{
	background: var(--azul_acero) !important;
	color: white !important;

}

.carousel-multi-item .carousel-indicators li {
    width: 1.56rem;
    max-width: 1.56rem;
    height: 1.56rem;
    margin-bottom: -3.75rem;
    background-color: #98bbf5;
	border-radius: 50%;
  }

.carousel-multi-item .carousel-indicators .active {
    width: 1.56rem;
    max-width: 1.56rem;
    height: 1.56rem;
    background-color: #a5c7ff;
    border-radius: 50%;
}
  .indicadores_slider{
    position: static !important;
  }

  .indicador_flecha{
    font-size: 28pt;
	color: #98bbf5;
  }


  .indicador_flecha:hover{
    font-size: 28pt;
	color: #e4ff6c;
  }
  
  .ms-rtestate-field h3, h3.ms-rteElement-H3 {
    line-height: 1.4;
    color: black;
}
h4.text-center.txt-white{
    color: white;
}
img.about-effect-tringle{
    display: none;	
}