@charset "UTF-8";
/* CSS Document */

/* RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none!important;
}
li {
	list-style: none!important;
	display: inline-block;
}
blockquote,  q {
	quotes: none;
}
blockquote:before,  blockquote:after,  q:before,  q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET*/

/* SET */
/*COLORES DE LA MARCA:
OSCURO #62badd
INTENSO #f16731
CLARO #48c6b2

/*COLORES NEUTROS:
TEXTOS [p] #676767
FONDO [body] #ececec
INVERT #ffffff
*/

/*FUENTES:
GENERAL (400,700) font-family: 'Montserrat', sans-serif;
DESTACADAS (600,900) font-family: 'Montserrat', sans-serif;
*/
html,body{
  overflow-x: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #676767;
	background-color:#ececec;
}
/*HEADER*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
	background-color: white;
	border-bottom: solid 1px gray;
}
header .content {
	position: relative;
}
header .logo a {
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-decoration: none;
}
.share {
	width: auto;
	text-align:center;
	margin:auto;
}
.share li {
	list-style: none!important
}
.share li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	background-color: white;
	background-size: 70%;
	background-position: center center;
	border-radius: 15px;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style: none!important
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.twitter {
	background-image: url(../img/ui/share_twitter.svg);
}
.share li a.whatsapp {
	background-image: url(../img/ui/share_whatsapp.svg);
}
.phone {
	visibility: hidden !important;
}
@media only screen and (max-width: 960px) {
.phone {
	visibility: visible !important;
}
}
/*HEADER*/

/* SPONSOR */
.sponsor {
	position: relative;
	z-index: 10;
	font-weight: 400;
}
.sponsor span {
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #676767;
	background-color: #ececec;
	padding-top: 65px
}
.sponsor a {
	display: block;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	height: auto;
}
/* SPONSOR */
		
/* MAIN INTRO */
main {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}
/* image */
#intro {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-image: url(../img/content/top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
 @media (max-width:960px) {
#intro {
	background-position: top center;
}
}
/* image */
/* titles */
#top .just-med-izq {
	width: 39%;
	height: 74vh;
	padding: 3vh 5%;
	text-align: center;
	float:left;
	display: inline;
	background-color: rgba( 0, 0, 0, 0.5);
}
#top .just-med-der {
	width: 39%;
	height: 84vh;
	padding: 3vh 5%;
	text-align: center;
	float:right;
	display: inline;
	background-color: rgba( 0, 0, 0, 0.5);
}
@media (max-width:960px) {
#top .just-med-izq, #top .just-med-der {
	width: 90%;
	height:auto;
	padding: 2vh 5%;
	margin: 66vh auto 0 auto;
	background-color: rgba( 0, 0, 0, 0.7);
}
}
@media (max-width:640px) {
#top .just-med-izq, #top .just-med-der {
	width: 90%;
	height:auto;
	padding: 2vh 5%;
	margin: 50vh auto 0 auto;
	background-color: rgba( 0, 0, 0, 0.7);
}
}
#top .just-full {
	width: 90%;
	height:auto;
	min-height: 26vh;
	padding: 2vh 5%;
	margin: 86vh auto 0 auto;
	clear:both;
	background-color: rgba( 0, 0, 0, 0.7);

}
@media (max-width:960px) {
#top .just-full {
	margin: 50vh auto 0 auto;
}
}
/* styles */
#top #content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	line-height: 1.1em;
	margin: 10px 0;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
}
@media (max-width:960px) {
	#top #content h1 {
	font-size: 1.7em;
	line-height: 1.2em;
	margin: 10px 0;
}
}
@media (max-width:640px) {
	#top #content h1 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 10px 0;
}
}

#top #content h1 strong {
	font-weight: 900;
}
#top #content h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 0;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
}
#top #content h2 strong {
	font-weight: 700;
}
#top #content h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;
	margin: 25px 0px;
	font-weight: 600;
}
#top #content h3 b {
	font-weight: 900;
}

