@charset "utf-8";
:root{
		--fteprincipal: 'Viga', sans-serif, Calibri, Arial;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}

body{
	font-family: var(--fteprincipal);
}
.cuerpo{
	width: 100vw;
	height: 100vh;	
	display: flex;
	flex-direction: column;
}
.indexkey{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
	color: rgba(0,0,0,0);
}
/*  ////////////////////////////////// */
/**  encabezados  **/

.headermnu{
	position: fixed;
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	z-index: 1000;
	min-height: 160px;
	/* padding: -15px 0;*/
	transition: background 0.5s;
}

#headerfdo{	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;	
	opacity: 0;
	transition: opacity 0.5s;
}

.headerizq{
/*	min-width: 380px; */
	max-height: 160px;
	flex: 1;
	background-image: url("../img/logo_mivep.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
}

.headerder{
	flex: 1;
  z-index: 120;
}

.nav-bar{
/*	background: linear-gradient(to left, rgba(0,0,0,0.5),rgba(0,0,0,0.0));*/
	display: block;
	font: bold 1.5em var(--fteprincipal);
	text-align: right;
	color: #03fcf4;
	z-index: 5000;
}

.menu{
	list-style: none;
	text-align: right;
	margin-top: -100%;
	transition: all 0.5s;
/*	display: flex;*/
/*	justify-content: space-evenly;*/
}
.fa-bars{
	padding: 15px 15px 0 0;
}
.menulink{
	display: block;
	color: white;
	font: bold 1em var(--fteprincipal);
	text-decoration: none;
	padding: 4px 20px;
	background: rgba(0,0,0,0.5);
/*	background: linear-gradient(to left, rgba(18, 255, 231,1),rgba(18, 255, 231,0.0));*/
	border-radius: 15px 0 15px 0;
}
.menulink:hover{
	background: rgba(130, 255, 253,0.9);
	color: #000000;
}
.muestra{
	margin-top: 0;
}

/*  fin encabezados   */
/*///////////////////////////////////////////*/
/*  cuerpo inicio   */

#video_background {
top: 0;
width: 100vw;
z-index: -1000;
}

.importante{
	margin: 0 30px;
	background: rgba(255,0,0,0.5);
	text-align: center;
	color: white;
	font: bold 1.2em var(--fteprincipal);
}

.nocirculanhoy{
	padding: 10px 15px;
	display: flex;
	justify-content: center;

}
.nocirculanhoy-vt{
	max-width: 600px;
	border: 7px solid white;
	padding: 15px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: white;
	border-radius: 10px;
}
.nocirculanhoy-vt h3{
	font: normal 1.1em var(--fteprincipal);
}
.nocirculanhoy-vt h4{
	font: normal 1em var(--fteprincipal);
}

.aviso{
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    color: black;
    border: 2px solid cyan;
}
.aviso-vt{
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    color: black;
}
.aviso-vt h4{
	font-weight: normal;
}
.aviso-vt h3{
	font-weight: BOLD;
	margin-bottom: 20px;
}
.calendario{
	height: 300px;
}
.calendario img{
  width: 100%;	
  height: 100%;
  padding: 20px;
  object-fit: contain;
}

/*  fin cuerpo inicio   */
/*  ///////////////////////////////////////////// */
/*  cuerpo citas */
.cpocitas{
 margin-top: 160px;	
}

.infocentros-tit{
	width: 100%;
	top: 0;
	left: 0;
}

.infocentros-tit1{
	width: 100%;
	bottom: 0;
	left: auto;
}


.infocentros-tit1 h4{
	text-align: center;
	font: bold 2em var(--fteprincipal);
	padding: 15px 0 2px 0;
	color: black;
	text-shadow: 0.1em 0.1em 0.2em darkcyan;
}

