@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
	height: 100%;
	background: url(../images/fondo1.jpg) center center no-repeat fixed;
	background-size: cover;
	box-sizing: border-box;
    text-align: center;
    font-family: 'proxima_novalight', sans-serif;
    font-size: 1.3em;
    }

body {
    width: 50%;
	height: 100%;
	margin: 0 50%;
}

#container  { margin-right: 10%; margin-top: 8%; }

#intro {
	max-width: 100%;
    text-decoration: none;
}

#logo {
	float: right;
    margin-bottom: 20px;
}

#titulares {
    padding-top: 40px;
    border-top: 1px solid #742f8a;
	clear: both;
    margin-bottom: 20px;
}                                                                  
h1 {
	color: #3a3a3a;
	font-size: 1.33em;
    line-height: 36px;
    margin-bottom: 20px;
}

h2 {
	color: #742f8a;
    font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 2.2em;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.boton a {
    text-decoration: none;
    color: #3a3a3a;
    font-family: 'proxima_novasemibold', sans-serif;
    font-size: 40px;
    letter-spacing: 3px;
    padding: 8px 10px 7px 10px;
    border-radius: 4px;
    border: 1px solid #3a3a3a;
}

.boton a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #742f8a;
    border: 1px solid #742f8a;
}

.boton img {
    position: relative;
    top: -2px;
}

#iconos {
	max-width: 100%;
	background-color: rgba(116,47,138,0.2);
	border-radius: 4px;
    min-height: 10px;
	padding: 16px;
    margin-top: 40px;
	color: #742f8a;
	line-height: 1.3em;
    margin-bottom: 60px;
    overflow: hidden;
}


#iconos p {
	padding: 4px;
    font-size: 1em;
    line-height: 1.3em;
    letter-spacing: 1px;
}

#iconos span {
    font-family: 'proxima_nova_rgbold', sans-serif;
}

#footer {
	max-width: 100%;
}

#formulario {
	float: left;
	width: 70%;
    text-align: left;
}

h3 {
	color: #742f8a;
    font-family: 'proxima_nova_rgregular', sans-serif;
	font-size: 1.2em;
    margin-bottom: 20px;
}

#frio {
	float: left;
	width: 30%;
    text-align: right;
    margin-top: -18px;
}

img {
	max-width: 100%;
}

#mc_embed_signup {
width: 400px;
}

.mc-field-group, .clear, {
    padding: 0;
    margin: 0;
}

#mce-FNAME, #mce-EMAIL, #mc-embedded-subscribe {
    width: 100%;
    text-align: center;
    font-family: 'proxima_novalight', sans-serif;
    font-size: 16px;
    margin: 0;
    background-color: transparent;
    padding: 4px 0;
}

#mce-FNAME {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #742f8a;
}

 #mce-EMAIL {
     border-left: 1px solid #742f8a;
     border-right: 1px solid #742f8a;
     margin-top: -1px;
}

#mc-embedded-subscribe {
    width: 402px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid rgba(116, 47, 138, 1);
    margin-top: -1px;
    font-family: 'proxima_novasemibold', sans-serif;
    font-size: 18px;
    background-color: #742f8a;
    color: #ffffff;
    cursor: pointer;
}

#mc-embedded-subscribe:hover {
    background-color: rgba(116, 47, 138, 0.59);
}


@media (max-width: 1366px) {
    
    #container  { margin-right: 5%; margin-top: 5%; }

    #logo { margin-bottom: 10px; }

    #titulares {
        padding-top: 20px;
        margin-bottom: 10px;
    }                                                                  
    h1 {
        font-size: 1.33em;
        line-height: 32px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 2em;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .boton a {
        font-size: 40px;
    }

    #iconos {
        font-size: 0.9em;
        padding: 6px;
        margin-top: 30px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }  

    #iconos p {
        padding: 4px;
        font-size: 1em;
        line-height: 1.3em;
        letter-spacing: 1px;
    }

    h3 {
	   font-size: 1.1em;
        margin-bottom: 10px;
    }

    #frio img {
	   width: 170px;
        margin-top: 10px;
    }

}

@media (max-width: 1230px) {
    
    #container  { margin-right: 2%; margin-top: 2%; }

    #logo { margin-bottom: 10px; }

    #titulares {
        padding-top: 10px;
        margin-bottom: 10px;
    } 
    
    h1 {
        font-size: 1.1em;
        line-height: 1.3em;
        margin-bottom: 8px;
    }

    h2 {
        font-size: 1.4em;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .boton a {
        font-size: 30px;
    }

    #iconos {
        font-size: 0.8em;
        padding: 4px;
        margin-top: 25px;
        margin-bottom: 20px;
    }  

    #iconos p {
        font-size: 1em;
        line-height: 1.2em;
        letter-spacing: 1px;
    }

    h3 {
	   font-size: 0.9em;
        margin-bottom: 10px;
    }

    #frio img {
	   width: 170px;
        margin-top: 10px;
    }
    
    #mc_embed_signup {
        width: 300px;
    }

    #mc-embedded-subscribe {
        width: 302px;
    }
}


@media (max-width: 900px) {
    html { background-image: none; }
    body { width: 100%; margin: 0; }
    #container  { margin: 0; }

    #logo { margin: 10px; max-width: 90%; float: none; text-align: center; }

    #titulares {
        padding: 10px;
        margin-bottom: 20px;
 
    } 
    
    h1 {
        font-size: 1em;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 1.1em;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .boton a {
        font-size: 25px;
    }

    #iconos {
        padding: 4px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }  

    #iconos p {
        font-size: 0.9em;
        line-height: 1.2em;
        letter-spacing: 1px;
    }

   
    #footer {
        max-width: 100%;
    }

    #formulario {
        width: 100%;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }

    h3 {
	   font-size: 0.8em;
        margin-bottom: 15px;
    }

    #frio {
        float: none; 
        width: 100%;
        text-align: center;
    }

    #frio img {
        max-width: 100%;
        margin-top: 0;
    }

    #mc_embed_signup {
        width: 90%;
        padding: 5%; 
    }

    #mc-embedded-subscribe {
        width: 100.6%; 
    }
    
#movil { height: 200px; background: url(../images/header_movil.jpg) top center no-repeat fixed;) }
}
    

