/*@import"forms.css";*/
@import"forms.css";
@import"reset.css";
@import"grid.css";

body {
	font-family: georgia;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.6em; /*interlineado*/
	margin: 0;
	background:#fcfcfc; /*ULTIMO*/
}

/*EFECTOS DE LINEAS*/
h1 {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.3em; /*interlineado 1.3*/
	text-align: center;
}

h1::after, h1::before {
	content:'';
position:absolute;
width: 120px;
height: 3px;
background: #db1d1d;
top: 0.6em;
}


h1::before {
	left: -140px;
}

h1::after{
	right: -140px;
}

/*--------------------------------*/
h2 {
	font-size: 1.05rem; /*1.2rem*/
	line-height: 1.3em; /*interlineado 1.3*/
	text-align: center;

}

h3 {
	font-size: 1.2rem; /*1.2rem*/
	line-height: 1.3em; /*interlineado 1.3*/
	text-align: center;

}
p {
	font-size: 16px;
	margin-bottom: 1.6em;
	text-align:justify;

}

.main {
	padding-top: 13rem;
}

.contanier {  
	width: 100%;
	max-width:1200px;
	margin: 0 auto;

}


.header {
	background: #fcfcfc; /*ULTIMO*/;
	color: #333; /*color de ver menu #333*/
	padding: 0.5rem 0; /*espacio superior e inferior de la cabecera*/
	text-align:center;
	font-size:16px;
	line-height: 1.6em; /*interlineado*/
	
	
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	
	z-index:50;
	

}

	.header a {  
	color: white; /*color del texto*/
	text-decoration: none; /*no tenga el subrayado*/
	background: linear-gradient(0deg, rgba(219,29,29,1) 0%, rgba(139,0,0,1) 100%); /*color rojo oscuro de los menus #8B0000*/
	}


.menu-icon {
	display: none;
	color: white; /*color del texto*/
	background:linear-gradient(0deg, rgba(139,0,0,1) 0%, rgba(219,29,29,1) 100%); /*color rojo oscuro de los menus #8B0000*/
}
	
	
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.navigation ul li {
	display: inline-block; /*texto en linea*/
	}
	
		.navigation ul li a {
		display: block;
		padding: 0.5rem 1rem;
		transition: all 0.4s linear; /**efectos*/
		border-radius: 5px;
		}

			.navigation ul li a:hover {  /*cuando se pasa el cursos cambia de color*/
			background: #B30404;
			color: #07d544;
			cursor: pointer;
	
			}
			
.footer {
	background:#090;
	padding: 0.5rem 0;
	text-align:center;
	margin-top: 1rem;

}
	
	
			
@media only screen and (max-width: 767px) {
	

	
	.menu-icon {
		display: block;
		cursor: pointer;
		padding: 0.5rem 1rem;
	}
	
	.navigation {
		width: 100%;
		margin-top: 1rem;
	}
	
		.navigation ul {
			display: none;
		}
	
		.navigation ul.show {
			display: block; /*para ocultar los menus cuando se minimiza la ventana*/
		}
	
	.navigation ul li {
		display: block; /*texto en linea*/
	}
	
		.navigation ul li a {
		display: block;
		padding: 0.5rem 0;
		transition: all 0.4s linear; /**efectos*/
		border-radius: 5px;
		}
		
			.navigation ul li a:hover {  /*cuando se pasa el cursos cambia de color*/
				background:  #B30404;
			}	
	
}

.navigation ul ul{
	position: absolute;
	visibility: hidden;
	
}

.navigation ul li:hover ul{
	display:block;
	visibility: visible;
	
}


 /*TABLA PRINCIPAL*/
 
.table-principal {


border-collapse: separate; 
font-family: georgia;
color: #333;
font-size: 1.2rem;
line-height: 1.6em; /*interlineado*/
margin: 0;
	padding: 0.5rem 0;
	  border-spacing: 15px 10px;
	  width:100%;
}

.table-principal thead tr { 
background: white; /*interlineado #8B0000*/
color:linear-gradient(0deg, rgba(139,0,0,1) 0%, rgba(219,29,29,1) 100%); /*interlineado #ffffff*/
text-align: middle;
	border-radius: 5px;

 }

.table-principal th, .table-principal td {
	padding: 3px 15px ;
		border-radius: 5px;
 }

.table-principal td {
	text-align:justify;
	background-color:#FFF;
		border: solid 1px #CCCCCC;
			border-radius: 5px;
				padding: 1em;
 }

.table-principal th {
		border-botton: solid 1px #C00;
			border-radius: 5px;
		
 }
 

/********************** Slider ************************/
.slider{
    width: 1200px;
    max-width: 100vw;
    height: 426px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;

}
.slider .list img{
    width: 1200px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
			border-radius:8px;

}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;

    }
}

/********************** Tablas ************************/

