@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf');
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p,
a {
  font-family: 'Lato', sans-serif !important;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

.boton {
  color: #000;
}

.btn-wsp {
  position: fixed;
  display: block;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  bottom: 7rem;
  right: 1rem;
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select.open .list,
.nice-select .list  {
  overflow-y: scroll;
  height: 10rem;
}

.form-group .select-100{
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .btn-wsp {
    bottom: 7rem;
    right: 3rem;
  }
}

.icono-wsp {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 768px) {
  .icono-wsp {
    width: 3rem;
    height: 3rem;
  }
}

.parrafo-blanco {
  color: #fff;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .parrafo-blanco {
    color: #fff;
    font-size: 1.5rem;
  }
}

.parrafo-normal {
  font-size: 1.2rem;
  color: #000;
}

.slider-area .hero__caption h1 {
  font-size: 2.6rem;
  text-transform: none;
  margin-top: -5rem;
}

@media (min-width: 768px) {
  .slider-area .hero__caption h1 {
    font-size: 3.4rem;
    margin-top: 0;
  }
}

.slider-area .hero-cap h2 {
  font-size: 3rem;
}

.slider-area .hero__caption span {
  display: block;
}

.texto-normal {
  text-transform: none;
}

.slider-area .hero-cap .titulo-contacto {
  font-size: 2.6rem;
  text-transform: none;
}

@media (min-width: 768px) {
  .slider-area .hero-cap .titulo-contacto {
    font-size: 3.2rem;
  }
}

.margin-top-5 {
  margin-top: 5rem;
}

.mt-1 {
  margin-top: 1rem !important;
}

.margin-bottom-5 {
  margin-bottom: 5rem;
}

.margin-bottom-10 {
  margin-bottom: 10rem;
}

@media (min-width: 768px) {
  .margin-bottom-10 {
    margin-bottom: 0;
  }
}

.section-padding-25 {
  padding: 7rem 0;
}

.section-tittle h2,
.section-tittle span {
  display: inline;
  font-size: 2.4rem;
  text-transform: none;
}

@media (min-width: 768px) {
  .section-tittle h2,
  .section-tittle span {
    font-size: 2.8rem;
  }
}

.text-center {
  text-align: center;
}

.icono-ayuda:hover {
  color: #fff;
}

.flex-2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-2 {
    flex-direction: row;
  }
}

.flex-2 div {
  flex: 1;
}

.flex-2 .img-about {
  width: 20rem;
  height: 20rem;
}

@media (min-width: 768px) {
  .flex-2 .img-about {
    width: 30rem;
    height: 30rem;
  }
}

.about-low-area {
  text-align: center;
}

@media (min-width: 768px) {
  .about-low-area {
    text-align: left;
  }
}

div.imagen-lineas {
  height: 1rem;
  width: 40%;
}

.text-area {
  width: 100%;
  height: 8rem;
  padding: 1rem;
  margin: 1rem 0;
}

.slider-area .span-color {
  color: #e9cb94;
}

.section-tittle h2,
.section-tittle span {
  display: inline-block;
}

/* Commo puedo ayudarte */
/* Establece el color inicial */
#Capa_1 .cls-1 {
  fill: #e6ce9d;
}

/* Cambia el color al hacer hover */
.icono-ayuda:hover {
  color: #fff; /* Cambia a cualquier color de texto que desees */
}

.cat-icon {
  width: 10rem;
  margin: 0 auto;
}

.icono-ayuda:hover svg .cls-1 {
  fill: #fff !important; /* Cambia a cualquier color para el SVG que desees */
}

#Capa_1:hover .cls-1 {
  fill: #fff; /* Cambia a cualquier color que desees */
}

/** Division */

.divisiones {
  width: 95%;
  max-width: 100rem;
  margin: 5rem auto;
}

.division {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 992px) {
  .division {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    gap: 5rem;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .division {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 6rem 0 8rem;
  }
  .division .texto {
    flex: 1;
  }

  .division .imagen {
    flex: 3;
  }
}

.imagen img {
  width: 20rem;
}

@media (min-width: 768px) {
  .imagen img {
    width: 40rem;
  }
}

.lista-division {
  margin: 2rem 0;
}

.lista-division li {
  list-style-type: circle;
  text-decoration: underline;
}

.lista-division li:hover {
  color: #e9cb94;
  cursor: pointer;
}

@media (min-width: 768px) {
  #personas,
  #vehiculos {
    margin-bottom: 0;
  }
}

/* * Modal */
.informacion {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  height: 0;
  overflow: hidden;
  background-color: rgba(47, 81, 101, 0.9);

  display: grid;
  place-content: center;
}

.informacion h2,
.informacion p,
.informacion li {
  color: #fff;
}

.informacion h2 {
  font-size: 2.6rem;
}

@media (min-width: 768px) {
  .informacion h2 {
    font-size: 5rem;
  }
}

.informacion p,
.informacion li {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .informacion p,
  .informacion li {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.informacion li {
  text-decoration: none;
}

.informacion li:hover {
  color: #fff;
  cursor: auto;
}

.informacion.ocultar {
  opacity: 0;
}

.mostrar-modal {
  opacity: 1;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 2rem;
}

.cerrar-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}

.slider-height-2 {
  background-image: url(../img/hero/h4_hero.png);
}
.slider-height2 {
  min-height: 480px;
}

.slider-height3 {
  background-image: url(../img/hero/h2_hero.png);
}

.hero-icono {
  display: none;
}

@media (min-width: 768px) {
  .hero-icono {
    display: block;
    margin-left: -3rem;
  }
}

.mySwiper .swiper-slide {
  min-height: 48rem;
}

@media (min-width: 768px) {
  .mySwiper .swiper-slide {
    min-height: 60rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.hero-icono img {
  height: 10rem;
  width: auto;
  margin-left: 2rem;
}

@media (min-width: 768px) {
  .hero-icono img {
    height: auto;
    width: auto;
    margin-left: 0;
  }
}

.slider-contacto {
  background-size: cover;
  background-position: left center;
}

.team-area .single-team .team-img {
  height: 10rem;
  width: 10rem;
}

@media (min-width: 768px) {
  .team-area .single-team .team-img {
    height: 20rem;
    width: 20rem;
  }
}

/* *Mapa */
#map {
  height: 30rem;
  width: 100%;
  z-index: 1;
}

/* * Footer */
.footer-bottom-top {
  background-color: #07161f;
}

.footer-bottom {
  background-color: #07161f;
  max-width: 99%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-bottom {
    padding: 0 10rem;
  }
}

.footer-bottom p {
  color: #fff !important;
  margin: 0;
  padding: 3rem;
}

.footer-area .footer-bottom {
  background-color: #07161f;
}

/* Centrar Footer */
.footer-area {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-area {
    text-align: left;
  }
}

.footer-area .footer-heading .contact-number {
  text-align: center !important;
  float: none;
  margin-top: 30px;
  font-size: 30px;
}

.footer-bottom .row {
  margin-right: 0;
}

/* Preguntas y respuestas */

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #e9cb94;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #10285d;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #10285d;
  font-weight: bold;
  border: 1px solid #10285d;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion .accordion-title {
  font-size: 2rem;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #10285d;
  font-weight: 700;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 19em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 2em 0;
}

/* Aviso */
.aviso p,
.aviso div,
.aviso li {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  color: #57667e;
}

.aviso p span {
  color: #000;
}

.aviso h4 {
  text-align: justify;
  font-size: 1.3rem;
}
