.aline {
  margin: -30px 0 0 0 !important;
}
#anclaresgistratepages {
  color: #fff !important;
  border: 0;
  height: 43px;
  font-size: 14px;
  padding: 10px 10px;
  cursor: pointer;
  margin-top: 15px;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
  background-color: #f8981d;
}
#anclaresgistrate {
  display: none;
}
.modalbox {
  text-align: justify;
}
#accordion {
  text-align: justify;
}
.jutificartexto {
  text-align: justify;
}
.parent {
  width: 253px;
  height: 125px;
  overflow: hidden;
  cursor: pointer;
}

.linka {
  display: none;
  font-size: 35px;
  color: #ffffff !important;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  /*text-decoration: none;*/
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.children {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Several different images */
.bg-one {
  background-image: url(../../img/historia.jpg);
}
.bg-two {
  background-image: url(../../img/mensaje.jpg);
}
.bg-three {
  background-image: url(../../img/servicios.jpg);
}
.bg-four {
  background-image: url(../../img/valores.jpg);
}
.bg-uno {
  background-image: url(../../img/polanco.jpg);
}
.bg-dos {
  background-image: url(../../img/satelite.jpg);
}
.bg-tres {
  background-image: url(../../img/izcalli.jpg);
}
.bg-cuatro {
  background-image: url(../../img/veracruz.jpg);
}

.bg-kiosco {
  background-image: url(../../img/nav/kiosco.png);
}
.bg-trabajo {
  /*background-image: url(../../img/nav/bolsa_de_trabajo_unimex_veracruz.webp);*/
  background-image: url(../../img/nav/icono_occ.webp);
}
.bg-protocolo{
  background-image:url(../../img/nav/logo-protocolo.png)
}
.bg-correo {
  background-image: url(../../img/nav/correo.png);
}
.bg-examen {
  background-image: url(../../img/nav/examen.png);
}
.bg-resultadoexamen {
  background-image: url(../../img/nav/resultados.png);
}
.bg-calendario {
  background-image: url(../../img/nav/calendario.png);
}
.bg-recomienda {
  background-image: url(../../img/nav/facebook.png);
}
.bg-serviciosocial {
  background-image: url(../../img/nav/serviciosocial.png);
}
.bg-titulacion {
  background-image: url(../../img/nav/titulacion.png);
}
.bg-reglamento {
  background-image: url(../../img/nav/reglamento.png);
}
.bg-lic {
  background-image: url(../../img/licenciaturasss.jpg);
}
.bg-sua {
  background-image: url(../../img/licenciaturasss.jpg);
}
.bg-posgra {
  background-image: url(../../img/licenciaturasss.jpg);
}
.bg-aula-alumnos {
  background-image: url(../../img/nav/aula_unimex_alumno.jpg);
}
.bg-aula-profesionistas {
  background-image: url(../../img/nav/aula_unimex_profesor.jpg);
}

.parent:hover .child,
.parent:focus .child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.parent:hover .children,
.parent:focus .children {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.parent:hover .child:before,
.parent:focus .child:before {
  display: block;
}

.parent:hover .children:before,
.parent:focus .children:before {
  display: block;
}

.parent:hover span,
.parent:focus span {
  display: block;
}

.child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

.children:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

/* html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
/*  background: transparent;  /* optional: just make scrollbar invisible 
}
/* optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #de951b;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0e8ee2;
}
.scrollToTop {
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: 60px;
  cursor: pointer;
  width: 65px;
  height: 65px;
  background-color: #004b93;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.scrollToTop span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
.scrollToTop:hover {
  background-color: #de951b;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.imgzoom:hover {
  transform: scale(1.1);
}

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.wrap-contact100 {
  width: 1120px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 10px 30px 10px 30px;
}
.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.navigation {
  background: #004b93;
}
#map {
  height: 100%;
}

.school .location-card {
  left: 80%;
  top: 50%;
}

.textjustificado {
  text-align: justify;
}

@media screen and (max-width: 1460px) {
  .school .location-card {
    font-size: initial;
    line-height: normal;
  }
}

@media screen and (max-width: 700px) {
  .school .location-card {
    display: none;
  }
}

@media (max-width: 768px) {
  .contact100-more {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1345px) {
  #anclaresgistratepages {
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 5px 5px;
  }
  #anclaresgistrate {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  #anclaresgistratepages {
    width: 100%;
    text-align: center;
    font-size: 1em;

    display: block;
  }
  #anclaresgistrate {
    display: none;
  }
}

@media (max-width: 992px) {
  .logo {
    float: none;
    margin: 10px auto !important;
    position: relative;
    display: block;
  }
  .navigation .menu ul li a {
    color: grey;
  }

  .aline {
    margin: 0 0 0 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .textscroll {
    height: 400px;
    overflow-y: scroll;
  }
}

@media (max-width: 1240px) {
  .logo {
    float: none;
    margin: 10px auto !important;
    position: relative;
    display: block;
  }
}

/*
PArte de las nuevas flechas para licenciatura...
*/
@media (min-width: 1200px) {
  #rq1 {
    position: absolute;
    bottom: 0;
    right: 826px;
  }
  #rq2 {
    position: absolute;
    bottom: 0;
    right: 790px;
  }
}
.btn {
  margin-bottom: 10px;
}
#rq1 {
  color: #808080;
  font-size: 3rem;
}
#rq1:hover {
  color: #f8981d;
}
#rq2 {
  color: #808080;
  font-size: 3rem;
}
#rq2:hover {
  color: #f8981d;
}

/*test scrolling*/

@media (min-width:320px) and (max-width: 1200px) {

  #anclaresgistratepages{
      font-size: 14px;
      margin: 17px auto 0 auto;
      display: inline;
      width: fit-content;
  }
  
}

@media (min-width: 1200px){
  #anclaresgistratepages{
      right: 0;
      position: absolute;
      width: fit-content;
  }

  .navigation .menu{
      margin: 0 6rem 0 auto;
  }
}
