.vender__bannner {
    background-color: #0C3F68;
    width: 100%;
    height: 200px;
    position: relative;
}

.vender__bannner h1 {
    margin: 0;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vender__titulos {
    margin: 40px 0;
}

.vender__titulos h2,
.vender__titulos h3 {
    font-weight: bold;
}

.vender__titulos h2 {
    color: black;
}

.title__aside {
    background-color: #0C3F68;
}

.title__aside h3 {
    color: white;
    font-weight: bold;
    margin: 20px 10px;
    height: 900px;
}

.form__aside h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.form__aside input {
    font-family: 'Roboto', sans-serif;
}

.form__aside input[type="radio"],
.form__aside input[type="checkbox"] {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.form__aside input[type="file"] {
    text-transform: uppercase;
}

.formulario__contacto {
    margin: 60px 0;
}

.form__aside .btn-publicacion {
    font-weight: bold;
    color: white;
    background-color: #0C3F68;
    font-size: 15px;
}

@media screen and (max-width: 991px) {
    .title__aside {
        height: 100px;
        text-align: center;
    }

    .title__aside h3 {
        padding: 36px 0;
    }

    .form__aside input {
        margin: 10px 0;
    }
}

.servicios-azul {
    text-align: center;
    padding-bottom: 50px;
    background-color: black;
}

.servicios-azul .servicios-azul__title h1 {
    padding: 43px 0;
    font-weight: bold;
    color: #ffffff;
}


.servicios-azul .servicios-azul__box {

}


.publish-panel {
    text-align: center;
}


.publish-panel__title {
    margin-bottom: 35px;
}

.publish-panel__title h1 {
    font-weight: bold;
}

.publish-panel a {
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    transition: all linear .3s;
    font-weight: bold;
    width: 300px;
}

.publish-panel a:hover {
    text-decoration: none;
    color: #0C3F68;
    background-color: white;
    border: solid 1px;
}

.imagen__cotizacion {
    width: 100%;
    height: 350px;
    background-image: url("/images/casa1.jpg");
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
    position: relative;
    padding: 100px 20px;
}

.imagen__cotizacion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.imagen__cotizacion-texto {
    position: relative;
    z-index: 99;
    color: white;

}

.imagen__cotizacion-texto h1 {
    font-weight: 700;
}


.servicios-azul__box .image_box {
    width: 100%;
    height: 400px;
    background-image: url(/images/servicio1.jpeg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
    position: relative;
    padding: 40px;
    transition: all .4s ease;
    margin-bottom: 20px;
}

.servicios-azul__box .image_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all .4s ease;
}

.servicios-azul__box .image2_box {
    width: 100%;
    height: 400px;
    background-image: url(/images/servicio2.jpeg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
    position: relative;
    padding: 40px;
    transition: all .4s ease;
    margin-bottom: 20px;
}

.servicios-azul__box .image2_box:hover {
    transform: scale(1.04);
    cursor: pointer;

}

.servicios-azul__box .image2_box:hover::before {
    background: rgba(0, 0, 0, 0.2);

}

.servicios-azul__box .image_box:hover::before {
    background: rgba(0, 0, 0, 0.2);

}

.servicios-azul__box .image2_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all .4s ease;
}

.servicios-azul__box .image_box:hover {
    transform: scale(1.04);
    cursor: pointer;
}

.servicios-azul .servicios-azul__box h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 31px;
    padding-bottom: 45px;
    position: relative;
    z-index: 2;
}

.servicios-azul .servicios-azul__box p {
    padding: 15px 40px;
    text-align: justify;
    color: #ebebeb;
    z-index: 2;
    position: relative;
}

.servicios-azul__box h4 {
    font-weight: bold;
    color: white;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 568px) {
    .servicios-azul .servicios-azul__box p {
        font-size: 13px;
        padding: 15px 0;
    }

    .servicios-azul__box h4 {
        font-size: 17px;
        padding: 15px 0;
    }

    .servicios-azul .servicios-azul__box h3 {
        padding-bottom: 0;
    }

    .imagen__cotizacion-texto h1 {
        font-size: 24px;
    }
}

.contactenos-cuadrado {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0
}

.contactenos-cuadrado h3 {
    font-weight: bold;
    font-size: 15px;
    transition: all linear 200ms;
}

.contactenos-cuadrado p {
    font-size: 13px;
    transition: all linear 200ms;
    line-height: 1.6;
}

.contactenos-cuadrado_box {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    border-radius: 9px;
    margin: 0 5px 0 5px;
    width: 382px;
    height: 136px;
    cursor: pointer;
}

.contactenos-cuadrado_box:hover p {
    transform: scale(1.1);
}