.subrayaelija{
	height: 5px;
	width: 50%;
	margin: 0 auto;
	background: linear-gradient(to right, #636262,#02d6c1,#636262);
}

.centros{
	display: flex;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	padding: 50px 10px;
}

.centrosgpo{
	flex: 1.5;
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}

.centrosgpo-gpo{
	display: flex;
	flex-direction: column;
	flex: 1 1;
	margin: 10px;
	align-items: center;
	max-width: ;
}
.centrosgpo-gpo:hover{
	
}

.centrosgpo-cita{
	min-width: 200px;
	min-height: 30px;
	width: 95%;
	background: white; 
	border-radius: 0 0 10px 10px;
	margin: 2px 10px 10px 10px;
	box-shadow: 0 0 15px 0 black;
	cursor: pointer;
}

.centrosgpo-cita h3{
	font: bold 1.5em var(--fteprincipal);
	text-align: center;
}

.centrosgpo-cita:hover{
	background: linear-gradient(to bottom, #ffffff, #36e0c4);
}

.centrosgpo-cita:active{
	background: linear-gradient(to top, #ffffff, #36e0c4);
}

.centrosgpo-cita a{
	text-decoration: none;
}
.centrosgpo-uno{
	position: relative;
	overflow: hidden;
	min-width: 200px;
	min-height: 150px;
	width: 100%;
	margin: 10px 10px 0px 10px;
	color: white;
	text-align: left;
	box-shadow: 0 0 15px 0 black;
	border-radius: 10px;
	border: 4px solid white;
}

.centrosgpo-uno *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.centrosgpo-uno img{
	height: 100%;
	max-width: 100%;
	vertical-align: top;
	object-fit: cover;
}

.centrosgpo-uno figcaption{
	position: absolute;
	top: 73%;
	width: 100%;
	background-color: rgba(0,0,0,0.40);
	padding: 0 5px;
	cursor: pointer;
}

.centrosgpo-uno figcaption:before{
	position: absolute;
	content: '';
	z-index: 20;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 10px;
/*	background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
	background-image: linear-gradient(to bottom, transparent 0%, black 100%);	
*/
}

.centrosgpo-uno h3,.centrosgpo-uno p{
	margin: auto;
} 

.centrosgpo-uno h3{
	font-size: 1.5em;
}

.centrosgpo-uno p{
	font-size: 0.8em;
}

.centrosgpo-uno a{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.centrosmap{
	min-width: 300px;
	flex: 1;
	margin: 10px;
}
.centrosmap-google iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 10;
	opacity: 0;
}
.centrosmap-google iframe:hover{
	opacity: 1;
}

/**registro*/
.registro{
	flex: 1;
}

.registrofrm{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	padding: 50px 20px;
	top: 100px;
	position: sticky;
}

.registrofrm-frm{
	flex: 1.4 1;
	width: 50%;
	height: 100%;
	min-width: 300px;
	max-width: 700px;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	border: 2px solid white;
	box-shadow: 0 0 10px 0 black;
	text-align: center;
	
}

.registrofrm h4{
	padding: 10px 0;
	text-align: justify;
}

/** formulario *//
.frm__alta{
	text-align: center;
	padding: 10px 15px;
	box-shadow: 0 0 10px 0 black;
	min-width: 350px;
	border-radius: 10px;
	flex: 1;
}

.txtall{
	position: relative;
	margin: 12px;
}

.txtall input{
	background: none;
	color: black;
	font-family: arial;
	font-weight: 600;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid cyan;
}

.txtall select{
	background: none;
	color: black;
	font-family: arial;
	font-weight: 600;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid cyan;
}

.txtall input:focus{
	outline: none;
	color: black;
}

.txtall select:focus{
	outline: none;
	color: black;
}

label, option{
	color: black;
	position: absolute;
	font: bold 16px calibri, sanserif,arial;
	left: 5px;
	top: 10px;
	transition: 0.5s ease-in-out all;
	pointer-events: none;
}

#lblselect{
	top: -10px;
	font-size: 12px;
	color: black;
}

.txtall input:focus~label, .txtall input:valid~label{
	top: -10px;
	font-size: 12px;
	color: black;
}

.barra{
	position: relative;
	display: block;
	width: 100%;
}

.barra::before{
	content: "";
	height: 3px;
	width: 0%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(to right, cyan, black);
	transition: 0.3s ease width;
	left: 0;
}

.txtall input:focus~.barra::before{
	width: 100%;
}

button{
	font-family: calibri,arial;
	background: linear-gradient(to bottom, white, cyan);
	border: none;
	display: block;
	width: 60%;
	margin: 10px auto;
	height: 30px;
	font-size: 1.5em;
	cursor: pointer;
}

button:active{
	background: linear-gradient(to top, white, cyan);	
}

/* muestra icono */
.txtestatus {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}
#fverifica{
	right: 29px;
}
/* ----- -----  Estilos para Validacion ----- ----- */
.txtok .txtestatus {
	color: #1ed12d;
	opacity: 1;
}
.txtmal .txtestatus {
	color: #bb2929;
	opacity: 1;
}

.cverificentro{
	margin: 15px;
	font: bold 1.7em var(--fteprincipal);
	border: none;
}
/* fin cuerpo citas  */
/*//////////////////////////////*/
/*  cuerpo nosotros */
.cponosotros{
	margin-top: 160px;
}

.nosotrosavisos{
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 10px;
	text-align: center;
}
.nosotrosavisos-1{
	widht: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0.0), rgba(3,252,227,0.4), rgba(255,255,255,0.0));
	position: relative;

}

