@media(max-width: 1024px){
    .formu {
        background: url(../img/backform.jpg) no-repeat;
        background-size: cover;
        background-position-x: -291px;
        height: 100%;
    }
}

@media (max-width: 992px){
    .cont-barra {
        padding-top: 10px;
        height: auto;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #AA7B40;
        color: white;
        font-size: 26px;
        font-weight: bold;
    }
    .barra-Menu {
        max-height: 100%;
        height: 146px;
    }
    .m-logo{
        justify-content: space-around;
    }
    .m-logo .logoSaur{
        margin-left: 0;
    }
    .formu {
        background: url(../img/backform.jpg) no-repeat;
        background-size: cover;
        background-position-x: 0;
        height: 100%;
    }
    .con-txt-gracias{
        padding: 5px!important;
    }
    .con-txt-gracias h1{
        font-size: 18px;
    }

    .formu-item{
        margin-right: 6px;
        margin-left: 6px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
        background-color: #ECE8E7;
        height: 100%;
        width:500px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .form-cont{
        display: flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        margin: auto;
        text-align: center;
    }

    form{
        width: 100%;
    }
    .formu{
        background: url("../img/backformMob.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    .precios{
        margin-top: 40px;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .precios-precios1, .precios-precios2{
        width: 80%;
    }
    .espacio{
        width: 0;
    }
    .wcontrol{
        width: 60%;
    }
    footer{
        height:100%;
        padding-top: 40px!important;
        padding-bottom: 40px!important;
        max-height: 100%;
        margin-bottom: 10px;
    }
    .f-img, .redes, .f-text{
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-top: 20px;
        height: auto;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        justify-items: center;
    }
    .f-text span{
        width: 80%!important;
    }
    .soloMob{
        display: block!important;
    }
    .soloDesk{
        display: none!important;
    }
    .img-logoMob{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;
        height: 100%;
        padding: 30px;
    }

    .img-logoMob img{
        width: 100%;
    }
}

@media (max-width: 800px){
    .textIntro{
        width: 100%!important;
        padding: 2%;
    }
    .textIntro img{
        width: 100%!important;
        padding: 5;
    }
}

@media (max-width: 500px){
    .p-datos{
        font-size: 13px;
    }
    .cont-iconos img{
        width: 100%!important;
    }
}