/*@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara|Pinyon+Script');*/

@font-face {
 font-family: Pinyon Script;
 font-style: cursive;
 src: url(../fonts/Pinyon_Script/PinyonScript-Regular.ttf);
}

@media screen and (min-width: 250px) and (max-width: 680px) {
  #body_urep{
    margin: 30% 5px 0px;
  }
}

#main_menu{
  position: fixed;
  z-index: 2000 !important;
  top: 0px;
}



.tipo_urep{
  font-size: 2.5em;
  text-shadow: 4px 4px 4px #aaa;
  float: left;
  line-height: 90%;
  margin-bottom: 5px;
  margin-top: 20px;
  white-space: nowrap
}

.legal_urep{
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 10px;
  text-align: center;
}

.menu_nav{
  padding: 10px 5px !important;
}

@media screen and (min-width: 250px) and (max-width: 680px) {
  .tipo_urep{
    padding-right: 0px; 
    white-space: normal;
    margin-top: 0px;
  }
}

/*====================== ATAJOS */
.enlace_urep{
  cursor: pointer;
}

.lnk_first > div{
  align-items: center;
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 0.8em;
}

.lnk_first > div > a{
  color: black;
}

.lnk_first > div > a:hover{
  color: #A3121C;
}

.atajo {
  width: 90%;
  margin-top: 10%;
  margin-bottom: 0px;
}

.lnk_first > div > a > p{
  margin: 0px;
}

.atajos_espacio_rw {
  display: none;
}

@media screen and (min-width: 250px) and (max-width: 500px) {

  .lnk_first > div{
    text-align: center;
    font-size: 0.7em;
  }

  .lnk_first > div > img{
    width: 100%;
    margin-top: 5%;
  }

  .legal_urep{
    display: none;
  }

  body{
    margin-top: 30%;
  }

  h3{
    font-size: 1.7em;
  }

  .atajos_espacio{
    display: none;
  }

  .atajos_espacio_rw {
    display: block;
  }
}

/* ======== NAVEGACION */

.nav_urep {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin: 0px 5px !important;
  width: 100%
}

.nav_urep li {
  width: auto !important;
  padding: 0px 2px;
}

.nav_main{
  margin: auto 5px 5px;
  font-weight: normal;
}

.nav_aux{
  margin-top: 25px;
}

.nav_aux li{
  margin: 10px 2px 0px 2px;
  padding: 0px 5px;
  font-size: 0.8em;
  border-right: 1px solid black;
  border-bottom: 0px !important;
}

.nav_aux > li >a{
  text-align: center;
  text-decoration: none;
}



#btn_menu{
  display: none;
  float: right;
  margin-top: 25px;
}

#btn_menu i{
  font-size: 3em;
}

@media screen and (min-width: 990px) and (max-width: 1170px) {
  .tipo_urep{
    font-size: 30px;
  }

}

@media screen and (min-width: 250px) and (max-width: 1070px) {

  #btn_menu{
    display: block;
  }

  .nav_urep{
    display: none;
  }

}

@media screen and (min-width: 250px) and (max-width: 500px) {
  .tipo_urep{
    font-size: 25px;
  }
}

@media screen and (min-width: 500px) and (max-width: 900px) {
  .tipo_urep{
    font-size: 35px;
  }
}


/*============ DETALLES MENU */

.menu_all{
  position:absolute;
  top: 100%;
  width:100%;
  z-index: 1000;
}

.menu_all .container{
  padding: 1%;
  border-radius: 15px;
  color: white;
}

.menu_all li {
  margin: 6px 0px;
}

.menu_all a {
  color: white;
}

.ocultar{
  display: none;
}

.mostrar{
  display: block;
}

/* ================== MENU MOBILE */

.nivel_2 li{
  background-color: #656565;
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden;
}

.nivel_3 li{
  background-color: #E6E6E6;
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden;
}



/* ===================CONTENIDO */

.completa{
  margin: auto 0.5% !important;
}

#slider_main {
  margin: 0px 0px !important;
}

.urep_divide{
  padding-bottom: 15px;
}

.noticia{
  position: relative;
  text-align: center;
  padding: auto 10px;
  margin: 10px auto;
  min-height: 380px;
  max-height: 380px;
}

.noticia > a{
  position: absolute;
  top: 93%;
  left: 30%;
  right: 30%;
  text-decoration: none;  
  text-decoration: none;
  padding: 5px;
  font-weight: bold;
  border-radius: 3px;
}

