/* =========================================================
   GLOBAL
========================================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

:root {
    --blue: #00A4E8;
    --dark: #16171B;
    --softgrey: #F2F2F2;
}



/* =========================================================
   HEADER
========================================================= */
.header {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
}
.lm {
  visibility: hidden;
  height: 0px;
}
p.top-tex img {
    float: left;
    padding-right: 10px;
}
p.top-tex {
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.agent-info {
    padding: 20px;
}
.room h4 {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  font-weight: 600;
}
.video-section.container {
  margin-bottom: 50px;
  margin-top: 50px;
}
.agent-card img {
  width: 100%;
}
.agent-card {
  background: #fff;color: #000;
}
.room h4 {
    border-bottom: 1px solid #00a4e8;
}
.gallery-title h2 {
    padding-bottom: 20px;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    color: #444;
}

/* =========================================================
   HERO
========================================================= */
.hero {
    position: relative;
    background: url(img/fondo-003.jpg);
    padding: 240px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ==============================
   BOTÓN WHATSAPP FLOTANTE
============================== */
.whatsapp-float{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover */
.whatsapp-float:hover{
  transform: scale(1.12);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

section.contact h2 {
    font-weight: 500;
    font-size: 34px;
}


.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 14%);z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.hero h1 {
  font-size: 52px;
  font-weight: 500;
  max-width: 520px;
  line-height: 1.1;
  text-shadow: 1px 1px 3px #000;
}
.about-text p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero p {
    margin-top: 15px;
    font-size: 17px;
    max-width: 420px;

}

.hero-buttons {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.btn {
    padding: 14px 34px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

.btn-white {
    background: #ffffff;
    color: #111;
}

.btn-blue {
    background: var(--blue);
    color: #ffffff;
}
.location-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}
.video-drive-wrapper{
  position:relative;
  width:100%;
  max-width:900px;
  margin:auto;
  aspect-ratio:16/9;
}

.video-drive-wrapper iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.section-label{
  text-transform:uppercase;
  font-size:13px;
  font-weight:600;
  letter-spacing:1px;
  color:rgb(0, 187, 227);
  margin-bottom:10px;
}


.text-a {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 0px;
}
.text-a h2 {
    font-size: 35px;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: 500;
}
.location-text h2{
  font-size:28px;
  margin-bottom:15px;
}
.requirements-list li {
  padding-bottom: 13px;
}
.location-media h3 {
  padding-bottom: 23px;
}
.location-text h3 {
  padding-bottom: 23px;
}
.location-text p{
  font-size:15px;
  line-height:1.6;
  margin-bottom:12px;
}

.location-media img{
  width:100%;
  border-radius:8px;
}

/* RESPONSIVE */
@media (max-width: 768px){
  .location-grid{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   FLOAT BOX
========================================================= */
.float-box {
    position: absolute;
    right: calc(50% - 550px);
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.25);
    z-index: 3;
}

.float-header {
    padding: 20px 25px;
    background: #E6E6E6;
    font-weight: 700;
    font-size: 20px;
}

.float-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 25px;
    border-bottom: 1px solid #ECECEC;
}

.float-item p {
    font-size: 16px;
    font-weight: 600;
}

.float-price {
    padding: 20px 25px;
    background: #111;
    color: #ffffff;
    font-size: 22px;
}

.float-price b {
    font-size: 28px;
}

/* =========================================================
   TOP GALLERY
========================================================= */
.gallery-top {
    background: #16171B;
    padding: 35px 0;
}

.gallery-top-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.gallery-top-wrap img {
    cursor: pointer;
}

/* =========================================================
   TEXT + MAP
========================================================= */
.text-map {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

.text-map h2 {
    font-size: 34px;
    font-weight: 500;
}

.text-map p {
    margin: 18px 0;
    line-height: 1.65;
}

.text-link {
    color: var(--blue);
    font-weight: 600;
    margin-top: 20px;
}

/* =========================================================
   BENEFITS
========================================================= */
.benefits-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    text-align: center;
}

.benefit-box {
    padding: 0 25px;
    border-right: 1px solid #e5e5e5;
}

.benefit-box:last-child {
    border-right: none;
}

.benefit-box img {
    width: 70px;
    margin: 0 auto 15px;
}

.benefit-box h4 {
    font-size: 18px;
    font-weight: 500;
}

.benefit-box p {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* =========================================================
   PHOTO GALLERY
========================================================= */
.gallery-up {
    background: #f2f2f2;
}

.gallery-title {
    text-align: center;
    margin-bottom: 45px;
}
.gallery-title h2 {
    font-size: 34px;
    font-weight: 500;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}



.room span {
    color: var(--blue);
    font-weight: 700;
}

.gallery-btn {
    text-align: center;
    margin-top: 60px;
}

.gallery-btn button {
    background: var(--blue);
    color: #ffffff;
    padding: 14px 36px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* =========================================================
   PLAN
========================================================= */
.plan {
    text-align: center;
}

.plan h2 {
    font-size: 34px;
}

.plan-grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

.plan-box {
    background: #EFEFEF;
    padding: 25px;
    border-radius: 3px;
    text-align: left;
}

.plan-item {
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
}

/* =========================================================
   VIDEO
========================================================= */
.video-section {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    background: #16171B;
}

.video-text {
    padding: 50px 40px;
    color: #ffffff;
}
.video-text h3 {
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 500;
}

.video-text button {
    margin-top: 20px;
    background: var(--blue);
    color: #fff;
    padding: 14px 32px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* =========================================================
   ABOUT
========================================================= */
.about {
    
    color: #ffffff;
    padding: 80px 0;background: url(img/fon.jpg);
}
.float-item{
  display:flex;
  align-items:center;
  gap:10px;
}
.benefit-box i {
  font-size: 54px;
  padding: 20px;
}
.float-item i{
  font-size:22px;
  color:rgb(0, 187, 227);
  min-width:26px;
  text-align:center;
}
.float-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}
.general p {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  font-weight: 500;
}
.float-price:hover {
  background: #000;
}
.general h2 {
    text-align: center;
    padding: 20px;
    font-size: 34;
    text-transform: uppercase;
    font-weight: 500;
}
.about-text {
  background: #006ca4;
  padding: 50px;
  margin: 0px;
  height: 27.5625rem;
}
.about-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 0px;
}
.agent-card h4 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 10px;
}

.about-text h2 {
    font-size: 34px;
    font-weight: 500;
}

.social-icons img {
  width: 28px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
  float: left;
  padding: 6px;
}

/* =========================================================
   CONTACT
========================================================= */
.contact {
    background: #16171B;
    color: #ffffff;
    text-align: center;
}

.contact-form {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* =========================================================
   FOOTER
========================================================= */
.footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/* =========================================================
   LIGHTBOX
========================================================= */
#lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

#lightbox-overlay img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1100px) {
    .container,
    .header {
        width: 100%;
        padding: 0 20px;
    }

    .float-box {
        right: 20px;
    }
}

@media (max-width: 900px) {
    .header {
        flex-direction: column;
        gap: 10px;padding: 15px;
    }

    .hero {
        padding: 50px 0;
    }

    .float-box {
        position: static;
        transform: none;
        margin: 30px auto 0;
    }
  .whatsapp-float{
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
    font-size: 28px;}
    .text-map {
        grid-template-columns: 1fr;
    }

    .gallery-top-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .plan-grid {
        grid-template-columns: 1fr;
    }

    .video-section {
        grid-template-columns: 1fr;
    }
    .benefits-icons {
  display: block;

}
.lm {
  visibility: visible;
  height: auto;
}
.top-a {
  background: #00a4e8;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 15px;
  color: #444;
  visibility: hidden;
  height: 0px;
}

.benefit-box {

  width: 100%;
}
#lightbox-img {
  width: 100% !important;
}
.about-grid {
  display: block;

}
}

@media (max-width: 600px) {
    .hero h1 {
        font-size: 32px;
    }

    .gallery-top-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 420px) {
    .btn {
        width: 100%;
        text-align: center;
    }
}
