* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Importar fuentes desde /fonts */
@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/belfort-child/assets/fonts/Gotham-Medium.woff2') format('woff2'),
            url('./fonts/Gotham-Medium.woff2') format('woff2');

}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/wp-content/themes/belfort-child/assets/fonts/Gotham-Bold.woff2') format('woff2'),
            url('./fonts/Gotham-Bold.woff2') format('woff2');
   
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('/wp-content/themes/belfort-child/assets/fonts/Gotham-Medium.woff2') format('woff2'),
            url('./fonts/Gotham-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('/wp-content/themes/belfort-child/assets/fonts/Gotham-Book.woff2') format('woff2'),
            url('./fonts/Gotham-Book.woff2') format('woff2');
}



@font-face {
    font-family: 'Mermaid';
    src: url('/wp-content/themes/belfort-child/assets/fonts/Mermaid10.woff2') format('woff2'),
            url('./fonts/Mermaid10.woff2') format('woff2');

}



html {
    font-size: 16px;
    font-family: 'Gotham', sans-serif !important;
}

/* Section 2 */

.page{
    margin: 0px;
}

/* Section 2 form */
.section-2 .form-title{
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
    max-width: 500px;
    line-height: normal;
}
.section-2 .form-title{
   color: #1F3D3B;
}
.section-2 .form-title span{
    font-size: 5rem;
}
.form-orion{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 1rem;
}

.form-orion label{
    display: block;
    font-weight: 700;
    margin-bottom: 0.3rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
    font-family: 'Gotham-medium', sans-serif;
}
.form-orion input{
    font-size: large;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.3rem;
    border: 0px solid #ccc;
    background-color: #1f3d3b3c;
}
.form-orion textarea{
    max-width: 500px;
    font-size: large;
    width: 100%;
    height: 100px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 0px solid #ccc;
    background-color: #1f3d3b3c;

}
.form-orion input:focus, .form-orion textarea:focus{
    outline: none;
    border-color: #ffbdbd;
}
.form-orion button{
    width: 30%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background-color: #e65919;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Gotham-Bold', sans-serif;
    text-transform: uppercase;
}

.form-orion button:hover{
    background-color: #ffbdbd;
}

/* Section 2 Background */

.bg-section-2{
    width: 80%;
    height: 80%;
    background-position: 100% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 25% 0 25%;
}

.section-2 .button-wap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    background-color: #e65919;
    height: fit-content;
    padding: 0.5rem 1rem ;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Gotham-Bold', sans-serif;
    text-transform: uppercase;
    position: relative;
}
.icon-wap{
    content: '';
    display: inline-block;
    background-image: url('/wp-content/themes/orion_theme-child/assets/images/icons/icon-whatsapp-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0rem;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 0.5rem;
}


.section-2 .button-wap:hover{
    background-color: #ffbdbd;
}

/* Section 3 */


.section-3 .section-title{
    font-size: 3rem;
    text-transform: uppercase;
    color: #495B29;
}

.section-3 .section-title span{
    font-size: 7rem;
    font-family: 'Mermaid', sans-serif;
    text-transform: lowercase;
}

.section-3 .section-subtitle{
    font-size: 1.5rem;
    color: #495B29;
    max-width: 500px;
}

.property-features{
    max-width: 500px;
    width: 100%;
    
}

.property-features {
    display: flex;
    align-items: flex-start;
}


.property-features li{
    font-size: 1.4rem;
    color: #495B29;
    display: flex;
    align-items: center;
    font-family: 'Gotham-Medium', sans-serif;
    text-transform: uppercase;
    gap: 1.5rem;
}

.property-features img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.link-model-3d{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    background-color: #e65919;
    height: fit-content;
    padding: 0.5rem 1rem ;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Gotham-Bold', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.price-section-3{
    font-size: 2rem;
    color: #495B29;
    font-family: 'Gotham-Bold', sans-serif;
}

.price-section-3 span{
    font-size: 4rem;
}

.model-3d::before{
    content: '';
    display: absolute;
    background-image: url('./images/model-3d.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0rem;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 0.5rem;
    
}

.image-model-3d{
    max-width: 800px !important;
    width: 800px;
    object-fit: contain;
    position: absolute;
    bottom: 2rem;
    right: 5rem;
    transform: rotate(-20deg);
    
}

/* Section 6 */



/* Pantallas min 4xl */

@media screen and (min-width: 2560px){
    .bg-section-2 {
        width: 57%;
        height: 80%;
    }
}



/* Mobile y Tablet */

@media screen and (max-width: 1024px){
    .section-3 .section-subtitle{
        margin-top: 1rem;
    }
    .image-model-3d{
        position: initial;
        transform: rotate(0deg);
        width: 100%;
    }
    .section-3 .section-title{
        text-align: center;
        line-height: 0.9;
    }
    .section-3 .section-title span{
        font-size: 5rem;
    }
    .property-features li{
        font-size: 1rem;
    }
    .property-features img{
        width: 25px;
        height: 25px;
    }
   
    .price-section-3{
        font-size: 1.5rem;
    }
    .price-section-3 span{
        font-size: 2.7rem;
}



/* Mobile*/

@media screen and (max-width: 768px){
    .bg-section-2{
        height: 300px;
    }
}
