@charset "utf-8";
/*------|| $CONTENIDO ||------*/

/**

 * Base.......................... Estilos CSS base y generales

 * Elementos..................... Elementos que se repiten (botones, paginación, etc)

 * Componentes................... Partes de una página que se repiten

 * Secciones..................... Estilos particulares para cada página

 * Misceláneas................... Otras reglas CSS

 */


/*------|| $FUENTES ||------*/
@font-face{
	font-family: FEDRASANS-LIGHT;
	src: url(/fonts/Fedra/FedraSansAltPro-Light.otf);
}
@font-face{
	font-family: FEDRASANS-BOOK;
	src: url(/fonts/Fedra/FedraSansAltPro-Book.otf);
}

@font-face {
	font-family: 'FontAwesome';
	src: url('/fonts/Fedra/fontawesome-webfont.eot?v=4.6.3');
	src: url('/fonts/Fedra/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/fonts/Fedra/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/fonts/Fedra/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/fonts/Fedra/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/fonts/Fedra/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before{
	content: "\f09a";
}
.fa-twitter:before{
	content: "\f099";
}
.fa-linkedin:before{
	content: "\f0e1";
}
.fa-youtube-play:before{
	content: "\f16a";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-rss:before{
	content: "\f09e";
}

/*------|| $BASE ||------*/
body{
	font-family: 'Segoe UI', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #424D56;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	background: #FFF;
}
	html,.container{
	  min-width: 320px;
	}
main{
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}
a,
button,
input[type="submit"]{
	-webkit-transition: all .20s ease-in-out;
	-moz-transition:    all .20s ease-in-out;
	-o-transition:      all .20s ease-in-out;
	-ms-transition:     all .20s ease-in-out;
	transition:         all .20s ease-in-out;
}
ol, ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
h1{
	font-family: 'FEDRASANS-BOOK', sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #FFF;
	margin: 0 0 35px;
}
h2, .h2{
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	color: #424D56;
	margin: 0 0 25px;
}
h3, .h3{
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	color: #424D56;
	margin: 0 0 5px;
}
h4, .h4{
}
h5, .h5{
}
h6, .h6{
}
p{
	margin-bottom: 20px;
}
	p a{
		color: #000;
	}
		p a:hover,
		p a:focus{
			color: #30B6EB;
		}
	.detalle{
		font-size: 13px;
		line-height: 16px;
	}

img,
.img-responsive{
	display: inline-block;
	margin: 0 auto;
}


/*------|| $ELEMENTOS ||------*/

/*Bandas*/
.banda{
	padding: 50px 0;
}
.banda.blanca{
	background-color: #FFF;
}
.banda.gris{
	padding: 25px 0;
	background-color: #F4F5F4;
}
.banda.turquesa{
	padding: 80px 0;
	background: url(/images/landing/anti-ransomware/bg_turquesa.jpg) #2EB0BD;
}


/*Before*/
.icono:before,
.icono:after{
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
}


/*Botón*/
.boton{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px;
	border-radius: 3px;
	background: #01ADB3;
	cursor: pointer;
}
	.boton.borde{
		font-weight: 400;
		color: #000;
		border: 2px solid #000;
		padding: 15px;
		margin-left: 20px;
		background: transparent;
	}
	.boton:focus,
	.boton:hover{
		color: #FFF;
		background: #373E48;
	}


/*Modulos*/
.modulo-capa{
	display: inline-block;
	width: 100%;
	max-width: 262px;
	margin: 0 20px 30px;
	background: transparent;
	vertical-align: top;
}
	.modulo-capa__imagen{
		text-align: center;
		margin: 0 0 30px;
	}
	.modulo-capa__texto{
		text-align: center;
		margin: 0 0 30px;
	}
		.modulo-capa h3{
			font-size: 26px;
			line-height: 28px;
			margin: 0;
		}
		.modulo-capa p{
			font-size: 17px;
			line-height: 24px;
			margin: 0;
		}


/*------|| $COMPONENTES ||------*/

/*CABECERA*/
.cabecera{
	min-height: 320px;
	background: url(/images/landing/anti-ransomware/wannacry-hogar.jpg) no-repeat center #004E58;
	background-size: auto 100%;
}
	.cabecera__logo{
		display: inline-block;
		margin: 35px 0;
	}
	.cabecera p{
		font-family: 'FEDRASANS-LIGHT', sans-serif;
		font-size: 22px;
		line-height: 30px;
		color: #FFF;
	}

/* Pie */
.pie{
	padding: 25px 0;
	background-color: #3D3D3D;
}
	.pie a{
		display: block;
		font-family: 'Segoe UI', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #FFF;
	}
		.pie a:hover,
		.pie a:focus{
			color: #2EB0BD;
		}
	.pie small{
		display: block;
		font-family: 'Segoe UI', sans-serif;
		font-size: 10px;
		line-height: 18px;
		color: #FFF;
		margin: 0;
	}
.pie__redes{
	text-align: right;
}
	.pie__redes > ul > li{
		display: inline-block;
		padding: 0 7px;
		vertical-align: top;
	}
		.pie__redes > ul > li:first-of-type{
			padding-left: 0;
		}
		.pie__redes > ul > li:last-of-type{
			padding-right: 0;
		}
		.pie__redes > ul > li > a{
			display: block;
			width: 25px;
			height: 25px;
			text-align: center;
			border-radius: 3px;
			background: #FFF;
			position: relative;
		}
			.pie__redes > ul > li > a:before{
				display: inline-block;
				width: 25px;
				height: 25px;
				font-size: 16px;
				line-height: 25px;
				color: #3D3D3D;
				vertical-align: top;
			}
				.pie__redes > ul > li > .fb:before{
					content: '\f09a';
				}
				.pie__redes > ul > li > .tw:before{
					content: '\f099';
				}
				.pie__redes > ul > li > .yt:before{
					content: '\f167';
				}
				.pie__redes > ul > li > .in:before{
					content: '\f0e1';
				}
				.pie__redes > ul > li > .rss:before{
					content: '\f09e';
				}
			.pie__redes > ul > li > a span{
				display: none;
			}
			.pie__redes > ul > li > a:hover,
			.pie__redes > ul > li > a:focus{
			    color: #FFF;
			    background: #2EB0BD;
			}
				.pie__redes > ul > li > a:hover:before{
					color: #FFF;
				}





/*------|| $SECCIONES ||------*/
/*Home*/
.que-es__texto:first-of-type{
	margin-bottom: 50px;
}

.banda.turquesa h2{
	font-size: 35px;
	font-weight: 300;
	line-height: 38px;
	color: #FFF;
	margin: 0;
}
	.bulnerable__texto p{
		margin: 0;
	}
	.por-que__texto p{
		font-size: 18px;
	}
	.por-que__imagen a{
		display: block;
	}
.mas-info{
	padding: 0 0 30px;
	background: #FFF;
}
	.mas-info__texto p{
		font-size: 14px;
		line-height: 24px;
		color: #0097A0;
		margin: 0;
	}
	.mas-info__texto p a{
		text-decoration: underline;
		color: #0097A0;
	}
		.mas-info__texto p a:hover{
			color: #424D56;
		}




@media (max-width: 1200px){
}
@media (max-width: 990px){
	.modulo-capa{
		display: inline-block;
		width: 100%;
		max-width: 555px;
		margin: 0 0 30px;
		background: transparent;
		vertical-align: top;
	}
	.pie{
		text-align: center;
	}
	.pie__redes{
		text-align: center;
		padding-top: 25px;
	}
}
@media (max-width: 768px){
	.cabecera__logo{
		text-align: center;
	}
	h2, .h2{
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 540px){
	.boton.borde{
		display: block;
		margin: 20px 0 0;
	}
}

/*------|| $MISCELÁNEA ||------*/
.contenedor-modulos{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

@media (max-width: 768px){
	.contenedor-modulos{
		padding: 0 10px;
	}
}

.full{
    padding-left: 0;
    padding-right: 0;
}


/* Animación suave */
.anim-suave{
    -webkit-transition: all .45s ease-in-out;
    -moz-transition:    all .45s ease-in-out;
    -o-transition:      all .45s ease-in-out;
    -ms-transition:     all .45s ease-in-out;
    transition:         all .45s ease-in-out;
}
