@charset "UTF-8";
/* Estilos generales */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0; }

nav {
  background: #121f3d;
  background: linear-gradient(90deg, #121f3d 0%, black 15%, #6225c5 100%);
  color: white;
  padding: 10px 15px;
  position: relative; }

.menu-toggle {
  font-size: 24px;
  cursor: pointer;
  display: none;
  /* Ocultar en pantallas grandes */ }

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.menu li {
  position: relative; }

.menu a {
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s ease; }

.menu a:hover {
  background-color: #6225c5; }

/* Submenú */
.submenu ul {
  display: none;
  position: absolute;
  background-color: #121f3d;
  list-style: none;
  top: 40px;
  left: 0;
  min-width: 150px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  border-radius: 4px; }

.submenu ul li a {
  padding: 10px 15px; }

.submenu:hover ul {
  display: block; }

/* Responsivo */
@media (max-width: 768px) {
  .menu {
    display: none;
    /* Ocultar el menú por defecto */
    flex-direction: column; }
  .menu-toggle {
    display: block;
    /* Mostrar el botón en pantallas pequeñas */ }
  .menu.show {
    display: flex;
    /* Mostrar el menú cuando se activa */ }
  .menu li {
    text-align: start; }
  .submenu ul {
    position: static;
    /* Cambiar posición del submenú */ }
  .submenu ul li a {
    text-align: start; } }

/* Transición suave para el menú */
.menu,
.submenu ul {
  transition: all 0.3s ease-in-out; }

.submenu ul {
  opacity: 0;
  transform: translateY(-10px); }

.submenu:hover ul {
  display: block;
  opacity: 1;
  transform: translateY(0); }

.menu.show {
  display: flex;
  opacity: 1; }

@media (max-width: 768px) {
  .menu {
    opacity: 0; }
  .menu.show {
    opacity: 1; } }

nav {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.menu a {
  border-radius: 4px; }

.menu a:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.submenu ul {
  border: 1px solid #6225c5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }

.menu.show {
  animation: slideIn 0.3s ease-in-out forwards; }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

nav {
  background: linear-gradient(90deg, #020024 0%, #1e2748 45%, #e10b7d 100%); }

.menu a:hover {
  background-color: #dd63a4; }

/* LINEA AZUL - INFORME AUTOMOTOR */
.lineaAzul {
  background-color: #121F3D; }

.lineaAzul {
  width: 100%;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end; }

@media (max-width: 1050px) {
  .lineaAzul {
    justify-content: center; } }

@media (max-width: 431px) {
  .lineaAzul {
    height: 100px; } }

.contentTel {
  width: 170px;
  height: 30px;
  align-self: auto;
  padding-top: 7.5px;
  margin-left: 25px;
  margin-right: 10px;
  padding-top: 7.5px;
  margin-left: 25px;
  margin-right: 10px; }

.tel {
  width: 170px;
  height: 30px;
  color: white;
  border: solid 2px #03A9F4;
  font-size: 12px;
  border-radius: 15px;
  font-family: Arial, sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  align-self: auto; }

.tel:hover {
  background-color: #6225c5;
  transition: all .5s; }

.lineaAzul .contentTel a {
  font-size: 12px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: aliceblue;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  text-decoration: none; }

.lineaAzul .Seccion {
  font-size: 1rem;
  margin-left: 25px; }
  .lineaAzul .Seccion .lineaAzul .Seccion h4 {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #f0fff3;
    text-decoration: none; }

.lineaAzul .contentMail a {
  font-size: 12px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: aliceblue;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  text-decoration: none; }

.contentMail {
  width: 200px;
  height: 30px;
  align-self: auto;
  padding-top: 7.5px;
  margin-left: 10px; }

.Mail {
  width: 220px;
  height: 30px;
  color: white;
  border: solid 2px #03A9F4;
  font-size: 12px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20; }

.Mail:hover {
  background-color: #6225c5;
  transition: all .5s; }

/* PASOS - INFORME AUTOMOTOR */
.pasos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  background-color: #1D1C1E;
  width: 80%;
  margin: 0 auto; }

.paso {
  flex: 1 1 250px;
  max-width: 300px;
  background-color: #1e2748;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-top: 4px solid #df0c7d;
  transition: transform 0.3s ease; }

.paso:hover {
  transform: translateY(-5px); }

.icono {
  font-size: 40px;
  margin-bottom: 15px;
  color: #CEFF4E; }

.paso h2 {
  font-size: 1.3em;
  color: #CEFF4E;
  margin-bottom: 10px; }

.paso h3 {
  font-size: 0.95em;
  color: #d8d8d8;
  font-weight: normal; }

@media (max-width: 1050px) {
  .pasos-container {
    width: 95%; } }

@media (max-width: 768px) {
  .pasos-container {
    width: 100%; } }

/* CUERPO - INFORME AUTOMOTOR

@import "cuerpoinformes"; */
/* FONDO VIOLETA Y NEGRO GRADIENTE */
#FondoMAINInformes {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  background: #18181D; }

/* CONTENEDOR INFORME DE MULTAS */
.ContDESCUENTOINFORMES-prueba {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  width: 80%;
  height: 50px;
  background: linear-gradient(90deg, #020024 0%, #1e2748 45%, #e10b7d 100%);
  margin: 0 auto;
  text-align: center; }

.ContDESCUENTOINFORMES-prueba #TextoDESCUENTOINFORMES {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.20em;
  margin: 5px 0; }

.ContDESCUENTOINFORMES-prueba a {
  text-decoration: none; }

/* CONTENEDOR INFORME DE MULTAS */
.ContDESCUENTOINFORMES-prueba-multas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  width: 80%;
  height: 50px;
  background: #CEFF4E;
  margin: 0 auto;
  text-align: center; }

.ContDESCUENTOINFORMES-prueba-multas #TextoDESCUENTOINFORMES {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.20em;
  margin: 5px 0; }

.ContDESCUENTOINFORMES-prueba-multas a {
  text-decoration: none; }

/* CONTENEDOR IMAGEN PRINCIPAL PORTADA - INFORME DE DOMINIO */
.ContTopIMGINFORMES {
  display: flex;
  margin: 0 auto;
  width: 80%;
  height: 400px;
  flex-direction: column;
  justify-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  background: #7698b3;
  background-image: url(../assets/transito5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.ContTopIMGINFORMES h1 {
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  font-style: italic; }

.ContTopIMGINFORMES p {
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: italic; }

.ContTopIMGINFORMES h3 {
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px; }

.BotIniciarInformes {
  width: 220px;
  height: 45px;
  background-color: #4A90E2;
  font-size: 12px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  align-self: auto;
  margin-top: 30px; }

.BotIniciarInformes a {
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-decoration: none; }

.BotIniciarInformes:hover {
  background-color: #17b617;
  transition: all .5s; }

.BotIniciarInformes:hover a {
  color: #ffffff;
  transition: all .5s; }

.lineaverde-informesINDEX {
  height: 4px;
  width: 80%;
  margin: 0 auto;
  background-color: #96F550; }

/* CONTENEDOR FONDO BLANCO CONTENIDO INFORMES */
#FondoCuerpoInformes {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  height: auto;
  background: #1D1C1E; }

#FondoCuerpoInformes h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  font-size: 1em;
  color: black;
  margin: 10px;
  margin-top: 30px; }

#FondoCuerpoInfoErmes h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-align: start;
  font-size: 1.2em;
  color: black;
  margin: 0 auto;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 50px; }

.contenedorPresupuestoMultas {
  width: 80%;
  margin: 0 auto;
  background: #1D1C1E;
  padding-bottom: 20px; }

.BotPresupuestoMultas {
  width: 220px;
  height: 45px;
  background-color: #df0c7d;
  font-size: 12px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  align-self: auto;
  margin: 0 auto; }

.BotPresupuestoMultas a {
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-decoration: none; }

.BotPresupuestoMultas:hover {
  background-color: #17b617;
  transition: all .5s; }

.BotPresupuestoMultas:hover a {
  color: #ffffff;
  transition: all .5s; }

/* CAJA FLEX INFORMES */
.CajaFlexInformes {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  background-color: #1D1C1E;
  padding: 10px; }

/* LISTA DE DOCUMENTACIÓN DATOS INFORMES */
.DatosInformes h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  color: #cc9c00;
  margin-bottom: 40px; }

#H2DatosInformes H2 {
  margin-bottom: 20px;
  color: #2ea716; }

.ContenedorDatosInformes-inf-prueba {
  width: 450px;
  height: 270px;
  background-color: #1D1C1E;
  border: solid 2px #e10b7d;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center; }

.ContenedorDatosInformes-inf-prueba #H3DatosInformes {
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.1em;
  color: #ffffff; }

.DatosInformes-inf ul {
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  color: white;
  margin: 20px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 1em; }

/* TEXTO QUE SIGUE */
.Texto1 p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px; }

/* TEXTO SUCESIONES */
.DivResponInf #RespondemosInf-prueba {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  color: #7DD857;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px; }

#FondoCuerpoSucesiones #ConsultanosSucesiones {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px; }

.BNTSolicitarInformeDom {
  width: 220px;
  height: 45px;
  background-color: #2E7D33;
  font-size: 12px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  align-self: auto;
  margin-top: 30px;
  margin: 0 auto;
  margin-bottom: 40px; }

.BNTSolicitarInformeDom a {
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-decoration: none; }

.BNTSolicitarInformeDom:hover {
  background-color: #1c4b1f;
  transition: all .5s; }

.BNTSolicitarInformeDom:hover a {
  color: #ffffff;
  transition: all .5s; }

.lineaamarilla-informes-footer {
  height: 4px;
  width: 80%;
  margin: 0 auto;
  background-color: #E7BA61; }

/* CAJA BANNER BAIRES CONSULTING - INFORMES */
.CajaBannerBC-Informes {
  width: 80%;
  margin: 0 auto;
  background-color: #18072B;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center; }

.BannerBC-Informes {
  width: 100%; }

/* TARJETAS PRUEBA */
.ContenedorTarjetas {
  width: 100%;
  height: 1400px;
  background-color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.Grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  grid-template-areas: "Card1 Card2 Card3" "Card4 Card5 Card6";
  width: 80%;
  height: 95%; }

/* Estilo base para las tarjetas */
.Card1, .Card2, .Card3, .Card4, .Card5, .Card6 {
  background: #1e2748;
  width: 100%;
  height: 100%;
  flex: 1 1 250px;
  border-top: 4px solid #df0c7d;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  text-align: center; }

/* Estilo base para las tarjetas */
.Card6 {
  flex: 1 1 250px;
  border-top: 4px solid #ceff4e; }

.Card1:hover, .Card2:hover, .Card3:hover, .Card4:hover, .Card5:hover, .Card6:hover {
  transform: translateY(-5px); }

/* Estilo específico para cada tarjeta */
.Card1 {
  grid-area: Card1;
  background-color: #1e2748; }

.Card2 {
  grid-area: Card2;
  background-color: #334177; }

.Card3 {
  grid-area: Card3;
  background-color: #1e2748; }

.Card4 {
  grid-area: Card4;
  background-color: #1e2748; }

.Card5 {
  grid-area: Card5;
  background-color: #334177; }

.Card6 {
  grid-area: Card6;
  background-color: #1e2748; }

/* Contenido dentro de las tarjetas */
.Card1 h2, .Card2 h2, .Card3 h2, .Card4 h2, .Card5 h2, .Card6 h2 {
  color: white;
  font-size: 18px;
  margin-bottom: 5px; }

.Card1 h3, .Card2 h3, .Card3 h3, .Card4 h3, .Card5 h3 {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 5px; }

.Card6 h3 {
  color: #F1FF83;
  font-size: 15px;
  margin-bottom: 5px; }

.Card1 p, .Card2 p, .Card3 p, .Card4 p, .Card5 p, .Card6 p {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: justify; }

.Card1 ul, .Card2 ul, .Card3 ul, .Card4 ul, .Card5 ul, .Card6 ul {
  list-style: none;
  padding: 0;
  color: white;
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: start; }

.Card1 ul li::before {
  content: '\f00c';
  /* Icono de check de FontAwesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4A90E2;
  font-size: 18px;
  margin-right: 10px; }

.Card2 ul li::before {
  content: '\f00c';
  /* Icono de check de FontAwesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4A90E2;
  font-size: 18px;
  margin-right: 10px; }

.Card3 ul li::before {
  content: '\f00c';
  /* Icono de check de FontAwesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4A90E2;
  font-size: 18px;
  margin-right: 10px; }

.Card4 ul li::before {
  content: '\f00c';
  /* Icono de check de FontAwesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4A90E2;
  font-size: 18px;
  margin-right: 10px; }

.Card5 ul li::before {
  content: '\f00c';
  /* Icono de check de FontAwesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4A90E2;
  font-size: 18px;
  margin-right: 10px; }

.Card6 ul li::before {
  content: '\f00c';
  /* Icono de check de FontAwesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4A90E2;
  font-size: 18px;
  margin-right: 10px; }

.Card1 ul li, .Card2 ul li, .Card3 ul li, .Card4 ul li, .Card5 ul li, .Card6 ul li {
  margin-bottom: 5px; }

.Card1 button, .Card2 button, .Card3 button, .Card4 button, .Card5 button, .Card6 button {
  background-color: #495DE7;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s; }

.Card1 button, .Card2 button, .Card3 button, .Card4 button, .Card5 button, .Card6 button {
  background-color: #495DE7;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s; }

.Card1 button:hover, .Card2 button:hover, .Card3 button:hover, .Card4 button:hover, .Card5 button:hover, .Card6 button:hover {
  background-color: #17b617; }

.Card1:hover h2, .Card2:hover h2, .Card3:hover h2, .Card4:hover h2, .Card5:hover h2, .Card6:hover h2 {
  color: #7DD857;
  transition: color 0.3s; }

.Card1:hover h3, .Card2:hover h3, .Card3:hover h3, .Card4:hover h3, .Card5:hover h3 {
  color: #7DD857;
  transition: color 0.3s; }

@media (max-width: 1850px) {
  .ContDESCUENTOINFORMES {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    width: 80%;
    box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
    margin: 0 auto; }
  .ContDESCUENTOINFORMES #TextoDESCUENTOINFORMES {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 5px; }
  .iconoSUCESIONES {
    width: 95px; } }

@media (max-width: 1513px) {
  .ContTopIMGINFORMES p {
    font-size: 1.2em;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1418px) {
  .CajaFlexInformes {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    padding: 10px; }
  #FondoMAINInformes {
    height: auto; }
  #FondoCuerpoInformes {
    height: auto; } }

@media (max-width: 1346px) {
  .Grid {
    grid-template-areas: "Card1 Card2" "Card3 Card4" "Card5 Card6"; }
  .Grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr); }
  .ContenedorTarjetas {
    height: auto; } }

@media (max-width: 1286px) {
  .ContTopIMGINFORMES p {
    text-align: center; }
  .ContDESCUENTOINFORMES-prueba #TextoDESCUENTOINFORMES {
    font-size: 1em; } }

@media (max-width: 1200px) {
  .ContDESCUENTOINFORMES {
    font-size: 0.8em; } }

@media (max-width: 1070px) {
  .ContenedorTOP {
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding-top: 15px; }
  .CuadrosPasosInf {
    flex-direction: column;
    gap: 15px; }
  .CajaBannerBC {
    width: 80%;
    margin: 0 auto;
    background-color: #18072B;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .BannerBC {
    width: 100%;
    margin: 0 auto;
    justify-content: center; } }

@media (max-width: 1050px) {
  .ContDESCUENTOINFORMES-prueba, .ContDESCUENTOINFORMES-prueba-multas {
    width: 95%; }
  .ContDESCUENTOINFORMES-prueba #TextoDESCUENTOINFORMES {
    font-size: 1em; }
  .ContDESCUENTOINFORMES {
    width: 95%; }
  .ContDESCUENTOINFORMES {
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .ContDESCUENTOINFORMES h2 {
    margin: 0 auto;
    text-align: center; }
  .lineaverde-informesINDEX {
    width: 95%; }
  .ContTopIMGINFORMES {
    display: flex;
    margin: 0 auto;
    width: 95%;
    height: 500px;
    flex-direction: column;
    justify-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6); }
  .ContTopIMGINFORMES h1 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 4.2em;
    font-weight: 700;
    font-style: italic;
    text-align: center; }
  #FondoCuerpoInformes {
    width: 95%; }
  .ContenedorTOP {
    width: 95%; }
  .lineaamarilla-informes-footer {
    width: 95%; }
  .CajaBannerBC-Informes {
    width: 95%; }
  .contenedorPresupuestoMultas {
    width: 95%; } }

@media (max-width: 885px) {
  .ContTopIMGINFORMES h1 {
    font-size: 3.5em; }
  .ContDESCUENTOINFORMES-prueba-multas #TextoDESCUENTOINFORMES {
    font-size: 1em; } }

@media (max-width: 810px) {
  .FooterEstructuraInf {
    height: auto;
    padding-bottom: 25px; }
  #FondoCuerpoInformes {
    height: auto;
    padding-bottom: 25px; } }

@media (max-width: 768px) {
  .Grid {
    grid-template-areas: "Card1" "Card2" "Card3" "Card4" "Card5" "Card6"; }
  .Grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr); }
  .ContTopIMGINFORMES h1 {
    font-size: 3em; }
  .ContTopIMGINFORMES p {
    font-size: 1em; }
  .ContDESCUENTOINFORMES-prueba, .ContDESCUENTOINFORMES-prueba-multas {
    width: 100%; }
  .ContDESCUENTOINFORMES-prueba {
    border-radius: 0 0 0 0; }
  .ContTopIMGINFORMES {
    width: 100%; }
  #FondoCuerpoInformes {
    width: 100%; }
  .contenedorPresupuestoMultas {
    width: 100%; }
  .ContenedorTarjetas {
    width: 100%; }
  .CajaFlexInformes {
    width: 100%; }
  .DivResponInf {
    width: 100%; }
  .CajaBannerBC-Informes {
    width: 100%; }
  .FooterEstructuraInformes-Inf {
    width: 100%; } }

@media (max-width: 691px) {
  #FondoCuerpoInformes {
    width: 100%;
    height: auto; }
  .CajaBannerBC-Informes {
    width: 100%; }
  .lineaamarilla-informes-footer {
    width: 100%; }
  .FooterEstructuraInformes-Inf {
    width: 100%; }
  .ContTopIMGINFORMES {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px; }
  .ContDESCUENTOINFORMES-prueba #TextoDESCUENTOINFORMES {
    font-size: 0.8em; }
  .ContDESCUENTOINFORMES #TextoDESCUENTOINFORMES {
    font-size: 1em; }
  .ContTopIMGINFORMES h1 {
    font-size: 2.6em; }
  .ContDESCUENTOINFORMES-prueba-multas #TextoDESCUENTOINFORMES {
    font-size: 0.8em; }
  .BotIniciarInformes {
    width: 150px;
    height: 35px; } }

@media (max-width: 665px) {
  #FondoCuerpoInformes h1 {
    font-size: 1.5em; }
  #FondoCuerpoInformes h2 {
    font-size: 1em; }
  .ContDESCUENTOINFORMES-prueba {
    height: 60px; }
  .ContenedorRequisitosInformes-inf {
    flex-direction: row; }
  .ContenedorRequisitosInformes-inf, .ContenedorDatosInformes-inf {
    width: 450px;
    height: 220px; }
  .ContenedorDatosInformes-inf #H3DatosInformes {
    font-size: 1.4em; }
  .ListaRequisitosInformes-inf {
    font-size: 0.8em; }
  .DatosInformes-inf {
    font-size: 0.8em; }
  .RequisitosInformes ul li {
    font-size: 0.8em; } }

@media (max-width: 649px) {
  .flex-containerInformes-Inf {
    flex-direction: column;
    flex-wrap: nowrap; }
  .ContTopIMGINFORMES p {
    font-size: 1em; } }

@media (max-width: 605px) {
  .ContDESCUENTOINFORMES-prueba #TextoDESCUENTOINFORMES {
    padding-left: 10px;
    padding-right: 10px; }
  .RequisitosInformes {
    display: flex;
    flex-direction: column;
    justify-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start; }
  .ContenedorRequisitosInformes-inf {
    width: 80%;
    height: auto;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start; }
  .ContenedorRequisitosInformes-inf #H3RequisitosInformes {
    font-size: 0.8em; }
  .RequisitosInformes ul {
    font-size: 0.8em; }
  .DatosInformes-inf {
    display: flex;
    flex-direction: column;
    justify-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start; }
  .ContenedorDatosInformes-inf {
    width: 80%;
    height: auto;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start; }
  .ContenedorDatosInformes-inf #H3DatosInformes {
    font-size: 0.8em; }
  .ContenedorDatosInformes-inf ul {
    font-size: 1em; }
  #FondoCuerpoInformes h1 {
    font-size: 1.4em; } }

@media (max-width: 548px) {
  .ContTopIMGINFORMES h1 {
    font-size: 1.8em; }
  .ContTopIMGINFORMES p {
    font-size: 0.8em; } }

@media (max-width: 487px) {
  .ContenedorDatosInformes-inf-prueba {
    width: 370px;
    height: 230px; }
  .ContDESCUENTOINFORMES-prueba-multas #TextoDESCUENTOINFORMES {
    padding-left: 10px;
    padding-right: 10px; } }

/* CARRUSEL - INFORME AUTOMOTOR */
/* Contenedor del carrusel */
.carousel-container {
  position: relative;
  width: 70%;
  max-width: 1000px;
  background: #1d1d1f;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px; }

/* Contenedor de los testimonios */
.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out; }

/* Grupo de 2 testimonios */
.testimonios {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex: 0 0 100%; }

/* Testimonios individuales */
.testimonial {
  width: 45%;
  background: #dddddd;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  border: solid 2px #df0c7d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  font-size: 1em;
  transition: transform 0.3s ease; }

.testimonial:hover {
  transform: scale(1.02); }

.testimonial h4 {
  margin-top: 10px;
  font-weight: bold; }

/* Indicadores (puntos) */
.dots-container {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 10px; }

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbbbbb;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
  cursor: pointer; }

.dot.active {
  background-color: #0072ff; }

@media (max-width: 1050px) {
  .carousel-container {
    width: 90%; } }

@media (max-width: 768px) {
  .carousel-container {
    width: 100%; }
  .testimonial {
    font-size: 0.8em; }
  .testimonial h4 {
    font-size: 1em; } }

/* CUERPO - INFORME AUTOMOTOR - PAGAR PEDIDO 

@import "cuerpoinformes-p-p";
@import "cuerpoinformes-p-p-mediaq";

/* CUERPO - INFORME AUTOMOTOR - PAGO EXITOSO 

@import "cuerpoinformes-p-e";
@import "cuerpoinformes-p-e-mediaq";

/* CUERPO - INFORME AUTOMOTOR - PAGO EN PROCESO 

@import "cuerpoinformes-p-en-p";
@import "cuerpoinformes-p-en-p-mediaq";

/* CUERPO - INFORME AUTOMOTOR - INFORMES FINALIZADO 

@import "cuerpoinformes-f";
@import "cuerpoinformes-f-mediaq";

/* CUERPO - INFORME AUTOMOTOR - FORMULARIO DE CONTACTO */
/* FONDO VIOLETA Y NEGRO GRADIENTE */
#FondoMAINInformes-CONT {
  width: 100%;
  height: auto;
  background: #121f3d;
  background: linear-gradient(180deg, #121f3d 70%, white 100%); }

/* CONTENEDOR DESCUENTO MES BANDERA - OCTUBRE */
.ContDESCUENTOINFORMES-f {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  width: 80%;
  height: 50px;
  background: #232D4F;
  box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
  margin: 0 auto; }

.ContDESCUENTOINFORMES-f #TextoDESCUENTOINFORMES-f {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.20em;
  margin-top: 5px; }

.ContDESCUENTOINFORMES-f a {
  text-decoration: none; }

/* CONTENEDOR IMAGEN PUERTO MADERO - SUCESIONES */
.ContTopIMGINFORMES-CONT {
  display: flex;
  margin: 0 auto;
  width: 80%;
  height: 400px;
  flex-direction: column;
  justify-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  background: #6A8EAE;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6); }

.ContTopIMGINFORMES-CONT h1 {
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  font-style: italic; }

.ContTopIMGINFORMES-CONT p {
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: italic; }

.ContenedorTOPForm {
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  padding-top: 15px;
  background: white;
  width: 80%;
  margin: 0 auto; }

.containerForm {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  margin: 0   auto;
  padding-bottom: 40px; }

h2 {
  text-align: center;
  color: #333; }

form {
  display: flex;
  flex-direction: column; }

label {
  margin-top: 10px;
  font-weight: bold; }

input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px; }

button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px; }

button:hover {
  background-color: #218838; }

.success {
  color: green;
  text-align: center;
  margin-top: 10px; }

.error {
  color: red;
  text-align: center;
  margin-top: 10px; }

.lineaverde-f {
  height: 4px;
  width: 80%;
  margin: 0 auto;
  background-color: #96F550; }

.lineaamarillafooter-f {
  height: 4px;
  width: 80%;
  margin: 0 auto;
  background-color: #E7BA61; }

.CajaBannerBC-Informes-CONT {
  width: 80%;
  margin: 0 auto; }

/* CONTENEDOR FONDO BLANCO CONTENIDO INFORMES */
#FondoCuerpoInformes-f {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  height: auto;
  padding-bottom: 40px;
  background: #ffffff;
  box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.6); }

#FondoCuerpoInformes-f p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: justify;
  font-size: 1em;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
  margin-top: 20px; }

#FondoCuerpoInformes-f h4 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-size: 1em;
  color: black;
  margin: 10px;
  margin-top: 20px; }

#FondoCuerpoInformes-f h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  font-size: 2.2em;
  color: black;
  margin: 10px;
  margin-top: 30px; }

#FondoCuerpoInformes-f h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: start;
  font-size: 1.3em;
  color: black;
  margin: 10px;
  margin-top: 50px;
  margin-left: 50px; }

/* CUADROS TIPOS PASOS DE INFORME P-P */
.CuadrosPasosInf-f .Paso1Inf-f, .Paso2Inf-f {
  width: 330px;
  height: 200px;
  background-color: #232D4F;
  border-radius: 15px;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75); }

.CuadrosPasosInf-f .Paso3Inf-f {
  width: 330px;
  height: 200px;
  background-color: #00a336;
  border-radius: 15px;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75); }

#FondoCuerpoInformes-f .CuadrosPasosInf-f h2 {
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0   auto;
  font-weight: 400;
  font-size: 1.1em;
  color: #ffffff; }

#FondoCuerpoInformes-f h3 {
  font-family: "Open Sans", arial, sans-serif;
  font-style: italic;
  text-align: center;
  margin: 0   auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 1.2em;
  color: #000000; }

#FondoCuerpoInformes-f .CuadrosPasosInf-f p {
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  font-size: 0.9em;
  color: white;
  padding-left: 10px;
  padding-right: 10px; }

.CuadrosPasosInf-f {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 20px;
  margin-bottom: 20px; }

/* LISTA DE REQUISITOS INFORMES */
.RequisitosInformes h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  color: #cc9c00;
  margin-bottom: 40px; }

#H2RequisitosInformes H2 {
  margin-bottom: 20px;
  color: #2ea716; }

.ContenedorRequisitosInformes {
  width: 600px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 2px #E7BA61;
  margin: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75); }

.RequisitosInformes ul {
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  color: black;
  margin: 20px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 1em; }

/* TEXTO QUE SIGUE */
.Texto1 p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px; }

/* LISTA DE DOCUMENTACIÓN DATOS INFORMES */
.DatosInformes-f h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  color: #cc9c00;
  margin-bottom: 40px; }

#H2DatosInformes-f H2 {
  margin-bottom: 20px;
  color: #2ea716; }

.ContenedorDatosInformes-f {
  width: 350px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 2px #E7BA61;
  margin: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 50px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75); }

.DatosInformes-f ul {
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  color: black;
  margin: 20px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 1em; }

/* TEXTO SUCESIONES */
.DivResponInf #RespondemosInf {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  color: #5c5c5c;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px; }

#FondoCuerpoSucesiones #ConsultanosSucesiones {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px; }

.BNTSolicitarInformeDom {
  width: 220px;
  height: 45px;
  background-color: #2E7D33;
  font-size: 12px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  align-self: auto;
  margin-top: 30px;
  margin: 0 auto;
  margin-bottom: 40px; }

.BNTSolicitarInformeDom a {
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-decoration: none; }

.BNTSolicitarInformeDom:hover {
  background-color: #1c4b1f;
  transition: all .5s; }

.BNTSolicitarInformeDom:hover a {
  color: #ffffff;
  transition: all .5s; }

/* BOTONES DE ABAJO */
.BotVolerInf-f {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin: 0 auto; }

.BotVolerInf-f {
  width: 170px;
  height: 30px;
  background-color: #2E7D33;
  font-size: 12px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  align-self: auto;
  margin-right: 50px;
  margin: 0 auto; }

.BotVolerInf-f a {
  color: #ffffff;
  font-size: 12px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-decoration: none; }

.BotVolerInf-f:hover {
  background-color: #6225c5;
  transition: all .5s; }

@media (max-width: 1050px) {
  .ContDESCUENTOINFORMES {
    width: 95%; }
  .ContTopIMGINFORMES-CONT {
    width: 95%; }
  .ContenedorTOPForm {
    width: 95%; }
  .CajaBannerBC-Informes-CONT {
    width: 95%; } }

@media (max-width: 889px) {
  .ContTopIMGINFORMES-CONT h1 {
    font-size: 3.2em; } }

@media (max-width: 690px) {
  .ContTopIMGINFORMES-CONT h1 {
    font-size: 2.8em; }
  .ContTopIMGINFORMES-CONT p {
    font-size: 1.2em; } }

@media (max-width: 599px) {
  .ContTopIMGINFORMES-CONT h1 {
    font-size: 2.4em; }
  .ContTopIMGINFORMES-CONT p {
    font-size: 1em; } }

@media (max-width: 546px) {
  .ContTopIMGINFORMES-CONT h1 {
    font-size: 2.1em; }
  .ContTopIMGINFORMES-CONT p {
    font-size: 0.8em; }
  .containerForm h2 {
    font-size: 1.4em; } }

/* FOOTER GENERAL - AUTOMOTOR */
/* FOOTER CREDITO - GENERAL */
.FooterEstructuraAutomotor {
  width: 80%;
  height: 300px;
  background-color: #1e2748;
  margin: 0 auto; }

.FooterParrafoAutomotor p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
  color: white;
  margin: 0 auto; }

.flex-containerAutomotor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch; }

.flex-items:nth-child(1) {
  display: block;
  width: 400px;
  height: 100px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin: 30px; }

.flex-items:nth-child(2) {
  display: block;
  width: 400px;
  height: 100px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin: 30px; }

.flex-containerAutomotor p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
  color: white;
  margin: 0 auto;
  margin-top: 10px; }

.flex-containerAutomotor h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  color: white;
  margin: 0 auto;
  margin-top: 10px; }

/* FOOTER INFORME - ESPECIAL 

ESTE FOOTER
ES ESPECIAL
POR EL FORMULARIO
DE P-E

*/
.FooterEstructuraAutomotorPE {
  width: 80%;
  height: 300px;
  background-color: #002B44;
  margin: 0 auto; }

.FooterParrafoAutomotorPE p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
  color: white;
  margin: 0 auto; }

.flex-containerAutomotorPE {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch; }

.flex-items:nth-child(1) {
  display: block;
  width: 400px;
  height: 100px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin: 30px; }

.flex-items:nth-child(2) {
  display: block;
  width: 400px;
  height: 100px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin: 30px; }

.flex-containerAutomotorPE p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
  color: white;
  margin: 0 auto;
  margin-top: 10px; }

