body {
    font: 13px/16px Helvetica, Helvetica Neue, Arial;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
    @font-face {
    font-family: 'HurmeGeometricSans1';
    src: url('fonts/HurmeGeometricSans1.eot');
    src: url('fonts/HurmeGeometricSans1.eot') format('embedded-opentype'),
         url('fonts/HurmeGeometricSans1.woff2') format('woff2'),
         url('fonts/HurmeGeometricSans1.woff') format('woff'),
         url('fonts/HurmeGeometricSans1.ttf') format('truetype'),
         url('fonts/HurmeGeometricSans1.svg#HurmeGeometricSans1') format('svg');
    }


    @font-face {
    font-family: 'HurmeGeometricSans1Light';
    src: url('fonts/HurmeGeometricSans1Light.eot');
    src: url('fonts/HurmeGeometricSans1Light.eot') format('embedded-opentype'),
         url('fonts/HurmeGeometricSans1Light.woff2') format('woff2'),
         url('fonts/HurmeGeometricSans1Light.woff') format('woff'),
         url('fonts/HurmeGeometricSans1Light.ttf') format('truetype'),
         url('fonts/HurmeGeometricSans1Light.svg#HurmeGeometricSans1Light') format('svg');
    }


    @font-face {
    font-family: 'HurmeGeometricSans1SemiBold';
    src: url('fonts/HurmeGeometricSans1SemiBold.eot');
    src: url('fonts/HurmeGeometricSans1SemiBold.eot') format('embedded-opentype'),
         url('fonts/HurmeGeometricSans1SemiBold.woff2') format('woff2'),
         url('fonts/HurmeGeometricSans1SemiBold.woff') format('woff'),
         url('fonts/HurmeGeometricSans1SemiBold.ttf') format('truetype'),
         url('fonts/HurmeGeometricSans1SemiBold.svg#HurmeGeometricSans1SemiBold') format('svg');
    }

    @font-face {
    font-family: 'HurmeGeometricSans1Bold';
    src: url('fonts/HurmeGeometricSans1Bold.eot');
    src: url('fonts/HurmeGeometricSans1Bold.eot') format('embedded-opentype'),
         url('fonts/HurmeGeometricSans1Bold.woff2') format('woff2'),
         url('fonts/HurmeGeometricSans1Bold.woff') format('woff'),
         url('fonts/HurmeGeometricSans1Bold.ttf') format('truetype'),
         url('fonts/HurmeGeometricSans1Bold.svg#HurmeGeometricSans1Bold') format('svg');
    }



    @font-face {
    font-family: 'HurmeGeometricSans4';
    src: url('fonts/HurmeGeometricSans4.eot');
    src: url('fonts/HurmeGeometricSans4.eot') format('embedded-opentype'),
         url('fonts/HurmeGeometricSans4.woff2') format('woff2'),
         url('fonts/HurmeGeometricSans4.woff') format('woff'),
         url('fonts/HurmeGeometricSans4.ttf') format('truetype'),
         url('fonts/HurmeGeometricSans4.svg#HurmeGeometricSans4') format('svg');
    }


    @font-face {
    font-family: 'HurmeGeometricSans4Black';
    src: url('fonts/HurmeGeometricSans4Black.eot');
    src: url('fonts/HurmeGeometricSans4Black.eot') format('embedded-opentype'),
         url('fonts/HurmeGeometricSans4Black.woff2') format('woff2'),
         url('fonts/HurmeGeometricSans4Black.woff') format('woff'),
         url('fonts/HurmeGeometricSans4Black.ttf') format('truetype'),
         url('fonts/HurmeGeometricSans4Black.svg#HurmeGeometricSans4Black') format('svg');
    }


    .bg{
        width: 100%;
        height: 629px;
        background: url(../img/bg.jpg) no-repeat center 0;
        background-color: #009422;
    }

        .cabecera{
            width: 1230px;
            margin: 0 auto;
            overflow: hidden;
        }

        .cabecera,
        .tituloMovil{
            font-family: 'HurmeGeometricSans4Black';
        }

            .cabecera .cabecera_logo{
                width: 47.39837398373984%;
                float: left;
            }

                .cabecera_logo .logo{
                    width: 32.07547169811321%;
                }

                    .cabecera_logo .logo img{
                        width: 100%;
                    }

            .cabecera .cabecera_info{
                width: 45.28455284552845%;
                padding: 0 4.878048780487805% 0 2.439024390243902%;
                float: right;
            }


            header .detail{
                width: 24px;
                height: 4px;
                background-color: #fff;
                display: block;
            }


            header h1{
                font-size: 31px;
                line-height: 26px;
                color: #fff;
                margin-top: 30px;
                margin-bottom: 30px;
                text-transform: uppercase;
            }

            header .titulo_tablet {
                display: none;
            }

            header .bg_p {
                background-image: url(../img/bg_p.png);
                background-repeat: no-repeat;
                margin-left: -6%;
                width: 115%;
                height: 85px;
            }


            header p{
                width: 66%;
                font-family: 'HurmeGeometricSans4';
                font-size: 16px;
                line-height: 19px;
                color: #fff;
                margin: 8px 0px;
                padding-left: 18%;
                padding-top: 15px;
            }

                header span{
                    font-family: 'HurmeGeometricSans4Black';  
                }

                header .fila01{
                    font-size: 24.5px;
                }

                header .fila02{
                    font-size: 30px;
                }


    .tituloMovil{
       background-color: #009422;
       display: none;
    }

        .tituloMovil h1{
            color: #fff;
            margin: 0;
            padding: 25px 5% 15px;/* SIEMPRE para movil padding-top 10px mas alto que el padding bottom*/
            font-size: 30px;
            line-height: 25px;
            text-transform: uppercase;
            display: none;
        }

        .tituloMovil .fila01 {
            font-size: 23.8px;
        }

        .tituloMovil .fila02 {
            font-size: 29px;
        }

    .contenidoMedio{
        width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        overflow: hidden;
        position: relative;
    }

        .contenido_formulario{
            width: 46.50406504065041%;
            padding: 0 3.658536585365854% 0 2.439024390243902%;
            position: absolute;
            right: 0;
            top:0;
        }

            .formulario{
                padding: 0 5% 3%;
                overflow: hidden;
                box-sizing: border-box;
				
            }

            .formulario_respuesta{
                font-size: 15px;
                text-align: center;
                line-height: 31px;
                padding: 22.5% 15%;
            }

                .corner{
                    height: 28px;
                    margin: 36px 0 0 0;
                    position: relative;
                }

                    .corner img{
                        width: 100%;
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                    }

                    .cornerMovil{
                        display: none
                    }

               

               
                .formulario h3 span{
                    font-family: 'HurmeGeometricSans1Bold';
                }

                .formulario p{
                    font-family: arial;
                    font-weight: bold;
                    font-size: 13px;
                    color: #8d8d8d;
                    margin: 0 0 20px 0;
                }

                /* nuevo */
                .formulario_respuesta p{
                    font-size: 20px;
                    text-transform: uppercase;
                    color: #464646;
                    font-family: 'HurmeGeometricSans1';
                    margin: 0;
                    padding: 5px 0;
                    border-top: 1px solid #009422;
                }

                /* nuevo */
                    .formulario_respuesta p a {
                        background-color: #009220;
                        padding: 5px 10px;
                        color: #fff;
                        text-decoration: none;
                        border-bottom: 4px solid #007719;
                        font-size: 13px;
                    }

                .formulario .linea{
                    width: 100%;
                    float: none;
                    padding: 0;
                    position: relative;
					
                }

                .formulario .linea:nth-child(2n+1){
                    padding-right: 0;
                }

                .formulario .linea:nth-child(2n){
                    padding-left: 0;
                }

                .formulario .margen{/*autorización*/
                    width: 75%;
                    padding: 0 0;
					color:#485d6a;
                }


                .formulario .linea>input,/*autorización*/
                .formulario .linea>select{/*autorización*/
                    width: 93%;
                    border: 1px solid #c7c7c7;
                    border-radius: 3px;
                    font-family:Tahoma, Geneva, sans-serif;
               
                    font-size: 12px;
                    color:#485d6a;
					padding-left:3%;
					padding-top:2%;
					padding-bottom:2%;
					margin-bottom:1%;
					background:none;
					
                
					text-transform:uppercase;
                }

                /* autorización*/
                .formulario .linea_radio{
                    width: 100%;
                    margin: 5px 0 0 0;
                    padding: 0;
                }

                    .formulario .linea_radio .texto{
                        width:100%;
                        margin-bottom:10px;
                    }
                        .linea_radio .texto p{
                            width:75%;
                            margin:0;
                            float: left;
                            font-weight: normal;
							color:#485d6a;
							font-family:Tahoma, Geneva, sans-serif;
                        }

                        .linea_radio .texto .autorizo{
                            width:25%;
                            float:left;
                            margin-top: 3px;
							font-family:Tahoma, Geneva, sans-serif;
							color:#485d6a;
							font-weight:100;
                        }

                            .linea_radio .texto .autorizo .grupo{
                                float: left;
                                padding: 0 5%;
                            }

                /* ------- */


                input[type=checkbox] {display: none;}

                .checkbox label {
                    width: 100%;
                    min-height: 20px;
                    margin-bottom: 0;
                    font-weight: normal;
                    cursor: pointer;

                }

                label {
                    display: inline-block;
                    max-width: 100%;
                }

                input[type="checkbox"], 
                input[type="checkbox"] {
                    position: absolute;
                    margin-top: 4px \9;
                    margin-left: -20px;
                }

                .i-checks input:checked + i:before {
                      width: 12px;
                      height: 12px;
                      background-image: url(../img/check.png);
                      background-position: 0px -11px;
                      top: 0;
                      left: 2px;
                }

                .i-checks > i:before {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    background-color: transparent;
                    content: "";
					color:#485d6a;
                }

                .i-checks > i {
                    position: relative;
                    display: inline-block;
                    width: 15px;
                    height: 15px;
                    margin-right: 3%;
                    margin-left: 0;
                    line-height: 1;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #cfdadd;
                    float: left;
					color:#485d6a;
                }

                .i-checks input:checked + i {
                    border-color: #4e9331;
                }


                .formulario .linea select{
                    width: 100%;
                    padding: 2.5%;
                    color:#485d6a;
                    background-color: #fff;
					margin-top:1%;
                }



                    .formulario .linea input::-webkit-input-placeholder { /* WebKit browsers */
                        color:#485d6a;
			
                    }

                    .formulario .linea input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                        color:#485d6a;
                    }

                    .formulario .linea input::-moz-placeholder { /* Mozilla Firefox 19+ */
                        color:#485d6a;
                    }

                    .formulario .linea input:-ms-input-placeholder { /* Internet Explorer 10+ */
                       color:#485d6a;
                    }

                    .formulario .linea .checkTerminos,
                    .formulario .linea .checkTerminos2{
                        width: 15px;
                        float: left;
                        margin-right: 4%;
                    }

                    .formulario .linea .fancy,
                    .formulario .linea .texto,
                    .formulario .linea .textoConfirmacion{
                        width: 85%;
                        float: left;
                        font-family: arial;
                        font-size: 12px;
                        color: #323232;
                        text-decoration: none;
                    }

                    .formulario .linea>.texto{/*autorización*/
                        width: 100%;
                        color:#485d6a;
                        font-weight: bold;
                        font-size: 13px;
                    }

                    .formulario .linea .contenido_terminos{
                        overflow: hidden;
                        display: block;
                        width: 100%;
                    }

                    .formulario .linea .contenido_texto{
                        overflow: hidden;
                        display: block;
                        width: 100%;
                    }

                        .contenido_texto strong{
                            margin-right: 4%;
                            float: left;
                            font-family: arial;
                            font-size: 13px;
                        }

                    .formulario .botonEnviar{
                        width: 40%;
                        padding-top: 5px;
                        float: right;
                    }

                        .formulario .botonEnviar a{
                            width: 60%;
                            background-image: url(../img/boton.jpg);
                            background-position: 0px -15px;
                            color: #fff;
                            font-size: 16px;
                            float: right;
                            font-family: arial;
                            font-weight: bold;
                            display: block;
                            text-align: center;
                            text-decoration: none;
                            padding: 5%;
                            border-radius: 5px;
                        }

                span.msgError {
                    position: absolute;
                    bottom: 0;
                    color: #ff8080 !important;
                    font-size: 11px !important;
                    font-family: Arial !important;
                    padding-left: 3px;
                    display: block;
                }

                /*autorización*/
                span.msgAutorizacion01, 
                span.msgAutorizacion02{
                    position: relative;
                    display: inline-block;
                }
                

        .contenidoMedio .contenido_descripcion{
            width: 93.75%;
            padding: 0 1.25% 0 5%;
            margin: 390px 0 0 0;
        }

            .contenido_descripcion .descripcion{
                width: 93.9%;
                padding: 3%;
                background-color: #fff;
                border: 1px solid #d5d5d5;
            }

                .descripcion h2{
                    font-family: 'HurmeGeometricSans1Light';
                    color: #03b2e6;
                    font-size: 24px;
                    line-height: 26px;
                    text-transform: uppercase;
                }

                    .descripcion h2 span{
                        font-family: 'HurmeGeometricSans1Bold';
                    }

                    .descripcion ul{
                        color: #8e8e8e;
                        font-size: 14px;
                        line-height: 20px;
                        font-family: arial;
                        padding-left: 16px;
                    }

                        .descripcion ul li{
                            list-style-type: none;
                            list-style-image: url(../img/guion_01.png);
                        }


    .contenidoInferior{
        width: 100%;
        background-color: #247a09;
        margin-top: 20px;
    }

        .contenido_informacion{
            width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            overflow: hidden;
            position: relative;
        }

            .contenido_informacion h3{
                font-family: 'HurmeGeometricSans1SemiBold';
                font-size: 24px;
                text-align: center;
                color: #fff;
                margin-top: 30px;
                margin-bottom: 10px;
            }

            .contenido_informacion .detail{
                width: 45px;
                display: block;
                background-color: #fff;
                height: 1px;
                margin: 0 auto;
            }

            .contenido_informacion .contenido_grupo{
                width: 100%;
                margin: 30px 0 60px 0;
                overflow: hidden;
            }

                .contenido_informacion .grupo{
                    width: 30.5%;
                    margin: 0 1.25%;
                    float: left;
                    background-color: #4e9331;
                    border: 2px solid #fff;
                    color: #fff;
                    min-height: 153px;
                    padding: 1.2% 0;
                }

                    .grupo .col1{
                        width: 38.72972972972973%;
                        float: left;
                        min-height: 125px;
                        border-right: 1px solid #fff;
                        text-align: center;
                        padding-top: 5%;
                    }

                    .grupo .col2{
                        width: 60%;
                        float: right;
                    }

                        .grupo .col2 ul{
                            padding: 0 5% 0 15%;
                        }

                    .grupo h4{
                        font-family: 'HurmeGeometricSans1SemiBold';
                        text-transform: uppercase;
                        font-size: 20px;
                        margin-top: 10px;
                        margin-bottom: 5px;
                    }

                    .grupo h4 .titulo_bajada{
                        font-size: 12px;
                        text-transform: uppercase;
                    }                    

                    .grupo span{
                        font-size: 14px;
                        text-transform: uppercase;
                        font-size: 13.4px;
                        text-transform: uppercase;
                        letter-spacing: -1px;
                    }

                    .grupo ul li,
                    .grupo ul li a{
                        font-size: 12px;
                        color: #fff;
                        text-decoration: none;
                        font-weight: normal;
                        margin-bottom: 3px;
                    }

                    .grupo ul li{
                        list-style-type: none;
                        list-style-image: url(../img/guion_02.png);
                    }


                        .grupo ul li span.salon {
                            display:block;
                            margin-left: 22%;
                        }

                    .grupo span{
                        letter-spacing: 0;
                        letter-spacing: 0;
                        font-size: 12px;
                        font-weight: normal;
                        text-transform: none;
                    }

                    .grupo .inicio{
                        text-transform: uppercase;
                    }

                    .contacto ul{
                        float: left
                    }

                        .contacto ul li {
                            list-style: none;
                        }

                    .flex-direction-nav .flex-prev,
                    .flex-direction-nav .flex-next{
                        display: none;
                    }


    footer{
        width: 100%;
        float: left;
    }

        .mainFooter{
            text-align: center;
            margin: 0;
            padding: 1.5%;
            background-color: #ededed;
        }

        .legal{
            text-align: center;
            padding: 1%;
            background-color: #dcdcdc;
        }
            .mainFooter p,
            .mainFooter p a,
            .legal p{
                font-family: arial;
                margin: 0;
                font-size: 14px;
                color: #969696;
                text-decoration: none;
            }

            .legal p{
                color: #4c4c4c;
                font-size: 13px;
                opacity: 0.5;
            }

    #divTerminos {
        display:none;
        font-family: 'HurmeGeometricSans1';
        color: #4e4e4e;
        font-size: 14px;
        padding-right: 15px;
        line-height: 18px;
        
    }

    .fancybox-skin{
        padding: 30px!important;
    }

    .fancybox-inner{
        overflow-x:hidden!important;
    }



