/*General*/
.grecaptcha-badge { 
    visibility: hidden !important;
}
body
{
	font-family: "Prompt", serif;
	color: #101820;
}
.wpml-ls-statics-footer
{
	display: none;
}
.naranja
{
	color: #ff5f00;
}
.blanco
{
	color: #fff;
}
.bold
{
	font-weight: bold;
}
/*General*/
/*Header*/
body.home header
{
	position: fixed; /* Mantiene el header fijo en la parte superior */
    top: 0;
    left: 0;
    width: 100%;
    background: transparent; /* Transparente al inicio */
    transition: background 0.3s ease-in-out; /* Transición suave del fondo */
    z-index: 1000; /* Asegura que esté por encima del contenido */    
	border-bottom: solid 1px;
    border-color: rgb(255,255,255,0.5);
}
body.home header.scrolled
{
    background: #ff5f00; /* Fondo semi-transparente */
	border-color: transparent;
}
header
{
	position: sticky;
	top: 0;
	z-index: 1000;
}
header .top-header
{
	background: #101820;
	color: #fff;
	text-align: right;
	padding: 5px 0px;
}
header .top-header .lang_selector
{		
	color: #fff;
}
header .top-header .lang_selector i 
{
	margin-right: 10px;
}
header .top-header .lang_selector a
{
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
header .top-header .lang_selector a.active,
header .top-header .lang_selector a:hover
{
	color: #ff5f00;
	font-weight: 700;
}
header .top-header .idiomas
{
	display: flex;
    align-items: center;  
	justify-content: end;
}
header
{
	background: #ff5f00;
}
header .logo-menu .logo img
{
	max-width: 100%;
}
/*Header*/
/*Footer*/
footer .footer1
{
	padding: 50px 0px;
	border-bottom: solid 2px #b1aba0;
}
footer .footer1 .logo img
{
	max-width: 100%;
	margin-bottom: 35px;
}
footer .footer1 .logo .redes a
{
	color: #fff;
	background: #ff5f00;
	border: solid 1px #ff5f00;
	border-radius: 5px;
	transition: 0.2s;
}
footer .footer1 .logo .redes a:hover
{
	background: #fff;
	color: #ff5f00;
}
footer .footer1 .logo .redes a.ico-fb
{
	padding: 5px 12px 5px 12px;
}
footer .footer1 .logo .redes a.ico-ig
{
	padding: 5px 10px 5px 10px;
}
footer .footer1 .logo .redes a.ico-in
{
	padding: 5px 10px 5px 10px;
}
footer .footer1 .menu li
{
	list-style: none;
	width: 100%;
	margin-bottom: 10px;
}
footer .footer1 .menu li a
{
	text-decoration: none;
	color: #101820;
	transition: 0.2s;
}
footer .footer1 .menu li a:hover
{
	color: #ff5f00;
}
footer .footer1 .contacto i
{
	background: #ff5f00;
	color: #fff;	
	border-radius: 5px;
}
footer .footer1 .contacto .ico-ubi i
{
	padding: 5px 7px 5px 7px;
}
footer .footer1 .contacto .ico-correo i
{
	padding: 5px 5px 5px 5px;
}
footer .footer2
{
	padding: 15px 0px;
	font-size: 14px;
	color: #888888;
}
footer .footer2 .develop
{
	text-align: right;
}
footer .footer2 .develop a
{
	color: #888888;
	text-decoration: none;
	transition: 0.2s;
}
footer .footer2 .develop a:hover
{
	color: #ff5f00;
}
/*Footer*/
/*Inicio*/
.btn-negro a
{
	background: #101820 !important;
	color: #fff !important;
	padding: 10px 35px !important;
	border: solid 1px #101820 !important;
	border-radius: 5px !important;
	transition: 0.2s;
}
.btn-negro a:hover
{
	background: #fff !important;
	color: #101820 !important;
}
.div-hacemos
{
	padding: 10px !important;
}
.div-hacemos .vc_column-inner
{
	background: #fff;
	border-radius: 5px;
}
.div-hacemos .icono
{
	margin-top: -75px;
}
.slick-clientes .contenedor-slider
{
	background: #fff;
	display: table;
	padding: 50px;
	border-radius: 5px;
	margin: 15px;
	position: relative;
}
.slick-clientes .contenedor-slider:before
{
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 50px;
	position: absolute;
	top: -35px;
	left: 50px;
	color: #ff5f00;
}
.slick-clientes .contenedor-slider:after
{
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 50px;
	position: absolute;
	bottom: -40px;
	right: 50px;
	color: #ff5f00;
}
.slick-clientes .contenedor-slider .imagen
{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}
.slick-clientes .contenedor-slider .imagen img
{
	max-width: 100%;
}
.slick-clientes .contenedor-slider .contenido
{
	display: table-cell;
	vertical-align: middle;
	width: 75%;
	padding: 20px;
}
.slick-clientes .contenedor-slider .contenido .estrellas
{
	font-size: 20px;
	margin-bottom: 15px;
}
.slick-clientes .contenedor-slider .contenido .texto
{
	font-style: italic;
}
.slick-dots li button:before
{
	font-size: 15px;
	line-height: 30px;
}
.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before
{
	opacity: 1;
	color: #ff5f00;
}
.slick-dots li button:before
{
	opacity: 1;
	color: #fff;
}
.btn-naranja a
{
	background: #ff5f00 !important;
	color: #fff !important;
	padding: 10px 35px !important;
	border: solid 1px #ff5f00 !important;
	border-radius: 5px !important;
	transition: 0.2s;
}
.btn-naranja a:hover
{
	background: #fff !important;
	color: #ff5f00 !important;
}
/*Inicio*/
/*Servicios*/
.tabs-servicios .vc_tta-tab>a
{
	background: #cfd1d3 !important;
	color: #101820 !important;
}
.tabs-servicios .vc_tta-tab.vc_active>a,
.tabs-servicios .vc_tta-tab>a:hover
{
	background: #FF5F00 !important;
	color: #fff !important;
}
.tabs-servicios .vc_tta-panel-body
{
	padding: 50px !important;
}
/*Servicios*/
/*Contacto*/
.form-contacto input[type="text"],
.form-contacto input[type="email"],
.form-contacto input[type="tel"],
.form-contacto textarea
{
	width: 100%;
	color: #101820;
	padding: 5px 10px;
}
.form-contacto input[type="text"]:hover,
.form-contacto input[type="email"]:hover,
.form-contacto input[type="tel"]:hover,
.form-contacto textarea:hover,
.form-contacto input[type="text"]:focus,
.form-contacto input[type="email"]:focus,
.form-contacto input[type="tel"]:focus,
.form-contacto textarea:focus
{
	outline: solid 1px #ff5f00;
	border: solid 1px #ff5f00;
}
.form-contacto input[type="submit"]
{
	background: #ff5f00;
	color: #fff;
	padding: 10px 25px;
	border: solid 1px #ff5f00;
	border-radius: 5px;
	font-weight: bold;
	transition: 0.2s;
}
.form-contacto input[type="submit"]:hover
{
	background: #fff;
	color: #ff5f00;
}
/*Contacto*/
/*Proyectos*/
.proyectos
{
	margin-bottom: 25px;
}
.proyectos img
{
	
}
/*Proyectos*/
/*TABLET*/
@media screen and (min-width: 481px) and (max-width: 780px)
{
	/*Footer*/
	footer .footer1 .logo
	{
		text-align: center;
		padding-bottom: 35px;
	}
	/*Footer*/
	/*Inicio*/
	.slick-clientes .contenedor-slider .imagen
	{
		display: table-header-group;
	}
	.slick-clientes .contenedor-slider .contenido
	{
		width: 100%;
	}
	/*Inicio*/
}
/*TABLET*/
/*MOBILE*/
@media screen and (max-width: 480px)
{
	/*Header*/
	header .logo-menu .logo,
	header .logo-menu .menu
	{
		width: 50%;
	}
	/*Header*/
	/*Footer*/
	footer .footer1 .logo
	{
		text-align: center;
		padding-bottom: 35px;
	}
	footer .footer1 .menu
	{
		text-align: center;
		padding-bottom: 15px;
	}
	footer .footer1 .contacto
	{
		text-align: center;
	}
	footer .footer2,
	footer .footer2 .develop
	{
		text-align: center;
	}
	/*Footer*/
	/*Inicio*/
	.div-hacemos:not(:last-child)
	{
		margin-bottom: 85px;
	}
	.slick-clientes .contenedor-slider
	{
		padding: 35px;
	}
	.slick-clientes .contenedor-slider .imagen
	{
		display: table-header-group;
	}
	.slick-clientes .contenedor-slider .contenido
	{
		width: 100%;
	}
	/*Inicio*/
	/*Servicios*/
	.tabs-servicios .vc_tta-panel.vc_active .vc_tta-panel-title>a
	{
		background: #FF5F00 !important;
		color: #fff !important;
	}
	.tabs-servicios .vc_tta-panel .vc_tta-panel-title>a
	{
		background: #cfd1d3 !important;
		color: #101820 !important;
	}
	/*Servicios*/
}
/*MOBILE*/