@media screen and (max-width: 1340px ) {
    .divisor-vertical {
        margin: 1rem 1rem;
    }
    .casa-propia > span:nth-child(2) {
        font-size: 1.45rem;
    }
}

@media screen and (max-width: 1024px) {
    nav.navbar {
        padding: 1.5rem 3rem;
        flex-direction: column;
        align-items: center;
    }
    
    .navbar-menu {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .navbar-start, .navbar-end {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .divisor-vertical {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .is-flex-direction-row-mobile{
        display: flex;
        flex-direction: column!important;
    }

    .modallogo{
        display: flex;
    }
    .modallogo img {
        width: 16rem;
    }
    .modalgb{
        display: none!important;
    }
    .textomodal{
        height: 80vh;
    }
    .w-50{
        width: 100%;
    }

    .padding-mobile {
        padding: .5rem 2rem!important;
    }
    .banner-form h2 {
        font-size: 1.5rem;
    }

    .columns-form {
        flex-direction: column;
    }

    footer.footer {
        padding: 2rem;
    }

    .footer-logo {
        width: 5rem;
    }

    footer.footer p {
        font-size: .8rem;
        margin: 0;
        text-align: center;
    }

    .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
        align-items: center;
        display: flex;
        font-size: 1rem;
    }

    .navbar-brand {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        align-items: center;
        flex-direction: row;
    }

    .card-content {
        background-color: transparent;
    }
    .navbar-item img, .navbar-item svg {
        width: 10rem;
    }

    nav.navbar {
        padding: 2rem;
    }

    .navbar-menu {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .casa-propia {
        top: -36rem;
        left: 5rem;
        width: 16rem;
    }
    .is-flex-direction-column-mobile {
        flex-direction: column!important;
    }

    .has-mb-special{
        margin-bottom: -12rem;
    }

    .is-align-items-center-mobile{
        align-items: center;
    }

    .has-text-85 {
        font-size: 1.25rem;
    }

    .is-justify-content-center-mobile{
        justify-content: center;
    }

    .casa-propia-img {
        width: 16rem;
    }

    .navbar-item{
        text-align: center;
    }

    .navbar-burger {
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .navbar-burger i {
        font-size: 1.5rem;
    }

    .navbar-menu.is-active {
        display: flex;
    }

    .navbar-burger {
        align-self: center;
        color: #17234d;
        margin-inline-end: 0;
        margin-inline-start: 0;
    }
    .has-bg-image-1 {
        height: 24rem;
    }
    .div-blanco {
        display: none;
    }
    .has-bg-blue .contenidos {
        padding: 3rem;
    }
    .has-bg-blue .contenidos p:nth-child(1) {
        font-size: 1.25rem;
    }
    .has-bg-blue .contenidos p:nth-child(3) {
        font-size: 1.25rem;
    }
    
    .figcaption-carrusel span {
        font-size: 1.25rem;
    }

    figure.image {
        margin-bottom: -3rem;
    }
    .casa-propia > span:nth-child(3) {
        padding-left: 1rem;
    }
    .botones-banner-mobile{
        position: relative;
        top: -7rem;
        opacity: 0.75;
        background: black;
        text-transform: uppercase;
        color: white;
        display: flex;
        flex-direction: column;
        width: 60%;
    }

    .botones-banner-1{
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        padding: 1rem 1rem 1rem 1rem;
        color: white;
        font-size: .85rem;
        line-height: 1.5rem;
    }
    
    .botones-banner-2{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 1rem 1rem 1rem;
        color: white;
        font-size: .85rem;
        line-height: 1.5rem;
    }

}
