
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: #f3f7ff;
	min-width:320px;		/* Minimum width of layout - remove line if not required */
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color:#929292;
	font-size:18px;
	line-height: 18px;
}

ol, ul {

}

.ocultar {
	visibility: hidden;
}

.noocultar {
	visibility: visible;
}

.imgURL {
	width:100%;
	height:100%;
}

.opacity50 {
	opacity: 0.5;
}

.opacity60 {
	opacity: 0.6;
}

.opacity70 {
	opacity: 0.7;
}

.opacity80 {
	opacity: 0.8;
}

.espacio {
	width:100%;
	height:0.5em;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.noMostrar {
	display: none;
}

.mostrar {
	display: block;
}

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #498e82; /*preloader*/
    z-index: 1000025;
}


.enlace1 a{
    font-size: 1.5em;
    font-weight: 600;
    color: #7b7a7a;
    letter-spacing: 1px;
    padding-left: 1em;
}

.enlace1 a:hover{
    color: #3a3939;
}



#modal, #modal1, #modall, #modal2, #modal3, #modal4, #modal5, #modal6 {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #0f6fc68c;
    z-index:100002;
    display: none;
    height: 100vh;
}

.modal_img{
  /* position: relative; */
  /* height: 73vh; */
  width: 100%;
}

.alert1 {
    position: relative;
    width: 96%;
    max-width: 620px;
    margin: auto;
    margin-top: 0vh;
    height: 70vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    /* background-color: green; */
}


.cerrarAlert {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -17px;
    font-size: 1.3em;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    /* margin-left: 0; */
    z-index: 1;
    cursor: pointer;
    /* background-color: red; */
    padding: 0.4em;
    text-align: center;
    margin-top: 2em;
    width: 34px;
    margin: auto;
    margin-left: -17px;
    margin-top: 16px;
}



