//@import url(/components/Font-Awesome/web-fonts-with-css/css/fontawesome-all.min.css);
@import url(../../page/fuentes/fuentes.css);
*{
    font-family: 'Century Gothic';

}
/* html {
	scroll-behavior: smooth;
  } */
p{
	font-weight: 100;
	font-size: 17px;
}
img{
	max-width: 100%;
}
header .header-redes{
	background: #333333;
}
header .header-redes .red{
	display: inline-block;
	margin: 5px;
	color: #FFFFFF;
}

body{
	--naranja: #fe8043;
  --azul-oscuro:#2D3193;
  --verde:#238441;
  --gris-fed:#4D4D4D;
	--gris: #231F20;

}

header .header-redes .red i{
	padding: 6px;
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	color: #333333;
	width: 30px;
	text-align: center;
	border-radius: 5em;
	font-size: 18px;
}
header .header-redes .red:hover{
	text-decoration: none;
}
header .header-redes .red:hover i{
	background: #000000;
	color: #FFFFFF;
}
header .header-content {
    background-color: var(--azul-oscuro);
/*    border-top: 2px solid #000;*/
}
header .header-content ul {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
    justify-content: center;
	width: 100%;
	height: 100%;
    align-items: center;
}
header .header-content ul li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 100%;

}
header .header-content ul li a{
color: #fff !important;
font-weight: 100;
}
header .header-content ul li a:hover{
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  }
header .header-content ul li:first-child{
	border-left: 0;
}







.flotantes2 {
    display: flex;
    flex-direction: column;
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}
.flotantes2 a {
    background-color: #25D366;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.flotantes2 i {
    font-size: 30px !important;
    color: #FFFFFF !important;
}
.flotantes{
	
		display: flex;
		flex-direction: column;
		width: 50px;
		height: auto;
		position: fixed;
		bottom: 20px;
		right: 10px;
		z-index: 999;
	
}
.flotantes a{
	background-color: #25D366;
	border-radius: 50%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.texto-solcompleta{
    font-size: 24px;
    font-weight: bold;
    color: #0e70b9;

}
.texto-gris{
	color: var(--gris-fed);
}
.flotantes i{
font-size: 30px;	
color: #FFFFFF;
}

.botonera-responsive .item{
	list-style: none;
}
.botonera-responsive .item a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}



/* estilos contenidos */

.fondo-left-top {
	background-position: left top;
}
.fondo-left-center {
	background-position: left center;
}
.fondo-left-bottom {
	background-position: left bottom;
}

.fondo-right-top {
	background-position: right top;
}
.fondo-right-center {
	background-position: right center;
}
.fondo-right-bottom {
	background-position: right bottom;
}

.fondo-center-top {
	background-position: center top;
}
.fondo-center-center {
	background-position: center center;
}
.fondo-center-bottom {
	background-position: center bottom;
}

.fondo-repetido{
	background-repeat: repeat; 
}
.fondo-sinrepetir{
	background-repeat: no-repeat; 
}

