/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  :root {
    --secondary: #962D92;
  }
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
body {
  background-color: #f5f6f7;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
h1 {
  font-family: 'bebas_neueregular';
  font-style: italic;
  line-height: 1;
  
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* clases globales */
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



   /*header*/

.contenedor-header {
  
  max-width: 100%;
  background-color: #fff;
  /* height: 100px; */
  box-shadow: 0 2px 8px 0 rgba(16,7,104,.07);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  
}
.imagen-header {
  padding: 6px;
  margin: 0;
  display: inline-block;
  
}
.imagen-calendario {
  display: flex;
  justify-content: center;
}
.logo-verificacion {
  width: 150px;
  
}

/*Navegacion*/
.navegacion-principal {
  
  display: none;
  border-top: 2px solid var(--secondary);
  padding: 5px 0 10px 0;
  background-color: #ffff; 

 
}
.navegacion-principal ul {
  padding: 0;
}
.navegacion-principal ul li {
  list-style: none;
  padding: 0 4px 0 4px;
}

.navegacion-principal a {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 12px;
  display: block;
  font-weight: bold;
  
  /* text-align: center; */
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.5s ease-out;
}
.navegacion-principal a:hover {
  background-color:rgba(0,0,0,.1);
  color: rgba(0,0,0,.5);
}

@media only screen and (min-width: 894px) {
  .navegacion-principal {
    display: block; 
    border-top: none;
    float: right;
    margin-right: 100px;
  }
  .navegacion-principal a {
    margin-right: 10px;
    margin-left: 10px;  
    display: inline-block;
    font-style: italic;
  
    transition: all 0.5s ease-out;
  }
  .navegacion-principal a:first-child {
    margin-left: 30px;
  }
  .navegacion-principal a:hover {
    color: var(--secondary);
    background-color: #fff;
  }
  .navegacion-principal a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: width 0.5s;
  }
  .navegacion-principal a:hover::after {
    width: 100%;
  }
  .navegacion-principal a:last-child {
    border: none;
  }
  .navegacion-principal ul li {
    display: inline-block;
  }

}

/*Menu-movil*/
div.menu-movil {
  width: 30px;
  display: block;
  float: right;
  text-align: right;
  margin: 38px 20px 0px 0;
}
div.menu-movil:hover {
  cursor: pointer;
}
div.menu-movil span {
  height: 4px;
  border-radius: 20px;
  margin-bottom: 6px;
  background-color: var(--secondary);
  display: block;
}
@media only screen and (min-width: 894px) {
  div.menu-movil {
    display: none;
  }
}
/* img header*/
.img-banner {
  height: 100vh;
  max-width: 100%;
  position: relative;
  /* background-image: url(../img/banner2.jpg); */
  background-size: cover;
  /* background-attachment: fixed; */
  margin-top: 78px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url(../img/header-zu840.jpg);
}
.banner-text {
  font-family: 'bebas_neueregular';
  color: #e2e2e2;
  font-size: 1.3rem;
  font-style: italic;
  position: absolute;
  top: 5%;
  left: 2%;
}
@media only screen and (min-width: 350px) {
  .banner-text {
    font-size: 1.7rem;
  }

}
.banner-text h1 {
  margin: 0;
  line-height: 1;
  
}
.banner-text h6 {
  font-family: 'lato', sans-serif;
  color: rgb(144, 198, 58);
  margin: 0;
  font-size: 1.1rem;
  position: absolute;
  left: 16px;

}
.boton-cita {
  width: 150px;
  height: 60px;
  background-color: var(--secondary);
  position: absolute;
  left: 50%;
  top: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -60%);
  transition: all ease-in .3s;
  border-radius: 10px;
}
.boton-cita:hover {
  background-color: #7e257b;

}
.boton-cita a {
  font-family: 'bebas_neueregular';
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 2px;
}

.boton-como-llegar {
  width: 150px;
  height: 60px;
  background-color: rgb(144, 198, 58);
  position: absolute;
  left: 50%;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -40%);
  transition: all ease-in .3s;
  border-radius: 10px;

}
.boton-como-llegar:hover {
  background-color: rgb(66, 169, 49);

}
.boton-como-llegar a {
  font-family: 'bebas_neueregular';
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 2px;
}

