@import url(/components/Font-Awesome/css/all.min.css);
@import url(../../page/fuentes/fuentes.css);

@import url(/components/Font-Awesome/web-fonts-with-css/css/fontawesome-all.min.css);
@import url(../../administracion/fuentes/fuentes.css);

@font-face {
    font-family: 'ComfortaL';
    src: url('../../page/images/corte2/Comfortaa-Light.ttf') format('truetype');
}

:root {
	--verde: #88a231;
	color: #928282;
	--gris: #231F20;
	--nverde: #c2bf00;
	--letrav: #b9bb05;
	--morado: #a52480;
	--naranja: #e39501;
	--fverde: #c3be00;
	--griscorte: #898989;
	--blancorte: #fff;
	--azulcorte: #0093c7;
	--azuloscorte: #0133a0;
	--verdecorte: #77bc23;
	--negroAdmin:  #343a40;
	--grisAdmin: #e6e6e6;
	/* Fuentes */
	--fuente-open-sans: 'Open Sans', sans-serif;
  	--fuente-questrial: 'Questrial-Regular', sans-serif;
}


*{
    font-family: 'WeblySleek UI Semilight';
}
a:hover{
	text-decoration: none;
}
p{
	color: #69666a;
}

a {
	text-decoration: none;
}

hr {
	opacity: 5 !important;
}

.green {
	margin: 0;
    color: #76bc21;
}

.iconosHeader {
    width: 26px;
    height: 26px;
}

.parteAzul {
    background-color: #0033a0;
	font-size: 14px;
	height: 2.6rem;
}

.carousel {
	top: 6rem;
}

.inicioHeader {
	border-bottom: 4px solid #269cd8;
}

header .header-content nav ul li a span ,header .header-content nav ul li a{
	font-family: 'WeblySleek UI';
}
header .header-content{
	height: 10.5rem;
    background: white;
	position: relative;
	z-index: 99;
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	border-bottom: 4px solid #269cd8;
}

/*
header .header-content{
	height: 6rem;
    background: transparent;
	position: relative;
	z-index: 99;
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	border-radius: 0 0 2.5em 2.5em;
}

header .header-content::before {
	content: "";
    width: 105%;
    background: #FFFFFF;
    border-radius: 50%;
    height: 250px;
    position: absolute;
    right: -2%
	;
    margin-left: -150px;
    margin-top: -100px;
    z-index: -1;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
    border-bottom: 4px solid #269cd8
}

header .header-content {
	background: transparent;
}

*/

img{
	max-width: 100%;
}
header .header-content .red{
	display: inline-block;
	margin: 2px;
	color: #FFFFFF;
}

header .header-content .red i{
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    background: #269cd8;
    color: #fff;
    width: 30px;
    text-align: center;
    border-radius: 9em;
}
header .header-content .red:hover{
	text-decoration: none;
}
header .header-content .red:hover i{
	background: #0033a1;
	color: #FFFFFF;
}

header .header-content .logo{
	padding-top: 10px;
	padding-bottom: 10px;
}
header .header-content nav ul{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
header .header-content nav ul li{
	display: table-cell;
	width: auto;
	position: relative;
}

header .header-content nav ul li a{
	display: table;
	width: 100%;
	color: #0033a1;
}

header .header-content nav ul li a span{
	display: table-cell;
	vertical-align: middle;
	height: 8rem;
	background:transparent;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

header .header-content nav ul li:hover  a{
	color: #76bc21;
	text-decoration: none;
}

header .header-content nav ul li:hover ul li a{
	color: #0033a1;
	text-decoration: none;
}

header .header-content-home {
	background-color: var(--blancorte);
}

header .header-content-home .logo {
	max-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .header-content-home2 {
    background-color: var(--blancorte);
}

header .header-content-home2 .text-header {
    font-size: 22px;
    color: var(--azuloscorte);
	font-family: var(--fuente-open-sans) !important;
  	font-family: var(--fuente-questrial) !important;
}

header .header-content-home2 .icono-header {
	max-height: 98px;
}

/* estilos contenidos */

.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;
	padding: 20px;
	padding: 20px;
}

.contenedor-seccion .descripcion-seccion{
	padding-top: 20px;
	padding-bottom: 20px;
}
.contenedor-seccion .fixed{
	background-position: fixed ;
}

.caja-contenido-simple{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	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: #000000;
	color: #FFFFFF;
	border:1px solid #000000;
}
.btn-vermas:hover{
	background: #FFFFFF;
	color: #000000;
}


.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%;
}
.texto-banner{
	padding-top: 10rem;
	text-align: left;
}
.fondo-imagen{
	height: 600px;
    background-position: top center !important;
	background-repeat: no-repeat !important ;
	text-align: center;
}
.fondo-imagen img{
	height: 600px;
    background-position: top center !important;
    background-repeat: no-repeat !important ;
}
.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;
	z-index: 0;
}

