.home-helpyou {
	background-image:url(../../../images/home/helpyou/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-helpyou h2 {
	font-size: 50px;
	font-weight: 700;
}

.home-helpyou .slogan {
	font-family: fatfrank, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.home-helpyou .btn {
	border-radius: 10px !important;
}

.home-helpyou .btn-default {
	border: 1px solid #ef3e34 !important;
}



.home-helpline {
	
}

.home-helpline .row-center {
	display: flex;
	align-items: center;
}



.home-joinus {
 	background-image:url(../../../images/home/joinus/bg-2021.jpg);
 	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-joinus h2 {
	font-size: 50px;
	font-weight: 700;
}

.home-joinus .slogan {
	font-family: fatfrank, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}



.home-supportus {
	background-color: #ebebeb;
}

.home-supportus .row-center {
	display: flex;
	align-items: center;
}

.home-supportus h2 {
	font-size: 40px;
    font-weight: 700;
}

.bg-rojo{
	background-color: #ef3e34;	
}


.header-request {
	background-image:url(../../../images/request/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding:50px 30px;
}

.header-request .background {
	background-color: rgba(50, 25, 25, 60%); 
	padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

.form-request {
	padding-top: 60px;
	padding-bottom: 60px;
}

.form-request .btn-default {
	border: 1px solid #ef3e34;
	padding-top: 12px;
    padding-bottom: 12px;
}

.form-request .btn-default:hover {
	background-color: #fff1f1 !important;
	border: 1px solid #ef3e34 !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 4px;
}

.form-request .btn-on {
	background-color: #fff1f1 !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 4px;
}

.form-request .btn-personal {
	background: url(../../../images/request/personal.png) 10% center no-repeat;
    padding-left: 30%;
    background-size: 55px;
}

.form-request .btn-entity {
	background: url(../../../images/request/entity.png) 10% center no-repeat;
    padding-left: 30%;
    background-size: 55px;
}

.form-request .linea-steps {
	width: 80% !important;
}

.header-react {
	background-image:url(../../../images/react/bg.jpg);
 	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding:50px 30px;
}

.header-react .background {
	background-color: rgba(50, 25, 25, 60%); padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

.form-react {
	padding-top: 60px;
	padding-bottom: 120px;
}

/***********************************/
/*          PRESS KIT            */
/******************************/

.press-card{
	padding:8px;
	display:flex;
	justify-content:center;


}
.press-card-div{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 5px;
	border-radius: 10px;
	border: 1px solid #ef3e34;
	margin:0;
	padding:10px;
	width:100%;

}
.press-link:hover{
	background: #e6e6e6;
}
.press-card-text{
	font-family: Montserrat;
	display: flex;
	align-items:center;
	justify-content: space-between;
	font-weight: 700;
	padding-left:10px;
	padding-right:10px

}

.press-link{
	text-decoration:none;
	color:#000;
	width:100%;
	border-radius: 10px;
}
@media (max-width: 767px) {
	.row.press{
		padding:0!important;
	}
	.press-link{
		max-width:250px;
	}
	.flex-item{
		flex:100%;
		text-align:center;
	}
	.img-tipo-ciber{
		display:none;
	}

}
.img-tipo-ciber{
	position:relative;
	bottom:18px;
	left:-5px;
}
.flex-item{
	padding-left:20px;
	padding-right:20px;


}
.press-contact{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:100px;
