@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*-----------------Estilos responsive (más)----------------------*/

/* Small devices (landscape phones 576px o más)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets 768px o más)*/
@media (min-width: 768px) {
	.move_text_right{
		text-align: right;
	}
	.move_text_left{
		text-align: left;
	}
}


/* Large devices (992px o más)*/
@media (min-width: 992px) {
}

/* Extra large devices (1200px o más)*/
@media (min-width: 1200px) {
}
.oculto
{
    display: none;
}

.visible
{
    display: block;
}

/*-----------------Fin de estilos responsive (más)----------------------*/
.margenes_iconos{margin-right: -5%}

h1{
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 40pt;
	color:#333333;
	margin-bottom: -1px;
}


/* Para Banners */
.subh1{
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 50pt;
	color:#e1241c;
	text-transform: uppercase;
	margin-bottom: -1px;
	line-height: 0.9em;
}

h2{
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 26pt;
	color:#333333 ;
	margin-bottom: -1px;
}

h3{
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 21pt;
	color:#616160;
	margin-bottom: -1px;
}
.subh3{
	font-size: 12pt;
}

h4{
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 19pt;
	text-transform: uppercase;
	color:#4d4d4d;
	margin-bottom: -1px;
}

.subh4{
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 14pt;
	text-transform: none;
	color:#4d4d4d;
}
.sub_benef{
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 18pt;
	text-transform: none;
	color:#4d4d4d;
}


h5{
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 11pt;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	color:#e1241c;
	margin-bottom: -1px;
}

h6{
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 11pt;
	color:#616160;
	margin-bottom: -1px;
}


p{
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 12pt;
	color:#616160;
	margin-bottom: -1px;
	margin-bottom: 5px;
}

.p_negrita{
	font-weight: bold;
}

.sububp{
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 12pt;
	color:#616160;
	margin-bottom: -1px;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.n_requi{
	font-family: 'Bebas Neue', sans-serif;
	font-size: 50pt;
	color:#616160;
	margin-bottom: -1px;
}


a:link{
	color: #e1241c;
	text-decoration: none;
	font-weight: bolder;
}
a:visited{
	color:#e1241c;
	text-decoration: none;
}
a:hover{
	color: #b52121;
	text-decoration: none;
}
a:active{
	color:#8c1919;
	text-decoration: none;
}

a:focus{
	box-shadow: none!important;
	outline: none !important;
}
button a:link{
	font-family: Poppins;
	font-weight: 600;
	font-size: 13pt;
	box-shadow: none !important;
	outline: none !important;
	color: white !important;

}
button a:visited{
	text-decoration: none !important;
	color: white !important;

}
button a:hover{
	text-decoration: none !important;
	color: white !important;

}
button a:active{
	text-decoration: none !important;
	color: white !important;

}
button a:focus{
	box-shadow: none!important;
	outline: none !important;

}
button[disabled]{
	background-color: #cdcdcd;
}

ol{
	color: #616160;
}

.platform ul {
	position: relative;
	list-style: none;
	padding-left: 1.5em;

}
.platform ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color:#e1241c;
	position: absolute;
	left: 0;
	margin-top:6px !important;
}
.alza ul {
	position: relative;
	list-style: none;
	padding-left: 1.5em;

}
.alza ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color:#f08785;
	position: absolute;
	left: 0;
	margin-top:6px !important;
}
.linea1 ul {
	position: relative;
	list-style: none;
	padding-left: 1.5em;

}
.linea1 ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color:#f39535;
	position: absolute;
	left: 0;
	margin-top:6px !important;
}

.linea2 ul {
	position: relative;
	list-style: none;
	padding-left: 1.5em;

}
.linea2 ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color:#987958;
	position: absolute;
	left: 0;
	margin-top:6px !important;
}

.linea3 ul {
	position: relative;
	list-style: none;
	padding-left: 1.5em;

}
.linea3 ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color:#86b6a1;
	position: absolute;
	left: 0;
	margin-top:6px !important;
}

.linea4 ul {
	position: relative;
	list-style: none;
	padding-left: 1.5em;

}
.linea4 ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color:#f08785;
	position: absolute;
	left: 0;
	margin-top:6px !important;
}


/*-----------------Estilos navbar----------------------*/


.navbar li a {
	color: #333333;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 12pt;
}

.navbar li a:hover {
	color: #b52121 !important;
}

.navbar li a:active, .navbar li a:focus{
	color: #8c1919 !important;
}

