.colormenu {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    background: #0A218E
}

.equipo {
    width: 88.8%;
    margin-top: -50%;
}

.display {
    width: 150%;
    margin-top: 35%;
}

.presupuesta {
    width: 130%;
    margin-top: 15%;
}

.paso>p {
    font-size: 12px !important;
}

.ft-14 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.pad-tb-7 {
    padding-top: 7%;
    padding-bottom: 7%;
}

.mt-7 {
    margin-top: 7% !important;
}

/*Colores*/
p {
    line-height: 25px !important;
}

.h4,
h4 {
    line-height: 25px !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.btn-google-azul {
    font-family: 'Gilroy-Bold' !important;
    background: #0061ff;
    border: 1px solid #0061ff;
    border-radius: 10px;
    color: #fff;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}

.btn-google-azul:hover {
    transform: scale(1.1);
    font-family: 'Gilroy-Bold' !important;
    background: #fff;
    border: 1px solid #0061ff;
    border-radius: 10px;
    color: #0061ff;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}

.btn-blanco {
    font-family: 'Gilroy-Bold' !important;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #0061ff;
    padding: 10px 15px;
}

.mobile-nav {
    transition: all 0.5s ease-in-out;
    width: 100vw;
    height: 10vh;
}

.caja {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 25px;
    padding: 5%;
    height: 200px
}

.caja>img {
    height: 60px;
    margin-bottom: 10%;

}

.caja>p {
margin-bottom: 15%
}

.caja>.numero {
    width: 48px;
    margin: 0 auto;
    height: 48px;
    background: #0061ff;
    padding: 0.1%;
    border-radius: 50%;
    margin-top: -25%;
    margin-bottom: 10%;
}

@media (max-width: 768px) {
    .caja {
    height: 200px;
    margin-bottom: 20%;
    margin-right: 5%;
    margin-left: 5%;
}
    #section-google {
        background-size: 200vw;
        height: 100vh;
        background-position-y: -2vh;
        background-position-x: -280vw !important;
        background-repeat: repeat-x;
    }

    .pad-10-lados {
        padding-right: 5%;
        padding-left: 5%;
    }

    .mt-mob-vertical {
        margin-top: 10vh !important
    }

    .center-mob {
        text-align: center !important;
    }

    h1 {
        font-size: 2em !important;
    }

    h3,
    .h3 {
        font-size: 1.3em !important;
    }

    #section-google {
        height: auto !important
    }

    p {
        font-size: 12px;
        line-height: 1.8em !important;
    }

    .mt-10-mob {
        margin-top: 10% !important;
    }

    .mb-10-mob {
        margin-bottom: 10% !important;
    }

    .pad-20-mob {
        padding: 0 20%;
    }

    .ft-14 {
        font-size: 12px !important
    }
}