/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
body {
  font-size: 112.5%;
  }

/*# sourceMappingURL=responsive.desktop.css.map */


#content-wrapper > .containerz {}

body.not-logged-in #content-wrapper > .containerz {}


#footer-wrapper.anclado {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    }


.footer-seccion-02 .derecha h2 {margin-bottom: 1em; text-align: center;}

.footer-seccion-02 .derecha .webform-component--boletin-nombre,
.footer-seccion-02 .derecha .webform-component--boletin-email,
.footer-seccion-02 .derecha .webform-component--boletin-pais,
.footer-seccion-02 .derecha .webform-component--boletin-estado {
    float: left;
    clear: left;
    width: 40%;
    }

.footer-seccion-02 .derecha .webform-component--boletin-terminos,
.footer-seccion-02 .derecha .webform-component--boletin-privacidad,
.footer-seccion-02 .derecha .form-actions,
.footer-seccion-02 .derecha .captcha {
    float: right;
    width: 40%;
    clear: right;
    position: relative;
    top: -10em;
    }

.footer-seccion-02 .derecha .captcha {margin-top: 1.6em;}



/* -------- PANTALLAS MUY GRANDES --------- */
/* ----------------------------------------*/
@media only screen and (min-width:1501px) {

    
	body {font-size: 140%;}
  
  #secondary-content-wrapper {margin-top: 5.9em;}

    
}

