/*
 Theme Name: Total Child Theme  
 Theme URI:    
 Description:  
 Author: GH       
 Author URI:   
 Template: Total    
 Version:      
 License:      
 License URI:  
 Tags:     
 Text Domain:
*/
/* =Aquí empieza la personalización de tu tema */

.titulos{
	font-family: "Work Sans" !important;
    font-weight: 400;
	color: #f32735;
	letter-spacing: 0.15em;
}

.titulos-white{
	font-family: "Work Sans" !important;
    font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.15em;
}

.titulos-exp{
	font-family: "Work Sans" !important;
    font-weight: 400;
	color: #f32735;
}

.subtitulos{
	font-family: "Work Sans" !important;
    font-weight: 400;
	color: #424243;
	letter-spacing: 0.05em;
}

.link-container a{
	text-decoration: none;
}

.link-container a:hover{
	text-decoration: underline !important;
	color: #f32735;
}

.preg-frec-container .vc_toggle_title{
	background-color: #f5f0e3 !important;
}

.logo-footer{
	opacity: 50%;
	margin-bottom: 10px;
	width: 150px;
}

/* FORM */

.wpforms-form label{
	color: #ffffff !important;
}

.wpforms-field-medium{
	max-width: 100% !important;
}

.wpforms-submit{
	width: 100% !important;
	background-color: #f32735 !important;
	color: #ffffff !important;
	border-color: #e14540 !important;
}

.wpforms-submit:hover{
	background-color: #ffffff !important;
	color: #f32735 !important;
	border-color: #f32735 !important;
}

@media (max-width: 767px) { 
	.vc_column-inner{
		margin-bottom: 2px !important;
	}
}

/* LOGO SVG */

body #site-logo a {
   height: 50px;
}

body #site-logo img {
   height: 50px;
    max-height: 50px;
    display: inline;
}

body #site-logo,
body #site-logo-inner {
    display: block !important;
    height: 50px;
}