.btn_cerrar:hover, .cerrarAlert:hover{
    -webkit-filter: grayscale(100%) drop-shadow(0px 0px 3px #545454d1);
    filter: grayscale(100%) drop-shadow(0px 0px 3px #545454d1);   
}







.padding2 { padding: 0.2em; } .padding3 { padding: 0.3em; } .padding4 { padding: 0.4em; } .padding6 { padding: 0.6em; } .padding8 { padding: 0.8em; } .padding10 { padding: 1em; } .padding14 { padding: 1.4em; } .padding20 {padding: 2em;} .padding30 { padding: 3.0em; } .paddingTop04 { padding-top: 0.4em; } .paddingTop05 { padding-top: 0.5em; } .paddingTop06 { padding-top: 0.6em; } .paddingTop08 { padding-top: 0.8em; } .paddingTop10 { padding-top: 1.0em; } .paddingLeft02 { padding-left: 0.2em; } .paddingLeft04 { padding-left: 0.4em; } .paddingLeft05 { padding-left: 0.5em; } .paddingLeft06 { padding-left: 0.6em; } .paddingLeft08 { padding-left: 0.8em; } .paddingLeft10 { padding-left: 1.0em; } .paddingRight02 { padding-right: 0.2em; } .paddingRight04 { padding-right: 0.4em; } .paddingRight08 { padding-right: 0.8em; } .paddingRight10 { padding-right: 1.0em; } .paddingRight12 { padding-right: 1.2em; } .paddingRight14 { padding-right: 1.4em; } .paddingRight16 { padding-right: 1.6em; } .paddingRight18 { padding-right: 1.8em; } .paddingRight20 { padding-right: 2.0em; } .paddingRight22 { padding-right: 2.2em; } .paddingRight24 { padding-right: 2.4em; } .paddingRight26 { padding-right: 2.6em; } .paddingRight28 { padding-right: 2.8em; } .paddingRight30 { padding-right: 3.0em; } .paddingBottom03 { padding-bottom: 0.3em; } .paddingBottom05 { padding-bottom: 0.5em; } .paddingBottom06 { padding-bottom: 0.6em; } .paddingBottom07 { padding-bottom: 0.7em; } .paddingBottom08 { padding-bottom: 0.8em; } .paddingBottom09 { padding-bottom: 0.9em; } .paddingBottom10 { padding-bottom: 1.0em; } .paddingBottom11{ padding-bottom: 1.1em; } .paddingBottom12 { padding-bottom: 1.2em; } .paddingBottom13 { padding-bottom: 1.3em; } .paddingBottom14 { padding-bottom: 1.4em; } .marginLeft1 { margin-left: 1% } .marginLeft2 { margin-left: 2% } .marginLeft3 { margin-left: 3% } .marginLeft4 { margin-left: 4% } .marginLeft5 { margin-left: 5% } .marginLeft6 { margin-left: 6% } .marginLeft7 { margin-left: 7% } .marginLeft8 { margin-left: 8% } .marginLeft9 { margin-left: 9% } .marginLeft10 { margin-left: 10% } .marginLeft11 { margin-left: 11% } .marginLeft12 { margin-left: 12% } .marginLeft15 { margin-left: 15% } .marginLeft20 { margin-left: 20% } .marginLeft25 { margin-left: 25% } .marginLeft30 { margin-left: 30% } .marginLeft35 { margin-left: 35% } .marginLeft40 { margin-left: 40% } .marginLeft50 { margin-left: 50% } /* Right*/ .marginRight1 { margin-right: 1% } .marginRight3 { margin-right: 3% } .marginRight4 { margin-right: 4% } .marginRight5 { margin-right: 5% } .marginRight8 { margin-right: 8% } .marginLeft9 { margin-right: 9% } .marginRight10 { margin-right: 10% } .marginRight11 { margin-right: 11% } .marginRight12 { margin-right: 12% } .marginRight15 { margin-right: 15% } .marginRight20 { margin-right: 20% } .marginRight25 { margin-right: 25% } .marginRight30 { margin-right: 30% } .marginRight35 { margin-right: 35% } .marginRight40 { margin-right: 40% } .marginRight50 { margin-right: 50% } /* top */ .marginTop1 { margin-Top: 1% } .marginTop3 { margin-Top: 3% } .marginTop4 { margin-Top: 4% } .marginTop5 { margin-Top: 5% } .marginTop8 { margin-Top: 8% } .marginTop9 { margin-Top: 9% } .marginTop10 { margin-Top: 10% } .marginTop11 { margin-Top: 11% } .marginTop12 { margin-Top: 12% } .marginTop15 { margin-Top: 15% } .marginTop20 { margin-Top: 20% } .marginTop25 { margin-Top: 25% } .marginTop30 { margin-Top: 30% } .marginTop40 { margin-Top: 40% } .marginTop50 { margin-Top: 50% } .marginTop55 { margin-Top: 55% } .marginTop60 { margin-Top: 60% } .marginTop65 { margin-Top: 65% } .marginTop70 { margin-Top: 70% } .marginTop75 { margin-Top: 75% } .marginTop80 { margin-Top: 80% } .marginTop85 { margin-Top: 85% } .altoLinea06{ line-height: 0.6em; } .altoLinea08{ line-height: 0.8em; } .altoLinea10{ line-height: 1.0em; } .altoLinea12{ line-height: 1.2em; } .altoLinea11{ line-height: 1.1em; } .altoLinea14{ line-height: 1.4em; } .altoLinea16{ line-height: 1.6em; } .altoLinea18{ line-height: 1.8em; } .altoLinea20{ line-height: 2.0em; } .altoLinea22{ line-height: 2.2em; } .displayBlock { display: block; } .borderDerecho { border-right: 1px solid rgba(0,136,204,0.5); } .borderIzquierdo { border-left: 1px solid rgba(0,136,204,0.5); } .borderInferior { border-bottom: : 1px solid rgba(0,0,0,1.0); }


.displayTable {
	display: table;
	width: 100%;
}

.displayTableCell {
	display: table-cell;
}

.displayTableRow {
	display: table-row;
}


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1em;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  color: #0099fd;
  line-height: 1.1em;
}

table caption a {
  font-size: 0.7em;
  background-color: #b3b3b300;
  color: #009afd;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  display: inline-block;
  margin: 0px 1px 2px 1px;
  cursor: pointer;
}

table caption a:hover {
    background-color: #02578e;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  font-size: 0.9em;
}

table th {
  font-size: .7em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #163a66;
  color: #fff;
}

table td a {
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #009afd;
  color: #fff;
  border-radius: 4px;
  padding: 0.5em;
  display: inline-block;
}

table td a:hover {
    background-color: #02578e;
}


@media screen and (max-width: 1200px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.icono1 {
	width: 60px;
	height: 60px;
	background-image:url(../images/ico_ok.png);
	background-size: 100%  100% ;
}

.color1 {
	color: rgba(111,111,111,1.0);
}



.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #26b1dc;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 30%;
    left: 50%;
    margin-left: -150px;
    opacity: 0;
    transition: opacity 0.8s;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: 60px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #26b1dc;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
        opacity: 1;
}


.colorGrisOscuro {
	color: rgba(100,100,100,0.9);
}


.colorGrisOscuro a {
	color: #c1121f;
	/*display: block;*/
	padding-top: 0.2em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	text-decoration: underline;
	cursor: pointer;
}

.colorGrisOscuro a:hover {
	background-color: rgb(0 0 0 / 78%);
	color: #fff;
	border-radius:3px;
}

.colorBlanco a {
	color:#fff;
	display: block;
	padding: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	
}


.negrita {
	font-weight: 600;
}

.negrita300 {
	font-weight:300;
}

.normal {
	font-weight:400;
}

.negrita600 {
	font-weight:600;
}

.minusculas {
	text-transform:lowercase;	
}

.mayusculas {
	text-transform: uppercase;	
}

.masgrande {
	font-size:1.2em;
}

.masgrande2 {
	font-size:2.1em;
}


.maspequena1 {
	font-size:0.65em;
	/*background-color:#093;*/
	/*display:block;*/
	filter: alpha(opacity=80);
	opacity: .8;
}

.maspequena a {
	font-size:0.85em;
}


.maspequena2 a {
	font-size:0em;
}

.tsombra{
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

.fuentePeq { font-size: 0.8em; } .fuentePeq05 { font-size: 0.5em; } .fuentePeq06 { font-size: 0.6em; } .fuentePeq07 { font-size: 0.7em; } .fuentePeq09 { font-size: 0.9em; } .fuentePeq10 { font-size: 1.0em; } .fuentePeq11 { font-size: 1.1em; } .fuentePeq12 { font-size: 1.2em; } .fuentePeq13 { font-size: 1.3em; } .fuentePeq14 { font-size: 1.4em; } .fuentePeq15 { font-size: 1.5em; } .fuentePeq16 { font-size: 1.6em; } .fuentePeq17 { font-size: 1.7em; } .fuentePeq18 { font-size: 1.8em; } .fuentePeq19 { font-size: 1.9em; } .fuentePeq20 { font-size: 2.0em; } .fuentePeq21 { font-size: 2.1em; } .fuentePeq22 { font-size: 2.2em; } .fuentePeq23 { font-size: 2.3em; } .fuentePeq24 { font-size: 2.4em; } .fuentePeq25 { font-size: 2.5em; } .fuentePeq26 { font-size: 2.6em; } .fuentePeq28 { font-size: 2.8em; } .fuentePeq30 { font-size: 3.0em; } .fuentePeq32 { font-size: 3.2em; } .fuentePeq34 { font-size: 3.4em; } .fuentePeq36 { font-size: 3.6em; } .fuentePeq38 { font-size: 3.8em; } .fuentePeq40 { font-size: 4.0em; } .fuentePeq42 { font-size: 4.2em; } .fuentePeq44 { font-size: 4.4em; } .fuentePeq46 { font-size: 4.6em; } .fuentePeq48 { font-size: 4.8em; }




.cursiva {
	font-style:italic;
}

.menos_separar {
	letter-spacing: 0em;
}

.justificar {
	text-align:justify;
}

.centrar {
	text-align: center;
}

.tizquierda {
	text-align: left;
}

.tderecha {
	text-align: right;
}

.nojustificar {
	text-align:left;
}


/** FONDO COLORES BASICOS */



/** FONDO COMUNES */

.fondoBlanco{
	background-color:#FFF;
}


.fondoGrisClaro {
	background-color:rgba(224,224,224,1.0); 
}

.fondoNegro{
	background-color:#000;
}

.fondoNegro70{
	background-color:rgba(0,0,0,0.7);
}
	
.fondoNegro15{
	background-color: rgba(0,0,0,0.15);; 
}

.fondoNegro05{
	background-color: rgba(0,0,0,0.5); 
}

.fondoNegro005{
	background-color: rgba(0,0,0,0.05); 
}

.fondoBlanco005{
	background-color: rgba(255,255,255,0.05);  
}

.fondoBlanco50{
	background-color: rgba(255,255,255,0.50);  
}

.fondoBlanco75{
	background-color: rgba(255,255,255,0.75);  
}


.fondoRojo{
	background-color: #FF0000; 
}

.fondoRojoOscuro{
	background-color: rgba(155,0,0,1.0); 
}




/* MODAL */

#modall, #modal2, #modal3, #modal4, #modal5, #modal6 {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #00000066;
    z-index:100002;
    display: none;
}

#modal3{
	z-index:100003;
}



