.datoscon {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
}

body.pag6 input,
body.pag6 textarea {
    border-radius: 10px;
    padding: 5px;
    background-color: transparent;
    border: 1px solid white;
    margin-bottom: 10px;
    width: 90%;
    margin-top: 3px;
    color: white;
    transition: .5s;
}

body.pag6 input:focus,
body.pag6 textarea:focus {
    border: 1px solid var(--colorPrincipal);
    color: var(--colorPrincipal);
}

body.pag6 textarea {
    max-width: 90%;
    min-width: 90%;
    min-height: 100px;
    max-height: 300px;
    height: 150px;
}

body.pag6 input[type='checkbox'] {
    width: 50px;
}

body.pag6 .MapNext {
    background-image: url("https://design.zendha.net/assets/systems/texturas/mapa.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 70vh;
    border-radius: 20px;
}

body.pag6 h2 {
    margin-bottom: 15px;
    ;
}

body.pag6 #rrssCont {
    margin-bottom: 40px;
    ;
}

body.pag6 #rrssCont i {
    font-size: 35px;
    margin: 10px;
    cursor: pointer;
}

body.pag6 #rrssCont i:hover {
    color: var(--colorPrincipal)
}

@media(max-width:1249px) {
    body.pag6 #flechaRight {
        display: none;
    }
}

@media(max-width:1190px) {
    body.pag6 .MapNext {
        width: 100%;
        height: 250px !important;
    }
}

@media(max-width:860px) {
    body.pag6 textarea {
        max-width: 90%;
        min-width: 90%;
        min-height: 100px;
        max-height: 200px;
        height: 120px;
    }
    #hideTablet {
        display: none;
    }
    body.pag6 #blg_post1 {
        width: 100%;
    }
    body.pag6 #flechaRight {
        display: block;
    }
}

@media(max-width:600px) {
    body.pag6 #hideMov.MapNext {
        display: none;
    }
    body.pag6 #centrxt {
        text-align: center;
    }
    body.pag6 .MapNext {
        height: 60vh !important;
    }
}