.nosotrosavisos-1txt{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: black;
	padding: 20px 0;
}
.nosotrosavisos-1txt h2{
	font: normal 2.1em var(--fteprincipal);
	font-weight: bold;
	margin-bottom: 25px;
}
.nosotrosavisos-1txt h3{
	font: normal 1.3em var(--fteprincipal);
}

/*  ///////////// */
.nosotrosavisos-2{
	position: relative;
	width: 100%;
	min-height: 300px;
}
.nosotrosavisos-2a{
	position: absolute;
	display: block;
	width: 50%;
	left: 0;
	right: 0;
	top: 15px;
	bottom: 0;
	margin: auto;
	transition: all 2s ease-in-out;
}
.nosotrosavisos-2a img{
	width: 100%;
	height: 300px;
	object-fit: contain;
	object-position: center center;
	border-radius: 50% 50%;
}
.nosotrosavisos-2b{
	position: absolute;
	display: block;
	width: 50%;
	left: 0;
	right: 0;
	top: 15px;
	bottom: 0;
	margin: auto;	
	padding: 5% 0;
	transition: all 2s ease-in-out;
}
.nosotrosavisos-2btxt{
	margin: auto;
	padding: 20px 15px;
	color: black;
/*	background: rgba(0,0,0,0.5);*/
	border-radius: 15px;
}
.nosotrosavisos-2btxt h3{
	font: normal 2em var(--fteprincipal);
	text-align: center;
}
.nosotrosavisos-2btxt h4{
	font: normal 1.2em var(--fteprincipal);
	text-align: center;
}
/*    ////////////// */
.nosotrosavisos-3{
	position: relative;
	width: 100%;
	min-height: 300px;
	margin: 25px 0;
}
.nosotrosavisos-3a{
	position: absolute;
	display: block;
	width: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 3s ease-in-out;
}
.nosotrosavisos-3a img{
	width: 100%;
	height: 300px;
	object-fit: contain;
	object-position: center center;
	border-radius: 40% 40%;
}
.nosotrosavisos-3b{
	position: absolute;
	display: block;
	width: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;	
	padding: 5% 0;
	transition: all 3s ease-in-out;
}
.nosotrosavisos-3btxt{
	margin: auto;
	padding: 20px 15px;
	color: black;
/*	background: rgba(0,0,0,0.5);*/
	border-radius: 15px;
}
.nosotrosavisos-3btxt h3{
	font: normal 2em var(--fteprincipal);
	text-align: center;
}
.nosotrosavisos-3btxt h4{
	font: normal 1.2em var(--fteprincipal);
	text-align: center;
}
/*   ///////////  */
.nosotrosavisos-4{
	position: relative;
	width: 100%;
	min-height: 300px;
	margin: 25px 0;
}
.nosotrosavisos-4a{
	position: absolute;
	display: block;
	width: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 4s ease-in-out;
}
.nosotrosavisos-4a img{
	width: 100%;
	height: 300px;
	object-fit: contain;
	object-position: center center;
	border-radius: 50% 50%;
}
.nosotrosavisos-4b{
	position: absolute;
	display: block;
	width: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;	
	padding: 5% 0;
	transition: all 4s ease-in-out;
}
.nosotrosavisos-4btxt{
	margin: auto;
	padding: 20px 15px;
	color: black;
/*	background: rgba(0,0,0,0.5);*/
	border-radius: 15px;
}
.nosotrosavisos-4btxt h3{
	font: normal 2em var(--fteprincipal);
	text-align: center;
}
.nosotrosavisos-4btxt ul{
	font: normal 1.2em var(--fteprincipal);
	text-align: left;
	margin: 0 auto;
}
.a4btxt-ul{
	margin: 0 0 0 20px;
}
/*  /////////// */
.nosotrosavisos-5{
	width: 90%;
	margin: 0 auto;
}
.nosotrosavisos-5a{
	width: 90%;
	margin: auto;
}
.nosotrosavisos-5txt{
	margin: auto;
	padding: 20px 15px;
	color: white;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
}
.nosotrosavisos-5txt h3{
	font: normal 2em var(--fteprincipal);
	text-align: center;
}
.nosotrosavisos-5txt ul{
	font: normal 1.2em var(--fteprincipal);
	text-align: left;
	margin: 0 auto;
}
.a5txt-ul{
	margin: 0 0 0 20px;
}
/* fin cuerpo nosotros */
/* //////////////////////////////// */
/* inicio informacion  */
.cpoinfo{
	margin-top: 160px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.infoaviso1{
	width: 90%;
	margin: 10px auto;
}
.infoaviso1-img{
	width: 80%;
	max-height: 250px;
	margin: 10px auto;
}
.infoaviso1-img img{
	width: 100%;
	max-height: 250px;
	object-fit: contain;
	object-position: center center;
}
.infoaviso1-txt{
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
.infoaviso1-txt h4 {
    font: normal 1.2em var(--fteprincipal);
    text-align: center;
}
.infoaviso1-txt h3 {
    font: normal 2em var(--fteprincipal);
    text-align: center;
    margin-bottom: 20px;
}
.infoaviso2{
	width: 90%;
	margin: 5% auto;
}
.infoaviso2-img{
	width: 80%;
	max-height: 250px;
	margin: 10px auto;
}
.infoaviso2-img img{
	width: 100%;
	max-height: 250px;
	object-fit: contain;
	object-position: center center;
	
}
.infoaviso2-txt{
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
.infoaviso2-txt h3 {
    font: normal 2em var(--fteprincipal);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 45px;
}
.infoaviso2-txt h4 {
    font: normal 1.2em var(--fteprincipal);
    text-align: center;
}
.infoaviso3{
	width: 90%;
	margin: 25px auto;
}
.infoaviso3-img{
	width: 80%;
/*	max-height: 250px;*/
	margin:  auto;
}
.infoaviso3-img img{
    width: 100%;
    max-height: 370px;
    object-fit: contain;
    object-position: center center;
    /* border-radius: 56%; */
    /* box-shadow: 4px 2px 5px rgb(0 255 255); */
/*    position: relative;*/
/*    top: -51px;*/
}
.infoaviso3-txt{
	width: 75%;
	margin: 0 auto;
	text-align: left;
}
.infoaviso3-txt h3 {
    font: normal 2em var(--fteprincipal);
    text-align: center;
}
.infoaviso3-txt h4 {
    font: normal 1.2em var(--fteprincipal);
}
.infoaviso3-txt h5{
	padding: 0 15px;
	font: normal 1.2em var(--fteprincipal);
}
/*  fin informacion   */
/**  footer  **/

footer{
	width: 100vw;
	background: linear-gradient(70deg, darkcyan, cyan);
	position: relative;
 }
.footergpo{
	display: flex;
	box-shadow: 0 0 10px 0 black;
}

.foot-izq{
	flex: 2 1;
	padding: 15px;
	font: normal 0.9em var(--fteprincipal);
	color: black;
}

.foot-der{
	display: flex;
	flex-wrap: wrap;
	flex: 1 1;
	padding: 15px;
	/*justify-content: space-evenly;*/
	position: relative;
    right: 100px;
}

.icon-face{
	flex: 1 ;
	max-width: 50px;
	min-width: 30px;
	background-image: url("../img/iconface.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
    left: 10px;
    
}

.icon-tuitter{
	flex: 1 1;
	max-width: 60px;
	min-width: 30px;
	background-image: url("../img/icontwit.png");
	background-size: contain;
	background-repeat: no-repeat;
	
}

.icon-insta{
	flex: 1 1;
	max-width: 50px;
	min-width: 30px;
	background-image: url("../img/iconinsta.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
    left: -10px;
    
}

.icon-what{
	flex: 1 1;
	max-width: 50px;
		min-width: 30px;
	background-image: url("../img/iconwat.png");
	background-size: contain;
	background-repeat: no-repeat;
}
/*  fin footer */

@media (max-width:382px){
	.aviso-vt h3{
	font-size: 0.9em;
	}
	.aviso-vt h4{
	font-size: 0.8em;
	}
	.nocirculanhoy-vt h3{
	font: normal 0.9em var(--fteprincipal);
	}
	.nocirculanhoy-vt h4{
	font: normal 0.8em var(--fteprincipal);
	}
	.infocentros-tit1 h4{
	font-size: 1.5em;
	}
	.nosotrosavisos-2btxt{
	padding: 0;
	}
	.nosotrosavisos-1txt h3{
	font: normal .8em var(--fteprincipal);
	}
	.nosotrosavisos-2btxt h3{
	font: normal 1em var(--fteprincipal);
	}
	.nosotrosavisos-2btxt h4{
	font: normal 0.7em var(--fteprincipal);
	}
	.nosotrosavisos-3btxt h3{
	font: normal 1em var(--fteprincipal);
	}
	.nosotrosavisos-3btxt h4{
	font: normal 0.7em var(--fteprincipal);
	}
	.nosotrosavisos-4btxt h3{
	font: normal 1em var(--fteprincipal);
	}
	.nosotrosavisos-4btxt ul{
	font: normal 0.7em var(--fteprincipal);
	}
	.a4btxt-ul{
	margin: 0;
	}
	.infoaviso1-txt{
	font: normal 0.8em var(--fteprincipal);
	}
	.infoaviso2-txt{
	font: normal 0.8em var(--fteprincipal);
	}
	.infoaviso3-txt{
	font: normal 0.8em var(--fteprincipal);
	}
	.foot-der{
	font: normal 0.7em var(--fteprincipal);
	}
}
@media (min-width:800px){
	.nav-bar{
		display: none;
	}
	.menu{
		display: flex;
		margin-top: 40px;
		justify-content: space-evenly;
	}
}
@media (max-width:801px){
	.cpocitas{
 	margin-top: 100px;	
	}
	.cponosotros{
	margin-top: 100px;
	}
	.cpoinfo{
	margin-top: 100px;
	}
	.nosotrosavisos-1txt h3{
	font: normal 1em var(--fteprincipal);
	}
	.nosotrosavisos-2btxt h3{
	font: normal 1.5em var(--fteprincipal);
	}
	.nosotrosavisos-2btxt h4{
	font: normal 1em var(--fteprincipal);
	}
	.nosotrosavisos-3btxt h3{
	font: normal 1.5em var(--fteprincipal);
	}
	.nosotrosavisos-3btxt h4{
	font: normal 1em var(--fteprincipal);
	}
	.nosotrosavisos-4btxt h3{
	font: normal 1.5em var(--fteprincipal);
	}
	.nosotrosavisos-4btxt ul{
	font: normal 1em var(--fteprincipal);
	}
	.headerfdo{
	height: 80px;
	}
	.headerizq{
	max-height: 80px;
	}
}
@media (max-width:1030px){
	.menulink{
		font-size: 0.8em;
	}
}