.fondo-expandido{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fondo-fijo{
	background-attachment: fixed;
}


.slider-simple .content-caption{
	color: #000000;
	padding: 20px;
	border-radius: 0.5em;
}

.slider-simple .content-caption h2{
	color: #000000;
	font-weight: 700;
	margin:0;
	font-size: 30px;
	margin-bottom: 20px;
}

.contenedor-seccion{
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 4rem;
	margin-bottom: 4rem;
}


.contenedor-seccion .fixed{
	background-position: fixed ;
}

.caja-contenido-simple{
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 0.5em;
}

.caja-contenido-simple h2{
	font-weight: bold;
}

.caja-contenido-simple .imagen-contenido{
	display: table;
	width: 100%;
}

.caja-contenido-simple .imagen-contenido div{
	display: table-cell;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	border:1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.caja-contenido-simple .imagen-contenido div img{
	 max-width: 100%;
	 max-height: 100%;
}

.btn-vermas{
	background:var(--verde)	;
	color: #FFFFFF;
	border-radius: 25px;
}
.btn-vermas:hover{
	background: var(--azul-oscuro);
	color: #fff;
}
.btn-vermas2{
	background:var(--azul-oscuro);
	color: #FFFFFF;
	border-radius: 25px;
}
.btn-vermas2:hover{
	background: var(--verde);
	color: #fff;
}
@media (min-width: 768px){
.col-sm-1{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
    max-width: 25%;
	position: relative;
    width: 100%;

}
}
.col-sm-1{
	position: relative;
    width: 100%;
    min-height: 1px;

}

.carouselsection .caja-contenido-simple{
	padding: 10px;
	border-radius: 0em;
}

.con-espacios .carouselsection .caja-contenido-simple{
	margin: 10px;
}

.con-espacios .carouselsection{
	padding-left: 40px;
	padding-right: 40px;
}

.fondo-video-youtube {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
  }

.banner-video-youtube {
	position: absolute;
	top: -80%;
	left: -80%;
	z-index: 1;
	margin: auto;
	opacity: 1;
	width: 260%;
	height: 260%;
}

.fondo-imagen{
	position: relative;
	display: block;
	width: 100%;
	height: 450px;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider-principal .carousel-caption{
	color: #000000;
	padding: 20px;
	border-radius: 0.5em;
	display:block;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}


.padding-content{
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo{
	max-height: 80px;
}
.logo2{
	width: 70px;
}
.pos_logo{
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.borde_login{
	border:2px solid #FFFFFF;
	margin-top: 50px;
}

.no-padding{
	padding-left:0px;
	padding-right: 0px;
}

.btn-blanco2{
	background: #FFFFFF;
	color: var(--verde);
	font-size: 16px;
}

.blanco{
	color: #FFFFFF;
}

.titulo_login2{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}

.titulo_login_azul{
	color: var(--verde);
	font-size: 26px;
	font-weight: 300;
}

.col-md-35{
	max-width:29.1666666% !important;
	flex: 0 0 29.1666666% !important;
}

.titulo{
	color: var(--verde);
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.texto_rojo{
	color:red;
}

.datosResaltados{
	color:#FFF;
	padding:10px;
	font-size:24px;
	text-transform:uppercase;
	background: var(--verde);
	background: #F0F0F0;
	color: var(--verde);
}

.formulario div{
	margin-top: 0px;
	color: var(--verde);
}
.formulario2 div{
	margin-top: 5px;
	color: var(--verde);
}

.formulario .form-control{
	color: var(--gris);
}

.tituloVerde{
color: var(--verde);
font-size:16px;
padding-bottom:5px;
}

.textos2{
font-size:12px;
color:#595959;
}

.textos3{
font-size:14px;
color:#595959;
}

.formulario label{
	margin-top: 10px;
}

.margen_enfermedad{
	vertical-align: top;
}

.fondo_header{
	background: var(--verde);
	padding-top:10px;
	padding-bottom:10px;
}

.titulo_blanco{
	color: #FFFFFF;
	font-size: 30px;
}

.margen_titulo{
	margin-top: 10px;
}

.separador_gris{
	background: var(--gris);
	height: 20px;
}

.separador_login{
	background: var(--gris);
	height: 5px;
	width: 70px;
	margin-top: 5px;
}

.separador_login2{
	background: var(--gris);
	height: 5px;
	width: 70px;
	margin-top: -15px;
	margin-bottom: 10px;
}


.separador_tabla{
	background: var(--gris);
	height: 5px;
	width: 70px;
	margin-top: 15px;
	margin-bottom: 10px;
}


.separador_login3{
	background: var(--gris);
	height: 5px;
	width: 70px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.separador_login4{
	background: var(--gris);
	height: 5px;
	width: 70px;
	margin-top: -10px !important;
	margin-bottom: 10px;
	position: relative;
}

.separador_login5{
	background: var(--gris);
	height: 5px;
	width: 70px;
	margin-top: -15px !important;
	margin-bottom: 10px;
	position: relative;
}

.separador_formulario{
	background: var(--gris);
	height: 5px;
	width: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.icono_usuario{
	background: var(--verde);
	height: 45px;
	padding:7px;
	margin-right: -30px;
}

.z_icono{
	z-index: 5;
	position: relative;
	margin-top: -4px;
}

.margen_icono{
	margin-bottom: 20px;
}

.enlace{
	color: #373333;
}

.btn-azul{
	background: #530F4D;
	color: #FFFFFF;
	border-radius: 0px;
}
.btn-azul:hover{
	background: #23616c;
	color: #FFFFFF;
	border-radius: 0px;
}
.btn-verde{
	background: var(--verde);
	color: #FFFFFF;
	border-radius: 0px;
}
.btn-verde:hover{
	background: var(--verde);
	color: #FFFFFF;
	border-radius: 0px;
}
.flecha{
	color: var(--verde);
	background: #FFFFFF;
	border-radius: 50px;
	height: 20px;
	width: 20px;
	font-size: 18px;
	margin-left: 10px;
}

.campo_gris{
	text-align: right;
	background: url("/corte/pesos.png") #EEEEEE;
	background-repeat: no-repeat;
	color: #231F20;
}
.campo{
	text-align: right;
	background: url("/corte/pesos.png");
	background-repeat: no-repeat;
	color: #231F20;
}

.div_rojo{
	border:1px solid #BE0E2A;
	padding: 10px;
	border-radius: 4px;
	color: var(--gris) !important;
	margin-top: 10px;
}

.warning-logo{
	margin-left: -10px;
	height: 90px;
	z-index: 1;
	position: relative;
	margin-top: -100px;
}

.warning-logo2{
	margin-left: -10px;
	height: 60px;
	z-index: 2;
	position: relative;
	margin-top: -72px;
}

.margen-warning{
	margin-left: 70px;
}

#resultado b{
	color: var(--verde);
	font-size: 20px;
	font-weight: normal;
}

.margen-cuotas{
	margin-top:20px;
}

.rojo{
	color: #BE0E2A;
}

.paso{
	color: #C2C1C1;
	color: #8cb03a;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fondo3{
	background: var(--verde);
	color: #FFFFFF;
}

.tablaGris2, .tablaGris2 td {
    padding: 5px;
    border: 1px solid #666;
    border-collapse: collapse;
}

.tabla2, .tabla2 td {
    border: 1px solid #999999;
    border-collapse: collapse;
}

.with-errors{
	color: #BE0E2A;
}

.error{
	color: #BE0E2A !important;
	font-size: 14px !important;
}

#error1{
	margin-top: 20px;
	padding: 0px 10px;
}

.triangulo{
	color: #BE0E2A;
	font-size: 50px;
}
.triangulo2{
	color: #BE0E2A;
	font-size: 30px;
}
.margen-triangulo{
	margin-top: 5px;
}
#requisitos{
	max-height: 250px;
	overflow-y: scroll;
	font-variant: normal;
}

#titulo_requisitos{
	margin-top: 6px;
	margin-bottom: 10px;
	color: var(--verde);
	font-size: 20px;
}

.valor_cuota{
	font-size: 36px;
	color: var(--verde);
}

.fondo{
	background: url("/corte/fondo.jpg");
	background-size: cover;
	min-height: 546px;
}

.fondo1{
	width: 100%; height: 100vh; position: absolute; z-index: 0;
}

.fondo_negro{
	position: absolute; z-index: 1;
	background:rgba(0,0,0,0.5);
	width: 100%; height: 100vh;
}

.zindexlogin{
	z-index: 999;
	position: relative;
}

.blanco{
	color:#FFFFFF;
}

#div_valor{
	background: #CCCCCC;
	padding: 15px;
	margin-top: 10px;
	border-radius: 5px;
}

.tarjeta{
	font-size: 40px;
	color: #000;
	margin-top: 30px;
}

.cop{
	font-size: 20px;
}

.negro{
	color: #000000 !important;
}

.titulo-seccion{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 20px;
	background: #EBF0F6;
	background: #76bc21;
	padding: 10px;
	border-radius: 18px;
}

.tabla_lineas tr:nth-child(odd){
	background: #EBF0F6;
}

#requisitos {
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    color: var(--verde);
    border: 2px solid #c3c3c3;
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
}
.azul-fesdis{
	color: #247dc0;
	font-weight: bold;
}
.fondo-verde{
	background-color: var(--verde);
  color: #fff;
	
}
.fondo-verde h2{
	color: #FFFFFF !important;
	margin-bottom: 0px;

}
.tabla-resumen{
	border-color: #2daae0;
}
.tabla-resumen td{
color: #1071b8;	
font-size: 20px;
padding: 15px;
}
.texto-azul{
	color: #530F4D;
}
.tabla-resumen tr:nth-child(odd){
	background: #cce7f0;
}
.caja-formulario{
	border:1px solid #bbb;
	border-radius: 2px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.azul{
	color:var(--verde);
}

.fondo-azul{
	color:#fff;
	background-color:var(--azul-oscuro);
	color:#FFFFFF !important;
}

.fondo-gris{
	background-color: var(--gris-fed);
	color: #fff;
}

.fondo-gris2{
	background:#d6d7da;
	color:var(--azul-oscuro)
}

.fondo-gris3{
	background:#eee;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.margin5{
	margin-top: 6px !important;
}
.margin51{
	margin-top: 5px !important;
}
.margin10{
	margin-top: 10px !important;
}

.tabla_gris, .tabla_gris td, .tabla_gris th{
	border:1px solid #ced4da;
	color: #333;
}

.tabla_gris div{
	color: #333;
}


.enlace_modal{
	color:var(--naranja) !important;
	text-decoration: underline;
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.espacio{
	margin-right: 20px;
	margin-left: 4px;
	color: #000;
}

.fondo-azul-claro{
	background-color: var(--verde);
	color: #fff;
}
.caja-form{
	border: 1px solid #dedede;
	border-radius: 20px;
}
.afiliaciones{
	font-size: 18px;
}
.afiliaciones label{
	color: var(--verde);
	font-size: 18px;
}
.afiliaciones .form-control{
	background-color: #f2f2f2;
	border-radius: 20px;
	border:none;
}
.texto-azul2{
	color: var(--verde);
}
.col-md-p{
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.container-radio {
	display: block;
	position: relative;
	padding-right: 90px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	top: -6px;
	right: 0;
	height: 40px;
	width: 80px;
	background-color: #f2f2f2;
	border-radius: 15px;
	text-align: center;
	display: flex;
	align-items: center;
  }
  
  /* On mouse-over, add a grey background color */
  
  
  /* When the radio button is checked, add a blue background */
  .container-radio input:checked ~ .checkmark {
	background-color: #f2f2f2;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "✔";
	width: 100%;
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-radio input:checked ~ .checkmark:after {
	display: block;
  }
.btn-firma{
	background-color: var(--verde);
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 60px;
	border-radius: 25px;
	margin: 0 10px;
}
.btn-firma:hover{
	color: #000;
}

.radios [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
.radios [type=radio] + h4 {
	cursor: pointer;
	font-size: 30px;
}


/* CHECKED STYLES */
.radios [type=radio]:checked + h4 {
	background: var(--verde);
	padding:10px;
	border-radius: 10px;
	color: #fff !important;
}
#font-2{
	font: 402 40px 'Arizonia', Helvetica, sans-serif !important;
	color: #2b2b2b ;
}
#font-2r{
	font: 402 60px 'Arizonia', Helvetica, sans-serif !important;
	color: #2b2b2b;
}
#font-3{
	font: 400 40px'Great Vibes', Helvetica, sans-serif;
	color: #2b2b2b;

}
#font-3r{
	font: 400 60px 'Great Vibes', Helvetica, sans-serif;
	color: #2b2b2b;

}
#font-4{
	font:  40px 'Euphoria Script', cursive;
	color: #2b2b2b;

}
#font-4r{
	font:  60px 'Euphoria Script', cursive;
	color: #2b2b2b;

}
#font-5{
	font:  30px 'Homemade Apple', cursive;
	color: #2b2b2b;

}
#font-5r{
	font:  40px 'Homemade Apple', cursive;
	color: #2b2b2b;

}
#font-6{
	font:  60px 'Miss Fajardose', cursive;
	color: #2b2b2b;

}
#font-6r{
	font:  80px 'Miss Fajardose', cursive;
	color: #2b2b2b;

}
#default{
	font-family: "Myriad pro", sans-serif;

}
.btn-font{
	background-color: var(--verde);
	color: #fff;
}
.btn-font:hover{
	background-color: var(--verde);
	color: #fff;
}
.btn-send-signature{
	background-color: var(--verde);
	color: #fff;
	font-size: 20px;
	width: 130px;
}