.noticia > a:hover{
 border: 1px solid white;
 color: white;
}

.noticia > h5 > a{
  font-size: 0.8em;
  text-transform: uppercase;
}

.noticia > h5 > a:hover{
  font-size: 0.81em;
}

.noticia > p{
  color: black;
  font-size: 0.9em;
  text-align: justify;
}

.more_info{
  text-decoration: none;
  font-size: 1.25em;
}


.carousel .indicators .indicator-item{
  margin: 20px 5px 0px 5px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: gray;
  border: 0.5px solid white;
}

.carousel .indicators .indicator-item.active{
  background-color: black;
}

.contenido_noticia{
  padding: 0px 15px;
}

.contenido_noticia iframe{
  height: 360px;
  width: 90% !important;
  
}

@media only screen and (min-width : 360px) {
  .contenido_noticia iframe{
    height: 260px;
    width: 100% !important;
  }
}

@media only screen and (min-width : 768px) {
  .contenido_noticia iframe{
    height: 360px;
    width: 100% !important;
  }
}

/*===================  FORMULARIO */

#solicita_info{
  position: absolute;
  left: -25px;
  top: 110%;
  width: 40%;
  background-color: #F5F5F5;
  padding: 10px;
  max-height: 600px;
}

@media screen and (min-width: 250px) and (max-width: 800px) {
  #solicita_info{
    width: 85%;
  }

  .input-field{
    margin: 2px 0px 0px !important;
  }

  .g-recaptcha {
    transform:scale(0.70);
    -webkit-transform:scale(0.70);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

  #terminos{
    line-height: 0.9em;
  }

}

.activa_form{
  width: 0px !important;
}


#btn_informacion{
  position: absolute;
  left: 100%;
  top: -1px;
  height: auto;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
  
  padding: 4px;
  width: 75px;
  /* 
  width: 35px;
  padding: 5px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  */
}

#btn_informacion a{
  margin: 0px;
}


#btn_informacion a > i{
  color: white;
  font-size: 4.3em;
  margin-top: 15px;
}

#btn_informacion a > p{
  color: white;
  line-height: 1.3em;  
  font-size: 0.7em;
  margin-top: 0px;
}

#cerrar_info{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.1em !important;
}

#terminos{
  font-size: 0.7em !important;
}

.boton_urep{
  color: white;
}

.boton_urep:hover{
  background-color: white;
}


/* =================== FOOTER */
.footer-copyright{
  width: 100%;
  padding-top: 10px;
}

.logo_footer{
  width:60%;
  padding: 15% 0px 10px;
}


@media screen and (min-width: 250px) and (max-width: 500px) {

  .logo_footer{
    width:25%;
    padding-top: 20px;
  }

  .social_urep{
    width: 30px !important;
    margin: 0px;
  }

}


.footer-copyright a{
}

.social_urep{
  width: 40px;
  margin: 10px
}

.enlaces_urep{
  font-size: 0.8em;
}

.enlaces_urep a{
  padding: 0px 0px;
}

.contacto{
  font-size: 0.7em;
  padding: 5px !important; 
  margin: 0px !important;
  width: 100%; 
}

.legal{
  background-color: #FFFFFF; 
  font-size: 0.6em;
  padding: 5px 20px !important;
  width: 100%; 
}

/* ============== TODAS LAS NOTICIAS */


.noticias_all > div{
  position: relative;
  margin: 0px 0px;
}

.noticias_all > div > a > img{
  width: 100%;
}


/* ============ GENERAL */
.noticias_all > div > div {
  position: absolute;
  vertical-align: middle;
  top: 0px;
  width: 30%;
  height: 99%;
  overflow: hidden;
  text-align: left;
  color: #000;
}

.noticias_all > div > div > h5{
  padding: 5%;
  background-color: rgba(255,255,255,.65);
}

.resumen_noticia{
  border-radius: 5px;
  margin-top: 0px;
  width: 100%;
  text-align: justify;
  padding: 1px 5px;
  font-style: oblique;
  font-size: 0.85em;
}


@media screen and (min-width: 250px) and (max-width: 600px) {

  .noticias_all > div > div > h5{
    padding: 2px;
    font-size: 1em;
  }

  .noticias_all > div > div > p{
    display: none;
  }

  .noticias_all > div > div {
    width: 50% !important;
  }

  .noticias_all > div > div.sola{
    background-color: transparent;
  }


}