.navbar li a:visited {
	box-shadow: none!important;
	outline: none !important;
}

.navbar-nav:active, .navbar-nav:focus {
	box-shadow: none !important;
}

.navbar-nav:visited{
	box-shadow: none !important;
}

.navbar-nav > .active > a {
	color: #e1241c;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 12pt;
}

.nav-link{
	box-shadow: none !important;
	outline: none !important;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu{
	border: 1px solid #e9e9e9 !important;
	border-radius: 2.5px !important;
}

.dropdown-menu>.active {
	background-color:white !important;
	font-weight: 400 !important;
	color: #e1241c;
}

.dropdown-item{
	font-family: Poppins, sans-serif;
	font-weight: 300 !important;
	font-size: 11pt !important;
}

.dropdown-item:hover{
	background-color:white !important;
	font-weight: 500 !important;
	color: #b52121 !important;
}
.dropdown-item:active, .dropdown-item:focus {
	box-shadow: none !important;
	background-color:white !important;
}

.navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(120, 120, 120, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/*-----------------Fin de estilos navbar----------------------*/

/*-----------------Estilos footer----------------------*/

.text_footer{
	font-family: Poppins, sans-serif;
	font-weight: 200;
	font-size: 12pt;
	line-height: 16pt;
	color: white;
}

.text_footer a:link{
	color: white;
	text-decoration: none;
	font-weight: 200;
}
.text_footer a:visited{
	color:white;
	text-decoration: none;
}
.text_footer a:hover{
	color: #ccc;
	text-decoration: none;
}
.text_footer a:active{
	color:#333;
	text-decoration: none;
}

/*-----------------Fin de estilos footer----------------------*/

.boton{
	background-color: #e1241c;
	font-family: Poppins;
	font-weight: 600;
	font-size: 13pt;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 2.5px;
	color: white;
	padding:10px 20px 10px 20px;
}


.boton:hover{
	background-color: #b52121;
	box-shadow: none !important;
	color: white;
}

.boton:active,.boton:visited {
	background-color: #8c1919 !important;
	box-shadow: none !important;
	color: white;
}
.boton:focus {
	box-shadow: none!important;
	outline: none !important;
	color: none;
}

.boton_gris{
	background-color: #aaaaaa;
	font-family: Poppins;
	font-weight: 600;
	font-size: 13pt;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 2.5px;
	color: white;
	padding:10px 20px 10px 20px;
}

.boton_gris:hover{
	background-color: #666666;
	box-shadow: none !important;
	color: white;
}

.boton_gris:active,.boton_gris:visited {
	background-color: #333333 !important;
	box-shadow: none !important;
	color: white;
}
.boton_gris:focus {
	box-shadow: none!important;
	outline: none !important;
	color: none;
}

.boton_contorno{
	background-color: none;
	font-family: Poppins;
	font-weight: 600;
	font-size: 13pt;
	box-shadow: none !important;
	border-radius: 2.5px solid #e1241c !important;
	border: 2px solid #e1241c;
	color: #e1241c;
	padding:10px 20px 10px 20px;
}

.boton_contorno:hover{
	background-color: #e1241c;
	box-shadow: none !important;
	border: 2px solid #e1241c;
	color: white;
}

.boton_contorno:active,.boton_contorno:visited {
	background-color: #b52121; !important;
	box-shadow: none !important;
	border: 2px solid #b52121;
	color: white;
}
.boton_contorno:focus {
	box-shadow: none!important;
	outline: none !important;
	color: none;
}

.accordion{
	background-color: none;
	border:none !important;
	width: 100%;
}

.accordion-item{
	background-color: none;
	border: none !important;
}

.accordion-button{
	border: none !important;
	background-color: white ;
}

.accordion-button:active, .accordion-button:visited{
	border: none !important;
	background-color: white !important;
	box-shadow: none!important;
	outline: none !important;
}
.accordion-button:focus{
	border: none !important;
	background-color: white !important;
	box-shadow: none!important;
	outline: none !important;
}
.accordion-button:not(.collapsed){
	border: none !important;
	background-color: white !important;
	box-shadow: none!important;
	outline: none !important;
}

.accordion-button:after{
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616160'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-collapse{
	border:none !important;
	background-color: none !important;
}

.faq .accordion{
	border: none !important;
	background-color:none;
	width: 100%;
}

.faq .accordion-item{
	background-color: none;
	border:none !important;
}

.faq .accordion-button{
	background-color: #eee ;
}

.faq .accordion-button:active, .accordion-button:visited{
	border: none !important;
	background-color: #eee !important;
	box-shadow: none!important;
	outline: none !important;
}
.faq .accordion-button:focus{
	border: none !important;
	background-color: #eee !important;
	box-shadow: none!important;
	outline: none !important;
}

.faq .accordion-collapse{
	border: 2px solid #eee !important;
	background-color: none !important;
}

.faq .accordion-button:not(.collapsed){
	border: none !important;
	background-color: #eee !important;
	box-shadow: none!important;
	outline: none !important;
}

.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.rotate.down {
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}


/*-----------------Formularios----------------------*/


.contacto form label{
	margin-bottom: 10px;
	margin-top: 20px;
}

.contacto form input{
	font-family: Poppins, sans-serif;
	font-weight: 300 !important;
	font-size: 12pt;
	color:#333 !important;
	border: 1px solid white;
	box-shadow: none!important;
	outline: none !important;
	color: none;
}

.contacto form input:focus{
	box-shadow: none!important;
	outline: none !important;
	color: none;
	border: 1px solid #aaa;
}

.contacto form textarea{
	font-family: Poppins, sans-serif;
	font-weight: 300 !important;
	font-size: 12pt;
	color:#333 !important;
	border: 1px solid white;
	color: #eee;
	box-shadow: none !important;
	outline: none !important;
}

.contacto ::placeholder{
	color: #ccc !important;
	opacity:1;
}

.contacto form textarea:focus{
	box-shadow: none!important;
	outline: none !important;
	color: none;
	border: 1px solid #aaa;
}

.platform form label{
	margin-bottom: 10px;
	margin-top: 20px;
}

.platform form input{
	font-family: Poppins, sans-serif;
	font-weight: 300 !important;
	font-size: 12pt;
	color:#333 !important;
	border: 1px solid #999 !important;
	box-shadow: none!important;
	outline: none !important;
}

.platform form input:focus{
	box-shadow: none!important;
	outline: none !important;
	border: 1px solid #333 !important;
}

.platform form textarea{
	font-family: Poppins, sans-serif;
	font-weight: 300 !important;
	font-size: 12pt;
	color:#333 !important;
	border: 1px solid #999 !important;
	box-shadow: none !important;
	outline: none !important;
}

.platform form textarea:focus{
	box-shadow: none!important;
	outline: none !important;
	color: none;
	border: 1px solid #333 !important;
}

.platform ::placeholder{
	color: #ccc !important;
	opacity:1;
}



.platform form select{
	font-family: Poppins, sans-serif;
	font-weight: 300 !important;
	font-size: 12pt;
	color:#333 !important;
	border: 1px solid #999 !important;
	box-shadow: none !important;
	outline: none !important;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616160'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right 1.5% !important;
}

.platform form select:focus{
	box-shadow: none!important;
	outline: none !important;
	color: none;
	border: 1px solid #333 !important;
}


.form-check input[type=radio] {
    display: none;
}

.form-check input[type=radio] {
    position: relative;
    background: white;
    height: 25px;
    width: 25px;
    display: block;
    border-radius: 50%;
    transition: box-shadow 0.4s, border 0.4s;
    box-shadow: none;
    cursor: pointer;
    margin-top: 0px;
}

.form-check input[type=radio]:hover {
    border: solid 1px #bbb;
    box-shadow: none;
}

.form-check input[type=radio]:checked {
    border: solid 1px #333;
    box-shadow: none;
}

.form-check input[type=radio]:checked:after {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    height: 1em;
    position: absolute;
    top: 1pt;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #666;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    vertical-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.form-check label {
    font-family: Poppins, sans-serif;
    font-weight: 300 !important;
    font-size: 12pt;
    color: #616160;
    margin-left: 10px;
}
/*-----------------Pop up----------------------*/

.close{
	border:none !important;
	background-color: transparent !important;
	font-size: 30px;
	color: #666;
	margin-top: -20px !important;
	text-align: right !important;
}

.modal-content{
	border:none !important;
	padding: 15px 2% 15px 2%!important;
}

.modal-body{
	border:none !important;
	padding: 20px 8% 20px 8% !important;
}

.modal-header{
	border:none !important;
}

.modal-footer{
	border:none !important;
	align-self: center !important;
}


/*-----------------Pestañas----------------------*/

.pestaña_alza .nav-tabs{
	box-shadow: none !important;
	border:none !important;

}
.pestaña_alza .nav-item.nav-link{
	position: relative;
	border:none !important;
	border-bottom: 4px solid #ccc !important;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding: 20px !important;
	box-shadow: none !important;
	top: 1px;

}

.pestaña_alza .nav-item:hover{
	border-bottom: 4px solid #999 !important;
	box-shadow: none !important;

}

.pestaña_alza .nav-item.nav-link.active{
	background-color: white !important;
	border-bottom: 4px solid #e1241c !important;
	box-shadow: none !important;
}

.pestaña_alza .nav-item.nav-link.active>h3{
	color: #e1241c !important;
}
.pestaña_alza .nav-item.nav-link:visited, .nav-item.nav-link:focus{
	border-bottom: 4px solid #ccc !important;
	box-shadow: none !important;

}

.pestaña_alza .tab-pane{
	background-color: #f2f2f2;
	padding: 3%;
	z-index: 2;
}

/*-----------------Formularios----------------------*/


.text_principal{
	color:#e1241c;
}
.text_linea1{
	color:#f39535;
}
.text_linea2{
	color:#987958;
}
.text_linea3{
	color:#86b6a1;
}
.text_linea4{
	color:#f08785;
}
.text_linea5{
	color:#f08785;
}

.bc_principal{
	background-color:#e1241c;
}
.bc_linea1{
	background-color:#f39535;
}
.bc_linea2{
	background-color:#987958;
}
.bc_linea3{
	background-color:#86b6a1;
}
.bc_linea4{
	background-color:#f08785;
}
.bc_linea5{
	background-color:#f08785;
}



/*-----------------Estilos responsive (menos)----------------------*/

/* Extra large devices (1200px o menos)*/
@media (max-width: 1200px) {
	h1{
		font-size: 34pt !important;
	}
	/* Para Banners */
	.subh1{
		font-size: 40pt !important;
	}
	h2{
		font-size: 23pt !important;
	}
	h3{
		font-size: 19pt !important;
	}
	h4{
		font-size: 17pt !important;
	}
	.subh4{
		font-size: 13pt !important;
	}
    .subh3{
		font-size: 12pt !important;
	}
	p{
		font-size: 11pt !important;
	}
	.sububp{
		font-size: 11pt !important;
	}
	.n_requi{
		font-size: 40pt !important;
	}
	.sub_benef{
	font-size: 17pt;
	}

}

/* Large devices (992px o menos)*/
@media (max-width: 992px) {
	#navbarNavDropdown{
		text-align: right;
		padding: 20px;
		margin-right: -30px;
		margin-top: -30px;
		width: 50px;
	}
	.dropdown-menu{
		background-color: white;
		text-align: right;
		margin-left: 65%;
	}
	.cero_md{
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
	}
	.space_mobile_bottom{
		margin-bottom: 30px;
	}
	.space_mobile_top{
		margin-top: 30px;
	}
	h1{
		font-size: 28pt !important;
	}
	/* Para Banners */
	.subh1{
		font-size: 36pt !important;
	}
	h2{
		font-size: 21pt !important;
	}
	h3{
		font-size: 17pt !important;
	}
	h4{
		font-size: 15pt !important;
	}
    .btn{
	font-size: 11pt;
	padding:7px 15px 7px 15px;
	}
	.space_mobile_bottom_lg{
		margin-bottom: 30px;
	}
	.sub_benef{
	font-size: 15pt;
	}


}


/* Medium devices (tablets 768px o menos)*/
@media (max-width: 768px) {
	.move_text_center{
		text-align: center;
	}
	.move_text_right_mobile{
		text-align: right;
	}
	.move_text_left_mobile{
		text-align: left;
	}
	.cero_sm{
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
	}
	h1{
		font-size: 24pt !important;
	}
	/* Para Banners */
	.subh1{
		font-size: 30pt !important;
	}
	h2{
		font-size: 19pt !important;
	}
	.subh4{
		font-size: 12pt !important;
	}
	p{
		font-size: 10pt !important;
	}
	.sububp{
		font-size: 10pt !important;
	}
	.n_requi{
		font-size: 30pt !important;
	}
	.space_mobile_bottom_md{
		margin-bottom: 30px;
	}
	.sub_benef{
	font-size: 14pt;
	}


}

/* Small devices (landscape phones 576px o menos)*/
@media (max-width: 576px) {
}

/*-----------------Fin de estilos responsive (menos)----------------------*/
