/*********Estilos de la pagina avis.html inicio*********/
.testimonios-information{
	margin:0 auto;
	width:100%;
	padding:10px;
	padding-top:0;
	margin-bottom:30px;
	border-bottom:1px solid #DE423A;
}
.testimonios-information .column__title{
	font-family: 'Pacifico', cursive;
	font-weight:100;
}
.testimonios-information [class*="icon-"]{
	font-size:1.3em;
	position:relative;
	margin-right:5px;
	top:5px;
}
.testimonios-information .social-icon{
	justify-content:flex-start;
	margin-bottom:10px;
	margin-left:-3px;
}
.testimonios-information .social-icon [class*="icon-"]{
	background:black;
	color:white;
	margin:0;
	margin-right:15px;
}
.formulario{
	padding:10px;
	padding-top:0;
}
.inputs-container{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.inputs-camps-container{
	width:100%;
}
.formulario__label, .formulario__input-txt, .formulario__textarea{
	display:block;
	width:100%;
}
.formulario__input-txt, .formulario__textarea{
	padding:10px;
	/*margin-bottom:10px;*/
	margin-bottom:20px;
}
.formulario__textarea{
	max-width:100%;
	min-width:100%;
	max-height:200px;
	min-height:100px;
}
.formulario__btn{
	text-decoration:none;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:1em;
}
.borde_rojo{
	border-color:red;
}
.column--100{
	width:100%;
}
.input-50{
	width:100%;
}
.label-50{
	width:100%;
	margin-bottom:10px;
}
.captcha{
	font-weight:bold;
	text-align:center;
}
.testimonio__title{
	font-family: 'Pacifico', cursive;
	color:#DE423A;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:10px;
}
.testimonio__img{
	width:200px;
	height:200px;
	object-fit:cover;
	border-radius:50%;
	margin:auto;
	margin-bottom:20px;
}
.testimonio__txt{
	font-size:.8em;
	padding:10px;
}
.testimonio__fecha{
	font-family: 'Montserrat', cursive;
	color:gray;
	font-weight:bold;
	font-size:.8em;
	margin-bottom:10px;
}
/*********Estilos de la pagina avis.html fin*********/