
.nav-link{
	font-family: 'Roboto', sans-serif;
	color: #707070 !important; 
}
.navbar-toggle {
    z-index:3;
}
.navbar-go4it .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(131, 214, 167, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav {
    margin-bottom: 50px;
}
.navbar-go4it {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 10px #00000029;
	opacity: 1;
}
body{
	font-family: 'Roboto', sans-serif;
}
.tituloPrincipal{
	color:#3B536D;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin-bottom:30px;
	font-weight: bold;
}
.vcenter {
  display: flex;
  align-items: center;
}
.textoTitulo{
	color: #707070;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin-bottom:30px;
}

.textoSmall {
	color: #29394B;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
	margin: 30px auto;
}

.btnVerde{
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color:#83D6A7;
	border:none;
	border-radius:5px;
	line-height:3;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
    display:block;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	cursor:pointer;
	text-decoration:  none;
}
.btnVerde:hover {
	background-color: #fff;
	color: #83D6A7;
	text-decoration: underline;
}
.btnAzul{
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color:#1E6DC2;
	border:none;
	border-radius:5px;
	line-height:3;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
    display:block;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	cursor:pointer;
	text-decoration:  none;
}
.ovaloRow{
	background-color:#F5F5F5;
	border-radius:326px;
}
.subtitulo{
	color: #3B536D;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.textoSubtitulo{
	color: #707070;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.finSeccion{
	margin-bottom:80px;
}
.titulo{
	color:#3B536D;
	text-align:center;
	font-weight:bold;
}
.tituloLeft {
    color: #3B536D;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}
.miniMarginBot{
	margin-bottom:20px;
}
.textoVentajas{
	color:#3B536D;
	text-align:left;
}
.numeracion{
	color:#4F97E3;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	text-align:left;
}
.textoComoHacemos{
	color:#3B536D;
	font-family: 'Roboto', sans-serif;
	text-align:left;
}
.subtituloVerde{
	color:#83D6A7;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	text-align:left;
	font-weight:bold;
}
.fondoAzul{
	background-color:#4F97E3;
}
.tituloBlanco{
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	text-align:center;
}
.textoBlanco {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 18px;
	margin: auto auto 20px;
}
.btnBlanco{
	color:#4F97E3;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color:#FFFFFF;
	border:none;
	border-radius:5px;
	line-height:3;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
    display:block;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	cursor:pointer;
	text-decoration:  none;
}
.paddingSeccion{
	padding-top:50px;
	padding-bottom:50px;
}
.fondoBeige{
	background-color:#F5F5F5;
}
.parrafoTexto{
	font-family: 'Roboto', sans-serif;
	text-align:left;
	color:#3B536D;
	font-weight: bold !important;
}
.datosContacto {
    text-align: justify;
    color: #646464;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.5;
	font-weight: lighter;
}
.bigHr {
    background-color: #3B536D !important;
    color: #3B536D !important;
    border: solid 1px #3B536D !important;
    height: 0.005px !important;
	width:100%;
}
.noUnderline{
	text-decoration:  none;
}
.btnContacto {
	background-color: #FFFFFF;
	border: 1px solid #6CBB8E;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #6CBB8E;
	opacity: 1;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.btnContacto:hover{
	background-color: #83D6A7;
	color: #FFF;
}

.nav_link{
	font-size: 18px;
	margin: auto 10px;
}
.miniTitulo {
	font-family: 'Roboto', sans-serif;
	text-align: left;
	color: #4F97E3;
	font-weight: regular;
}
.tituloSeccion2 {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #3B536D;
    font-weight: bold;
    margin-bottom: 60px;
}
.formulario {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #707070;
    width: 100%;
}

    .formulario:focus {
        border-color: #707070
    }

.botonContacto {
    background-color: #83D6A7;
    border-radius: 3px;
    border: none;
    color: white;
    line-height:2;
    font-family: 'Roboto', sans-serif;
}
.textoContacto {
    color: #29394B;
    margin-top:-50px;
}
/*NUEVAS SECCIONES*/
.h2Title{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #3B536D;
}

.card_price {
	padding: 50px 10px;
	background-color: #FFFFFF;
	height: auto;
	width: 300px;
	margin: 50px auto;
	box-shadow: 0px 0px 30px #00000029;
	text-align: center;
	border-radius: 8px;
}
.card_content {
	width: 85%;
	margin: 10px auto;
}
.h5TitleCard {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.8px;
	opacity: 1;
	color: #6CBB8E;
}
.h2Price_card {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.8px;
	opacity: 1;
	color: #6CBB8E;
	margin: 30px auto 10px;
}
.labelPrice_card {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.8px;
	opacity: 1;
	color: #AAAAAA;
	margin: 5px auto 10px;
}
.span_h2PriceCard {
	font-size: 20px;
}
.span_h2Price{
	font-weight: lighter;
}
.description_card {
	border-bottom: 0.5px solid #e2d9d9;
	font-size: 16px;
}
.description_card {
	color: #646464;
}
.buttonBuy {
	background-color: #83D6A7;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
	padding: 5px;
	border: 1px solid #83D6A7;
	border-radius: 4px;
	margin: 10px auto;
	letter-spacing: 1.5px;
	cursor: pointer;
}
	.buttonBuy:hover {
		background-color: #FFF;
		color: #83D6A7
	}

	.buttonBuy:focus {
		background-color: #FFF;
		color: #83D6A7
	}

	.buttonBuy:active {
		background-color: #FFF;
		color: #83D6A7
	}
.containerImgReporte{
	margin: auto;
	text-align: center;
}
.img_reporte {
	width: 380px;
	/*margin-left: 50px;*/
}
.text_reporte {
	font-size: 18px;
	text-align: center;
	color: #707070;
}

/**/
#valor {
	width: 80%;
	margin: 50px auto 80px;
}
.h2_valor {
	color: #3B536D;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.text_valor {
	color: #707070;
	font-size: 18px;
	text-align: center;
}
.containerImgValor {
	text-align:center;
}

#valorImg1 {
	width: 200px;
	height: 200px;
	margin: auto;
	background-image: url('../images/Informacion.png');
	background-repeat: no-repeat;
	background-size: 190px;
	background-position: center;
}

#valorImg2 {
	width: 200px;
	height: 200px;
	margin: auto;
	background-image: url('../images/Datos.png');
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: center;
}

