/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;900&family=Passion+One:wght@900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


body {
  font-family:  "Encode Sans", sans-serif;
  font-size: 1.6rem;
}

p {
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.932);
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
}

h1 {
  font-size: 10rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.seccion {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.alinear-derecha {
  display: flex;
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}













.boton-maron {
  background-color: rgb(221, 201, 163);
  color: rgba(0, 0, 0, 0.932);
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.boton-maron:hover {
  background-color: #d6be90;
  cursor: pointer;
}

.boton-registro {
  border: solid;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.932);
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
}
.boton-registro:hover {
transform: scale(1.1);
  background-color: #f2f2f2;
  cursor: pointer;
}

.boton-vino {
  background-color: rgb(171, 0, 51);
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.boton-vino:hover {
  background-color: #92002b;
  cursor: pointer;
}

.boton-gris {
  background-color: rgb(85, 86, 90);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.boton-gris:hover {
  background-color: #49494d;
  cursor: pointer;
}

.boton-vino-block {
  background-color: rgb(171, 0, 51);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
  width: 100%;
}
.boton-vino-block:hover {
  background-color: #92002b;
  cursor: pointer;
}

.boton-vinoc-block {
  background-color: rgba(171, 0, 51, 0.8);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}


.boton-vinoc-block:hover {
  background-color: rgba(146, 0, 43, 0.8);
  cursor: pointer;
}



.boton-piel-block {
  background-color: rgba(188, 150, 92, 0.6);
  color: rgb(85, 86, 90);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}
.boton-piel-block:hover {
  background-color: rgba(180, 138, 74, 0.6);
  cursor: pointer;
}

.boton-azul-block {
  background-color: rgb(0, 132, 255);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}
.boton-azul-block:hover {
  background-color: #0077e6;
  cursor: pointer;
}


.boton-gris-block{
  background-color: #49494d;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}
.boton-gris-block:hover {
  background-color: rgba(146, 0, 43, 0.8);
  cursor: pointer;
}

table.OperadoresAdmin {
  margin-top: 4rem;
  width: 100%;
  border-spacing: 0;
}
table.OperadoresAdmin thead {
  background-color: rgb(171, 0, 51);
}
table.OperadoresAdmin th {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

table.OperadoresAdmin .texto {
  font-weight: 700;
  text-align: center;
}
table.OperadoresAdmin .textF {
  margin-right: 10rem;
}
table.OperadoresAdmin .foto {
  width: 70%;
  height: auto;

}

table.ModalidaADM {
  margin-top: 4rem;
  width: 100%;
  border-spacing: 0;
}
table.ModalidaADM thead {
  background-color: rgb(171, 0, 51);
}
table.ModalidaADM th {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
 
}

table.ModalidaADM {
  margin-top: 4rem;
  width: 100%;
  border-spacing: 0;
}
table.ModalidaADM thead {
  background-color: rgb(171, 0, 51);
}
table.ModalidaADM th{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
table.ModalidaADM .texto {
  font-weight: 700;
  text-align: center;
}

table.OperadoresDir {
  margin-top: 4rem;
  width: 100%;
  border-spacing: 0;
}
table.OperadoresDir thead {
  
  background-color: rgb(171, 0, 51);
}

table.OperadoresDir .texto {
  font-weight: 700;
  text-align: center;
   font-size: 2rem;
}
table.OperadoresDir .textF {
  margin-right: 10rem;
   font-size: 1.5rem;
   color:#fff;
   text-align: center;
    
   
}
table.OperadoresDir .fotoAd {
  width: 90%;
  height: auto;
}

table.UsuarioADM {
  margin-top: 4rem;
  width: 100%;
  border-spacing: 0;
}
table.UsuarioADM thead {
  background-color: rgb(171, 0, 51);
}
table.UsuarioADM th {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
table.UsuarioADM .texto {
  font-weight: 700;
  text-align: center;
   font-size: 4rem;
}

table.operadoresDeleg {
  margin-top: 4rem;
  width: 100%;
  border-spacing: 0;
}
table.operadoresDeleg thead {
  background-color: rgb(171, 0, 51);
}
table.operadoresDeleg th {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
   font-size: 2rem;
}
table.operadoresDeleg .texto {
  font-weight: 700;
  text-align: center;
   font-size: 2rem;
}
table.operadoresDeleg .fotoD {
  width: 50%;
  height: auto;
  margin-left: 5rem;
}

.alerta {
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 2.5rem;
}
.alerta.error {
  background-color: rgb(153, 2, 2);
}
.alerta.exito {
  background-color: rgba(85, 86, 90, 0.7);
}

.navegacion a {
  color: rgba(0, 0, 0, 0.932);
  text-decoration: none;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .navegacion {
    display: flex;
    justify-content: space-around;
  }
}

.seccion .sesion a {
  color: rgb(153, 2, 2);
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 700;
}

.oper {
  background: rgb(171, 0, 51);
  background-color: rgb(171, 0, 51);
  border-radius: 2rem;
  margin: auto;
  display: block;
  padding: auto;
  margin-bottom: 2rem;
}
.oper p {
  font-size: 4rem;
  margin: 3rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.oper h3 {
  margin: 3rem;
  padding: 0;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.oper img {
  width: 15rem;
  margin-left: 15rem;
  margin-top: 4rem;
}
/*Bloquear boton renovar*/
 .link-disabled {
    pointer-events: none;
    opacity: 0.6; /* Opcional: Para indicar visualmente que está deshabilitado */
    cursor: default;
  }
@media (min-width: 768px) {
  .datos-personales {
    display: grid;
    grid-template-columns: 35% 65%;
    column-gap: 5rem;
  }
  .oper {
    background-color: rgb(171, 0, 51);
    border-radius: 4rem;
    display: block;
    margin: 0;
  }
  .oper p {
    font-size: 3rem;
    margin: 3rem;
    font-weight: 500;
    color: #fff;
  }
  .oper h3 {
    margin: 3rem;
    padding: 0;
    color: #fff;
  }
  .Espacio {
    margin-top: 2rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




@media (min-width: 768px) {
  .botones {
    display: flex;
    justify-content: space-around;
  }
}
.botones .close {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .botones .close {
    font-size: 2rem;
  }
}
.botones .can {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .botones .can {
    font-size: 2rem;
  }
}

.modal-close {
  transform: translateY(-200%);
}

.encabezado {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
.encabezado .imGro {
  width: 50%;
  height: 40%;
}
.encabezado .imTransporte {
  width: 15%;
  height: 15%;
}

.Fondo-Imagen {
  background-repeat: no-repeat;
  background-position: right 25rem;
  background-size: 35rem 55rem;
}

.Titulo {
  margin: 2rem 2rem;
  padding: 2rem 3rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.932);
  font-size: 3rem;
  font-weight: 700;
}

.fotoOperador {
  width: 20rem;
  height: auto;
  margin: auto;
  border: 0.5rem solid rebeccapurple;
}

section {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.datospersonales {
  text-transform: uppercase;
}
.datospersonales p {
  font-size: 2.5rem;
  font-weight: bold;
}
.datospersonales .deleg {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(188, 150, 92);
}
.datospersonales span {
  font-weight: 500;
  color: rgb(171, 0, 51);
}

table.concesion {
  margin-top: 2rem;
  width: 100%;
  border-spacing: 0;
}
table.concesion thead th {
  color: rgb(85, 86, 90);
  padding: 1rem;
  text-transform: uppercase;
  font-size: 2rem;
}
table.concesion .texto {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}
table.concesion .imgFicha {
  width: 6rem;
  height: 6rem;
}
table.concesion .foto {
  width: 100%;
  height: 100%;
}

table.Capacitaciones {
  margin-top: 3rem;
  width: 100%;
  border-spacing: 0;
}
table.Capacitaciones thead th {
  color: rgb(85, 86, 90);
  padding: 1rem;
  text-transform: uppercase;
  font-size: 2rem;
}
table.Capacitaciones .texto {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}
table.Capacitaciones .imgFicha {
  width: 6rem;
  height: 6rem;
}
table.Capacitaciones .foto {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Oswald", sans-serif;
}

.header {
  background-color: rgb(188, 150, 92);
  padding: 1rem 0 3rem 0;
}
@media (min-width: 768px) {
  .header.inicio {
    min-height: 45rem;
  }
}
@media (min-width: 768px) {
  .header.inicio .contenido-header {
    min-height: 50rem;
  }
}

.contenido-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contenido-header h1 {
  text-align: center;
  font-size: 2.5rem;
  color: rgb(85, 86, 90);
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contenido-header h1 {
    font-size: 4.5rem;
  }
}

h2 {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h2 {
    text-align: center;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

.barra {
  display: flex;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .barra {
    display: flex;
    justify-content: space-between;
  }
}

.imgGuerrero {
  height: 40%;
  width: 60%;
}
@media (min-width: 768px) {
  .imgGuerrero {
    height: 18%;
    width: 55%;
  }
}

.imgTransportes {
  height: 20%;
  width: 20%;
  margin-left: 2.5rem;
}
@media (min-width: 768px) {
  .imgTransportes {
    height: 22%;
    width: 22%;
  }
}

.footer {
  background-color: rgb(188, 150, 92);
  padding: 2.5rem;
  margin: auto;
}
.footer .copyright {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding-top: 1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.slider-box {
  width: 75%;
  height: auto;
  margin-top: 50px auto 0;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 6rem;
}
@media (min-width: 768px) {
  .slider-box {
    width: 92%;
    height: auto;
    margin-top: 50px auto 0;
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .slider-box {
    width: 92%;
    height: auto;
    margin-top: 50px auto 0;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .slider-box {
    width: 92%;
    height: auto;
    margin-top: 50px auto 0;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: -10rem;
  }
}

.slider-box ul {
  display: flex;
  padding: 0;
  width: 400%;
  animation: slide 20s infinite alternate ease-in-out;
}

.slider-box li {
  width: 100%;
  list-style: none;
  position: relative;
}

.slider-box img {
  width: 90%;
}

.Transportes {
  width: 10%;
  height: 90%;
}

.violeta {
  width: 5%;
  height: auto;
}

@keyframes slide {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}
@media (min-width: 992px) {
  .secciones {
    display: grid;
    grid-template-columns: 60% 40%;
    position: relative;
    left: 3rem;
  }
}
@media (min-width: 1300px) {
  .secciones {
    position: relative;
    left: 7.4rem;
  }
}
@media (min-width: 1400px) {
  .secciones {
    position: relative;
    left: 11rem;
  }
}
@media (min-width: 1600px) {
  .secciones {
    position: relative;
    left: 20rem;
  }
}

.iniciSecion {
  background-color: rgb(188, 150, 92);
  margin-top: -2.5rem;
  padding: 1rem 1rem;
  width: 100%;
  margin-bottom: -2.5rem;
}

.formul input:not([type=submit]), .formul select {
  font-size: 2.3rem;
  padding: 1rem;
  display: block;
  width: 90%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1rem;
  margin-bottom: 3rem;
  margin-left: 2rem;
}
.formul label {
  margin-top: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 2.5rem;
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .formul label {
    font-size: 2.5rem;
  }
}
.formul h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3rem;
  margin-top: 5rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .formul h2 {
    font-size: 3rem;
  }
}

.imgOperador {
  height: auto;
  width: 25%;
  margin-left: 7rem;
}
@media (min-width: 768px) {
  .imgOperador {
    height: auto;
    width: 53%;
    display: flex;
    margin-left: 6rem;
  }
}

.imgUsuarios {
  height: auto;
  width: 30%;
  margin-left: 7rem;
}
@media (min-width: 768px) {
  .imgUsuarios {
    height: auto;
    width: 100%;
    display: flex;
    margin-left: 2rem;
  }
}

.imgMunp {
  height: auto;
  width: 30%;
  margin-left: 7rem;
}
@media (min-width: 768px) {
  .imgMunp {
    height: auto;
    width: 100%;
    display: flex;
    margin-left: 2rem;
  }
}

.imgCurso {
  height: auto;
  width: 35%;
  margin-left: 7rem;
}
@media (min-width: 768px) {
  .imgCurso {
    height: auto;
    width: 100%;
    display: flex;
    margin-left: 2rem;
  }
}

.imgAuto {
  height: auto;
  width: 35%;
  margin-left: 7rem;
}
@media (min-width: 768px) {
  .imgAuto {
    height: auto;
    width: 80%;
    display: flex;
    margin-left: 2rem;
  }
}

.imgActualizar {
  height: 13.5%;
  width: 14%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .imgActualizar {
    height: 35%;
    width: 35%;
    margin-top: -5rem;
  }
}

.imgRegis {
  height: 13.5%;
  width: 14%;
}
@media (min-width: 768px) {
  .imgRegis {
    width: 13rem;
    height: auto;
  }
}

.imgRuta {
  height: 13.5%;
  width: 14%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .imgRuta {
    height: 70%;
    width: 50%;
  }
}

.imgRegistro {
  height: 13%;
  width: 14%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .imgRegistro {
    height: auto;
    width: 45rem;
    margin-top: -5rem;
  }
}

.masinfo {
  width: 40%;
  height: 40%;
}

.formulario legend {
  font-size: 3rem;
  color: rgb(85, 86, 90);
}
.formulario fieldset {
  margin-bottom: 2rem;
}
.formulario label {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 2.5rem;
}
.formulario p {
  font-size: 2.5rem;
}
.formulario input:not([type=submit]), .formulario select {
  font-size: 2.3rem;
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgb(85, 86, 90);
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.formulario .opciones {
  max-width: 30rem;
  display: flex;
  justify-content: space-between;
}

.mensaje {
  background-color: rgb(85, 86, 90);
  border-radius: 2rem;
}
.mensaje p {
  margin-top: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
}
.mensaje h2 {
  padding: 1rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.nover {
  display: none;
}