#top #content h4 {
	font-size: 0.8em;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0px;
	font-weight: 400;
}

/* styles */
/* titles */
/* MAIN INTRO */

/* ARTICLE */
article{ float: left; display:block; position:relative; width:100%; height:auto; margin:0; padding:0:}
/* ARTICLE */
	
/* CONTAINER */
#container {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	z-index: 500;
	padding: 25px 0;
	margin: 0;
	background-image:url(../img/content/bkg-01.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat:repeat-y;
}
@media (max-width:640px) {
#container {
	background-image:url(../img/content/bkgmobile.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat:repeat-y;
}
}


/* fondos colores neutros */
#container .blanco{background-color: #ffffff;}
#container .neutro{background-color: #ececec;}
#container .fuerte{background-color: #676767;}
#container .negro{background-color: #000000;}
/* fondos colores neutros */
/* fondos colores de la marca */
article .claro{background-color: #48c6b2;}
article .intenso{background-color: #f16731;}
article .oscuro{background-color: #62badd;}
/* fondos colores de la marca */
#container .content {
	width: 40%;
	padding-left: 25%;
	text-align: left;
	display: inline;
	float: left;
}
 @media (max-width:960px) {
#container .content {
	width: 80%;
	padding: 0 10% 0 10%;
	display: block;
	float: left;
}
}
/* CONTAINER */

/*BANNERS*/
.bannercont {
	width: 300px;
	height: 615px;
	display: block;
	float: right;
	margin-right: 2%;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
 @media all and (max-width:960px) {
.bannercont {
	width: 95%;
	height: 265px;
	padding: 0 2%;
}
}
.banner {
	width: 300px;
	height: auto;
	margin: auto;
}
article .banner p {
	width: 300px;
	height: 15px;
	color: white;
	background-color: black;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0px;
}
 @media (min-width:960px) {
article .banner p {
	margin: 0px !important;
}
}
article .banner.phone {
	width: 300px;
	height: 250px;
	display: block;
	z-index: 100;
	visibility: hidden;
}
article .banner.desktop {
	width: 300px;
	height: 600px;
	float: left;
	display: block;
	z-index: 100;
}
 @media (min-width:960px) {
.phone {
	display: none !important;
}
}
 @media (max-width:960px) {
.desktop {
	display: none !important;
}
}
/*BANNERS*/

/*PARALLAX*/
.parallax {
	height: 80vh;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
}
 @media (max-width:500px) {
.parallax {
	background-attachment: scroll;
	max-height: 300px;
}
}
/*PARALLAX*/	

/* TEXTS */
p {
	margin: 20px 0;
	font-weight: 400;
	text-align: justify;
	color: #676767;
	margin: 25px auto;
	font-size: 1em;
	line-height: 1.5em;
}
p i {
	font-style: italic;
	font-weight: 600;
}
p strong {
	font-weight: 700;
}
p a {
	color: #f16731;
	font-weight: 700;
	text-decoration: underline;
}
.content h1, .content h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	margin: 25px auto;
	color: #ffffff;
	font-weight: 900;
	text-align: left;
	line-height: 1.5em;
	padding: 7px 10px;
	background-color: #f16731;
	text-transform:uppercase;
	display:inline;
	width:auto;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	margin: 10px auto;
	color: #cde8f6;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	line-height: 1.4em;
}
h4 {
	font-size: 1.2em;
	color: #62badd;
	text-align: left;
	margin: 25px 0px;
	font-weight: 700;
	border-bottom: solid 2px #f16731;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #676767;
	text-transform: uppercase;
	text-align: left;
	margin: 25px 0px;
	font-weight: 900;
}
h6 {
	font-size: 0.8em;
	color: #62badd;
	text-transform: uppercase;
	text-align: left;
	margin: 25px 0px;
	font-weight: 700;
}
.subunder{	border-bottom: solid 2px #a6ce39;
}
/* TEXTOS */

/* ESTILOS DE TEXTOS ESPECIALES */
/* CITA TEXTUAL */
blockquote {
	font-family: 'Montserrat', sans-serif;
	max-width: 600px;
	margin: 100px auto;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
	color: #FFFFFF;
	font-weight: 600;
	position: relative;
}
blockquote #comas {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	margin-bottom: 0;
	color: #f16731;
	clear: both;
}
blockquote .redo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 250px;
	}