#valorImg3 {
	width: 200px;
	height: 200px;
	margin: auto;
	background-image: url('../images/Reporte.png');
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: center;
}
.containerImgSeguro {
	margin: 10px auto 20px;
}

#imgAplicaciones {
	width: 450px;
	margin-top: -60px;
}

/*Preguntas frecuentes*/
.cont-preguntas{
    /*position: absolute;
    top: 200px;
    left: 5%;*/
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: unset;
    padding: 10px;
    text-align: left;
    box-shadow: 5px 9px 15px #00000029;
    background-color: #FFFFFF;
    z-index: 99;
    /*max-height: 600px;*/
    /*overflow: scroll;*/
}

.cont-preguntas::-webkit-scrollbar {
    display: none;
}

.return{
    z-index: 99;
}

.text-preguntas-h2 {
	color: #83D6A7;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 500;
}

.list-preguntas h3 {
	color: #707070;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	width: fit-content;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.32px;
	font-weight: 400 !important;
	margin: 10px 5px;
	cursor: pointer;
	font-weight: 600;
}

.list-preguntas h3:hover{
	color: #83D6A7;
}

.list-preguntas {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
}

.list-preguntas li {
    /* display: flex; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    color: #3B536D;
    width: 100%;
    border-bottom: 2px solid #DEDEDE;
    padding: 5px;
}
.respuesta_text {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.32px;
	font-weight: 400;
	width: 95%;
	margin: auto;
}
.icon_add {
	color: #3b536d;
	font-size: 17px !important;
	vertical-align: middle;
	font-weight: bold !important;
}

/*CARD PRECIOS*/
.secction_contenido_subBottom {
	margin: 80px 4% 50px;
	overflow: visible;
}

.card_paq_price {
	width: 80%;
	border: 0.3px solid #E3E3E3;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 5px 10px 10px 0px #00000029;
	margin: 10px auto;
	padding: 30px;
}

.sub_card {
	padding: 0px 0px;
	margin: 10px auto;
	border-bottom: 1px solid #CBCBCB;
}

.h2Text_card {
	font-size: 60px;
	color: #4F97E3;
	letter-spacing: 1px;
	font-weight: bold;
	margin: auto;
}

.h3Text_card {
	font-size: 25px;
	color: #4F97E3;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: -10px;
}

.h3Text_card_sub {
	font-size: 25px;
	color: #707070;
	letter-spacing: 1px;
	font-weight: 400;
}

.span_bold {
	font-weight: bold;
}

.container_button {
	margin: 50px auto;
}

.btn_landing_buy {
	background-color: #83D6A7;
	border: 1px solid #83D6A7;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	padding: 8px 50px;
	margin: auto;
}
.btn_landing_buy:hover {
    background-color: #FFFFFF;
	color: #83D6A7;
	cursor:pointer;
}

.btn_green {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-color: #83D6A7;
    border: 1px solid #83D6A7;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: auto;
}

.btn_green:hover{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #83D6A7;
	text-decoration: underline;
    cursor: pointer;
}
#precio{
	margin-bottom: 100px;
}

