.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: revert;
    margin-bottom: revert;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}

.btn-desktop {
    display: block;
}
.btn-mobile {
    display: none;
}

.modal-title {
    margin-bottom: revert;
}
.modal.modal-promo-cocina .modal-content {
    background-color: #fff;
    overflow: hidden;
}
.modal.modal-promo-cocina .modal-content .modal-body {
    padding: 0;
}
.modal.modal-promo-cocina .modal-content .modal-body img {
    width: 100%;
}
.modal.modal-promo-cocina .modal-content .modal-body .wrapper-texts {
    padding-right: 0;
    margin: 0;
}
.modal.modal-promo-cocina .modal-content .modal-body .wrapper-form {
    /* background-color: #f4f8fa; */
    padding: 0;
    margin: 0;
}
.modal.modal-promo-cocina .modal-content .modal-body .wrapper-form .btn-close {
    margin: 16px;
    position: absolute;
    right: 0;
}
.modal.modal-promo-cocina .modal-content .modal-body .wrapper-form iframe {
    width: 100%;
    min-height: 468px;
    margin-top: -30px;
    border:none;
}

.modal.modal-promo-cocina .modal-content .modal-body .items-wrapper {
    text-align: center;
    background-color: #ffd685;
}
.modal.modal-promo-cocina .modal-content .modal-body .items-wrapper p {
    font-size: 12px;
    margin:10px 0;
}

@media (min-width: 576px) {
    .modal.modal-promo-cocina .modal-dialog {
        max-width: 800px;
    }
}
@media (max-width: 575px) {
    small {
        font-size: 75%;
    }
    .btn-desktop {
        display: none;
    }
    .btn-mobile {
        display: block;
    }
    .btn-mobile.btn-close {
        margin: 16px;
        position: absolute;
        right: 0;
    }
    .modal.modal-promo-cocina .modal-content .modal-body .wrapper-texts .items-wrapper img {
        width: 70%;
        margin-bottom: 20px;
    }
    .modal.modal-promo-cocina .modal-content .modal-body .wrapper-form iframe {
        min-height: 460px;
    }
    .modal.modal-promo-cocina .modal-content .modal-body .wrapper-texts {
        z-index: 2;
        background-color: #fff;
    }
    .modal.modal-promo-cocina .modal-content .modal-body .wrapper-form {
        z-index: 1;
        margin-top: -10px;
    }
}


.btn-redes.main.youtube circle {
    fill: #a27351;
}
.btn-redes.main.youtube path {
    fill: #ffffff;
}
.btn-redes.white.youtube circle {
    fill: #000;
}
.btn-redes.white.youtube path {
    fill: #fff;
}
.qr-column .qr-icon {
    display: flex;
    align-items: center;
}
.qr-column .qr-icon img {
    display: inline-block;
    width: 60px;
    height: 60px;
}
.qr-column .qr-icon p {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}
.qr-column .btn {
    width: 225px !important;
    font-style: normal;
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: none;
    border-color: #101010;
    color: #101010;
    padding: 10px 15px;
    margin: 0 auto;
    display: block;
    width: 10rem;
    border-radius: 10px;
    cursor: pointer;
}

.ubicacion-section h3 {
    width: 100%;
    color: #a27351;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    text-transform: none;
}
.custom-title {
    font-size: 1.1rem;
    font-weight: 600;
}
a.custom-link {
    color: #a27351;
}

.privacy-section {
    padding: 70px;
}
.privacy-section .container {
    width: 100%;
    height: 100%;
    max-width: 100rem;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.privacy-section h1 {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
}

.contacto .custom-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #a27351;
}

@media screen and (max-width: 640px) {
    .header-redes {
        top: 130px;
    }
}

.cintillo.banner-recorrido {
    background-color: #f8eae1;
}

.cintillo.banner-recorrido .cintillo-info {
    color: #0a1315;
}

.cintillo.banner-recorrido .btn.line {
    background-color: rgba(0,0,0,1);
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 20px;
    font-size: 1.5rem;
}
.cintillo.banner-recorrido .btn.line:hover {
    background-color: #e1a683;
    border: 2px solid #fff;
    color: #fff;
}

