@import url('../../basics/basics.css');

@import url('../../components/header.css');



@import url('../../components/botones-flotantes.css');
@import url('../../components/footer.css');



.container {
  width: 100%;
  height: 100%;
  position: relative;
}

.item-center {
  grid-column: 2;
}

.container-main {
  width: 100%;
  height: 100%;
}

/* Banner */

.main-banner {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: linear-gradient(#f1f7fd, #fff);
  /* background-color: #f1f7fd; */
  box-sizing: border-box;
  gap: 20px;
}

.banner-text {
  box-sizing: border-box;
  width: 100%;
}

.banner-text h3 {
  font-size: 40px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.banner-text-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.banner-text-list p {
  text-transform: uppercase;
  font-size: 28px;
  color: #7e8286;
  text-align: center;
  padding: 0 20px;
}

.banner-agendar {
  width: 100%;
  text-align: center;
  font-size: 20px;
  background-color: #000;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0px 1px 7px 3px rgba(0, 0, 0, 0.75);
}

.banner-img {
  border-radius: 25px 0 25px 0;
  width: 100%;
  box-shadow: 0px 1px 21px 2px rgba(0, 0, 0, 0.75);
}

.banner-cards {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.banner-card {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 30px 0 30px 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.banner-card-title {
  font-size: 25px;
  text-align: center;
}

.banner-card-icon {
  width: 20%;
}

.banner-card-time li {
  list-style-type: none;
}

/* Promos */

.main-promos {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #f0f0f0;
}

.promos-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.promos-galery {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.promos-item {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.promos-item:hover {
  scale: 1.08;
}

.promos-img {
  width: 100%;
  box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 0.75);
}

.promos-contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px ;
  font-size: x-large;
  font-weight: 600;
}

.promos-contact a {
  width: 50%;
  text-align: center;
  background-color: #338EDC;
  padding: 20px 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.promos-contact a:hover {
  background-color: #60acee;
}

/*UBICACION GENERAL*/
.ubicacion {
  padding: 20px;
  background-color: #f1f1f1;
}

.ubicacion h2 {
  font-size: 2.5rem;
  color: var(--main-second-color);
  margin-bottom: 20px;
}

.ubicacion-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.mapa {
  width: 48%;  
  height: 400px;
}
.mapa iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
.ubicacion-info {
  background-color: #1e67a1; 
    color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
}

.ubicacion-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.ubicacion-info p {
   font-size: 16px;
    margin: 5px 0;
}

.ubicacion-info ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.ubicacion-info ul li {
  font-size: 1.1rem;
  color: #666;
}

.ubicacion-info .cta-btn {
  background-color: var(--main-principal-color);
  color: white;
  padding: 12px 25px;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.ubicacion-info .cta-btn:hover {
  background-color: #005b8a;
}
.ubicacion-info .cta-btn {
  background-color: var(--main-principal-color);
  color: white;
  padding: 12px 25px;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.ubicacion-info .cta-btn:hover {
  background-color: #005b8a;
}

.ubicacion-info .cta-btn svg {
  margin-right: 10px;
}
/*VERSION MOVIL */
/*UBICACION*/
.container-ubi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px 0;
}
.container-direction {
  flex-direction: column;
  text-align: center;
}
.container-ubi .container-max-1200 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.container-direction h4 {
  font-size: 2em;
  font-weight: 300;
  color: var(--main-texto-color);
  font-weight: bold;
}
.container-direction h3 {
  font-size: 2em;
  font-weight: 300;
}
.map iframe {
width: 100%;
min-height: 400px;
}
.container1 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(45deg, rgba(7, 98, 202, 0.97) 46%, rgb(5, 44, 102) 100%);
}
.container-galery-grid {
display: grid;
padding: 0 1rem 40px 1rem;
grid-template-columns: repeat(1,1fr);
max-width: 1280px;

place-content: center;
place-items: center;
}
.container-review {
display: flex;
justify-content: center;
align-items: self-start;
flex-direction: column;
width: 100%;
height: max-content;
border: 10px solid rgba(241, 241, 241, 0.834);
padding: 10px;
}
.container-review > div {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 100%;
margin-bottom: 10px;
}
.container-review img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.container-review hr {
  border: 1px solid rgba(217, 217, 217, 0.753);
  width: 100%;
  margin-bottom: 10px;
}
.container-review p {
font-size: 16px;
}
.container-galeria {
display: grid;
grid-template-columns: repeat(10,minmax(0,1fr));
grid-auto-rows: 10rem;
gap: 10px;
width: 100%;
place-content: center;
padding: 0 1rem;
max-width: 1280px;
padding: 40px 0;
}
.container1 .container-galeria img {
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
transition: all 0.2s linear;
border-radius: 10px;
}
.container1 .container-galeria img:hover {
transition: all 0.2s linear;
box-shadow: 0px 0px 20px 6px rgba(255,255,255,1);
}
.container1 .container-galeria img:nth-child(1) {
grid-column: span 6 / span 6;
}
.container1 .container-galeria img:nth-child(4) {
grid-column: span 6 / span 6;
}
.container1 .container-galeria img:nth-child(5) {
grid-column: span 6 / span 6;
}
.container1 .container-galeria img:nth-child(2) {
grid-column: span 4 / span 4;
}
.container1 .container-galeria img:nth-child(3) {
grid-column: span 4 / span 4;
}
.container1 .container-galeria img:nth-child(6) {
grid-column: span 4 / span 4;
}
.container-map {
border-radius: 10px;
padding: 30px 1rem;
background: #338EDC;
margin: 20px 0;
color: white;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.container-map h4 {
font-size: 1.5em;
margin-bottom: 15px;
font-weight: 500;
color: white;
}
.container-map p:nth-child(2), .container-map p:nth-child(4), .container-map p:nth-last-child(2) {
margin-bottom: 25px;
}
.container-map a {
margin-top: 10px;
padding: 10px 15px;
background-color: aliceblue;
border-radius: 10px;
transition: all 0.275s linear;
text-decoration: none;
color: #000;
display: flex;
justify-items: center;
align-items: center;
}
.container-map a svg {
width: 15px;
margin-right: 5px;
}
/*HeroBanner*/
.hero-home {
  width: 100%;
  height: auto;
}
.hero-home .slider-home {
  height: 100%;
}
.mySlider img {
  width: 100%;
  height: 100%;
}
.slider-descktop {
  display: none;
}
/*HeroBanner*/
@media (min-width: 767px) {

  /* Banner */

  .main-banner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 120px;
  }

  .banner-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-card {
    height: 100%;
  }

  .banner-card span {
    text-align: center;
  }

  .banner-card-icon {
    align-self: start;
    width: 30%;
  }

  .banner-agendar {
    width: 40%;
  }

  .banner-text-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-img {
    width: 90%;
    border-radius: 120px 0 120px 0;
  }

  /* Promos */

  .main-promos {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f0f0f0;
  }

  .promos-title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .promos-galery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 70px;
  }

  .promos-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promos-img {
    width: 90%;
  }

  .promos-img-princ {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .promos-contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px ;
  }
  
  .promos-contact a {
    width: 20%;
  }
  /*UBICACION*/
 .container-galery-grid {
  grid-template-columns: repeat(2, 1fr);
  padding: 0 1rem;
  gap: 50px;
}
.container-map {
  height: 600px;
  max-width: 500px;
  padding: 30px;
  -webkit-box-shadow: -13px 0px 20px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: -13px 0px 20px -7px rgba(0,0,0,0.75);
  box-shadow: -13px 0px 20px -7px rgba(0,0,0,0.75);
}
.map iframe {
  max-width: 650px;
}
.map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.container-direction h3 { 
  font-size: 3em;
}
.container-direction {
  margin: 60px 0;
}
/*HeroBanner*/
  .hero-home {
    width: 100%;
    max-width: 100%;
  }

  .slider-movil {
    display: none;
  }
  .slider-descktop {
    display: block;
    width: 100%;
    object-fit: contain;
  }
/*HeroBanner*/
}