.titulo-principal{
	text-align: center;
}
.home{
	padding-bottom: 5rem;
}
.home2{
	align-self: center;
}
.home2 .descripcion{
	padding-top: 11rem;
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-family: 'Gotham Ultra';
}
.home h2{
	font-family: 'WeblySleek UI';
	color: #76bc21;
}
.home .btn-vermas {
	font-family: 'WeblySleek UI';
    background: #269cd8;
    color: #FFFFFF;
    border: 1px solid #269cd8;
    border-radius: 3rem;
    padding-left: 15px;
    padding-right: 15px;
}
.home .btn-vermas:hover{
	background-color: #76bc21;
}
.home2 .btn-vermas {
	font-family: 'WeblySleek UI';
    background: #76bc21;
    color: #FFFFFF;
    border: 1px solid #76bc21;
    border-radius: 3rem;
    padding-left: 25px;
    padding-right: 25px;
}
.home2 .btn-vermas:hover{
	background-color: #269cd8;
}
/*estilos footer*/
footer .footer-redes{
	background-color: #FFFFFF;
	border-top: 5px solid #76bc21;
	height: 160px;
	padding-top:3rem;
}

footer .redes i{
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    background: #269cd8;
    color: #fff !important;
    width: 43px;
    text-align: center;
    font-size: 25px;
    border-radius: 35em;
    margin-left: 10px;
}
footer .derechos .red{
	color: #0033a1;
}
footer .footer-redes .titulosfooter{
	font-size: 18px;
	margin-bottom:0.5rem;
}
footer .enlacered .red{
	font-size: 18px;
}
footer .enlacered div{
	margin-bottom: 0.5rem;
}
footer .derechos .logofooter{
	padding-left: 0px;
}
footer .foot{
	padding-bottom: 3rem;
}
footer .enlacered .telefonos{
	padding: 0px;

}
footer .enlacered .telefonos p{
	margin: 0px;
	color: #76bc21;
}
footer .enlacered .whatsapp{
	padding: 0;
	margin:0;
	align-self: center;
}
footer .wha{
	color: #0033a1;
}
footer .red{
	color:#0033a1;
}
footer .ubicacion{
	padding: 0;
	margin: 0;
}
footer .direccion{
	align-self: center;
	padding: 0%;
	margin: 0%;
}
footer .direccion p{
	margin: 0;
	color: #76bc21;
}

