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

}

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

    /* SECTION */
    .section {
        width: 100%;
        max-width: 100%;
        /*border: 1px solid #FF0000;*/
    }

    /* HEADER */
    header .section {
        width: 100%;
        max-width: 100%;
        /*border: 1px solid #FF0000;*/
    }
    .contmenu {
        display: none;
        /*border: 1px solid #FF0000;*/
    }
    .logo {
        width: 100%;
        text-align: center;
        /*border: 1px solid #FF0000;*/
    }
    .logo img {
        width: 80px;
        float: none;
    }

    /* BLOQUE 1 */
    .contbloque1 {
        height: 90vh;
        /*border: 1px solid #FF0000;*/
    }
    .contbloque1 .fa-play-circle {
        padding: 60px;
        font-size: 120px;
        color: #ffd400;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: inherit;
        z-index: 1;
        text-shadow: 0px 0px 40px #000;
        /*border: 1px solid #FF0000;*/
    }
    .contbloque1 video {
        opacity: .55;
    }

    /* BLOQUE 2 */
    .contbloque2 .section p {
        font-size: 72px;
        /*border: 1px solid #FF0000;*/
    }
    .boxbloque2 {
        width: 100%;
        height: 200px;
        text-align: center;
        padding: 60px 60px;
        line-height: 150%;
        border-radius: 0;
        /*border: 1px solid #FF0000;*/
    }
    .boxbloque2-col {
        height: auto;
        padding: 26px;
        border-radius: 0;
    }
    .boxbloque2 p {
        font-size: 44px !important;
        /*border: 1px solid #FF0000;*/
    }

    /* BLOQUE 3 */
    .contbloque3 {
        padding: 60px 0px 0px;
        /*border: 1px solid #FF0000;*/
    }
    .contbloque3 p {
        margin: 5px 0px 25px;
        font-size: 44px;
        color: #FFF;
        line-height: 90%;
        /* border: 1px solid #FF0000; */
    }

    /* BLOQUE 5 */
    .contbloque5 {
        margin-bottom: 0px;
    }
    .contbloque5 iframe {
        height: 250px;
        margin-bottom: -8px;
    }
    .boxbloque5 {
        width: 100%;
        height: auto;
        padding: 35px 20px 20px 80px;
        margin: 0;
        /* border: 1px solid #FF0000; */
    }
    .boxbloque5 p {
        margin: 5px 0px 25px;
        font-family: 'Bebas Neue', cursive;
        font-size: 26px;
        color: #03502f;
        line-height: 0;
        text-shadow: none;
        /*border: 1px solid #FF0000;*/
    }

    /* POLITICAS DE PRIVACIDAD */
    .contpoliticas .section {
        width: 100%;
        max-width: 100%;
        margin: 100px 0px 40px;
        padding: 0px 30px;
    }
    .contpoliticas .section p {
        margin: 0px 0px 40px;
        font-size: 42px;
    }
    .txtpoliticas {
        margin: 0px 0px 40px;
    }
    .txtpoliticas p {
        margin: 0px 0px 20px !important;
        font-size: 30px !important;
        text-align: center;
        color: #ffd400;
        line-height: 100% !important;
        /*border: 1px solid #FF0000;*/
    }
    .txtpoliticas span {
        margin: 0px 0px 10px;
        font-size: 24px;
        font-weight: 500;
        text-shadow: 0px 1px 3px #000;
        line-height: 100% !important;
        display: inline-block;
        /*border: 1px solid #FF0000;*/
    }
    .txtpoliticas b {
        font-size: 18px;
        font-weight: 600;
        text-shadow: 0px 1px 3px #000;
        /*border: 1px solid #FF0000;*/
    }

}