blockquote .cuad {
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size: 200px;
	}
blockquote strong {
	font-weight: 900;
}
blockquote i {
	font-style: italic;
}
blockquote span {
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	font-size: 0.7em!important;
	line-height: 1.2em;
	color: #006993;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}
blockquote span strong {
	font-weight: 700;
}
/* CITA TEXTUAL */

/* LINKS */
a:link {
	color: #006993;
}
a:hover {
	color: #006993;
	text-decoration: underline;
}
a:link {
	color: #006993;
}
a:visited {
	color: #006993;
}
/* LINKS */
/* IMAGEN */
.imagen {
	max-width: 800px;
	width: 100%;
	display: inline-block;
	margin: 25px auto 0px auto;
	border-radius: 5px;
}
figcaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: justify;
	margin: 10px auto 50px auto;
	border-top: 2px solid #f16731;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 25px;
	max-width: 800px;
	clear: both;
}
/* IMAGEN */
/*VIDEO*/		
#videocont {
	float:left;
	display:block;
	height: 0px;
	width: 100%;
	max-width: 960px;
	padding-top: 56.25%; /* Relación: 16/9 = 56.25% */
	margin: 25px 0 75px 0;
	position: relative;
	clear:both;
}
	
#video{
position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;
	border: 1px solid #62badd;
	border-radius: 10px;
}
/*VIDEO*/

/*LISTAS*/
/*cuadros*/
#colorbox {
	width: 90%;
	padding: 25px 5%;
	margin: 25px 0;
	background-color: #f16731;
	border: 1px solid #62badd;
	border-radius: 5px;
}
.th{
width: 100%;
height:auto;
min-height: 250px;
margin: 10px auto 5px auto;
border-radius: 3px;
background-color:#676767;
background-size:cover;
background-position:center center;
border: solid 1px #676767;
}
/*cuadros*/
#playlist {
	width: 100%;
	text-align: left;
	line-height: normal;
}
#playlist .frame {
	width: 90%;
	padding: 25px 5%;
	margin: 10px 0;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #ffffff;
	border: 1px solid #48c6b2;
	border-radius: 5px;
	color: #676767;
}

#playlist .frame b {
	font-weight: 700 !important;
}
#playlist .frame i {
	font-style:italic !important;
}
#playlist .frame strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	font-weight: 900;
	color: #f16731;
	display: block;
	clear: right;
}
/*cuadros*/