ul#menu ul {
	display: none;
	position: absolute;
	top: 82px;
	border-radius: 10px;
	background: #fff;
	color: #0033a1;
	padding: 10px 0px 10px 0px;
	margin: 0;
	width: 250px;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
	}

	ul#menu ul li a span{
	
		color: #fff;
		font-size: 20px;
	}

	ul#menu ul li{
		float: left;
		width: 100%;
		
		height: auto;
		display: initial; 
		padding:5px 20px 5px 20px;
	
	   }
	   ul#menu li:hover ul,ul#menu ul li:hover ul,ul#menu ul ul li:hover ul,ul#menu li.iehover ul,ul#menu ul li.iehover ul,ul#menu ul ul li.iehover ul {
		display: flex;
		height: auto;
		flex-direction: column;
		cursor:pointer;
		color: #0033a1;
	   }
	   ul#menu li ul li:hover,ul#menu li ul li:hover a {
		color: #fff;
		background-color: #76bc21;
	   }
	   ul#menu li ul li:hover .icon-menu{
		   display: initial;
	   }
	   .icon-menu{
		   margin-right: 5px;
		   display: none;
	   }
	   .somos, .principios,.convenios, .administracion, .ahorro, .creditos, .calamidad, .cuenta, .contactenos{
		padding-top: 40px;
		margin-top: 130px;
	   }
	.somos h2{
		font-family: 'Gotham Ultra';
		color: #269cd8;
	}
	.titulo-principios{
		position: relative;
		font-family: 'Gotham Ultra';
		padding-top: 10px;
		cursor: pointer;
		padding-bottom: 10px;
		background-color:#76bc21; 
		color:#fff;
		width: 100%;
		border-radius: 10px 10px 0px 0px;
	}
	.titulo-principios h2{
		font-family: 'Gotham Ultra';
		margin-bottom: 0px;
	}
	.icono-principios{
		position: absolute;
		right: 100px;
		top: 2px;
		font-size: 50px;
	}
	.principios hr{
		margin: auto;
		width: 70%;
	}
	.contenedor-principios{
		display: flex;
    flex-direction: column;
    text-align: center;
	}
	.contenedor-principios h4{
		font-family: 'Gotham Ultra';
		color: #269cd8;
	}
	.descripcion-principios{
		padding-left: 90px;
		padding-right: 90px;
	}
	.titulo-principio{
	    padding-left: 80px;
    padding-right: 80px;
    height: 60px;
	}
	.titulo-convenios h4{
		font-family: 'WeblySleek UI';
		color: #0033a1;
		
	}
	.titulo-convenios{
		text-align: center;
		margin-top: 10px;
	}
	.img-convenios{
		text-align: center;
	}
	.img-convenios img{
		border-radius: 15px;
	}
	.card-header{
		text-align: center;
		border-radius: 10px !important;
		padding: 0px;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.panel-hide{
		background-color: #76bc21;
	}
	.panel-show{
		background-color: #269cd8;
		border-radius: 10px 10px 0px 0px !important;
	}
	.panel-hide button{
		color: #fff;
	}
	.titulo-accordion{
		position: relative;
		display: inline-block;
		font-weight: 400;
		color: #fff;
		width: 100%;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: .25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.titulo-accordion:focus{
		outline: none;
	}
	.icono-convenios{
		font-size: 30px !important;
		position: absolute;
		right: 40px;
	}
	.titulo-accordion h5{
		margin-bottom: 0px;


	}
	.card{
		border: none !important;
		-webkit-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.75);
border-radius: 10px !important;
	}
	.card-body{
border: none !important;
min-height: 230px;
	}
	.img-convenio{
		text-align: center;
	}
	.convenios .titulo{
		font-family: 'Gotham Ultra';
		text-align: center;
		color: #269cd8;
		font-size: 40px;
	}
	.titulo-principal{
		font-family: 'Gotham Ultra';
		text-align: center;
		color: #269cd8;
		font-size: 40px;
	}
	.administracion h4{
		font-family: 'Gotham Ultra';
		text-align: center;
		color: #269cd8;
	}
.home .descripcion p{
	font-family: 'WeblySleek UI';
}
.home2 .descripcion p{
	font-family: 'Gotham Ultra';
	color: #fff;
	font-size: 40px;
}
.ahorro .descripcion h3{
	font-family: 'Gotham Ultra';
    padding-left: 100px;
    padding-right: 100px;
    color: #269cd8;
}
.ahorro .descripcion h3{
	font-family: 'Gotham Ultra';
    padding-left: 100px;
    padding-right: 100px;
    color: #269cd8;
}
.ahorro hr {
	margin-top: -20px !important;
	
}
.creditos .titulo{
	font-family: 'Gotham Ultra';
	text-align: center;
	color: #269cd8;
	font-size: 40px;
}
.creditos h4{
	font-family: 'Gotham Ultra';
	color: #269cd8;
}
.calamidad hr {
	margin-top: -20px !important;
}
.calamidad .caja-contenido-simple h2{
	font-family: 'Gotham Ultra';
	color: #269cd8;
}
.cuenta .caja-contenido-simple h2{
	font-family: 'Gotham Ultra';
	color: #269cd8;
	font-size: 40px;
}
.cuenta .btn-vermas {
	font-family: 'WeblySleek UI';
    background: #76bc21;
    color: #FFFFFF;
    border: 1px solid #269cd8;
    border-radius: 3rem;
    padding-left: 15px;
    padding-right: 15px;
}
.contactenos h2{
	color: #76bc21;
}
.contact{
	border-radius: 1rem;
	padding-left: 15px;
}
.contactenos .red{
	color: #76bc21;
	text-decoration: none !important;
	width: 5px;
}
i.fas.fa-phone-alt.icon-tel {
    background-color: #76bc21;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    font-size: 11px;
}
.icon-cont {
    width: 22px;
    display: inline-block;
}
.container-info{
	display: flex;

}
.contactenos input:focus,.contactenos textarea:focus{
	border: 2px solid #76bc21;
	box-shadow: none;
}
.contactenos .btn-vermas {
	font-family: 'WeblySleek UI';
    background: #76bc21;
	color: #FFFFFF;
	border: none;
    border-radius: 2rem;
    padding-left: 20px;
    padding-right: 20px;
}
.contactenos{
	padding-top: 120px ;
}
.flotantes{
    display: flex;
    flex-direction: column;
    width: 100px;
    position: fixed;
    top: 200px;
    right: 13%;
    z-index: 999;
}

  
  .tooltip-inner {
	font-size: 12px;
	padding: 5px 15px 5px 20px;
	background: #76bc21;
	color: #FFFFFF;
	border: none;
	text-align: left;
  }
  
  .tooltip.show {
	opacity: 0.7;
  }
  
  .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
  .bs-tooltip-left .arrow::before {
	border-left-color: #76bc21;
	/* Red */
  }
  .administracion .contenedor-seccion .descripcion-seccion hr{
	margin-top: -20px;
	width: 80%;;
  }
  .principios{
	  padding-top: 120px;
  }
@media screen and (max-width:1380px) {

.flotantes{
	right: 0 !important;
}
  }

  @media screen and (max-width:1290px) and (min-width:900px) {

	.administracion .descripcion-seccion{
		padding-right: 50px !important;
	}
	.administracion .caja-contenido-simple .descripcion table{
	width: 100% !important;
	  }
	}
  @media screen and (max-width:1772px) {

	.flotantes{
		right: 3% ;
	}
	  }
	  .carousel-indicators li{
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  border-radius: 50%;
		  width: 8px;
		height: 8px;
		background-color:#76bc21;
		margin-right: 7px;
		margin-left: 7px;
		opacity: 1;
	  }
.circulo{
	display: none;
	height: 8px;
	width: 8px;
	background-color:#76bc21;
	border-radius: 50%;


}

.carousel-indicators .active .circulo{
	display: block;
}
@media screen and (max-width: 387px) {

	.administracion  table{
		width: 100% !important;
		height: 750px !important;
		display: flex;
	}
	.home2 .descripcion{
	padding-top: 17rem;
}
.footer-seccion{
	text-align:center !important;
	margin-bottom:25px
}
	.administracion  .descripcion table{
		width: 100% !important;
		height: 800px !important;
		display: flex;
	}
	.administracion .descripcion-principios table tr{
		display: block;
		float: left;
		height: 90px !important;
	}
	.administracion .descripcion table tr{
		display: block;
		float: left;
		height: 50px !important;
	}
	.administracion table tr td{
		width: 100% !important;
		display: block;
		float: left;
		height: 400px !important;
	}
	.administracion  .descripcion table tr td{
		width: 100% !important;
		display: block;
		float: left;
		height: 450px !important;
	}
	.administracion  .descripcion-principios table tr td{
		height: 250px !important;
	}
	
	.administracion  table tr td p{
	   text-align: left;
	}
	.descripcion-principios{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	h4{
		font-size: 1.3rem !important ;
	}
}
@media screen and (max-width: 750px) and (min-width: 388px) {
.administracion  table{
	width: 100% !important;
	height: 750px !important;
	display: flex;
}
.home2 .descripcion{
	padding-top: 17rem;
}
.footer-seccion{
	text-align:center !important;
	margin-bottom:25px
}
.redes-footer{
	margin-top:35px;
}
.administracion  table tr{
	display: block;
    float: left;
    height: 50px !important;
}
.administracion table tr td{
    width: 100% !important;
    display: block;
    float: left;
    height: 400px !important;
}
.administracion  .descripcion table tr td{
    width: 100% !important;
    display: block;
    float: left;
    height: 450px !important;
}
.administracion  .descripcion-principios table tr td{
    height: 200px !important;
}

.administracion  table tr td p{
   text-align: left;
}
.administracion .descripcion-principios{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.afiliaciones {
	padding-right: 10px !important;
    padding-left: 30px !important;
}
}

@media screen and (max-width: 750px) {
	.titulo-principio {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.titulo-principios h2 {
		font-size: 23px;
	}
	.icono-principios{
		right: 5px;
    top: 10px;
    font-size: 40px;
	}
	.afiliaciones {
	padding-right: 10px !important;
    padding-left: 30px !important;
}
}
.carousel-indicators .active {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 2px solid #76bc21;
}
.img-home{
	height: 230px;
}
.titulo-img-home{
	font-family: 'Gotham Ultra' !important;
	font-size: 22px;

}
.text-home{
	padding-right: 42px;
	padding-left: 42px;
}
.somos .descripcion{
	padding-right: 40px;
}
.principios .panel-show{
	background: none;
	border-radius: initial;
}
hr{
	border-color: #76bc21 ;
}
.administracion h5{
	color: #76bc21;
	font-weight: bold;
}
p{
	font-size: 18px;
}
.creditos .card-body p, .convenios .card-body p{
	font-size: 16px;
}
.contactenos input{
	font-size: 18px;
}
.titulo-banner h1{

	font-family: 'Gotham Ultra';
	color: #269cd8;
	line-height: 35px;
}
.descripcion-banner p{
	font-weight: bold;
	line-height: 22px;
	padding-right: 180px;
	color: black;

	
}
.descripcion-banner .btn-vermas{
	font-family: 'WeblySleek UI';
    background: #76bc21;
    color: #FFFFFF;
    border: none;
    border-radius: 3rem;
    padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;

}
@media (max-width:576px) and (min-width:0px)
{
	header::before{
		display: none;
	}
	header .header-content{
		background-color: white !important;
		border-radius:0;
	}
	header .header-content::before{
	    all:unset;
	}
	.slider-principal{
	 margin-top: 110px;
	}
	.fondo-imagen{
		background-size: 100% 100% !important;
    height: 280px !important;
	}
	.flotantes{
		width: 60px !important;
	}
	.descripcion-banner{
		margin-top: -30px;
	}
	.descripcion-banner p{
		font-size: 9px;
		line-height: initial;
		padding-right: 18px;
		margin-left: -30px;
	}
	.titulo-banner h1{
		font-size: 12px;
		line-height: initial;
		margin-left: -30px;
		width: 90px;
	}
	.descripcion-banner .btn-vermas{
	    font-size: 9px;
		width: 100px;
		padding: 2px;
		margin-left: -30px;
		margin-top: -17px;
	}
	.ahorro .descripcion h3{
		font-size: 1.5rem;
		padding: 0;
	}
	.somos .descripcion{
		padding-right: 0 !important;
	}
}
.botonera-resposive{
	position: fixed;
	background-color: #FFFFFF;
	color: #333333;
	width: 276px;
	height: 100%;
	overflow: auto;
	top: 0;
	right: 0;
	display: none;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	z-index:99999;
}
.btn-menu{
	text-align: right;
	display: block;
	padding: 5px;
}
header .botonera-responsive .item{
	color: #005681;
}
.item{
	list-style: none;
	color: #005681;
}
#item2{
	list-style: none;
	color: #005681;
    vertical-align: top;
	border-top: 1px solid #dee2e6;
	padding-bottom: 1rem;
	padding-top: 0.5rem;
}
.collapse{
	padding: 0px;
	width: 100%;
}
.item2-1{
	list-style: none;
	color: #333333;
	padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.item a{  
	color: #269cd8;
	font-size: 17px;
	margin-left: 5px;
}
.item a i{
	color: #76bc21;
}
header .red i {
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    background: #269cd8;
    color: #fff;
    width: 30px;
    text-align: center;
    border-radius: 9em;
}
.internas h2{
	font-family: 'Gotham Ultra';
    color: #269cd8;
}
.ancla:before {
	display: block;
	content: " ";
	margin-top: -120px;
	height: 120px;
	visibility: hidden;
}
.ajuste-publicidad{
	position: relative;
	text-align: center;
	background-color: transparent !important;
	border: none;
}
/*
.close{
	position: absolute;
	right: -50px;
	top: -50px;
	color: #fff !important;
	opacity: 1 !important;
	font-size: 40px;
}
.close:hover{
	color: #fff !important;
	opacity: 1 !important;
}
*/
.fondo-azul-claro{
	background-color: var(--azul);
	color: #fff;
}
.titulo2 {
	color: var(--azulcorte);
}
.caja-form{
	border: 1px solid #dedede;
	border-radius: 20px;
}

.afiliaciones_bck {
    width: 100%;
    min-height: 85.7vh;
    background-image: url(/skins/page/images/corte2/fondonuevo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-btn-home {
	display: inline-flex;
	align-items: center;
	border: none;
	overflow: hidden;
	padding: 0;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	cursor: pointer;
	height: 40px !important;
}

.custom-btn-home:hover {
	background-color: black;
}

.custom-btn-home .lf-part, .custom-btn-home .rg-part {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	height: 40px !important;
}

.custom-btn-home .lf-part {
	background-color: var(--azulcorte);
	color: white;
}

.custom-btn-home .rg-part {
	background-color: #343a40;
	color: white;
}

.afiliaciones{
	font-size: 18px;
	--bs-gutter-x: 15rem;
}
.afiliaciones label {
	color: var(--verdecorte);
	font-size: 18px;
}
.afiliaciones .form-control{
	background-color: #f2f2f2;
	border-radius: 5px;
	border:none;
}
.texto-azul2{
	color: var(--azul);
}
.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(--azulcorte);
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	padding: 10px 60px;
	border-radius: 5px;
	margin: 0 10px;
	width: 245px;
}

.btn-firma:hover {
	background-color: var(--azulcorte);
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 60px;
	border-radius: 5px;
	margin: 0 10px;
	width: 245px;
}

.w-20 {
	width: 20% !important;
}

.none-check {
	display: none;
}

/*.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(--azul);
	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(--azulcorte);
	color: #fff;
}
.btn-font:hover{
	background-color: var(--azulcorte);
	color: #fff;
}
.btn-send-signature{
	background-color: var(--azulcorte);
	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;
}

.fondo-verde{
	background-color: var(--azul);
	color:#fff
}
.fondo-verde a{
	color:#000 !important;
	font-weight: bold !important;
}
.b-redondeado{
	border-radius: 20px;
}
.color-verde{
	color: var(--azul);
}
.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(--azul);
}
.fondo-azul-claro{
	background-color: var(--azul);
	color: #fff;
}
.logo2{
	width: 322px;
}

.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;
}

@media screen and (max-width: 766px) and (min-width: 400px){
    
    .flotantes2 a{
        width:40px;
        height: 40px;
    }
}

@media screen and (max-width: 970px) and (min-width: 767px){
    
    .flotantes2 a{
        width:40px;
        height: 40px;
    }
}

@media screen and (max-width: 766px) and (min-width: 400px){
    
    .flotantes {
        width:59px;
    }
}

@media screen and (max-width: 970px) and (min-width: 767px){
    
    .flotantes {
        width:59px;
    }
}
.header-afil {
    overflow: hidden;
    height: 100%;
}

/* boleteria */

.cont-boleteria .form-control{
	border-radius: 13px !important;
	border: 1px solid #0033a1 !important;
}

.form-check-input:checked{
	background-color: green !important;
	border: 0;
 }

.auto-boleteria{
	-webkit-box-shadow: 7px 6px 15px 1px #8B8B8B; 
	box-shadow: 7px 6px 15px 1px #8B8B8B;
	padding: 45px 50px;
 }

.cont-boleteria label, .cont-boleteria .label-boleteria{
	font-weight: 600;
	color: #0033a1;
}

.cont-boleteria .botones-acciones{
	display: flex;
	justify-content: center;
}

.cont-boleteria .botones-acciones button{
	border-radius: 25px;
	padding: 7px 28px;
	margin-top: 40px;
	background-color: #76bc21;
}

.cont-boleteria .label-terminos p span{
	color: #616160;
}

.cont-boleteria .label-terminos li{
	color: #616160;
}

.detalle-boleteria h2{
	color: #95C11F;
	font-size: 20px;
}

.detalle-boleteria strong{
	color: #1D1D1B;
}

.detalle-boleteria .detail-bol{
	color: #616160;
}

.detalle-boleteria .caja-bol-detail{
	-webkit-box-shadow: 7px 6px 15px 1px #8B8B8B; 
	box-shadow: 7px 6px 15px 1px #8B8B8B;
	padding: 40px 80px;
}

.detalle-boleteria .alert-bol{
	background-color: #0033a1;
    color: #fff;
    padding: 20px 16px;
    font-size: 17px;
    font-weight: 600;
	-webkit-box-shadow: 7px 6px 15px 1px #8B8B8B; 
	box-shadow: 7px 6px 15px 1px #8B8B8B;
	display: flex;
    align-items: center;
    justify-content: center;
}

.img-descrip{
    position: relative;
    right: 15px;
    margin-bottom: 10px;
}

.img-datos{
	width: 16%;
	position: relative;
	right: 13px;
	margin-bottom: 15px;
}

input[type='radio'] {
	accent-color: green;
}

.cont-boleteria .alert-bol{
	background-color: #0033a1;
    color: #fff;
    padding: 20px 16px;
    font-size: 17px;
    font-weight: 600;
	-webkit-box-shadow: 7px 6px 15px 1px #8B8B8B; 
	box-shadow: 7px 6px 15px 1px #8B8B8B;
	display: flex;
    align-items: center;
    justify-content: center;
}

.cont-boleteria .alert-bol-monto{
	background-color: #0033a1;
    color: #fff;
    padding: 20px 16px;
    font-size: 17px;
    font-weight: 600;
	-webkit-box-shadow: 7px 6px 15px 1px #8B8B8B; 
	box-shadow: 7px 6px 15px 1px #8B8B8B;
	display: flex;
    align-items: center;
    justify-content: center;
}

.adicionales .modal-header{
	background: #76bc21;
	color: #ffffff;
}
.adicionales .olvido-contrasena{
	color: #0033a1;
	padding-bottom: 20px;
}


.btn-primary {
    background: #76bc21;
    color: #FFFFFF;
    border: none;
}

.btn-primary:hover {
    background: #0033a1;
	cursor: pointer;
}

.cont-boleteria{
    margin-bottom: 60px;
}

.detalle-boleteria{
    margin-top: 85px;
}

.titulo-internas h2{
    color: #76bc21;
}

/* fin boleteria */

.general-container.login-container .step-number {
	margin-top: 150px;
	width: 94.3%;
}

.step-bck {
	background-color: #f9f9f9;
}

.color-gris-corte {
	color: #f9f9f9;
}

.color-azul-oscuro {
	color: var(--azuloscorte)
}

.color-naranja {
color: var(--naranja);
}

.icono-bck-input {
	background-color: var(--verdecorte);
}

.titulo-section {
	font-size: 24px !important;
	color: var(--verdecorte);
	font-weight: bolder;
	margin-right: 10px; /* Ajusta el margen derecho según sea necesario */
}

.title-line {
	flex-grow: 1; /* Hace que la línea horizontal ocupe el espacio restante disponible */
	margin-top: 1rem; /* Ajusta el margen superior según sea necesario */
	border-top: 5px solid var(--azulcorte); /* Estilo de la línea horizontal, puedes cambiar el color y el estilo según tus necesidades */
}

.text-autorizo {
	color: var(--morado);
	font-weight: 700;
}

.title-modal-important {
	background-color: var(--verdecorte);
	color: #fff;
	font-size: 30px;
	font-weight: bolder;
}

.modal-body span {
	color: var(--griscorte);
	font-size: 16px;
}

.interno-body-modal {
	padding-left: 10px;
	padding-right: 10px;
}

.btn-close-info {
	font-size: 10px;
	font-weight: 300;
}

.modal-content {
	border-color: 10px solid var(--blancorte);
}

.btn-firma-modal {
	background-color: var(--azulcorte);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	margin: 0 10px;
}

.btn-firma-modal:hover {
	color: #000;
}

.modal-body-reingreso label {
	color: var(--griscorte);
	margin-bottom: -15px;
}

.model-header-reingreso label {
	color: #fff;
	font-size: 30px;
}

#alertaRegistro {
	font-size: 18px;
}

.add-button {
	will-change: transform;
	display: inline-block;
	background-color: var(--azulcorte);
	color: #FFF;
	padding: 5px 20px;
	border-radius: 5px;
	margin-bottom: 15px;
	text-decoration: none;
	transition: 300ms ease;
  }
  
  .add-button i {
	padding-right: 10px;
  }
  
  .add-button:hover {
	color: #FFF;
	text-decoration: none;
	transform: scale(1.1);
	transition: 300ms ease;
  }

.add-button-home {
	will-change: transform;
	display: inline-block;
	background-color: var(--azulcorte);
	color: #FFF;
	padding: 5px 5px;
	text-decoration: none;
	transition: 300ms ease;
	font-size: 17px;
	font-family: var(--fuente-questrial) !important;
	display: inline-flex; /* Cambiado a inline-flex para que los elementos se ajusten al contenido */
	align-items: center; /* Alinea los elementos verticalmente */
	justify-content: center;
	height: 50px;
}

.add-button-home i {
padding-right: 10px;
font-size: 23px;
}

.add-button-home:hover {
	color: #FFF;
	text-decoration: none;
	transform: scale(1.05);
	transition: 300ms ease;
	background-color: #343a40;
}

.logo3 {
	width: 222px;
}

.font-weight-bold {
	font-family: 'ComfortaL', sans-serif;
	font-size: 25px;
	font-weight: 700;
}

.tabla-personas {
	width: 100%;
	border-collapse: collapse;
}

.tabla-personas,
.header-celda,
.celda {
	border: 1px solid black;
	padding: 15px;
	text-align: left;
}

.header-celda {
	background-color: var(--verdecorte);
	color: white;
}



/*************************
 CERTIFICADOS INICIO 
 *************************/


.title {
	font-size: 28px;
	color: #269cd8;
	font-weight: 600;
	letter-spacing: -1px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 30px;
}

.title::before,
.title::after {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	border-radius: 50%;
	left: 0px;
	background-color: #269cd8;
}

.title::before {
	width: 18px;
	height: 18px;
	background-color: #269cd8;
}

.title::after {
	width: 18px;
	height: 18px;
	animation: pulse 1s linear infinite;
}

.message,
.signin {
	color: rgba(88, 87, 87, 0.822);
	font-size: 14px;
	width: 100%;
}

.nombre {
	color: #269cd8;

	font-weight: 600;
}


.flex {
	display: flex;
	width: 100%;
	gap: 6px;
}

.form label {
	position: relative;
	width: 100%;
}

.form label .input {
	width: 100%;
	padding: 10px 10px 20px 10px;
	outline: 0;
	border: 1px solid rgba(105, 105, 105, 0.397);
	border-radius: 10px;
}

.form label .input+span {
	position: absolute;
	left: 10px;
	top: 15px;
	color: grey;
	font-size: 0.9em;
	cursor: text;
	transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
	top: 15px;
	font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
	top: 30px;
	font-size: 0.7em;
	font-weight: 600;
}

.form label .input:valid+span {
	color: green;
}

.form .submit {
	border: none;
	outline: none;
	background-color: #269cd8;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	transform: .3s ease;
	transition: all 300ms ease-in-out;
	width: 100%;
}

.form .submit:hover {
	background-color: #1b6d97;
}



@keyframes pulse {
	from {
		transform: scale(0.9);
		opacity: 1;
	}

	to {
		transform: scale(1.8);
		opacity: 0;
	}
}

@media (max-width:771px) {
	.w-50 {
		width: 100% !important;
	}

}

/*************************
 CERTIFICADOS FIN 
 *************************/

/*************************
 VALIDAR CERTIFICADO INICIO 
 *************************/

.caja-solauxilios {
	margin-top: 215px;
}

.form {
	--black: #000000;
	--ch-black: #269cd8;
	--eer-black: #1b1b1b;
	--night-rider: #186288;
	--white: #ffffff;
	--af-white: #f3f3f3;
	--ch-white: #e1e1e1;
	--tomato: #fa5656;
	font-family: Helvetica, sans-serif;
	border: 2px solid var(--glow-color);
	padding: 25px;
	display: flex;
	max-width: 620px;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	color: var(--night-rider);
	background-color: var(--white);
	border-radius: 8px;
	position: relative;
}

/*----heading and description-----*/

.info {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
}

.title {
	font-size: 1.5rem;
	font-weight: 900;
	width: 100%;
}

.description {
	margin-top: 10px;
	font-size: 1rem;
	width: 100%;
	font-weight: 600;
}

.description strong {

	font-weight: 900;
	font-size: 19px;

}


/*----input-fields------*/

.form .input-fields {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.form .input-fields input {
	height: 2.5em;
	width: 2.5em;
	outline: none;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 1.5rem;
	color: var(--ch-black);
	border-radius: 5px;
	border: 2.5px solid var(--ch-white);
	background-color: var(--ch-white);
}

.form .input-fields input:focus {
	border: 1px solid var(--night-rider);
	box-shadow: inset 10px 10px 10px rgba(0, 0, 0, .15);
	transform: scale(1.05);
	transition: 0.5s;
}

/*-----verify and clear buttons-----*/

.action-btns {
	display: flex;
	margin-top: 20px;
	gap: 0.5rem;
}

.verify {
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--white);
	text-shadow: none;
	background: var(--ch-black);
	box-shadow: transparent;
	border: 1px solid var(--night-rider);
	transition: 0.5s ease;
	user-select: none;
}

.verify:hover,
.verify:focus {
	color: var(--white);
	background: var(--night-rider);
}

.clear {
	all: unset;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--night-rider);
	text-shadow: none;
	background: transparent;
	border: 1px solid var(--night-rider);
	transition: 0.5s ease;
	user-select: none;
}

.clear:hover,
.clear:focus {


	color: var(--tomato);
	background-color: var(--white);
	border: 1px solid var(--tomato);
}


@media (max-width:771px) {
	.w-50 {
		width: 100% !important;
	}

}

/*************************
 VALIDAR CERTIFICADO FIN 
 *************************/
 
 
 
@media (max-width: 771px) {
    .parteAzul {
        height: auto; /* Adjust height to fit content */
        font-size: 10px;
    }
    .carousel {
        top: 3rem; /* Adjust height to fit content */
    }
    .iconosHeader {
        width: 15px;
        height: 15px;
    }
}



.borde-verde {
    border-right: 3px solid #77A53C
}

.bck-green {
    background: var(--verdecorte);
    color: white;
    font-size: 18px;
}

.title-firma-asociado {
	color: var(--azulcorte);
}

.justify-text {
    width: 100%;
    text-align: justify;
}

.icon-container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	background-color: var(--verdecorte);
	border-radius: 50%;
	box-shadow: 5px 5px 5px 10px rgba(255, 255, 255, 0.1);
	z-index: 1;
}

.icon-container i {
	font-size: 30px;
	color: white !important;
}

.card-succes p {
	font-size: 15px;
}

.card-succes {
	width: 100%;
	max-width: 400px;
	border: none;
	padding-top: 20px; /* Espacio para el ícono */
	position: relative;
}

.card-succes .card-body {
	min-height: auto !important;
}



.btn-succes {
	background-color: var(--verdecorte);
	border-color: var(--verdecorte);
}

.table-auxilios th {
	background: var(--verdecorte);
	color: white;
}

.title-auxilio {
	background-color: var(--verdecorte);
	color: white;
}

.botones-acciones{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.btn-guardar{
    background: #8bc63d;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border:1px solid #8bc63d;
}
.btn-guardar:hover{
    background: #FFFFFF;
    color: #8bc63d;
}

.btn-cancelar{
    background: #fe1e26;
     color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border:1px solid  #fe1e26;
}
.btn-cancelar:hover{
    background: #FFFFFF;
    color: #fe1e26;
}

.icono-azul {
	color: var(--verdecorte);
	font: 15px;
}

.card-false {
	margin-top: 100px;
}

.card-false .titulo {
	font-size: 30px;
	font-weight: 800;
}

.card-false .titulo p {
	font-size: 16px;
	font-weight: 300;
}