@media screen and ( min-width: 1400px ) {}

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

    /* ESTILO CAMPOS */
    .txtBox {
        font-size: 16px;
    }

	/* SECTION */
    .section {
        width: 90%;
        /*border: 1px solid #FF0000;*/
    }
    .titsection p {
        font-size: 30px;
    }

    /* HEADER */
    header {
        padding: 30px 20px 25px;
        /*border: 1px solid #FF0000;*/
    }
    .logo {
        width: 180px;
        margin: 0px 0px 0px 0px;
        /*border: 1px solid #FF0000;*/
    }
    .contmenu {
        width: 100%;
        height: 100vh;
        text-align: left;
        position: fixed;
        top: 0;
        left: 0;
        float: none;
        background-color: #f1f1f1;
        z-index: 1;
        display: none;
        /*border: 1px solid #FF0000;*/
    }
    .btnmenu {
        width: 320px;
        padding: 10px 0px 10px 20px;
        margin: 0px 0px 10px 0px;
        font-size: 26px;
        font-weight: 800;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(255,255,255,0);
        -moz-box-shadow: 0px 3px 0px 0px rgba(255,255,255,0);
        box-shadow: 0px 3px 0px 0px rgba(255,255,255,0);
        /*border: 1px solid #FF0000;*/
    }
    .btnmenu a {
        margin: 0px 0px 0px 0px;
    }
    .btnmenu img {
        top: 15px;
    }
    .icomenu {
        width: auto;
        padding: 25px 20px 10px;
        font-size: 40px;
        position: absolute;
        top: 5px;
        right: 0;
        z-index: 1;
        display: inherit;
        /*border: 1px solid #FF0000;*/
    }
    .icomenuclose {
        width: 100%;
        padding: 20px 25px;
        font-size: 40px;
        text-align: right;
        display: inline-block;
        /*border: 1px solid #FF0000;*/
    }

    /* BLOQUE 1 */
    .contbloque1 {
        height: 80vh;
        /*border: 1px solid #FF0000;*/
    }
    .contbloque1 .section {
        width: 80%;
        /*border: 1px solid #FF0000;*/
    }
    .boxbloque1 p {
        font-size: 50px;
    }
    .txtbloque1 {
        font-size: 26px;
    }

    /* BLOQUE 2 */
    .contbloque2 .section {
        margin: 0px 0px 30px;
        text-align: center;
    }
    .boxbloque2 {
        width: 100%;
        height: auto;
        margin: 0px 0px 30px;
        /*border: 1px solid #FF0000;*/
    }
    .imgbloque2 {
        position: relative;
        /*border: 1px solid #FF0000;*/
    }
    .txtbloque2 {
        width: 100%;
        padding: 10px 25px 30px;
        margin: 0px 0px 0px;
        font-size: 18px;
        line-height: 30px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        box-sizing: border-box;
        /*border: 1px solid #FF0000;*/
    }

    /* BLOQUE 3 */
    .boxbloque3 {
        width: 100%;
        height: auto;
        /*border: 1px solid #FF0000;*/
    }
    .txtbloque3 {
        width: 100%;
        padding: 0px 30px 40px;
        font-size: 17px;
        font-weight: 300;
        color: #666;
        text-align: left;
        line-height: 28px;
        float: right;
        background-color: #F7F7F7;
        box-sizing: border-box;
        /*border: 1px solid #FF0000;*/
    }
    .txtbloque3 .titsection {
        margin: 40px 0px 35px;
        text-align: center;
    }
    .txtbloque3 .titsection p {
        font-size: 30px;
    }
    .boxbloque3 iframe {
        width: 100%;
        height: 200px;
    }

    /* BLOQUE 4 */
    .contbloque4 {
        margin: -5px 0px 0px;
        /*border: 1px solid #FF0000;*/
    }
    .boxbloque4 {
        width: 100%;
        height: 150px;
        /*border: 1px solid #FF0000;*/
    }
    .separatorbloque4 {
        width: 70px;
        height: 2px;
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background-color: #FFF;
        /*border: 1px solid #FF0000;*/
    }

    /* BLOQUE 5 */
    .boxbloque5 {
        color: #FFF;
        /*border: 1px solid #FF0000;*/
    }
    .boxbloque5 {
        width: 100%;
        height: 200px;
        margin: 0;
        /*border: 1px solid #FF0000;*/
    }
    .txtbloque5 .button {
        font-size: 13px;
    }

    /* BLOQUE 6 */
    .contbloque6 .section {
        width: 90%;
    }
    .contbloque6 iframe {
        width: 100%;
        height: 200px;
        margin: 0px 0px 50px;
    }
    .boxbloque6 {
        width: 100%;
        /*border: 1px solid #FF0000;*/
    }
    .boxbloque6 .button {
        height: 50px;
        padding: 15px 80px 0px;
        font-size: 16px;
    }
    .boxbloque6col {
        padding: 50px 0px 0px 0px;
        text-align: center;
        /*border: 1px solid #FF0000;*/
    }
    .redesbloque6 {
        width: 100%;
        text-align: center;
        /*border: 1px solid #FF0000;*/
    }
    .redesbloque6 a {
        display: inline-block;
        float: none;
    }

    /* INTERIOR */
    .boxinterior {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 0px;
        margin: 30px 0px 0px;
        /*border: 1px solid #FF0000;*/
    }
    .boxinterior-col {
        height: 250px;
        /*border: 1px solid #FF0000;*/
    }
    .boxinterior .button {
        width: 100%;
        padding: 12px 80px 0px;
        margin: 40px 0px 120px;
        color: #333;
        float: left;
        border: 2px solid #333;
    }
    .desktop {
        display: none;
    }
    .movil {
        display: inherit;
    }

    /* FOOTER */
    .contbloque7 {
        padding: 0px 20px;
        /*border: 1px solid #FF0000;*/
    }

}