/*vinetas*/
ul.bullet {
	list-style-type: none;
 	list-style-type: decimal !ie; /* IE 7- hack */
	margin: 0 0 0 50px;
	padding: 15px;
	font-weight: 400;
	color: #ffffff;
counter-reset: li; /* Initiate a counter */
}
ul.bullet a{
	color:#48c6b2; text-decoration:underline;}
ul.bullet > li {
	position: relative;
	width: 90%;
	margin-bottom: 20px;
	padding-left: 28px;
	font-size: 1em;
	line-height: 1.3;
	border-left: 1px solid #48c6b2; /* Change border colour */
}
ul.bullet > li:before {
	content: "";
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: -45px;
	width: 16px;
	height: 16px;
	background: #48c6b2; /* Change dot colour */
	border-radius: 100px;
}
@media only screen and (max-width: 960px) {
ul.bullet {
	margin: 0;
	padding: 15px 0;
}
ul.bullet > li {
	border-left: 0;
	border-top: 1px solid #48c6b2; /* Change border colour */
	padding-left: 0;
	padding-top: 18px;
	padding-bottom: 12px;
}
ul.bullet > li:before {
	margin-top: -9px;
	position: relative;
	top: -19px;
	left: 0;
	display: block;
	clear: right;
}
}
/*vinetas*/

/*vinetas*/
ul.bullet-sec {
	list-style-type: none;
 	list-style-type: decimal !ie; /* IE 7- hack */
	margin: 0 0 0 50px;
	padding: 15px;
	font-weight: 400;
	color: #ffffff;
counter-reset: li; /* Initiate a counter */
}
ul.bullet-sec a{
	color:#48c6b2; text-decoration:underline;}
ul.bullet-sec > li {
	position: relative;
	width: 90%;
	margin-bottom: 20px;
	padding-left: 28px;
	font-size: 1em;
	line-height: 1.3;
	border-left: 1px solid #f16731; /* Change border colour */
}
ul.bullet-sec > li:before {
	content: "";
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: -45px;
	width: 16px;
	height: 16px;
	background: #f16731; /* Change dot colour */
	border-radius: 100px;
}
@media only screen and (max-width: 960px) {
ul.bullet-sec {
	margin: 0;
	padding: 15px 0;
}
ul.bullet-sec > li {
	border-left: 0;
	border-top: 1px solid #f16731; /* Change border colour */
	padding-left: 0;
	padding-top: 18px;
	padding-bottom: 12px;
}
ul.bullet-sec > li:before {
	margin-top: -9px;
	position: relative;
	top: -19px;
	left: 0;
	display: block;
	clear: right;
}
}
/*vinetas*/


/*numerada*/
ol {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
 	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font-size: 18px;
	line-height: 21px;
	padding: 0;
	margin-bottom: 25px;
}

ol ol {
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list li {
	position: relative;
	display: block;
	font-weight: 400;
	padding: .4em .4em .4em 2em;
 	*padding: .4em;
	margin: .5em 0;
	background-color: #ffffff;
	border: 2px solid #62badd;
	text-decoration: none;
	border-radius: 0.3em;
	color: #62badd;
}

.rounded-list li i {
	font-style: italic;
}
.rounded-list li strong {
	font-weight: 700;
}
.rounded-list li a {
	font-weight: 700;
	color: #f16731;
}
.rounded-list li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1em;
	top: 50%;
	margin-top: -1em;
	background-color: #62badd;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: 700;
	border-radius: 2em;
	color:#48c6b2;
}
/*numerada*/

/*numerada*/
ol {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
 	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font-size: 18px;
	line-height: 21px;
	padding: 0;
	margin-bottom: 25px;
}

ol ol {
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list-sec li {
	position: relative;
	display: block;
	font-weight: 400;
	padding: .4em .4em .4em 2em;
 	*padding: .4em;
	margin: .5em 0;
	background-color: #ffffff;
	border: 2px solid #48c6b2;
	text-decoration: none;
	border-radius: 0.3em;
	color: #62badd;
}

.rounded-list-sec li i {
	font-style: italic;
}
.rounded-list-sec li strong {
	font-weight: 700;
}
.rounded-list-sec li a {
	font-weight: 700;
	color: #f16731;
}
.rounded-list-sec li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1em;
	top: 50%;
	margin-top: -1em;
	background-color: #48c6b2;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: 700;
	border-radius: 2em;
	color:#62badd;
}
/*numerada*/

/*alternada*/
#alternada {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: #f16731;
	margin: 25px 0 50px 0;
	clear: both;
}
.listaizq{
	width: 75%;
	height:auto;
	float: left;
	display:inline;
	position:relative;
	line-height: normal;
	font-weight: 400;
	margin: -150px 0 0 25%;
	padding: 25px 0 50px 0;
	text-align: left;
	clear:both;
}
 @media (max-width:960px) {
.listaizq{
	width: 100%;
	height:auto;
	display:block;
	margin: 0 auto 30px auto;
}
 }
.listaizq strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #a6ce39;
	display: inline;
}
.imgizq {
	width:180px;
	height:180px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 -100px;
	border: solid 3px #a6ce39;
	border-radius: 95px;
	background-size:cover;
	background-position:center center;
}
 @media (max-width:960px) {
.imgizq {
	display: block;
	margin: 0 auto;
}
}
.listader{
	width: 75%;
	height:auto;
	float:right;
	display:inline;
	line-height: normal;
	font-weight: 400;
	margin: -150px 25% 0 0;
	padding: 25px 0 50px 0;
	text-align:right;
	clear:both;
}
 @media (max-width:960px) {
.listader{
	width: 100%;
	height:auto;
	display:block;
	margin: 0 auto 30px auto;
}
 }