.banner-text2 {
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translate(-50%, -95%);
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.banner-text2 p {
  margin: 0 0 5px 0;
}
.banner-text2 p:first-child {
  font-weight: bold;
}
@media only screen and (min-width: 342px) {
  .banner-text2 {
    left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
    text-align: center;
  
  }
}
@media only screen and (min-width: 368px) {
  .banner-text2 {
      left: 50%;
      top: 87%;
      transform: translate(-50%, -87%);

  }
}
@media only screen and (min-width: 495px) {
  .banner-text2 {
    font-size: 1.1rem;

  }
}
@media only screen and (min-width: 903px){
  .banner-text2 {
    left: 50%;
    top: 84%;
    transform: translate(-50%, -84%);
}
}

.logo-whatsapp {
  width: 32px;
  /* height: 64px; */
  display: inline-block;
  margin-top: 3px;
}
/*Calendario vehicular*/


.contenedor-calendario {
  padding: 40px 15px;
  max-width: 100%;
  /* margin: 50px 0; */
  /* background-image: url(/img/background.png); */
  background: rgb(234,234,241);
  
  
}
.contenedor-calendario h1 {
  font-size: 3.5rem;
  color: rgb(144, 198, 58);
  margin: 0 0 25px 0;
}

.contenedor-horarios h1 {
  font-size: 2.5rem;
  color: var(--secondary);
}
.contenedor-horarios h2 {
  font-weight: 400;
}
.contenedor-horarios h2 span {
  font-weight: bold;
}

/* @media only screen and (min-width: 992px) {
  .imagen-calendario img {
    width:50%;
    display: flex;
    justify-content: center;
    
  }
   */



/* Mapa */
.contenedor-contacto {
  /* height: 1000px; */
  /* margin: 100px 0; */
  max-width: 100%;
  padding: 40px 15px;
  /* background-image: url(/img/background2.png); */
  background: rgb(234,234,241);
  background: linear-gradient(100deg, rgba(234,234,241,1) 33%, rgba(218,218,221,1) 23%);  
  
  /* background-attachment: fixed; */
}

#marker-logo {
  width: 42px;
  margin-right: 5px;
}
.direccion p {
  font-weight: bold;
  font-size: 1.3rem;
}
.direccion p span {
  display: inline-block;
  margin-left: 50px;
  font-weight: normal;
}


#map {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 992px) {
  .contenedor-contacto {
    display: flex;
    justify-content: space-evenly;
  }
  #map {
    width: 550px;
  }
}
@media only screen and (min-width: 1160px) {

  #map {
    width: 700px;
  }
}
@media only screen and (min-width: 1400px) {

  #map {
    width: 800px;
  }
}

/*Gaceta*/

.contenedor-gaceta {
  max-width: 100%;
  padding: 40px 15px;
  /* margin: 100px 0 ; */
  /* background-image: url(/img/background3.png); */
  /* background-image: linear-gradient(110deg,#eaeaf1 86%,#843a7b 0%); */
   background: rgb(234,234,241);
  background: linear-gradient(98.7deg, rgba(234,234,241,1) 80%, #64275d 81%);
  
  
}
.gaceta-pdf {
  width:100%; 
  height: 1000px;
  max-width: 100%;
}
.adobe-view-container {
  height: 700px;
  margin-top: 5%;
}
@media only screen and (min-width: 768px) {
  .adobe-view-container {
    height: 800px;
    display: flex;
    justify-content: center;
    margin-top: 5%;
  } 
  .adobe-view {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .adobe-view-container {
    height: 800px;
    display: flex;
    justify-content: center;
    margin-top: 2%;
  } 
  .adobe-view {
    width: 60%;
  }

}

.contenedor-gaceta h1 {
  font-size: 2.5rem;
  color: var(--secondary);
}
#logo-pdf {
  width: 20px;
}
.links-hologramas {
  padding: 0 10px;
  margin: 100px 0 0 0;
}
.links-hologramas h2 {
  color: #4A4A4A;
  /* font-family: 'bebas_neueregular'; */
  
}
.holograma-exento{
  margin: 100px 0; 
}

/* .holograma-doble-cero{
  padding: 0 10px;
  text-align: center;
  margin: 50px 0;
  
}

.holograma-exento {
  padding: 0 10px;
  text-align: center;
  margin: 50px 0;
} */
.boton-holograma {
  -webkit-appearance: none;
  background-color: #029777;
  color: #fff;
  padding: 5px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 9px 11px 9px 1px rgba(2,151,119,0.44); 
  box-shadow: 9px 11px 9px 1px rgba(2,151,119,0.44);
  transition: all ease-in .3s;
  border: none;
}
.boton-holograma:hover {
  background-color: #04644f;
}

/*Footer*/
#logo-edomex {
  width: 150px;
}
.logo-footer {
  text-align: center;
}
.contenedor-footer {
  height: 240px;
  background-color: #222;
  position: relative;
}
.aviso-privacidad a {
  color: white;
  text-decoration: none;
}
.aviso-privacidad {
  text-align: center;
}
.derechos-footer{
  color: #fff;
  text-align: center;
}
.derechos-footer p {
  margin: 40px 0 0 0
}

/*Logo fijo de redes */
.logo-redes {
  display: inline-block;
  position: fixed;
  bottom: 4%;
  right: 4px;
  z-index: 1000;
}
.logo-redes a img {
  width: 56px;
  height: 64px;
}
.contacto-desarrollador-container {
  position: absolute;
  top: 92%;
  right: 2%;
}
.contacto-desarrollador-container p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #566573;
} 

/*aviso de privacidad */
.aviso-de-privacidad {
  margin: 130px 0;
}
.aviso-de-privacidad h1 {
  margin: 100px 0;
  text-align: center;
}

#adobe-dc-view2 {
  margin: 0 auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