.boxFlex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3%;
}

.conListas ul{
	list-style-type: disc;
	color: rgba(100,100,100,1.0);
	margin-left: 2.2em;
}
.conListas li{
	line-height: 1.4em;
	color: rgba(100,100,100,1.0);
}



.cd-top {
  display: inline-block;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 5%;
  right: 28px;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #9ce63e url(../images/cd-top-arrow.svg) no-repeat center 50%;
  /*visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;*/
  cursor: pointer;
  display: none;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: rgba(64,64,64,0.8);
  opacity: 1;
}



/* //////////////////////////// */

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #86ab1b;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #198e38);
}

/* Animar */
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}


/*VERTICAL TABS*/


.boxvtab{
    /* background-color: red; */
    margin-top: 7em;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 8em;
    height: auto;
    display: flex;
}


/* Style the tab */
.vtab {
  /* float: left; */
  border: 0px solid #ccc;
  /* background-color: #f1f1f1; */
  width: 17%;
  height: auto;
  /* max-width: 200px; */
  /* display: block; */
  position: relative;
  margin-top: 3em;
}

/* Style the buttons inside the tab */
.vtab button {
  /* display: block; */
  background-color: inherit;
  color: #fff;
  padding: 0.6em 1.3em;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.8em;
  background-color: #0e80b3;
  position: relative;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  margin-bottom: 0.6em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* Change background color of buttons on hover */
.vtab button:hover {
  background-color: #fa8204;
}

/* Create an active/current "tab button" class */
.vtab button.active2 {
  background-color: #fa8204;
}

/* Style the tab content */
.vtabcontent {
  float: left;
  padding: 0em;
  border: 0px solid #ccc;
  width: 100%;
  /* max-width: 930px; */
  border-left: none;
  height: auto;
  /* background-color: red; */
  position: relative;
  /* margin-left: 31px; */
}




/*VERTICAL TABS CONVENIOS*/


.boxvtabConv{
    /* background-color: red; */
    margin-top: 7em;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 4em;
    height: auto;
    display: flex;
    padding: 0em;
    /* border-radius: 13px; */
    /* overflow: hidden; */
}


/* Style the tab */
.vtabConv {
  /* float: left; */
  border: 0px solid #ccc;
  /* background-color: #f1f1f1; */
  width: 20%;
  height: auto;
  /* max-width: 200px; */
  /* display: block; */
  position: relative;
  margin-top: 0em;
  padding: 0em;
  border-top-left-radius: 11px;
  overflow: hidden;
  margin-top: 1em;
}

/* Style the buttons inside the tab */
.vtabConv button {
  /* display: block; */
  background-color: inherit;
  color: #fff;
  padding: 1em 1em 1em  1em;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.8em;
  background-color: #125581;
  position: relative;
  /* border-top-left-radius: 25px; */
  /* border-bottom-left-radius: 25px; */
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border-bottom: solid 1px #03A9F4;
  display: flex;
  align-items: center;
  gap: 5%;
  justify-content: space-between;
}

/* Change background color of buttons on hover */
.vtabConv button:hover {
  background-color: #0e80b3;
}

.vtabConv button img{
	width: 34px;
}

.vtabConv button span{
	width: 100%;
}
/* Create an active/current "tab button" class */
.vtabConv button.active3 {
  background-color: #0e80b3;
}

/* Style the tab content */
.vtabcontentConv {
  /* float: left; */
  /* padding: 0em; */
  border: 0px solid #ccc;
  width: 80%;
  /* max-width: 930px; */
  border-left: none;
  height: auto;
  background-color: #ffffff;
  position: relative;
  /* margin-left: 31px; */
  border-radius: 13px;
  overflow: hidden;
}


/* MENU ACORDEON */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active3, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  /* float: right; */
  /* margin-left: 0px; */
}

.active3:after {
  content: "\2212";
}

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel2 {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.vtabConv .panel button {
  /* display: block; */
  background-color: inherit;
  color: #fff;
  padding: 1em 1em 1em  2em;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.8em;
  background-color: #fd8404;
  position: relative;
  /* border-top-left-radius: 25px; */
  /* border-bottom-left-radius: 25px; */
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border-bottom: solid 1px #ffb667;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.vtabConv .panel button:hover {
	background-color: #ad5900;
}

.vtabConv .panel button.active2 {
	background-color: #ad5900;
}