/*desktop.css*/
/*
* You can delete next content and make your own styles
*/
/*General*/
/* HEADER ------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
main {
    overflow: hidden;
}
        .p-0{
            padding: 0;
        }
        #oportunidad{
            padding-top: 90px;
        }
        #deptos{
            font-family: 'Montserrat', sans-serif;
            padding-top: 34px!important;
            padding-bottom: 50px;
        }
        #deptos .box{
            text-decoration: none;
            margin-bottom: 50px;
            display: block;
        }
        #deptos .box .blue{
            background-color: #E14D10;
        }
        #deptos .box .blue{
            text-align: center;
            padding: 10px;
        }
        #deptos .box .blue h2{
            color: #ffffff;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            margin: 0;
            font-weight: 500;
        }
        #deptos .box .blue p{
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            color: white;
            font-weight: 300;
            margin-top: 8px;
            padding: 0px 24px;
        }

        #deptos .box .content{
            background-color: #F7F7F7;
            position: relative;
            padding: 15px;
            padding-bottom: 30px;
            width: 100%;
        }
        #deptos .box .content .type p{
            color: #949494;
            text-align: center;
            font-size: 12px;
        }
        #deptos .box .content .specifications{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            text-align: center;
            padding: 16px 9px;
        }
        #deptos .box .content .unidad{
            margin-bottom: 16px;
        }
        #deptos .box .content .specifications .item{
            width: 43%;
        }
        #deptos .box .content .specifications .item img{
            width: 32px;
            height: 32px;
            object-fit: contain;
        }
        #deptos .box .content .specifications p{
            font-size: 14px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            color: #626060;
        }
        
        #deptos .box .content .preciofinal{
            padding-right: 3px;
            border-right: 1px solid #949494;
        }
        #deptos .box .content .preciofinal p{
            color: #EB5B1E;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            text-align: right;
            line-height: 1;
            padding-top: 5px;
        }
        #deptos .box .content .uf{
            padding-left: 3px;
        }
        #deptos .box .content .uf p{
            color: #EB5B1E;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            text-align: left;
            line-height: 1;
            font-size: 25px;
            padding-top: 8px;
        }
        #deptos .box .content .unidad p{
            color: #949494;
            text-align: center;
            font-size: 14px;
            margin-top: 10px;
        }
        #deptos .box .content .plus {
            text-align: center;
            color: #ffffff;
            font-size: 16px;
            line-height: 1;
            padding: 12px 8px;
            z-index: 0;
            background: #FF4F00;
            display: flex;
            align-items: center;
            margin-top:16px;
            justify-content: center;
            transition:all 0.3s;
        }
        #deptos .box .content .plus:hover {
            opacity: 0.8;
        }
        #deptos .box .content .plus:hover img{
            transform: translateX(17px);
        }
        
        #deptos .box .content .plus img{
            width: 20px;
            height: 20px;
            object-fit: contain;
            margin-left: 16px;
            transform: translateX(0);
            transition: all 0.3s;
        }
        .modal-box{
            padding-bottom: 15px;
            border-radius: 20px;
            max-width: 70%;
        }
        .modal-box .btn.btn-primary{
            background-color: #FC4F00;
            display: block;
            text-align: center;
            border:none;
        }
        .modal-box .close{
            color: #fff;
            background: #000;
            text-align: center;
            line-height: 01;
            border-radius: 50%;
            padding: 5px 10px;
            position: absolute;
            right: 5px;
            top: 5px;
        }
        @media (max-width:777px){
            #oportunidad {
                padding-top: 60px;
            }
            .modal-box{
                width: 100%;
                max-width: 100%;
            }
            .modal-box .btn.btn-primary{
                margin-bottom: 15px;
            }
        }


.modal-especial{
    width: 80vw;
    height: 90vh;
    background-color: #1c1c1c;
    position: relative;
    color: #fff;
    display: none;
}

.modal-especial .izq button{
    position: absolute;
    bottom: 10px;
    height: 32px;
    padding: 5px 20px;
    color: #fff;
    left: 10px;
    background-color: #FC4F00;
    min-width: 100px;
    border-style: none;
}

.modal-especial .der button{
    position: absolute;
    bottom: 10px;
    height: 32px;
    padding: 5px 20px;
    color: #fff;
    right: 10px;
    background-color: #FC4F00;
    min-width: 100px;
    border-style: none;
}

.fancybox-close-small{
    top: 15px!important;
    right: 10px!important;
}


/*importado del duro*/
    .modal-container-interior{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 9999;
    }

    .background-contain{
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .background-cover{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    

    .modal-container-interior-cerrar{
        cursor: pointer;
        position: absolute;
        top: 3vh;
        right: 2vw;
        width: 32px;
        height: 32px;
        z-index: 9999;
    }

    .modal-container-imagen{
        min-width: 300px;
        width: 55vw;
        height: 100%;
        background-color: #ececec;
    }

    .modal-container-info{

    }

    .flex{
        display: flex;
    }

    .flex-wrap{
        flex-wrap: wrap;
    }
    .modal-container-interior-body{
        /*
        padding: 1vh 1vw;
        background: #ececec;
        position: absolute;
        top: 2vh;
        left: 2vw;
        width: 96vw;
        height: 96vh;
        border-radius: 5px;
        */
    }
    .modal-container-interior-base{
        position: absolute;
        width: 90vw;
        height: 85vh;
        top: 5vh;
        left: 5vh;
    }
    .modal-container-info{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 300px;
        /*width: 35vw;*/
        height: 100%;

    }
    .modal-container-info *{
        color: #1c1c1c;
    }
    .modal-container-interior-logo,.modal-container-interior-esquicio{
        width: 100%;
        min-height: 15vh;

    }

    .modal-container-interior-esquicio{
        min-height: 20vh;
    }
    .modal-container-interior-titulo{
        font-size: 3.2rem;
        font-weight: 800;
        color: #252525;
    }

    .modal-container-interior-medidas *,.modal-container-interior-total *,.modal-container-interior-suputil *{
        font-size: 2rem;
    }

    .modal-container-interior-top, .modal-container-interior-bottom{
        padding: 3vh 3vw;
    }

    .modal-container-interior-titulo{
        margin: 3vh 0;
    }

    .modal-container-interior-separacion{
        border-style: solid;
        border-width: 1px 0 0 0;
        color: #1c1c1c;
        width: 100%;
        height: 3vh;
    }

    .modal-container-interior-suputil *{
        font-size: 2.5rem;
        font-weight: 600;
    }

    .botonera.flex{
        /*position: absolute;*/
        bottom: 25px;
        width: 100%;
        display: flex;
        justify-content: space-between;
            padding: 10px 3vw;
    }
    .botonera button{
        padding: 5px 50px;
        background-color: #fc4f00;
        color: #fff;
        border-width: 0;
    }
    .only-mobile{
        display: none;
    }
    .only-desktop{
        display: block;
    }
.text-align-center{
    text-align: center;
}

.selector-comuna{

        font-family: Gotham-Book, sans-serif;
}
.selector-comuna option, select{
    color: #1c1c1c;
    font-size: 2rem;
}
 select{
    height: 37px;
    border-style: solid;
    border-width: 1px;
    border-color: #E14D10;
    color: #E14D10;
    font-size: 2rem;
 }


.selector-comuna h3{
    color: #fff;
    margin-right: 15px;
    background-color: #E14D10;
    padding: 5px 20px;
    margin: 0 20px 30px 0;
    font-size: 2rem;
    line-height: 1.2;
    height: 37px;
}

#oportunidad {
    padding-top: 0!important;
}

.flex-center{
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .column-in-mobile{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .selector-comuna h3{
        width: 100%;
        height: 57px;
    }

    .selector-comuna select{
        width: 100%;
        margin-bottom: 30px;
        width: 80%;
    }
    .only-mobile{

        display: block;
    }
    .only-desktop{
        display: none;
    }
    .modal-container-interior-titulo{
        font-size: 1.5rem;
    }
    .modal-container-interior-medidas *, .modal-container-interior-total *, .modal-container-interior-suputil *{
        font-size: 1.2rem;
    }
    .modal-container-interior-suputil *{
        font-size: 1.5rem;
    }
    .modal-container-interior-esquicio{
        min-height: initial;
        height: 10vh;
        background-position: center;
        align-items: center;
    }
    .modal-container-imagen-mobile{
        width: 100%;
        height: 27vh;
    }
    .modal-container-interior-bottom{
        padding-top: 0;
        padding-bottom: 10vh;
    }
    .botonera.flex{
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .botonera button{
        margin: 3px;
        width: 100%;
        min-width: 300px;
    }
    .modal-container-interior-top{
        padding-bottom: 0;
    }
    .modal-container-interior-cerrar{
        right: 9vw;
    }
    main{
            padding-top: 6vh!important;
    }
    .botonera.flex{
        bottom: 2px;
    }
}
