/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*soy candidato*/
.parrafo-open{
	color: #FFF;
	text-align: center;
	font-family: "Be Vietnam";
	font-size: 18.911px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0% 15%;
}
.parrafo-open2{
	color: #FFF;
	text-align: center;
	font-family: "Be Vietnam";
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0% 5%;
}
.titulo-open{
	color: #FFF !important;
    text-align: center;
    font-family: "Be Vietnam" !important;
    font-size: 56.732px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    width: 100%;
}
.soy-candidato-4{
	display:flex;
	gap-column:40px;
	
}
.soy-candidato-4 div{
	text-align:left;
	width:50%;
}
.soy-candidato-4 .sc4-der{
	padding-top:60px;
}
.soy-candidato-4 .sc4-izq .segundo{
	margin-top:30px;
}
@media only screen and (max-width: 768px) {
  .soy-candidato-4{
    font-size:14px !important;
  }
}
/*form contacto*/
.form-felix label{
	color: #000;
	text-align: left;
	font-family: "Be Vietnam";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:100%;
}
.form-felix label input{
	border-radius:20px;
	background: rgba(234, 234, 234, 0.80);
	border:none;
	outline:none;
	width:95%;
	font-family: "Be Vietnam";
	font-size: 16px;
	margin-top:5px;
	color:#9A9A9A;
}
.form-felix label textarea{
	border-radius:20px;
	background: rgba(234, 234, 234, 0.80);
	border:none;
	outline:none;
	width:95%;
	font-family: "Be Vietnam";
	font-size: 16px;
	margin-top:5px;
	min-width:95%;
	width:95%;
	min-height:150px;
	height:150px;
	max-height:150px;
	color:#9A9A9A;
}
.form-felix .proteccion {
	color: #9A9A9A;
	font-family: "Be Vietnam";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:95%;
}

/*testimonios*/
.testimonio-extracto{
	width:100%;
	border-radius:10px;
	background:#fff;
	display:flex;
}
.testimonio-extracto .izq{
	width:40%;
}
.testimonio-extracto .izq img{
	width:100%;
	height:auto;
}
.testimonio-extracto .der{
	width:60%;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:30px;
	display:flex;
	flex-direction:column;
}
.testimonio-extracto .der img{
	width:fit-content;
}
.testimonio-extracto .der h4{
    color: #0062EC;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin-bottom: 0px;
}
.testimonio-extracto .der span{
	color: #9A9A9A;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testimonio-extracto .der p{
	color: #000;
    font-family: "Be Vietnam";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}