@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500&display=swap');


* {
  box-sizing: border-box;
  font-family: saira;
  font-weight: 500;
}

body {
  margin: 0px;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  background-color: #f5f7f9;
}

.nav {
  height: 8rem;
  width: 100%;
  background-color: #303590;
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: space-between;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav-links {
  display: flex;
  position: relative;
  right: 5rem;
  top: 2rem;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #fff;
}

.nav > .nav-links > a:hover {
  font-weight: bolder;
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 26px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #303590;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
    margin-top: 2rem;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: hidden;
  }

  .father {
    position: relative;
    left: 1.9rem;
    margin-right: 3.5rem;
    /* border: 0.2em solid fuchsia; */
}
  

  
}


.nav-logo {
    height: 2.35rem;
    position: relative;
    left: 6.1rem;
    bottom: 4rem;
}

.super-nav {
  display: flex;
  gap: 2rem;
  position: relative;
  left: 7rem;
  color: white;
  font-family: 'Saira';
  font-weight: 700;
}

h6.phone {
  font-size: 1rem;
  position: relative;
  top: -2rem;
}
h6.mail {
  font-size: 1rem;
  position: relative;
  top: -2rem;
}


.mySwiper2 {
  height: 100vh;
}

.div-mainswipper{

   height: 100vh;

}


/* Cambia el ancho del scrollbar */
::-webkit-scrollbar {
  width: 3px;
}

/* Cambia el color de fondo del scrollbar */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Cambia el color del thumb (la barra de desplazamiento en sí) en WebKit */
::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* Cambia el color del thumb cuando se haga hover sobre él en WebKit */
::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

/* Estilos generales para el scrollbar en navegadores que no usan WebKit */
/* Cambia el color de fondo del scrollbar */
scrollbar-color: #888 #f1f1f1; /* thumb color, track color */

/* Cambia el color del thumb cuando se haga hover sobre él */
scrollbar-color: #555 #f1f1f1; /* thumb color on hover, track color */


:root {
  --swiper-theme-color: #303590;
}

.swiper-slide img {
    display: flex;
    width: 100%;
    margin-top: 0.05rem;
    position: absolute;
    max-height: 100%;
    left: 0em;
    top: 0;
    object-fit: cover;
    border-radius: 0.01rem;
}


.link-banner {
    background-color: #303590;
    border-radius: 6px;
    border: 1px solid #303590;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Saira';
    font-weight: 500;
    font-size: 1.2rem;
    position: relative;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #303590;
    bottom: 4rem;
}


.link-banner:hover {
	background:linear-gradient(to bottom, #303590 5%, #303590 100%);
	background-color:#303590;
}
.link-banner:active {
	
}

@media (max-width: 480px) {
  .swiper-container {
    width: 100%;
  }
  .swiper-slide {
    width: 100%;
    display: none;
    flex-direction: column;
  }
  .banner-img {
    width: 10%;
  }
  .banner-items {
    text-align: center;
  }
}

.banner-items {
  /*border: 0.02rem solid white;*/
  z-index: 25;
  color: white;
  position: relative;
  right: 15rem;
  font-size: 3.5rem;
}

.banner-items2 {
  position: relative;
  left: 18rem;
 /* border: 0.02rem solid white;*/
  z-index: 25;
  color: white;
  font-size: 4rem;
  bottom: 2rem;
}


.link-title-dos {
    background-color: #303590;
    border-radius: 6px;
    border: 1px solid #303590;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Saira';
    font-weight: 500;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #303590;
    font-size: 1.2rem;
    position: relative;
    bottom: 4rem;

}


.link-title-dos:hover {
	background:linear-gradient(to bottom, #303590 5%, #303590 100%);
	background-color:#303590;
}
.link-title-dos:active {
	
}

.link-title-dos {
  background-color: #303590;
  border-radius: 6px;
  border: 1px solid #303590;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Saira';
  font-weight: 500;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #303590;
  font-size: 1.2rem;
}

img.lazy-image2.loaded {
  height: 50%;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

a {
  text-decoration: none;
}
a.card-title {
  color: #303590;
}

.card-items {
  display: flex;
  position: relative;
  top: 6rem;
  font-size: .9rem;
}

.price {
  position: relative;
  top: 6.5rem;
  left: 2.1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}


.details {
  display: flex;
  flex-direction: row;
  /*border: 2px solid red;*/
  position: relative;
  top: 7rem;
  justify-content: center;
  gap: 2.5rem;
}

.swiper-slide:hover{


  box-shadow: 10px 20px 42px -10px rgba(0,0,0,0.48);
  -webkit-box-shadow: 10px 20px 42px -10px rgba(0,0,0,0.48);
  -moz-box-shadow: 10px 20px 42px -10px rgba(0,0,0,0.48);
}

.title-sub {
    position: relative;
    left: 6.2rem;
}

.father2 {
  position: relative;
  left: 6rem;
  margin-right: 10rem;
}

ul {
  list-style: none;
}

.footer-container {
  display: flex;
  justify-content: center;
  text-align-last: center;
  background-color: #303590;
  color: white;
  gap: 4rem;
  padding: 2rem;
  /*border: 2px solid greenyellow;*/
}

a.link-footer{

  color: white;
  font-weight: 500;

}
h3.titles-footer {
  position: relative;
  left: 1.5rem;
}

img.titles-footer {
  height: 2.5em;
  position: relative;
  left: 1.5rem;
}

img.logo-footer {
  height: 2.5rem;
}

.sub-footer {
  position: relative;
  left: 45%;
  top: .65rem;
}



 /* Estilos para la ventana modal */
 .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal-content {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  top: 10rem;
}

/* Estilos para el botón de cerrar */
.close-button {

  position: relative;
  top: -150px;
  color: black;  
  left: 26rem;
  font-size: 3rem;
  z-index: 300;
  cursor: pointer;

}

.modal-btn{

    border: none;
    outline: none;
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}


.filter{
  position: relative;
  top: 10rem;
  left: 20rem;
  height: 30%;
  bottom: 2rem;
  margin-bottom: 20rem;
}


.card-filter {
  max-width: 15rem;
  position: relative;
  top: 2rem;
  text-align: center;
  background-color: white;
}



div.price_card {
  position: relative;
  display: flex;
  justify-content: end;
  right: 0.5rem;
}

h3.titles-footer {
    color: white;
}






.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
}

.form-container {
  width: 40%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

label {
  margin-bottom: 8px;
}

input,
textarea {
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  background-color: #303590;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.icon-container {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.icon-description {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

i {
  font-size: 24px;
  margin-right: 8px;
}

/* Media query para pantallas más pequeñas */
@media only screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    margin-top: 8rem;
  }
form {
    display: flex;
    flex-direction: column;
    text-align: center;
}


  .form-container,
  .icon-container {
    width: 80%;
    margin-bottom: -6rem;
  }
}

.contenedor_captcha {
    width: 33.33%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    right: 8rem;
}



form {
    display: flex;
    flex-direction: column;
    text-align: center;
}