/*=======PAGINAS INTERNACIONALIZACION */
.enlace_inter{
  padding: 10px 2px;
  text-transform: uppercase;
  margin-top: 4px;
  padding: 10px; 
  color: white;
  border-radius: 5px;
  text-align: left;
}

.enlace_inter:hover{
  cursor: pointer;
}

.justificado{
  text-align: justify;
}

/* PRIMERO */
.izquierda {
  left: 0px !important;
}

/* SEGUNDO */
.derecha {
  right: 0px !important;
}

.tab > a {
  font-size: 1.15em !important;
}

.tab{
  width: 33% !important;
}


/*MIGA DE PAN */

.breadcrumb{
  position: relative;
  width: 100%;
  padding: 20px 5px 0px;
  font-size: 0.85em;
  color:  #888;
  font-style: italic;
  text-transform: uppercase;
}


.content_inter,
.content_urep,
.content_urep > p, 
.content_inter > p{
  text-align: justify !important;
}

.content_inter li b{
  font-size: 1.2em;
  font-weight: bold;
}

.content_inter li a{
  color: #039be5;
}

.nota_add{
  border: solid 1px #000;
  border-radius: 10px;
  background: #EEE;
  padding: 2% 7%;
}

/* ADMISIONES */
.admision_proceso{
  font-size: 1.3em;
  margin-top: 20px;
  padding: 6px 10px 6px 0px;
  width: 100%;
  border: 0.5px solid #AAA;
}

.admision_proceso span{
  padding: 5px 10px;
  background-color: #AD5157;
  color: white;
  font-weight: bold;
}

.down_pdf a{
  color:  black !important;
}

.down_pdf a:hover{
  color:  #AD5157;
}
.down_pdf a i{
  color:  #AD5157;
}


/* ================ INSCRIPCION */

.video{
  margin: 0px 5%;
  width: 90%;
}

@media only screen and (min-width : 360px) {
  .video{
    height: 260px;
  }
}

@media only screen and (min-width : 768px) {
  .video{
    height: 360px;
  }
  .parque{
  background-size: 100% 100% !important;
  }
}

@media only screen and (max-width : 990px) {
  .chica{
    display: none;
  }
}


@media only screen and (max-width : 1050px) {
  .chica{
    width: 250px !important;
    bottom: -5px;
  }
}



.info_add{
font-size: 0.7em;
}

.info_expo{ 
position: relative;
background-color: rgba(255,255,255,0.7);
margin-top: 30px;
font-size: 1.2em;
}

.parque{
  position: relative;
  background: url(../../images/web/expo_est/fondo.png) no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.formulario{
  position: static;
  background-color: white;
  /*border: 2px solid black;*/
}

.div_chica{
  position: absolute; 
  right: 0px;
  bottom: -5px;
  z-index: 3;
}

.chica{
  width: 270px;
}

.collection-item{
  background-color: #fff !important;
  color: black !important;
} 

.collection-item:hover {
  background-color: #eee !important;
}

.expo_estudiantes{
  float: left;
  height: auto;
  width: 20%;
}

.mayus{
  text-transform: uppercase;
}

#banner_intro{
  /*background-image: url("../../images/web/menu/fondonavidad.png") !important;*/
   background-repeat: no-repeat !important;
   background-size: 100% 100% !important;
}
#banner_intro h3{
  color: white;
  font-size: 2em;
}

.btn_programa i{
  margin: 2px !important; 
}

.btn_programa{
  font-size: 0.7em !important;
  letter-spacing: 0.1px !important; 
}

.input-field label{
  color: #9F4A4F !important; 
}

.header-modal{
  margin-bottom: 10px;
  background-color: rgba(162, 18, 28, .8);
  width: 100%;
  padding: 2% 0px 0.5%;
  border-bottom: solid #099447 4px;
}

.header-modal h4{
  text-transform: uppercase;
  color: white;
}

.header-modal p{
  color: white;
}


input[type="text"]:disabled {
  color: rgba(0,0,0,0.6) !important; 
}

.collapsible-header{
  padding-top: 5px !important;
  white-space: normal !important;
  line-height: 1.1 !important;
  min-height: 55px !important;
}

.collapsible-body li a{
  padding-top: 5px !important;
  white-space: normal !important;
  line-height: 1.1 !important;
  min-height: 55px !important;
}

.btn_cerrar_modal{
  float: right;
  margin: 5px;
}

.btn_cerrar_modal i{
  color: white;
  font-size: 2em;
  font-weight: bold;
}