/*
	Color fondo: #632432;
	Color header: 246355;
	Color borde: 0F362D;
	Color iluminado: 369681;
*/




.table-costos{
	background-color: white;
	text-align: left;
	border-collapse: collapse;
	width: 100%; /*total del ancho*/
		font-family: georgia;
		color: #333;
		font-size: 16px;
		line-height: 1.6em; /*interlineado 1.6*/


}

.table-costos th, .table-costos td{
	padding: 12px;
	width:auto;  /*ocupa el espacio de la letra*/

		border-radius: 5px;

}

.table-costos thead tr{
	background-color: white; /*#bd0202*/
	border-bottom: solid 5px #8B0000;
	color: black; /*white*/

	border-radius: 5px;

}

.table-costos tr:nth-child(even){
	background-color: #ddd;
}

.table-costos tr:hover td{
	background-color: #e80202;
	color: white;
}


/*CURSOS PROGRAMADOS*/

.table-programacion {
	

border-collapse: separate; 
font-family: georgia;
color: #333;
font-size: 1.2rem;
line-height: 1.6em; /*interlineado*/
margin: 0;
	padding: 0.5rem 0;
	  border-spacing: 15px 10px;
	  width:100%;
	  	border-radius: 5px;

}

.table-programacion thead tr { 
background-color: white; /*#8B0000; */
color: black; 
text-align: middle;

 }

.table-programacion th { 
	border-radius: 5px;

 }

/********************** Contactenos ************************/
.col-12 {
	float:left;
	width:400px;
	text-align: center;
	
}

.button {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
	background:#CC0000;  /*#CC0000*/
	padding:7px 20px;
	font-family:  georgia;
	/*text-transform:uppercase; LETRA MAYUSCULA*/
	border-radius: 5px;

}	

	.button:hover {
		text-decoration:none;
		background:#0b6164;
		
	}
	
.link {
	text-decoration: underline;
	color:#ee623a;
	font-weight:bold;
}
	.link:hover {
	text-decoration: none;
	font-family: georgia;
	color: #009900;
}

a {
	color: #339900;
	text-decoration: none;
	cursor: pointer;
}
	a:hover {
	font-family: georgia;
}

