@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

*{
    padding: 0:;
    margin:0;
    
}
h1,h2,h3{
  font-family: 'Dancing Script', cursive;
  color: #1A53B5;
}
body{
background: #dedede; 
  font-family: 'Lato', sans-serif;
  color: #000;
  flex-wrap: wrap;
}





/*--------------------SLIDER-------------------*/
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;

}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-decoration: none; 
  color: #B7B3B3;
  background: rgba(0,0,0,0.6);
  padding:10px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  transition: all 0.8s;
  
   -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}
.slides-navigation a:hover {
color: #fff;
background: #1B69E6;   
}

.slides-navigation a.prev {
  left: 0px;
}
.slides-navigation a.next {
  right: 0px;
}


.descripcionindex{
  padding: 5px;
  position: absolute;
  width: 50%;
  text-align: center;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.descripcionindex_titulo a{
  display: block;
  text-decoration: none;
  color: #fff;
 font-size: 25px;
         -webkit-text-shadow: 0px 0px 4px #000;
-moz-text-shadow: 0px 0px 4px #000;
text-shadow: 0px 0px 4px #000;
}
.descripcion_texto a{
  display: block;
  position: absolute;
  width: 80%;
  color: #fff;
  text-decoration: none;  
  text-align: center;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 15px;
  z-index: 4000;
  padding: 5px;
  background: rgba(27, 105, 230, 0.8);
border-radius: 15px;
-webkit-text-shadow: 0px 0px 4px #000;
-moz-text-shadow: 0px 0px 4px #000;
text-shadow: 0px 0px 4px #000;
}




@media(max-width:480px) {

.slides-navigation a {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}


}



.imagenmatricula{
	width: 100%;
	margin: auto;
	background: #04388C; 
}
.imagenmatricula2{
	width: 90%;
	margin: auto;
	
}
.imagenmatricula2 img{
	display: block;
	width: 100%;
	padding: 10px 0px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 14px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 14px 0px rgba(255,255,255,1);

}










input, textarea {
  border: 0;
  outline: 0;
  font-size: 0.8rem;
  background: transparent;
  color: #696969;
  position: relative;  
}

textarea {
  resize: none;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 7000;
}

.form {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}
.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-item {
  position: relative;
  width: 100%;
  padding: 1em;
}

@media only screen and (min-width: 480px) {
.header{
  z-index: 9000000;
}
}

@media only screen and (min-width: 600px) {
.header{
  z-index: 9000000;
}
  .form-item.col-5 {
    width: 40%;
    margin: auto;
  }
}
.form-item .textarea {
  height: 10em;margin: auto;
}
.form-item .input, .form-item .textarea {
  display: block;
  padding: 1em;
  margin: auto;
  width: 90%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid #1A53B5;
}
.form-item .input:focus, .form-item .textarea:focus {
  border-bottom: 2px solid #828282;
}
.form-item .input:valid + .label, .form-item .input:focus + .label, .form-item .textarea:valid + .label, .form-item .textarea:focus + .label {
  top: 0.7em;
  left: 3em;
  font-size: .8em;
}
.form-item .input:valid, .form-item .textarea:valid {
  border-bottom: 2px solid #00B7FF;
}
.form-item .label {
  position: absolute;
  top: 2em;
  left: 5em;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form-item .btn-enviar {
  display: block;
  width: 80%;
  margin: auto;
  font-size: 15px;
  padding: 0.5em 0;
  background:  #04388C;   
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form-item .btn-enviar:hover {
  
 background:  #1B69E6;  
}
.form-item .btn-enviar:active {
  background: #1B69E6;  
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.mapa{
width: 100%;
}

@media(max-width:480px) {

.slides-navigation a {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 25px;
}


}

/*---------stilos boton sidebar---------*/

.header{
  height: 70px;
  width: 100%;
  background: #04388C; 
   -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}
.header .contenedor{
 display: none; 
}

 .contenedor1{
 display: flex;
 justify-content: space-between;
 width: 90%;
margin: auto;
z-index: 8000;
}
.logo img{
  width: 85px;
  margin-top: 5px;
}
.logofijo img{
  display: none;
}
.contenedor1 p {
text-align: center;
color: #fff;
margin: auto;
font-size: 15px;
margin-top: 10px;
padding: 5px;
}


.icon-menu{
  display: block;
  width: 50px;
  height: 47px;
  font-size: 40px;  
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  margin-left: auto;
  cursor: pointer;
  margin: 5px;
  color: #fff;
  transition: all 0.8s;
  margin-left: auto;
}
.icon-menu:hover {
background: #04388C; 

}
.nav{
  position: absolute;
  top: 90px;
  left: -120%;
  width: 100%;
  transition: all 0.8s;
}
.menu{
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu__link{
  display: block;
  padding: 15px 15px 15px 30px;
  background: #fff;
  text-decoration: none;
  color: #333; 
  border: 1px solid #04388C; 
}
.select{
  background: #04388C; 
  color: #fff;  
}
.menu__link:hover{
  background: #04388C; 
  color: #fff;  
}

.mostrar{
  left: 0;
}
.banner{  

  z-index: -1000;
}

/*---------stilos footer---------*/

.footer{
  background: #04388C; 
  color: #fff;
  bottom: 0;
  left: 0;
  height: 190px;
  flex-wrap: wrap;
  z-index: 2000;
  padding: 5px 0 5px 0;
  width: 100%;
     -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
  box-sizing: border-box;
}
.footer .contenedor2{
  width: 90%;  
  margin: auto;
}
.footer_texto{
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin-bottom:  10px;
  margin-top:  10px;
}



.social{
  text-align: center;
  display: flex;  
  width: 100%;
  justify-content: space-around;
   margin: auto;
}
.social_link{
  display: block;
  text-decoration: none;
  font-size: 1em; 
  color: #fff;   
  transition: all 0.6s;  
  height: 30px;
  width: 30px;  
  border-radius: 50%;
  line-height: 35px;

}

.social_linknav{
  display: block;
  text-decoration: none;
  font-size: 1.5em; 
  color: #000;   
  transition: all 0.6s;  
  height: 50px;
  width: 40px;
  padding-left: 15px;
  line-height: 40px;
          -webkit-text-shadow: 0px 0px 4px #fff;
-moz-text-shadow: 0px 0px 4px #fff;
text-shadow: 0px 0px 4px #fff; 
}
.social_linknav:hover{
  font-size: 2.5em;
  color: #fff;
}

/*----------cuerpo total-------------*/

.main{
  width: 95%;
  background: #fff;
  margin: auto;
  padding: 80px 10px 50px 10px;
  text-align: justify;
}
.main h1{
  font-size: 40px;
border-bottom: 2px solid #1A53B5;
text-align: right;
}
.section{
  font-size: 16px;
  width: 90%;  
  margin: auto;
  
}
.sectionimg{
  width: 100%;
}
.division{
  margin: auto;
  width: 90%;
  font-size: 16px;
}
.division img{
   width: 100%;
}
.textosub{
	width: 90%;
	background: red;
	color: #fff;
	text-align: center;
	margin: auto;
	padding: 5px;
	font-size: 30px;
}






/*-----------------galeria de imagenes-----------------*/

.slidergaleria{
  width: 100%;
  margin: auto;
  list-style: none;
  padding: 20px;
  box-sizing:border-box;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-around;
  
}
.slidergaleria li{
  margin: 5px;
}

.slidergaleria img{
  width: 280px;
  height: 200px;
}






/*---------stilos pantalla tablet---------*/

@media(max-width:480px) {
.header{
position: fixed;z-index: 8000;
}

}
@media(min-width:480px) {

.footer{
  height: 120px;
}
.logo img{
  width: 120px;  
}
.descripcion_texto a{
  width: 70%;
  bottom: 20%;
  left: 50%;  
  transform: translateX(-50%) translateY(-50%);
  font-size: 25px;
}


.contenedor1 p {
text-align: center;
color: #fff;
margin: auto;
font-size: 25px;
margin-top: 12px;
}
.main{
  width: 80%;
  padding-top: 140px;
}
.main h1{
  font-size: 50px;
  text-align: left;
}

.sectionimg{
  display: block;
  width: 70%;
  margin:auto;
}
.division{
       display: flex;
        justify-content: space-between;
}
.div1{
  width: 50%;
  margin: auto;
}
.nav{
  top: 130px;
}
}

@media(max-width:1024px) {
.header{
  position: fixed;
  width: 100%;
}
.modal{
  display: none;
}
}


/*---------stilos pantalla normal---------*/
@media(min-width:1024px) {

.nav{
  position: static;
  width: auto;
  border-top: 2px solid #1B69E6; 
}
.menu{
  display: flex;
}
.icon-menu{
  display: none;
}
.menu__link{
  background: #04388C; 
  color: #fff;
   padding: 20px 30px 10px 30px;       
transition: all 0.6s;
font-size:  15px;
text-align: center;
border: none; 
}
.select{
  background: #1B69E6;    
          -webkit-text-shadow: 0px 0px 4px #000;
-moz-text-shadow: 0px 0px 4px #000;
text-shadow: 0px 0px 4px #000; 
}
.menu__link:hover{  
  background: #1B69E6;   
  
}
.header {
  position: relative;
  height: 120px;
  border-bottom: 2px solid #1B69E6; 
}

.header .contenedor{

 display: flex;
 height: 120px;
 width: 95%;
 padding-top: 5px;
background: #04388C; 
margin: auto;
justify-content: space-around; 
  box-sizing: border-box;
}
.logoheader img{
  padding-top: 5px;
  width: 800px;
}

.expe{
  color: #fff;
  text-align: center;
  margin:auto;
  font-size: 20px;
}
 .contenedor1{
  width: 100%;  z-index: 1500000;
}
.contenedor1 p, .logo img{
  display: none;
}
.banner{
  margin-top: -30px;z-index: -1500000;
}
.descripcionindex{  
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.descripcionindex_titulo a{
 font-size: 35px;
background: rgba(27, 105, 230, 0.8);
border-radius: 15px;
}
.descripcion_texto a{
	background: none;
}

.footer{
  height: 120px;
  border-top: 2px solid #1B69E6; 
}
.footer_texto{
  font-size: 15px;
}
.logo img{
  width: 200px;
}
.social{
  width: 50%;
}
.social1{
  text-align: center;
  display: flex;  
  width: 10%;  
  justify-content: space-around;  
   z-index: 6000;
  
}
.social_link1{
  display: block;
  text-decoration: none;
  font-size: 2em; 
  color: #fff;   
  transition: all 0.6s;  
  height: 50px;
  width: 50px;  
  border-radius: 50%;
  

}


.menu-fixed{
  position: fixed;
  top: 0;
  transition: all 0.8s;
  background: #04388C; 
  box-shadow:0px 6px 5px rgba(0,0,0,.6);
  border-top: 2px solid #1A53B5;
 }
.menu-fixed .logofijo img{
  display: block;
  width: 250px;
  padding: 5px;
}
.menu-fixed .menu__link{
 font-size:  15px;    
transition: all 0.6s;

}




.main{  
  padding-top: 100px;
}
/*Estilos del modal*/
.modal{
  display: none;
}

.modal:target{
  display: block;
  position: fixed;
  background: rgba(0,0,0,1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90000;
}
.modal h3{
  color: #fff;
  font-size: 30px;
  text-align: center;
 margin-bottom: 80px ;
}
.imagenmodal{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items:center;
}
.imagenmodal a{
  color: #fff;
  font-size: 60px;
  text-decoration: none;
  margin:  0 10px;
}
.imagenmodal a:nth-child2{
  margin: 0;
  height: 100%;
  flex-shrink:2;
}

.imagenmodal img{
  width: 600px;
  height: 100%;
  max-width: 100%;
  border: 7px solid #fff;
  box-sizing: border-box;
}
.cerrarmodal{
  display: block;
  width: 100%;height: 35px;
}
.cerrarmodal a{
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  margin-right:   40px;
  margin-top: 8px;
  float: right;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  line-height: 25px;
}


.textmodal{
  font-size: 1.1em;
  border-radius: 20px;
  color: #fff;
  margin: auto;
  padding: 90px;
  width: 60%;

}


.textodocente{
  font-size: 30px;
  text-align: center;
}
.textotutoria{
   font-size: 25px;
   text-align: center;
}

.imagenmatricula2{
	display: flex;
	justify-content: center;
}
.imagenmatricula2 img{
	  width: 600px;
  		height: 700px;
  		margin: 10px;
}

}






@media(min-width:1124px) {
.menu-fixed .logofijo img{
  width: 400px;
}
.expe{

  font-size: 30px;
}
}