.flex-containerAutomotorPE h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  color: white;
  margin: 0 auto;
  margin-top: 10px; }

@media (max-width: 1050px) {
  .FooterEstructuraAutomotor {
    width: 95%; }
  .FooterEstructuraAutomotorPE {
    width: 95%; } }

@media (max-width: 964px) {
  .FooterEstructuraAutomotorPE {
    width: 100%; } }

@media (max-width: 810px) {
  .FooterEstructuraAutomotor {
    height: auto;
    padding-bottom: 50px; } }

@media (max-width: 768px) {
  .FooterEstructuraAutomotor {
    width: 100%; } }

@media (max-width: 600px) {
  .FooterEstructuraAutomotor {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
  .flex-containerAutomotor {
    flex-direction: column;
    flex-wrap: nowrap; } }

@media (max-width: 600px) {
  .FooterEstructuraAutomotorPE {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    padding-bottom: 40px; }
  .flex-containerAutomotorPE {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%; }
  .FooterParrafoAutomotorPE {
    width: 100%; } }

@media (max-width: 497px) {
  .FooterEstructuraAutomotorPE {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    padding-bottom: 40px; }
  .flex-containerAutomotorPE {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%; }
  .FooterParrafoAutomotorPE {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .FooterParrafoAutomotorPE p {
    text-align: center;
    padding-right: 50px; } }
