/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');

/*Fuentes*/
.semibold{
	font-weight: 600;
}
.extrabold{
	font-weight: 800 !important;
}
.mochi{
	font-family: 'Gochi Hand', cursive !important;
}
.h1{
	font-size: 70px !important;
}
.h2{
	font-size: 2.5em !important;
}
h4{
	font-size: 37px;
	color: #00AA81;
}
h5{
	font-size: 31px;
	color: #00AA81;
	/* font-family: 'Gochi Hand', cursive; */
}
/*colores*/
.verde, a{
	color: #4c5552;
}
.verdeclaro{
	color: #00AB82;
}
.verdetexto{
	color:#004837;
}
.verdeoscuro {
	color: #004937;
}
h5.verdeoscuro {
	font-size: 31px !important;
	color: #004937 !important;
}
.bg-verde{
	background-color: #004937;
}
.bg-verde-oscuro{
	background-color: #017A5E;
}
.bg-verde-vivo {
	background-color: #00AB81;
}
.bg-amarillo{
	background-color: #FFCB00;
}
.bg-verde-claro {
	background-color: #00ab822b;
}
.bg-verde-oscuro p{
	font-size: 1.3rem;
}
.bg-verde-oscuro p{
	font-size: 1.3rem;
}
.bg-verde-aqua {
	background-color: #CCEEE6;
}
.bg-gris {
	background-color: #DDDCDC;
}

/*genral*/
html, body {
	height:100%;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color:#3D3D3C;
}

a, a:hover{
	text-decoration: none;
}
/*
a:hover{
	background-color: #007956;
	color: #FFCD00!important;
}
*/

p{
	color: #231F20;
}
.rounded {
    border-radius: 1rem!important;
}
/*cabecera*/

/****************************************************************/
/*			                 Seccion 0							*/
/****************************************************************/
/* LANDING 29/08/2022 */
.img-hero {
	margin-top: -22%;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) { 

	.img-hero {
		margin-top: 0vh;
	}
	
}

.seccion-0 .rounded {
	border-radius: 0 0 1rem 1rem !important;
}

.riesgosContainer{
	padding-top: 20px;
	z-index: 3;
}
.riesgos p {
	font-size: 0.6em !important;
	line-height: 1.3em !important;
}
.anclas {
	width: 36px;
}

.enlace-rga {
	color: black !important;
}

.nivelriesgo{
	display: block;
	margin-top: 80px;
}

.alertas-liquidez p {
    font-size: 0.6em !important;
    line-height: 1.3em !important;
}

.borde {
    border: 4px solid #004937;
    border-left: none;
    border-radius: 1.2em;
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    width: fit-content;
    padding: 0px 45px;
    background-color: #004937;
}

.borde h2 {
	color: #ffffff;
	/* font-family: 'Gilroy-Heavy'; */
}

@media (max-width: 575.98px) {
	.seccion-0 svg {
		max-width: 100%;
	}

	.borde {
		padding: 0px 27px;
	}
}

.tituloBorde {
	color: #004937 !important;
	font-size: 3.2em !important;
	font-weight: 900 !important;
    font-family: 'Gilroy-Heavy' !important;
}

.tituloBorde2 {
    color: #41b28a !important;
    /* font-family: 'Gilroy-Bold' !important; */
	font-family: 'Gilroy-Heavy' !important;
}

.tituloBorde2 span sup {
    font-size: 1.1rem !important;
    top: -0.5em !important;
}

.seccion-0 h1 {
    color: #ffffff;
    font-size: 3em;
    font-weight: 900;
}

/****************************************************************/
/*			                 Seccion 1							*/
/****************************************************************/
.texto-salud {
	font-size: 21px;
}

/****************************************************************/
/*			       			 Seccion 2 							*/
/****************************************************************/
.texto-salud-verde {
	font-size: 21px;
	color: #007C5A;
	font-weight: bold;
}

.texto-salud-gris {
	font-size: 18px;
	color: #424241;
	font-weight: bold;
}

.container-verde {
	background-color: #cdeee6;
}

/****************************************************************/
/*			             Seccion 3 y 4							*/
/****************************************************************/
.seccion-4 {
    background-color: #ffcb00;
}

.seccion-4 h6 {
	font-size: 1.1em;
	color: #004937;
}

.numero {
	font-size: 3em;
	font-weight: bold;
	line-height: 27px;
	color: #007C5A;
}

.porcentaje {
	font-size: 2em;
	font-weight: bold;
	line-height: 27px;
	color: #007C5A;
}

p.verdeoscuro.mt-3.bascula {
    font-size: 19px;
}

img.regalo-label {
    margin-top: -25vh;
    width: 90%;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) { 

	img.regalo-label {
		margin-top: -21vh;
	}

}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) { 
	.numero {
		line-height: 50px;
	}

	img.regalo {
		width: 65%;
	}

	img.regalo-label {
		margin-top: 2vh;
		width: 33%;
	}
}


/****************************************************************/
/*		             Seccion 5 - Condiciones	       			*/
/****************************************************************/
p.condiciones {
	font-size: 0.8em;
}
.condiciones p{
	font-size: 12px;
	color: #646363;
}

.condiciones p a {
    color: #646363 !important;
    word-break: break-word;
}

.condiciones>div {
	background-color: #DDDCDC;
}
.condiciones p span{
	font-size: 1.25em;
	color: #646363;
}

button.btn:hover rect {
	stroke: #00B58C;
	stroke-width: 5;
	stroke-dasharray: 15,200;
	stroke-dashoffset: 100;
	transition: all 1.35s cubic-bezier(0.50, 1, 0.50, 1);
}

/************************************************/
/*			             FOOTER       			*/
/************************************************/
footer{
	background-color:#007956;
	border-top: 3px solid #00251F;
}
ul{
	list-style: none;
}

/************************************************/
/*			             TO TOP       			*/
/************************************************/
#toTop {
    padding: 10px 20px 0;
    font-size: 50px;
    line-height: 50px;
    background: #00B58C;
    color: #fff;
    position: fixed;
    bottom: 60px;
    right: 3px;
	cursor: pointer;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	display: none;
}
#toTop:hover {
	background: #007956;
	color:#FFCD00;
}