/*V2*/
@media screen and (max-width: 700px) {

    .icon-barslide a {
        padding: 9px;
    }
    .imgbarlog {
        width: 15px;
    }

    .psoload {
        left: 30%;
        top: 33%;
    }

    .navegacion-imagen img {
        transform: scale(2.5);
        margin: auto;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 0px;
    }
    .navegacion {
        top: 0;
    }

    .navegacion-lista {
        display: none;
    }

    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        transform: translateY(-50)
    }

    .menu button {

        width: 50px;
        height: 40px;
        padding: 0;
        display: inline-block;
        position: relative;
        float: none;
        background-color: transparent;
        outline: 0;
        border: none;
        text-rendering: geometricPrecision;
        transform: scale(1.2);
    }

    .menu button span {
        right: 2px;
        left: auto;
    }

    .menu button:hover:before,
    .menu button:hover:after {
        right: 2px;
        left: auto;
    }

    .menu button:before,
    .menu button:after {}


    .menuppal {
        width: 100%;
        height: 100vh;
    }
    
    .menuppal ul{
        width: 70%;
    }
    
    .menuppal ul li{
        font-size: 3.5rem;
    }
    .menuppal ul li span{
        font-size: 2.5rem;
        color: #aa984a;
    }
    
    .hamburger.is-active {
        top: 30px;
        left: 0;
        right: 30px;
    }

    .titulo-slider {
        font-size: 18pt;
        line-height: 19pt;
    }

    .subtitulo-slider {
        font-size: 1.1rem;
    }

    .owl-theme .owl-dots {
        transform: scale(0.7);
    }

    .boton-slider {
        position: absolute;
        top: 70%;
        left: 15%;
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
        background-color: black;
        padding: 5px 19px;
    }

    .preguntas-contenedor {
        margin-top: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .preguntas-subcontenedor {
        height: 77rem;
    }

    .preguntas-titulo {
        font-size: 3.7rem;
    }

    .preguntas-imagen {
        width: 70%;
        top: 0;
        left: 2rem;
    }

    .preguntas-textos {
        top: 15%;
        width: 80%;
        height: 80%;
    }

    .items-preguntas {
        font-size: 1.5rem;
        font-family: Ghandi-bn;
    }

    .contenedor-listapreguntas {
        padding: 35% 6% 5% 15%;
    }

    .asesoramos-contenido blockquote {
        font-size: 3rem;
    }

    .asesoramos-contenido p {
        width: 80%;
    }

    .navegacion.scrolled > .navegacion-subcontenedor > .navegacion-imagen > .logo {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
}

    .owl-height {
        height: 410px;
    }

    .servicios {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .servicios-subcontenedor {
        height: auto;
    }

    .servicios-contenido {
        flex-wrap: wrap;
        width: 90%;
        max-width: 100vw;
        justify-content: space-around;
    }

   .servicios-item {
    width: 65%;
    height: 230px;
    margin: 5px 0;
}

    .servicios-texto {
        font-size: 1.2rem;
        padding: 0 1rem;
        padding-top: 1.5rem;
        font-family: Ghandi-bn;
    }

    .anios {
        line-height: normal;
        font-size: 3.5rem;
    }

    .nosotros-contenedor > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .subtitulo-slider {
        top: 48%;
    }

    .subtitulo-slider {
        font-size: 10pt;
        width: 75%;
        top: 50%;
    }

    .empresa {
        height: 130rem;
    }

    .contenedor-atributos {
        flex-wrap: wrap;
        height: 70%;
    }

    .mision {
        width: 100%;
        height: 60%;
        padding-left: 0;
    }

    .valores {
        width: 100%;
        height: 40%;
        background-size: 30%;
    }

    .relleno {
        height: 30%;
    }

    .relleno p {
        width: 70%;
    }

    .contfooter {
        padding: 0;
        padding: 3rem 0;
        height: 55rem;
    }

    .contfooter h2 {
        font-size: 4rem;
    }

    .rowfooter {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rowfooter div:last-child {
        margin-bottom: 0;

    }

    .rowfooter label {
        border-radius: 5px 0 0 5px;
    }

    .rowfooter input {
        width: 20rem;
        padding-left: 0;
        border-radius: 0 5px 5px 0;
    }

    .rowfooter input#mensaje {
        height: 6rem;

    }

    .rowfooter div {
        margin-bottom: 2rem;
    }



    .img-carousel{
        display: none;
    }
    .img-carouselmov{
        display: block;
    }

    .asesoria-contenedor > .servicios {
        background-position: 24% 12%;
        background-size: cover;
    }

    .owl-dots {
        position: absolute;
        top: 75%;
        left: 15%;
    }








}