/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ==============================
            TABLET
   ============================== */
@media only screen and (max-width: 1300px) {
    .bg{
        width: 100%;
        background: url(../img/bg_tablet.jpg) no-repeat center 0;
        background-color: transparent;
        background-size: 100%;
    }

    .cabecera,
    .contenidoMedio,
    .contenido_informacion{
        width: 92.30769230769231%;
        padding: 0 3.846153846153846%;
        margin: 0 auto;
    }

    .cabecera .cabecera_logo{/*w=615*/
        width: 51.25%;
        padding: 0;
    }

    .cabecera_logo .logo {
        width: 30.95833333333333%;
        padding-bottom: 50.4%;
    }

    .cabecera .cabecera_info{/*w=585*/
        width: 45.28846153846154%;
        padding: 5% 0 0 3.461538461538462%;/* w=45*/
    }

    .descripcion ul li br{
        display: none;
    }

    /* nuevo */
    header .bg_p {
        width: 100%;
        background-size: 175%;
        margin-left: -7.5%;
    }

    /*--------------*/

    header h1 {
        font-size: 41px;
        line-height: 35px;
    }


    /* nuevo */
    header p {
        width: 75%;
        padding-left: 22%;
    }

    /*--------------*/

    header .titulo_tablet {
        display: block;
        margin: 0 0 5% 0;
    }

    header .titulo_tablet img {
        width: 76.6%;
    }

    header .titulo_desktop {
        display: none;
    }

    header .fila01 {
        font-size: 32.5px;
    }

    header .fila02 {
        font-size: 40px;
    }

    .contenidoMedio .contenido_descripcion{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .contenido_descripcion .descripcion{
        border: 0;
        padding: 3%;
    }

    .descripcion ul{
        padding-left: 15px;
    }

    .formulario_respuesta {
        padding: 10% 15%;
    }

    .formulario .linea input,
    .formulario .linea select{
        padding: 2% 3%;
    }


    .formulario .linea {
        padding: 0 2% 23px;
    }

    .contenido_formulario{
        width: 100%;
        padding: 0;
        position: static;
        margin-bottom: 40px;
    }

    span.msgError {
        bottom: 8%;
    }

    .corner{
        margin-top: 0;
    }

    .corner img{height: 100%;}


    .formulario h3{
        font-size: 23px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }

     .formulario_respuesta h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .formulario .botonEnviar a {
        background-position: 0px -10px;
        width: 130px;
        padding: 4%;
    }

    .contenido_informacion .contenido_grupo{
        margin: 30px 0 30px 0;
    }

    .contenido_informacion .grupo {
        width: 500px;
        float: none;
        margin: 0 auto 40px;
        padding:3% 0 15px 0;
    }

    .formulario .linea .contenido_terminos{
        margin-top: 1%;
    }
}

@media only screen and (max-width: 1010px) {
    .cabecera,
    .contenidoMedio,/*w=935*/
    .contenido_informacion{
        width: 92.57425742574257%;
        padding: 0 3.712871287128713%;
    }

    .cabecera .cabecera_info {
        width: 44.99%;
    }

    .contenido_informacion .grupo {
        width: 400px;
    }

    .descripcion ul {
        width: 96%;
        /*height: 120px;
        overflow-y: scroll;*/
        padding-right: 20px;
    }

    /* nuevo */
    header .bg_p {
        background-image: none;
    }

    /*--------------*/

    header h1 {
        margin-top: 0;
    }

    header p {
        width: 90%;
        margin: 3% 0;
        padding-left: 7%;
        padding-top: 0;
    }

    .contenido_formulario_respuesta{
        margin-bottom: 0;
    }

    .formulario .linea input,
    .formulario .linea select{
        padding: 3%;
    }

    .formulario .botonEnviar a {
        padding: 15px 5%;
    }

    .cabecera .cabecera_info {
        padding: 5% 0 0 3.74331550802139%;
    }

    .formulario{border:0;}

    .corner img{display: none;}

    .cornerMovil{
        display: block;
        position: absolute;
        width: 102%;
        left: -2%;
        height: 30px;
    }

    .mainFooter{
        padding: 2% 8%;
    }

    .legal p{
        padding: 1.5% 8%;
    }

    /* scroll*/

    ::-webkit-scrollbar{
      width: 10px;
    }
    ::-webkit-scrollbar-button{
      width:8px;
      height: 5px;
    }

    ::-webkit-scrollbar-thumb{
      background: -webkit-linear-gradient(top, #c5c5c5, #c5c5c5);
      -webkit-box-shadow:   inset 0 1px 0 rgba(197,197,197,.5),
                    inset 1px 0 0 rgba(197,197,197,.4),
                    inset 0 1px 2px rgba(197,197,197,.3);
      border-radius: 10px;
      -webkit-border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover{
        background: -webkit-linear-gradient(top, #8d8d8d, #8d8d8d);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(141,141,141,.6);
    }
}

@media only screen and (max-width: 890px) {
    header p{
        width: 100%;
    }

    header p br:first-child{
        display: none;
    }
}


/*------ CAMBIOS VARIABLES DE TEXTO CABECERA ------*/
@media only screen and (max-width: 785px) {
    header h1 {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 5%;
        line-height: 21px;
    }

    header .fila01 {
        font-size: 16.2px;
    }

    header .fila02 {
        font-size: 24px;
    }


    header p {
        width: 88%;
        font-size: 12px;
        line-height: 15px;
    }

}


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

    header h1 {
        font-size: 21px;
        line-height: 20px;
    }

    header .fila01 {
        font-size: 16px;
    }

    header .fila02 {
        font-size: 20px;
    }

    header p {
       font-size: 11px;
       line-height: 14px;
    }

    header .detail {
        height: 2px;
    }
}



/* ==============================
              MOVIL
   ============================== */
@media only screen and (max-width: 500px) {
    .bg{
        background: url(../img/bg_movil.jpg) no-repeat center 0;
        background-size: 100%;
    }

    .cabecera, 
    .contenidoMedio, 
    .contenido_informacion{
        width: 90%;
        padding: 0 5%;
    }

    .cabecera {
        padding-bottom: 25%;
    }

     .cabecera_logo .logo {
        padding-bottom: 0;
    }

    .descripcion h2 {
        font-size: 16px;
        line-height: 21px;
    }

    .descripcion ul{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .cabecera .cabecera_info{
        display: none;
    }

    .tituloMovil,
    .tituloMovil h1{
        display: block;
    }

    .cabecera .cabecera_logo {
        width: 100%;
    }

    .descripcion ul {
        width: 91%;
    }

    .cabecera_logo .logo {
        width: 27.95833333333333%;
    }

    .formulario .linea {
        width: 100%;
        padding: 0 0 20px;
    }

    .formulario .botonEnviar {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .formulario .botonEnviar a {
        width: 115px;
        padding: 15px;
        float: none;
        margin: 0 auto;
    }

    .corner{
        display: none;
    }

    .cornerMovil{
        width: 111.5%;
        left: -6%;
        height: 25px;
    }

    .formulario{
        border:0;
        padding: 40px 3%;
    }

    .contenido_formulario{
        margin-bottom: 0;
        position: relative;
    }

    .contenido_informacion .grupo{
        width: 80%;
    }

    .grupo h4 {
        font-size: 15px;
    }

    .contenidoInferior{
        margin-top: 0;
    }

    .mainFooter p, 
    .legal p{
        font-size: 12px;
    }

    .mainFooter {
        padding: 5% 8%;
    }

    .tituloMovil h1 img{
        width: 90%;
    }
}


@media only screen and (max-width: 480px) {
    .contenido_informacion .grupo{
        overflow: hidden;
        height: 100%;
    }

    .grupo .col1{
        width: 80%;
        min-height: 100%;
        margin: 0 10%;
        border-bottom:1px solid #fff;
        border-right: 0;
        padding-bottom: 5%;
    }

    .grupo .col2{
        width: 100%;
    }

    .grupo .col2 ul {
        padding: 0 15% 0 15%;
    }

    .grupo ul .textobr br{
        display: none;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next{
        top: 30px;
    }

    .flex-direction-nav .flex-next{
        right: 4%;
    }

    .flex-direction-nav .flex-prev {
        right: 12%;
    }

    .contenido_informacion .requisito{
        min-height: 240px;
    }
}

/* END MOVIL */



/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}