.header-section {
    width: 100%;
    padding: 10px 0;
    background-color:#101010;
    min-height: 40px;
}
.header-section .container {
    width: 100%;
    max-width: 76rem;
    display: flex;
    align-items: center;
}
.header-section .custom-logo {
    width: 50%;
}
.header-section img {
    max-width: 300px;
}
.header-section .custom-btn {
    width: 50%;
    text-align: right;
}
.header-section .custom-btn a {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    color: #dca780;
}
.header-section .custom-btn a:hover {
    color: #dca780;
}

@media screen and (max-width: 480px) {
    .header-section .container {
        padding: 6px 30px;
    }
    .header-section img {
        max-width: 250px;
    }
}

#master-plan.masterplan {
    padding: 50px;
    margin:0px;
}
#master-plan.masterplan .master-info {
    margin:0px;
    padding: 0px;
    margin-left: 0;
}
@media screen and (max-width: 480px) {
    #master-plan.masterplan {
        padding: 20px;
        margin:0px;
    }
    #master-plan.masterplan .master-info {
        width: 100%;
    }
}

.masterplan {
    background-image: url(../assets/img/bg-life-plaza.jpg);
    background-size: cover;
    background-position-y: bottom;
    position: relative;
}

.logo.white path, .btn-redes.white path {
    fill: #000;
}

.header-intro {
    /* max-width: 800px;
    width: 90%; */
    max-width: 600px;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 180px;
    font-size: 14px;
    line-height: 2rem;
    font-family: "Open Sans";
}

.header-intro p:first-child {
    font-size: 20px;
}

.header-intro p.text_bold {
    font-weight: bold;
}

.header-intro span {
    font-size: 15px;
    line-height: normal;
}

.header-grid .logo {
    margin-top: 7vh;
    width: 16vw;
}

.header-grid .logo img {
    width: 100%;
}

.masterplan-container {
    height: auto;
    height: 105vh;
    background-repeat: no-repeat;
    background-size: 100%,auto;
    background-position: bottom;
    background-image: url(../assets/img/fase1.png);
}

.master-info {
    width: 46vw;
    margin-left: 50px;
    font-family: "Open Sans";
}
.master-info p {
    font-size: 18px;
    line-height: normal;
}
.master-info .logo {
    width: 350px;
    margin-bottom: 20px;
}
.master-info .master-info-colums ul li {
    font-size: 16px;
    line-height: normal;
}

.master-info-colums>span:nth-child(1) {
    padding-right: clamp(5px,17vw,2rem);
}

.cintillo.banner-recorrido .cintillo-info {
    padding: 25px 100px 25px;
}
.cintillo.banner-recorrido .cintillo-info img {
    width: 200px;
    margin-right: 70px;
}
.cintillo-btn .btn {
    margin: -20px auto 30px;
}

iframe.responsive-iframe {
    display: inherit;
    width: 450px;
    min-height: 570px;
    margin-top: 20px;
    border: solid 1px #ececec;
}

@media screen and (max-width: 1280px) {
    .master-info {
        margin-top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .header-grid .logo {
        margin-top: 44px;
        width: 50vw;
    }
    .header-intro {
        padding: 0 20px;
        margin-top: 40px;
        margin-bottom: 166px;
    }
    .master-info {
        width: 100vw;
        margin-left: 0;
        padding: 0 20px 40px 20px;
    }
    .master-info p {
        font-size: 16px;
    }
    .master-info h1 {
        font-size: 34px;
        font-weight: 700 !important;
    }
    .master-info h2,.master-info h3 {
        font-size: 18px;
        font-weight: 700 !important;
    }
    .cintillo-info {
        padding: 50px 15px 0px 15px;
    }
    .cintillo-info img {
        margin-right: 0;
    }
    .cintillo.banner-recorrido .cintillo-info img {
        margin-right: 0;
    }
    .cintillo-btn .btn {
        margin: 10px auto 30px;
    }

    .masterplan-container {
        height: 50vh;
    }

    iframe.responsive-iframe {
        width: 100%;
        min-height: 570px;
    }
}