.menu_liknScroll {
	background: #4F97E3 0% 0% no-repeat padding-box;
	padding: 20px;
	margin: 0%;
}

.text_item_menu {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.27px;
	opacity: 1;
}

.text_item_menu:hover {
	color: #3B536D !important;
}

.container_link {
	text-align: center;
	margin-bottom: 0px;
}
.icon-link {
	vertical-align: middle;
	font-size: 18px;
	display: none !important;
}

.h3Title_desc {
	margin: 10px auto 40px;
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
	color: #4F97E3;
}

.form_saldo {
	width: 90%;
	margin: 30px 10% 0px auto;
}

.div_label {
	width: 90%;
	text-align: right;
}

.div_input {
	width: 60%;
	text-align: right;
}

.label_form {
	font-size: 20px;
	color: #707070;
}

.label_form_sub {
	font-size: 18px;
	color: #4F97E3;
	display: block;
	margin-bottom: 1rem;
	font-weight: 500;
}

/*INPUT*/
.data_input_report {
	margin-bottom: 1rem;
}

input.data_input_report {
	font-weight: 500;
	font-size: 18px;
	color: #4F97E3;
	text-align: left;
}

input[type=text].data_input_report {
	fill: none;
	border: 1px solid #707070;
	border-radius: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

input.data_input_report::placeholder {
	text-align: right;
	font-size: 18px;
	font-weight: lighter;
	color: #AAAAAA;
	margin: 3px;
}

input:focus {
	outline: 0;
	border-bottom: 2px solid #203348;
}
/**/

input.invalid {
	color: #FF4B4B;
	font-weight: 300;
	border: 1px solid #FF4B4B !important;
}
input.invalid + label.bottom_label1 {
    display: block;
    color: #FF4B4B;
    font-weight: 500;
    position: relative;
    top: -15px;
    margin-left: 0px;
    width: 100%;
    font-size: 18px;
}

/*-------------------------------------------------------*/
@media only screen and (min-width: 991px) {
	.card_paq_price {
		width: 95%;
		padding: 25px;
	}
}

@media only screen and (max-width: 991px) {

	.ovaloRow{
		background-color:#FFFFFF;
	}
	.circuloColumn{
		background-color:#F5F5F5;
		border-radius:50px;
		width:100%;
		height: auto;
		padding-top:30px;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.finSeccion{
		margin-bottom:40px;
	}
    .tituloSeccion2 {
        text-align: center;
    }
    .textoContacto {
        text-align: center;
    }

	#imgAplicaciones {
		width: 400px;
		margin-top: 0px;
	}
}
.textoFondo {
    position: absolute;
    bottom: 0;
    right: 0;
	font-weight: lighter !important;
}
@media only screen and (max-width: 540px) {

	.ovaloRow {
		background-color: #FFFFFF;
	}

	.textoVentajas {
		color: #3B536D;
		text-align: center;
	}

	.numeracion {
		color: #4F97E3;
		text-decoration: underline;
		font-family: 'Roboto', sans-serif;
		text-align: center;
	}

	.textoComoHacemos {
		color: #3B536D;
		font-family: 'Roboto', sans-serif;
		text-align: center;
	}

	.tituloPrincipal {
		font-size: x-large;
	}
	/**/
	.img_reporte {
		width: 380px;
		/*margin-left: 0px;*/
	}
	.textoFondo {
		position: absolute;
		bottom: 0;
		right: 10px;
	}
	input[type=text] {
		width: 100%;
	}
	.div_input {
		width: 100%;
		text-align: right;
	}
}