#forms-sign span.select2.select2-container.select2-container--default{
	width: 100% !important;
}

/* ----------------------- -------------------*/
	#share_signature input[type=checkbox]{
	transform: scale(1.2);
}
#default{
	font-style: italic;
}
#ch-accept {
    transform: scale(2);
    margin-top: 15px;
    margin-left: -30px;
}
#myModal .modal-dialog{
	max-width: 800px !important;
}


.b-redondeado{
	border-radius: 20px;
}
.color-verde{
	color: var(--verde);
}
.fondo-verde p:hover{
	color: #fff;
}
.fondo-verde p{
	color: #fff;
	margin-bottom: 0px;
}
.accept-sign{
	font-size: 18px;
	border-radius: 15px;
}
#myModal3 .modal-dialog{
	max-width: 700px !important;
}

#signatureShow h1#default{
	font-size: 18px !important;
	font-weight: normal !important;
	text-decoration: underline;
}
#signatureShow h1#font-2r{
	font-size: 28px !important;
	font-weight: normal !important;
	text-decoration: underline;
}
#signatureShow h1#font-3r{
	font-size: 28px !important;
	font-weight: normal !important;
	text-decoration: underline;
}
#signatureShow h1#font-4r{
	font-size: 28px !important;
	font-weight: normal !important;
	text-decoration: underline;
}
#signatureShow h1#font-5r{
	font-size: 22px !important;
	font-weight: normal !important;
	text-decoration: underline;
}
#signatureShow h1#font-6r{
	font-size: 44px !important;
	font-weight: normal !important;
	text-decoration: underline;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Elegir";
}
.linea{
	width: 150px;
	display: inline-block;
	border-bottom: 1px solid var(--verde);
}
.header-redsocial{
  border-radius: 0px 0px 25px 0px;
}
.font-14{
  font-size: 14px;
}
.font-12{
  font-size: 12px;
}
.texto-verde{
  color: var(--verde) !important;
}
.texto-nohover:hover{
  color: inherit;
  text-decoration: none;
}
.btn-vermas-nohover:hover{
	background-color: var(--verde) !important;
}
.btn-vermas2-nohover:hover{
	background-color: var(--azul-oscuro) !important;
}
.btn-contactenos{
  background-color: var(--verde);
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  display: inline-flex;
  padding-top: 17px;
}
.header-redes{
  font-weight: 100;
}
.redes-header i{
  background-color: var(--verde);
  color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.redes-header a i{
  background-color: var(--verde) !important;
  color: #fff !important;

}
.redes-header a i:hover {
    background-color: var(--azul-oscuro) !important;
    color: #fff !important;
}
.redes-header a {
  color: #000 !important;

}
ul {
	list-style:none;
}
ol{
	font-weight: 100;
}

.nav > li {
	float:left;
}

.nav li a {

	text-decoration:none;
	padding:15px 10px !important;
	display:block;
}


.nav li ul {
	display:none;
	position:absolute;
	min-width:auto;
	overflow-y: auto;
	width: 150px !important;
	height: auto;

	z-index: 9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
color: #fff;
   background-color: rgba(211,211,211,0.7);
   padding: 7px 0px;
   border-radius: 0px 0px 7px 7px;

}
.nav li:hover > ul {
	display:block;
}

.nav li ul li {
	position:relative;
	display: block !important;
	text-align: left;
	height: auto !important;
	
}
.nav li ul li a{
	color: var(--azul-oscuro) !important;
	font-weight: 500;
	background-color: transparent;
	opacity: 1;
	padding: 0px !important;
	padding: 5px 10px !important;
}
.nav li ul li:hover a{
	color: #fff !important;
	background-color: var(--azul-oscuro);

}
.nav li ul li ul {
	right:-140px;
	top:0px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	min-height: auto !important;
}
.linea-contactenos{
	border: 1px dashed rgba(255,255,255,.5);
}
.contenedor-noticias-home{
	
		-webkit-box-shadow: -1px 8px 13px -6px rgb(0 0 0 / 75%);
		-moz-box-shadow: -1px 8px 13px -6px rgba(0,0,0,0.75);
		box-shadow: 0px 5px 14px -10px rgb(0 0 0 / 75%);
	
}
.form-contactenos-home input,.form-contactenos-home textarea{
	background-color: transparent;
	color: #fff;
}
.form-contactenos-home input:focus,.form-contactenos-home textarea:focus{
	background-color: transparent;
	color: #fff;
}
.form-contactenos-home input::placeholder,.form-contactenos-home textarea::placeholder{
	color: #fff;
}
.form-contactenos input,.form-contactenos textarea{
	background-color: var(--azul-oscuro);
	color: #fff;
	border: none;
}
.form-contactenos input:focus,.form-contactenos textarea:focus{
	background-color: var(--azul-oscuro);
	color: #fff;
}
.form-contactenos input::placeholder,.form-contactenos textarea::placeholder{
	color: #fff;
}
		
.fondo-convenios{
	height:280px;
	background-size: cover;
	background-repeat: no-repeat;
}
.pqr-app{
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
	width: 85px;
}
.pqr-app a{
	text-decoration: none;

}
.pqr-app img {
    width: 45px;
}
.pqr-app p{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.pqr-app .fa-comments{
	margin-top: -10px;
}
.pqr-app .pqr{
	background: #D78A2D;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	padding: 10px;

}
.pqr-app .pqr i{
	color: #FFFFFF;
}

.pqr-app .app{
	background: transparent;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 15px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 5px;
	min-height: 70px;
	margin-top: 5px;
}
.banner-internas .fondo-imagen{
	height: 240px !important;
	padding: 0px 8rem;
}
.descripcion-misionvision{
	top: 0;
	height: 100%;
	padding: 4rem;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.titulo-contacto{
	background-color: #2dd54b;
}
.contactenos{
	background-image: url("/skins/page/images/Fondo-Contacto.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 5rem;
	padding-bottom: 3rem;
}
.titulo-fedimel-contactenos{
	font-size: 3rem;
	font-weight: 100;
	
}
.btn-pregunta{
	border-radius: 8px;
}
.servicios .contenedor-seccion, .servicios .serv{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.btn-convenios {
	border: 1px solid #cecece;
	color: var(--gris-fed);
	border-radius: 15px;
	
}
.btn-convenios:focus {
	box-shadow: none;
	
}
.btn-convenios i{
	color: var(--azul-oscuro);
	font-size: 22px;
}
.img-noticias{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.compartir a{
	background-color: var(--azul-oscuro);
	display: inline-flex;
height: 25px;
width: 25px;
justify-content: center;
align-items: center;
	border-radius: 50%;
	color: #fff;
}
.compartir a:hover{
	text-decoration: none;
	background-color: var(--verde);

}
.compartir2 a{
	background-color: var(--azul-oscuro);
	display: inline-flex;
height: 18px;
width: 18px;
justify-content: center;
align-items: center;
	border-radius: 50%;
	color: #fff;
}
.compartir2 a:hover{
	text-decoration: none;
	background-color: var(--verde);
}
.introduccion-noticias-importantes{
	font-size: 12px;
	display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font-12{
	font-size: 12px;
}
.vermas-not{
	border-top: 1px solid var(--azul-oscuro);
}
.border-right-azul{
	border-right: 1px solid var(--azul-oscuro);
}
.limpiar-a{
	text-decoration: none;
	color: inherit;
}
.limpiar-a:hover{
	text-decoration: none;
	color: inherit;
}
.separador-azul{
	border-color: var(--azul-oscuro);
	width: 30px;
	border-width: 2px;
}
ol li{
	color: var(--verde);
}
ol li{
	margin-bottom: 0.5rem;
}
@media (min-width: 576px){
#terminos .modal-dialog {
    max-width: 800px !important;

}
.convenio-modal .modal-dialog{
	max-width: 800px !important;
}
#popup .modal-dialog {
    margin-top: 5rem;
     max-width: 700px !important;

}
}
.hover-azul:hover{
	background-color: var(--azul-oscuro);
	color: #fff;
}
.hover-verde:hover{
	background-color: var(--verde);
	color: #fff;
}
.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
  }
  .menu-respon{
	  background-color: var(--azul-oscuro);
	  z-index: 99;
	  width: 100%;
	  top: 0;
  }
  .botonera-resposive {
    position: fixed;
    background: var(--azul-oscuro) !important;
    color: #fff;
    width: 276px;
    height: 100%;
    overflow: auto;
    top: 0;
    z-index: 9999;
    right: 0;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}
.table-striped tbody {
    text-align: center;
}
.table-striped tr:first-child td {
    border-top: none;
}
.botonera-resposive .table td, .table th {
    padding-right: 0;
    padding-left: 0;
}	


.botonera-resposive a {
    color: #FFFFFF !important;
    width: 100%;
}
.botonera-resposive .item{
	list-style: none;
}
.botonera-resposive ul table {
    margin-bottom: 0px;
}
.sub-menu1>table tr {
    background-color: var(--verde) !important;
}
.botonera-resposive ul {
    padding-top: 12px;
    margin-bottom: 0px;
}

element.style {
}
.botonera-resposive ul {
    padding-top: 12px;
    margin-bottom: 0px;
}
.sub-menu1, .sub-menu2 {
    margin-bottom: -13px !important;
    padding-left: 0px !important;
}

@media screen and (max-width: 768px) {
	.contenedor-general{
		margin-top: 90.38px !important;
	}
	.pqr-app p{
		display: none;
	}
	.bolsa-val {
		padding-top: 2rem;
	}
	.descripcion-misionvision{
		padding: 1rem;
	}
	.mision-vision{
		height: 300px;
		overflow: hidden;
	}
	.caja-contenido-simple{
		margin-top: 0px !important;
		margin-bottom: 0px;
	}
	.mision-vision img{
		height: 100%;
		width: auto;
	}
	.img-mision-vision{
		max-width: none;
	}
	.descripcion-misionvision img{
		height: auto;
		width: 100%;
	}
	.banner-internas .fondo-imagen {
		height: 240px !important;
		padding: 0px;
		display: flex !important;
	}
	.banner-internas .fondo-imagen-responsive {
		display: none !important;
	}
	.imagen-contenido2{
		margin-top: 3rem;
	}
	.logo-footer{
		width: 25% !important;
	}
	.facebook{
		text-align: center;
	}
	.introduccion-noticias-importantes{
		font-size: 16px;
	}
	.compartir2 a{
		height: 24px !important;
		width: 24px !important;
	}
	.font-12{
		font-size: 16px !important;
	}
	.contenedor-form{
		padding: 0px;
		margin-top: 3rem;
	}
	.contenedor-seccion {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.pqr-app{
		width: 60px;
		
	}
	.pqr-app img {
		width: 60% !important;
	}
	.img-noticias{
		height: auto;
	}
}
.logo-footer{
	width: 50%;
}
.img-logo-header{
	top: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 50% 50%;
	-webkit-box-shadow: 0px 4px 0px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 0px -1px rgba(0,0,0,0.75);
box-shadow: 0px 4px 0px -1px rgba(0,0,0,0.75);
	border-collapse: collapse;
    background-color: #fff;
    height: 124px;
    width: 124px;
	right: -36px;
}
.titulo-accordion {
    min-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.rounded-pill{
	border-radius: 50rem !important;
}
.btn-volver{
	background-color: var(--verde);
	color: #FFF;
	border-radius: 50rem;
}
.btn-volver:hover{
	background-color: var(--azul-oscuro);
	color: #FFF;
	border-radius: 50rem;
}
.titulo-conv {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.texto-azul:hover{
text-decoration: none;
}
.introduccion-noticias-home {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.formatos .titulo-formatos {
    background: var(--verde);
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.formatos ul {
    padding: 15px;
    background: #EEEEEE;
}
.formatos ul li {
    list-style: none;
}
.formatos ul li a {
    text-decoration: none;
    color: var(--verde);
}
.formatos .titulo-reglamentos {
    background: var(--azul-oscuro);
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-regla {
    background: var(--azul-oscuro);
    border: none;
    color: #FFFFFF;
    padding: 5px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 80%;
    margin-left: 38.5%;
    margin-right: 38.5%;
    border-radius: 4.5%;
}

.btn-regla-2 {
    background: var(--verde);
    border: none;
    color: #FFFFFF;
    padding: 5.1px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 80%;
    margin-left: 38.5%;
    margin-right: 38.5%;
    border-radius: 4.5%;
}
.btn-regla-2:hover {
    background-color: var(--azul-oscuro) !important;
	text-decoration: none;
    color: #fff;
}
.btn-regla:hover {
    background-color: var(--verde)!important;
	text-decoration: none;
    color: #fff;
}
.home i.fas.fa-chevron-right{
	color: var(--verde);
	font-size: 40px;
	opacity: 1;
}
.home  .carousel-control-next {
	opacity: 1 !important;
}
.home i.fas.fa-chevron-left{
	color: var(--verde);
	font-size: 40px;
	opacity: 1;
}
.home  .carousel-control-prev {
	opacity: 1 !important;
}
.fondo-imagen-responsive{
	height: auto;
	width: 100%;
}
.simulador {
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    padding: 20px;
    color: #333333;
    font-weight: 300;
    border-radius: 0.5em;
}
.caja-login{
	width: 500px;
	display: inline-block;
	background: #fff;
	border-radius: 0px 10px 0px 0px;

}
.text-login p, .caja-login input,.caja-login label, .caja-login .olvido-contrasena{
	font-size: 14px;
	color: var(--verde)
}
.btn-entrar{
	background-color: var(--azul-oscuro);
	color: #FFFFFF;
	width: 100%;
}
.list-panel{
	list-style: disc !important;
	color: var(--azul-oscuro);
}
.titulo-login{
	border-radius: 0px 10px;
}
#formularior .form-control{
background-color: #EEEEEE;
}
.fondo-login{
	background-size: cover;
	background-repeat: no-repeat;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Customize the label (the container) */
.containerinput {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
 /* font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerinput input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerinput :hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerinput input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerinput input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerinput .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.condiciones label {
font-size:0.8rem;
}