.listader strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #a6ce39;
	display: inline;
}
.imgder {
	width:180px;
	height:180px;
	display: inline;
	float:right;
	padding: 0;
	margin: 0px -100px 0 0;
	border: solid 3px #a6ce39;
	border-radius: 95px;
	background-size:cover;
	background-position:center center;
}
 @media (max-width:960px) {
.imgder {
	display: block;
	margin: 0 auto;
}
}
/*alternada*/
/*LISTAS*/

/*TABLA*/
#tabla {
	font-family: 'Montserrat', sans-serif;
	width: 90%;
	padding: 15px 5%;
	margin: 15px auto;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #ffffff;
	border: 1px solid #f16731;
	border-radius: 5px;
	color: #676767;
	clear:both;
}
#tabla .main{border-bottom: 3px solid #f16731;}
#tabla .regular{border-bottom: 1px solid #48c6b2;}

#tabla b {
	padding: 5px 5px 10px 0;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #62badd;
	text-align:left;
}
/*TABLA*/
/* ESTILOS DE TEXTOS ESPECIALES */
/*fuentes*/
#fuentes {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.6em;
	line-height: 1.5em;
	font-weight: 600;
	text-align: left;
	margin: 5px auto 25px auto;
	border-top: 1px solid #f16731;
	color: #676767;
	padding-top: 5px;
	width: 100%;
	font-style: normal;
	float: left;
	clear: both;
	display: block;
}
#fuentes strong {
	font-weight: 900;
}
#fuentes a {
	font-weight: 900;
	color: #62badd;
	text-decoration:none;
}
/*fuentes*/
/*FOOTER*/
footer {
	width: 100%;
	height: auto;
	background-color: #eeeeef;
	text-align: center;
	border-top: 1px solid #676768;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.bvlogo {
	width: 100%;
}
.bvlogo p {
	color: #666;
	text-align: center;
	font-size: 10px;
}
footer .creditos {
	font-family: 'Montserrat', sans-serif;
	width: 50%;
	height: 60px;
	padding: 10px 25%;
	background-color: #3c3c3b;
	font-size: 9px;
	line-height: 15px;
	color: #fffffe;
	background-image: url(../img/content/gn.png);
	background-position: left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	vertical-align: central;
	text-align: center;
	margin: 0;
	font-weight: 400;
}
 @media (max-width:960px) {
footer .creditos {
	font-size: 7px;
!important;
}
}
.creditos span {
	font-weight: 700;
	opacity: 0.6;
}
footer .suscribe {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	background-color: #666665;
	color: #fffffe !important;
	background-repeat: no-repeat;
	background-position: 96%;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-weight: 400;
}
footer .suscribe strong {
	font-size: 1.2em;
	font-weight: 700;
}
footer .suscribe a {
	height: 50px;
	width: 200px;
	display: block;
	line-height: 50px;
	color: #fffffe;
	margin-top: 15px;
	font-weight: bold;
	background-color: #17a1ff;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
}
/*FOOTER*/
