/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.texto-blanco {
	color: #fff !important;
}
.texto-blanco-thin {
	color: #fff !important;
	font-weight: 300 !important;
}
.texto-blanco-bold {
	color: #fff !important;
	font-weight: bold !important;
}
.texto-azul {
	color: #0c4395 !important;
}
.texto-azul-thin {
	color: #0c4395 !important;
	font-weight: 300 !important;
}
.texto-azul-bold {
	color: #0c4395 !important;
	font-weight: bold !important;
}
.texto-azul-2 {
	color: #68adc2; !important;
}
.texto-azul-2-thin {
	color: #68adc2 !important;
	font-weight: 300 !important;
}
.texto-azul-2-bold {
	color: #68adc2 !important;
	font-weight: bold !important;
}
.texto-titulo-puntos-inicio {
	color: #27afc4 !important;
	font-size: 40px !important;
	line-height: 27px;
}
.texto-sub-puntos-inicio {
	color: #0c4395 !important;
	font-size: 16px !important;
}
.titulos-fondo {
	background-image: url('../../../images/SI_Consulting/Fondo_Titulos_Si_Consulting.png');
	background-repeat: no-repeat;
	background-size: 85px;
	background-position: center;
	line-height: 90px;
}

 /* WhatsApp - Botón */
 
 .boton-whats-pie {
     background-color:#25D366;
	 color:#FFF;
	 position:fixed;
	 width:250px;
	 height:60px;
	 bottom:40px;
	 right:40px;
	 border-radius:50px;
	 text-align:center;
     font-size:26px;
     z-index:100;
}

.boton-whats-pie:hover,
.boton-whats-pie:focus,
.boton-whats-pie:active  {
	 color:#fff !important;
	 background-color:#25D366;
	 text-decoration: none;
}

.boton-icono-whats{
	 margin-top:16px;
}

.texto-boton-whats {
	font-size:16px;
}

/* WhatsApp - Botón */