@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

input {
    width: 100%;
    border-radius: 5px;
    border: none;
}

.white {
    color: #fff !important;
    font-size: 9px;
    margin-bottom: 25px;

}

.forma {
    font-size: 9px;
    margin-bottom: 25px;

}


.whiti {
    color: #fff !important;


}

.marea {

    margin-bottom: 25px;

}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

label {
    font-size: 18px;
}


textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

input[type="submit"] {
    background: #a97c50;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 160px;


    border: none;
    white-space: nowrap;
    vertical-align: middle;
}

input[type="submit"]:hover {
    background: #c8a27d;
    transition: all 0.5s ease;
    color: #000000;
    text-decoration: none;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 14px;
    border: 0px;

}

.cuadrado {
    background: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    width: 15%;
    height: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3800px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 988;
    display: none;
}

.popup-content {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 40px;
    margin: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 988;
    color: #000;
    text-align: center;
    box-shadow: 10px 10px 10px 5 rgba(0, 0, 0, 0.8), 10px 10px 10px 5 rgba(0, 0, 0, 0.8);
}

.close-btn {
    background: rgb(255, 128, 0);
    background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 988;
}

.close-btn:hover {
    background-color: #ff8000;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 988;
}

.bobo {
    top: -150px;
    left: -120px;
}

@media (max-width: 767px) {


    .horizontal-divs {
        display: inline;
    }

    .horizontal-divs>div {
        display: inline-block;
        margin: 5%;
    }

    .cuadrado {

        background: rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 30px;
        width: 75%;
        height: 95%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .bobo {
        top: -150px;
        left: -230px;
        width: 50% !important;
        height: 50% !important;
        position: relative !important;

    }

}