.reportes-home{
	background:url("../images/ADN-40.png") no-repeat center center / cover;	
}

.reportes-home .mask{
	background:rgba(33,33,33,.6);
	padding:90px 0px;
}

.reportes-home .mask h1, #fullpage h1{
	color:#F5F7FA;
	font-size:48px;
	font-family: 'Roboto Slab', sans-serif;	
}

.reportes-home .mask p, #fullpage p{
	font-size:20px;
	color:#F5F7FA;
}

.reportes-home .mask a{
	display:flex;
	align-items: center;
	justify-content: center;
	color:#F5F7FA;
	font-size:17px;
	line-height: 20px;
	letter-spacing: .5px;
}

.reportes-home .mask a span{
	margin-left:5px;
}

div.content-fullpage{
	position:relative;
	overflow:hidden;
	height:calc(100% - 80px);
}

#fullpage .section .mask{	
	background:rgba(33,33,33,.8);
	padding:0px;	
	position:relative;
	overflow:hidden;	
	height:100%;
	display: flex;
    align-items: center;
    padding-bottom: 8%;    
}

#fullpage .section .mask .content-page{
	height:100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#fullpage .section .mask a.btn{
	background: #FFF;
	border-radius:36px;
	color:#28414E;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	display:flex;
	align-items: center;
	justify-content: center;
	width:210px;
	text-transform: none;
}

#fullpage .section .mask .recuadro{
	width:60%;
	max-width:482px;
	margin:0px auto;
	background:#F5F7FA;
	text-align: center;
	padding:20px;
}

#fullpage .section .mask .recuadro h1, #fullpage .section .mask .recuadro p, #fullpage .section .mask .recuadro a.link{
	color:#28414E;
}

#fullpage .section .mask .recuadro a.btn{
	background:#BA0000 !important;
	color:#FFF !important;
	margin:10px auto;
	width:260px;
}

#fullpage .section .mask .btn-add{
	width:260px !important;
}

#fullpage .section .mask .recuadro a.close{
    color: #28414E;
    float: right;
}

#fullpage .section{
	padding:0px;	
	background-size:cover;
	transition: background 1.5s ease;
}

#fullpage .section .mask *{
	transition: opacity .7s cubic-bezier(0,0,.2,1),-webkit-transform .7s cubic-bezier(0,0,.2,1);
    transition: transform .7s cubic-bezier(0,0,.2,1),opacity .7s cubic-bezier(0,0,.2,1);
    transition: transform .7s cubic-bezier(0,0,.2,1),opacity .7s cubic-bezier(0,0,.2,1),-webkit-transform .7s cubic-bezier(0,0,.2,1);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: .5s;
}

#fullpage .section.active .mask *{
	-webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


#fullpage #section1{
	background-image: url(../images/ADN-40.png);
}

#fullpage #section2{
	background-image: url(../images/full2.png);
}
#fullpage #section3{
	background-image: url(../images/full3.png);
}
#fullpage #section4{
	background-image: url(../images/full4.png);
}

#fullpage #section5{
	background:#232323;
}

#fullpage #section6{
	background-image: url(../images/full5.png);
}

#fullpage #section6 a.btn{
	margin:0px auto;
}

#fullpage #section7{
	background-image: url(../images/full6.png);
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background:#F5F7FA !important;
}
.fp-tableCell{
	max-height:100% !important;
	padding:0px !important;
}

.contador-home{
	background:#33363B;
	overflow: hidden;
	text-align: center;	
	padding:15px;
}

.contador-home h5{
	font-family: 'Roboto Slab', sans-serif;	
	font-size:60px;
	color:#F5F7FA;
	margin:0px;
}

.contador-home p{
	color:#F5F7FA;
	font-size:24px;
	margin:0px;
}
.btn-add-testimonio{
	background: #FF2525 !important;
	color:#FFF !important;
	border-radius:23px 23px 0px 0px !important;
	position: fixed;
    right: 100px;
    bottom: 0px;
    display: flex;
    align-items: center;
}
@media all and (max-width: 767px){

	div.content-fullpage {	    
	    height: calc(100% - 45px);
	}
	.reportes-home .mask h1, #fullpage h1{
		font-size:25px;
		margin-top:0px;
	}
	.reportes-home .mask p, #fullpage p, .reportes-home .mask a{
		font-size:16px;
	}
	#fullpage .section .mask{
		padding-right:30px;
		padding-bottom:25%;
		top:0px !important;
	}
	#fullpage .section .mask a.btn{
		font-size:16px;
		width:auto;
	}

	#fullpage .section .mask .recuadro{
		width:100%;		
	}

	#fullpage .section .mask .recuadro img{
		height:50px;
	}
	#fullpage .section .mask .recuadro a.btn{
		font-size:12px;
	}
}

@media all and (max-width: 480px){	
	.reportes-home .mask h1, #fullpage h1{
		font-size:20px;
	}
	.reportes-home .mask p, #fullpage p, .reportes-home .mask a{
		font-size:13px;
	}
	#fullpage .section .mask .recuadro a.btn{
		width:100%;
	}
	.btn-add-testimonio{
		font-size: 11px;
	    right: calc((100% - 250px) / 2);
	    width: 250px;
	    justify-content: center;
	}
}