.wrapper{
	overflow: hidden;
	padding-right: 5px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.col-1 {
	width: 290px;
	margin-right: 10px;
	float:left ;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 40px;
	border: dashed #8B0000; /* 0px solid #d9d9d9;Borde para que no se vea*/
	padding: 20px;
	border-radius: 5px;

}	
.wrapper .col-1 h5 {
	color: #05383a;
	font-size: 18px;
	border-bottom: solid 1px rgba(6, 74, 76, .18); /* linea color plomo*/
    padding: 0px 0px 10px 0px;

}

/* ADMISIÓN*/

.p1 {
	font-size: 16px;
	margin-bottom: 0.1em;
	text-align:left;
}

.col-13 {
	float:left;
	width:400px;
	text-align: left;
	
}

.button1 {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
	background:#086b04;  /*#CC0000*/
	padding:7px 20px;
	font-family:  georgia;
	/*text-transform:uppercase; LETRA MAYUSCULA*/
	border-radius: 5px;
	width:61%;
	box-shadow: 0px 0px 10px 0px #0ce004;

}

	.button1:hover {
		text-decoration:none;
		background:#e61d02;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
        box-shadow: 0px 0px 10px 0px #a31603;
	}
	
	
.col-2 {
	width: 480px;
	margin-right: 10px;
	float:left ;
	margin-bottom: 10px;
	text-align: left; /* era center*/
	margin-left: 40px;
	border-style: dashed solid ; /* 0px solid #d9d9d9;Borde para que no se vea dashed solid*/
	padding: 20px;
	border-radius: 5px;
	border-color:#CCC;

}

.wrapper .col-2 h5 {
	color:#333;
	font-size: 18px;
	border-bottom: solid 1px rgba(6, 74, 76, .18); /* linea color plomo*/
    padding: 0px 0px 10px 0px;

}

.wrapper .col-2 p1 {
	color:#000;
	font-size: 17px;
	text-align:left;

}
/****************************************************/
/**************Tesis sustentadas********************/
.col-12 {
	float:center;
	width:100%;
	text-align: center;
	
}

.button2 {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
	background:#0b6164;  /*#CC0000*/
	padding:7px 20px;
	font-family:  georgia;
	/*text-transform:uppercase; LETRA MAYUSCULA*/
	border-radius: 5px;
	width:61%;
	  box-shadow: 0px 0px 10px 0px #4caf50;

}

	.button2:hover {
		text-decoration:none;
		background:#CC0000;
		font-size:20px;
		transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
        box-shadow: 0px 0px 10px 0px #db1d1d;

		
	}
/****************************************************/
/**************Plan de estudios********************/	
.col-3 {
	width: 1100px;
	margin-right: 10px;
	float:left ;
	margin-bottom: 10px;
	text-align: left; /* era center*/
	margin-left: 25px;
	border-style: dashed solid ; /* 0px solid #d9d9d9;Borde para que no se vea dashed solid*/
	padding: 20px;
	border-radius: 5px;
	border-color:#CCC;

}

 /*TABLA PLAN DE ESTUDIOS*/
 
.table-planestudios {
border-collapse: separate; 
font-family: georgia;
color: #333;
font-size: 1.2rem;
line-height: 1.6em; /*interlineado*/
margin: 0;
	padding: 0.5rem 0;
	  border-spacing: 15px 10px;
	  width:100%;
}

.table-planestudios thead tr { 
background-color:#03542e; 
color: #ffffff; 
text-align: middle;
	border-radius: 5px;

 }

.table-planestudios th, .table-planestudios td {
	padding: 3px 15px;
		border-radius: 5px;		
 }

.table-planestudios td {
	text-align:center; /*imagen en el centro*/
	background-color:#FFF;
		border: solid 1px #CCCCCC;
			border-radius: 5px;


 }

.table-planestudios th {
		border: solid 1px  #CCCCCC;
			border-radius: 5px;

 }
 
/*INFORMACIÓN OCULTA*/

.read-more-btn {
  background-color: white; /*#4caf50 */
  border: none;
  border-radius: 20px;
  padding: 8px 25px;
  font-size: 0.9em;
  box-shadow: 0px 0px 10px 0px #4caf50;
  cursor: pointer;
  	font-family: georgia;

}

.read-more-btn:hover {
  box-shadow: none;
  background-color: #03542e;
  color: #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  font-size:20px;
}

 
.hideText {
  display: none;
} 

.showText {
  display: block;
} 

/*CLICK*/

.imagen{
  transform: scale(var(--escala, 1));
  transition: transform 0.25s;
}
.imagen:hover{
  --escala: 1.05;
  cursor:pointer;
}

p1 {
	font-size: 16px;
	margin-bottom: 1.6em;
	text-align:center;

}
/*......................................................*/
.read-more-btn1 {
  background-color: white; /*#4caf50 */
  border: none;
  border-radius: 20px;
  padding: 8px 25px;
  font-size: 0.9em;
  box-shadow: 0px 0px 10px 0px #4caf50;
  cursor: pointer;
  	font-family: georgia;

}

.read-more-btn1:hover {
  box-shadow: none;
  background-color: #03542e;
  color: #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  font-size:20px;
}

 
.hideText1 {
  display: none;
} 

.showText1 {
  display: block;
} 

.read-more-btn2 {
  background-color: white; /*#4caf50 */
  border: none;
  border-radius: 20px;
  padding: 8px 25px;
  font-size: 0.9em;
  box-shadow: 0px 0px 10px 0px #4caf50;
  cursor: pointer;
  	font-family: georgia;

}

.read-more-btn2:hover {
  box-shadow: none;
  background-color: #03542e;
  color: #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  font-size:20px;
}

 
.hideText2 {
  display: none;
} 

.showText2 {
  display: block;
} 

/*TABLA DE CALENDARIO*/

.table-calendario {
border-collapse: collapse; /*collapse*/
margin: 25px 0; 
font-size: 0.88em; 
font-family:georgia;
min-width: 450px;
width:100%; 
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.table-calendario thead tr { 
background-color:#333; 
color: #ffffff; 
text-align: middle;
 }
 

.table-calendario th, .table-calendario td {
	padding: 12px 15px; /*12px 15px*/
 }

.table-calendario tbody tr { 
border-bottom: 1px solid white; 
} 
.table-calendario tbody tr:nth-of-type(even) { background-color: white; 
} 
.table-calendario tbody tr:last-of-type { 
border-bottom: 2px solid #333; 
}

/*
	Color fondo: #632432;
	Color header: 246355;
	Color borde: 0F362D;
	Color iluminado: 369681;
*/

/*TABLA DE IMAGENES*/
.wrapper-imagenes{
	overflow: hidden;
	padding-right: 5px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	width: 100%;
}

.col-10 {
	margin-right: 15px;
	float: left; /*a la derecha de la imagen*/
	margin-bottom: 10px;
	text-align: center;
	margin-left: 55px;
}

/*WHATSAPP*/
.container-boton{
    background-color: #027512;
    border: 1px solid #fff;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    padding: 25px;
    transition: ease 0.3s;
    animation: efecto 1.2s infinite;
}

.container-boton:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.boton{
    width: 40px;
    transition: ease 1s;
}

@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

/*..........................................*/
header {
    display: flex;
min-height:70px;
}

.logo{
    display: flex;

}

.logo img{
    max-width:100%;
				background:#fcfcfc;

	
}
@media (max-width: 767px) {
	
	header{
		flex-direction: column;
	}
	
	
}
/*..........................................*/



