body {
  padding-top: 0px;
  font-family : "Raleway", "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media (win-width : 1300px) {
    .container {
        max-width : 1200px;
    }
}

.header {
    background-image: url('../img/video-placeholder.jpg'), linear-gradient(rgba(117,117,117,1), rgba(117,117,117,1));
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 60% top;
    background-size : cover;
    position: relative;
    overflow: hidden;
}

/* @media (max-width : 575px) {
    .header {
        min-height : 700px;
    }
} */

@media (max-width : 575.4px) {
    .header {
        background-image: linear-gradient(rgba(240,240,240,1), rgba(240,240,240,1));
    }
}

@media (max-width : 450px) {
    .header .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.header video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    width:auto;
    height:auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* 
@media (max-width: 576px) {
    .header video {
        display: none;
    }
} 
*/

.header video.mobile {
    height: 100%;
}

.title_1 {
  color: #f8f8f8;
  font-size: 44px;
  line-height : 54px;
  font-weight : 800;
  text-shadow : 2px 2px 8px #000000;
}

@media (max-width : 767px) {
    .title_1 {
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media (max-width : 991px) {
    .title_1 {
        font-size: 34px;
        line-height : 46px;
    }
}

@media (max-width : 450px) {
    .title_1 {
        font-size: 26px;
        line-height : 34px;
    }
}

.vertical-centering {
    display: flex; 
    align-items: center;
}

.logo-container {
    max-width : 250px;
}

@media (max-width : 767px) {
    .logo-container {
        text-align : center;
        max-width : initial;
    }
}

@media (max-width : 450px) {
    .logo-container img {
        max-width : 75%;
    }
}

.pill-button {
    background-color: #e81c24;
    /* border: solid 1px rgba(255,255,255,0.75); */
    color: rgba(255,255,255,0.90);
    padding: 8px 48px;
    text-align: center;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 48px;
    font-weight: 800;
    letter-spacing : 4px;
}

.pill-button:hover {
    /* background-color: #e81c24; */
    /* border: solid 1px rgba(255,255,255,0.75); */
    color: rgba(255,255,255,0.9);
    text-decoration : none;
}

/* Highlights  */

.highligh-card {
    text-align: center;
}

.highligh-card > div:nth-of-type(1) {
    background-color: #e81c24;
    border-radius: 50%; 
    width: 90px; 
    height: 90px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .highligh-card > div:nth-of-type(2) span {
        display: block;
    }
}

.highligh-card > div:nth-of-type(2), 
.highligh-card > div:nth-of-type(3) {
    margin-top: 1rem;
    font-size: 125%;
}

/* Property Cards Slider */

.section-title {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.section-title > div:nth-of-type(1) {
    font-size : 26px;
    font-weight : 700;
    text-align: center;
    margin-bottom: 2rem;
}

.section-title > div:nth-of-type(2) {
    font-size : 18px;
    text-align: center;
}

@media (min-width: 768px) {
    .section-title > div:nth-of-type(2) {
        max-width: 66.66%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1199px) {
    .container-xl {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.property-card {
    margin: 2rem 12px;
    border-radius: 8px 8px;
    box-shadow: 0 6px 6px 4px rgba(0,0,0,0.10);
    max-width: 360px;
    position: relative;
}

@media (max-width: 380px) {
    .property-card {
        max-width: 300px;
    }    
}

.property-card img {
    border-radius: 8px 8px 0 0;
}

.property-card-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    background-color: #00ADEF;
    border-radius: 4px 4px;
    padding: 8px 24px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
}

.property-card-content {
    padding: 1rem;
    font-size: 105%;
}

.property-card-content > div {
    margin-bottom: 0.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-card-content > div:last-of-type {
    margin-bottom: 0;
    align-items: flex-start;
}

.property-card-content > div:nth-of-type(1) {
    font-weight: bold;
}

.property-card-content > div:nth-of-type(2) {
    margin-bottom: 0.75rem;
    color: #797676;
}

.property-card-content > div:nth-of-type(3) i {
    color: #e81c24;
    margin-right: 0.5rem;
}

/*    */

.inversion > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inversion > div:nth-of-type(2) > div:nth-of-type(1) {
    font-size: 135%;
    text-align: center;
    margin-top: 1rem;
}

.inversion > div:nth-of-type(2) > div:nth-of-type(2) {
    margin-top: 0.5rem;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
}

.inversion > div:nth-of-type(3) {
    margin-top: 1rem;
    text-align: center;
    justify-content: flex-start;
}

/* CTA Section */

.container.cta > div:nth-of-type(2) {
    margin-top: 3rem;
    margin-bottom: 6rem;
    text-align: center;
}

.container.cta > div:nth-of-type(2) a {
    border-radius: 15px 15px;
    border-style: none;
    padding: 8px 30px;
    background-color: #e81c24;
    font-weight: bold;
    font-size: 130%;
    color: #ffffff;
    text-decoration: none;
}

/*    */

.porque-linea-1 {
    text-align : center;
    font-size : 26px;
    font-weight : 700;
    padding-top : 30px;
}

.porque-linea-2 {
    text-align : center;
    padding-top : 30px;
}

.porque-linea-3 {
    text-align : center;
    color : #e81c24;
    font-size : 20px;
    font-weight : 700;
    padding-top : 30px;
}

.oferta-linea-1 {
    text-align : center;
    font-size : 26px;
    font-weight : 700;
    padding-top : 50px;
    padding-bottom : 20px;
}

.oferta-imagen {
    min-height : 250px;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center center;
    background-color: #5C5C5C;
    color : #f8f8f8;
    text-align : center;
    font-size : 115%;
    line-height : 145%;
    justify-content : center;
    padding-left : 20px;
    padding-right : 20px;
}

.oferta-imagen-1 {
    background-image: url('../img/IMG_01.jpg');
}

.oferta-imagen-2 {
    background-image: url('../img/IMG_02.jpg');
}

.oferta-imagen-3 {
    background-image: url('../img/IMG_03.jpg');
}

.diferencial {
    margin-top : 50px;
    color: #f8f8f8;
    background-image: url('../img/IMG_FOOTER2.jpg');
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 70% top;
    background-size : cover;
    background-color: #5C5C5C;
    min-height : 514px;
}

@media (max-width : 410px) {
    .diferencial {
        padding-top : 20px;
    }
}

.diferencial-linea-1 {
    text-align : center;
    font-size : 26px;
    font-weight : 700;
    padding-top : 30px;
}

.diferencial-linea-2 {
    text-align : center;
    padding-top : 30px;
}

.diferencial-linea-3 {
    text-align : center;
    font-size : 20px;
    font-weight : 700;
    padding-top : 30px;
}

/* Customer Reviews */

.review-card {
    margin: 2rem 12px;
    border-radius: 8px 8px;
    box-shadow: 0 6px 6px 4px rgba(0,0,0,0.10);
    max-width: 360px;
    position: relative;
    background-color: #FAFAFA;
    padding: 2rem 1rem;
    text-align: center;
}

.review-card > div:nth-of-type(1) img {
    width: 60px;
    height: 60px
}

.review-card > div:nth-of-type(2) {
    font-weight: bold;
    font-size: 110%;
}

.review-card > div:nth-of-type(3) i {
    color: #f8b703;
}

/*       */

.footer i {
    color : #e81c24;
}

.footer a {
    color : black !important;
    text-decoration: none !important;
}

@media (max-width : 575px) {
    .footer hr {
        max-width : 50%;
        margin-left : auto;
        margin-right : auto;
    }
}
.oferta-imagen,
.diferencial {
    border-radius: 12px;
    overflow: hidden;
}
.oferta-imagen,
.diferencial {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.property-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.property-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
  filter: brightness(1.08);
}
.oferta-imagen:hover,
.diferencial:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.footer-location {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 120%;
}

@media (max-width : 575px) {
    .footer-location {
        text-align : center;
    }
}

.footer-location-info {
    display:flex;
}

@media (max-width : 575px) {
    .footer-location-info {
        flex-direction : column;
    }
}