
.renewal-years p{
	color: #000;
	font-size: 21px;
}

#renewal-years{
	/*position: relative;*/
}

#renewal-years, #renewal-years .inicia {
	background-repeat: no-repeat;
	background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
	background-position: center;
	overflow-x: hidden;
}


#renewal-years .init-trade img{
	max-width: 550px;
	width: 90%;
	text-align: center;
	margin: 0px auto;
	padding: 50px 0px 35px 0px;
	display: block;
}



#renewal-years > *{
	padding: 0px 0px; 
}

#renewal-years > *:not(.title-trade , .inicia, .stages), #renewal-years .box-width{
	max-width: 900px;
	margin: 0px auto;
}

#renewal-years .title-trade{
	background-color: #643C7D;
	opacity: 0.8;
	margin: 0px 0px;
	padding: 20px 0px;
	text-align: center;
}

#renewal-years .title-trade > div{
	display: flex;
	justify-content: center;
	align-items: center;
}

#renewal-years .title-trade img{
	max-width: 530px;
	width: 90%;
}

#renewal-years .title-trade h1{
	font-size: 70px;
	max-width: 400px;
	text-align: center;
	color: #FFF;
}



#renewal-years .iniciabox {

	max-width: 860px;
	margin: auto;
	padding: 40px 0px 0px 0px;
}

#renewal-years .iniciabox span{
	font-size: 30px;
}
 
#renewal-years .iniciabox .p-inicia{
	font-size: 25px;
	font-weight: 300;
}

#renewal-years .iniciabox  > div{
	padding: 25px;
}

#renewal-years .iniciabox > img{
	max-width: 300px;
}

#renewal-years .iniciabox {
	width: 100% !important;
	text-align: center;
}


#renewal-years .iniciabox h2{
	color: #584072;
	font-size: 43px;
	font-weight: 500;
}

#renewal-years .iniciabox h3{
	font-size: 42px;
	margin-top: 20px;
	color: #176494;

}

#renewal-years .contact{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 20px 50px 0px;
	text-decoration: none;

}

#renewal-years .contact span{
	color:#606060;
}

#renewal-years .contact:hover{
	opacity: 0.5;
}

#renewal-years .contact div{
	margin-left: 10px;
}

#renewal-years .contact p{
	font-size: 37px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 600;
}

#renewal-years .contact.green p{
	color: #1B6430;
}

#renewal-years .contact.blue p{
	color: #176494;
}

#renewal-years .contact img{
	width: 80px;
}

#renewal-years .process{
	background-color: #FFF;
	padding: 35px 0px;
	width: 100%;
	max-width: none;
}

#renewal-years .validity{
	text-align: center;
	margin: 20px auto;
	padding: 20px;
}


#renewal-years .validity h3{
	font-size: 60px;
	max-width: 400px;
	margin: auto;
	font-weight: 500;
	color: #986EA8;
}

#renewal-years .validity h4{
	font-size: 32px;
	font-weight: 400;
	color: #5D5D5D;
	max-width: 600px;
	margin: 25px auto 35px auto;
}

#renewal-years .validity p{
	font-size: 23px;
	font-weight: 400;
}

#renewal-years .validity img{
	width: 80%;
	max-width: 
}

#renewal-years .doit-renew > div{ 
	margin: auto auto;
	max-width: 700px;
	text-align: center;
	padding: 20px 20px 40px 20px;
}

#renewal-years .doit-renew p{
	font-weight: 500;
	font-size: 23px;
}

#renewal-years .icon-service{
	max-width: 200px;
	text-align: center;
	margin: 30px auto 30px auto ;
}

#renewal-years .icon-service span{
	font-size: 18px;
}

#renewal-years .icon-service img{
	width: 120px;
	display: block;
	margin: auto;
	filter: invert(35%) sepia(16%) saturate(1701%) hue-rotate(239deg) brightness(101%) contrast(85%);
}

#renewal-years .doit-renew{
 	max-width: none;
	background-color: #FFF;
	width: 100%;
	margin: 0px;

}



/*     ----------- ------------*/
#renewal-years .bt-float{
	max-width: none;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	position: fixed;
	width: 100vw;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.7);
  	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
}

#renewal-years .bt-float > a{
	background-color: #489F61;
	max-width: 200px;	
	display: block;	
	border-radius: 20px;
	padding: 2px 5px  2px 15px;
	margin: 10px auto;
	cursor: pointer;
	transition: transform 0.1s ease-in-out; /* Añade una transición suave */
}

#renewal-years .bt-float > a:hover{
	transform: scale(1.05); /* Aumenta el tamaño en un 10% al poner el cursor encima */
	
}

#renewal-years .bt-float img{
	width: 100%;
	display: block;
}

@media(max-width: 400px){
	#renewal-years .contact p {
		font-size: 8vw;
	}
}

