/*General*/
body
{
	font-family: "Poppins", sans-serif;
	color: #000;
	overflow-x: hidden;
}
.lila
{
	color: #8989C4;
}
.blanco
{
	color: #fff;
}
.bold
{
	font-weight: bold;
}
/*General*/
/*Idiomas*/
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal,
.otgs-development-site-front-end
{
	display: none;
}
header .idiomas .lang_selector
{
	color: #000;
}
header .idiomas .lang_selector i 
{
	margin-right: 10px;
}
header .idiomas .lang_selector a
{
	color: #000;
	text-decoration: none;
	transition: 0.2s;
}
header .idiomas .lang_selector a.active,
header .idiomas .lang_selector a:hover
{
	font-weight: bold;
}
header .idiomas
{
	display: flex;
    align-items: center;    
	justify-content: center;
}
/*Idiomas*/
/*Header*/
header .contenedor-menu
{
	background: #CACAFF;	
	border-radius: 50px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
    position: fixed;
    top: 10px;
    left: 15px;
    right: 15px;
    z-index: 999;
	padding: 0px 15px;
}
header .contenedor-menu .logo img
{
	max-width: 100%;
}
header .contenedor-menu .idiomas
{
	text-align: center;
}
/*Header*/
/*Footer*/
footer
{
	background: #000;
	color: #fff;
	padding: 15px 0px;
	font-size: 14px;
}
footer a
{
	color: #fff;
	transition: 0.2s;
	text-decoration: none;
}
footer a:hover
{
	font-weight: bold;
}
footer .develop a
{
	color: #787890;
}
/*Footer*/
/*Inicio*/
.slick-clientes .logo
{
	text-align: center;
}
.slick-clientes .logo img
{
	display: initial;
	max-width: 80%;
}
.slick-prev:before, 
.slick-next:before
{
	font-family: 'FontAwesome';
	color: #000;
}
.slick-prev:before
{
	content: '\f053';
}
.slick-next:before
{
	content: '\f054';
}
.btn-borde-negro a
{
	background: transparent !important;
	color: #000 !important;
	font-weight: bold !important;
	border: solid 1px #000 !important;
	border-radius: 35px !important;
	padding: 10px 35px !important;
	transition: 0.2s;
}
.btn-borde-negro a:hover
{
	background: #000 !important;
	color: #fff !important;
}
.flip-card 
{
 	background-color: transparent;
  	width: 100%;
  	height: 450px;	
  	perspective: 1000px;
	margin-bottom: 20px;
}
.flip-card-inner 
{
  	position: relative;
  	width: 100%;
  	height: 100%;  	
  	transition: transform 0.8s;
  	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner 
{
  	transform: rotateY(180deg);
}
.flip-card-front, 
.flip-card-back 
{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	-webkit-backface-visibility: hidden; /* Safari */
  	backface-visibility: hidden;
}
.flip-card-front 
{
	background-size: cover !important;
	background-position: center !important;
  	color: #fff;
	padding: 25px;
	border-radius: 30px;
}
.flip-card-front .num,
.flip-card-back .num
{
	background: #8BDAFF;
    color: #000;
    display: block;
    width: 25px;
    text-align: center;
    border-radius: 100%;
}
.flip-card-front h5
{
	color: #FFD7A3;
	text-transform: uppercase;
}
.flip-card-back 
{
  	background: #000;
  	color: #fff;
	padding: 25px;
  	transform: rotateY(180deg);
	border-radius: 30px;
}
.flip-card-back h4
{
	color: #FFD7A3;
	text-transform: uppercase;
}
.col-exp
{
	padding: 10px !important;
}
.btn-claro a
{
	background: #FFD7A3 !important;
	color: #000 !important;
	font-weight: bold !important;
	border: solid 1px #FFD7A3 !important;
	border-radius: 35px !important;
	padding: 10px 35px !important;
	transition: 0.2s;
}
.btn-claro a:hover
{
	background: #FFE7C7 !important;
	border: solid 1px #FFE7C7 !important;	
}
.slick-casos .contenedor-slider
{
	padding: 0px 15px;
}
.slick-casos .contenedor-slider .fila1
{
	background: #F4F4FF;
	padding: 25px;
    border-radius: 20px 20px 0px 0px;
}
.slick-casos .contenedor-slider .fila1 .titulo
{
	padding-bottom: 25px;
}
.slick-casos .contenedor-slider .fila1 .img
{
	text-align: center;
}
.slick-casos .contenedor-slider .fila1 .img img
{
	display: inline;
}
.slick-casos .contenedor-slider .fila2
{
	background: #CACAFF;
	padding: 25px;
    border-radius: 0px 0px 20px 20px;
}
.slick-casos .contenedor-slider .fila2 .img img
{
	margin-bottom: 1rem;
}
.form-contacto label
{
	width: 100%;
	font-weight: bold;
}
.form-contacto input[type="text"],
.form-contacto input[type="email"],
.form-contacto input[type="tel"],
.form-contacto select,
.form-contacto textarea
{
	width: 100%;
	padding: 5px 10px;
	background: transparent;
	border: none;
	border-bottom: solid 1px #000;
}
.form-contacto .aviso label
{
	font-weight: 400;
}
.form-contacto .aviso a
{
	color: #000;
	transition: 0.2s;
}
.form-contacto .aviso a:hover
{
	font-weight: bold;
}
.form-contacto input[type="submit"]
{
	background: #FFD7A3 !important;
	color: #000 !important;
	font-weight: bold !important;
	border: solid 1px #FFD7A3 !important;
	border-radius: 35px !important;
	padding: 10px 35px !important;
	transition: 0.2s;
}
.form-contacto input[type="submit"]:hover
{
	background: #FFE7C7 !important;
	border: solid 1px #FFE7C7 !important;	
}
.datos-contacto
{
	padding: 10px;
}
.datos-contacto .vc_column-inner
{
	background: #D2D2FF;	
    padding: 25px !important;
    border-radius: 30px;
}
.datos-contacto .vc_column-inner a
{
	color: #000;
	text-decoration: none;
	transition: 0.2s;
}
.datos-contacto .vc_column-inner a:hover
{
	font-weight: bold;
}
.btn-borde-negro.icono a
{
	padding: 10px 35px !important;
}
.logo-in
{
	width: 200px;
}
/*Inicio*/
/*DESKTOP*/
@media screen and (min-width: 1024px)
{
	/*Header*/
	header .menu #mega-menu-main-menu #mega-menu-item-15 a.mega-menu-link,
	header .menu #mega-menu-main-menu #mega-menu-item-196 a.mega-menu-link 
	{
		background: #FFD7A3 !important;
		color: #000 !important;        
		padding: 10px 15px !important;
		border-radius: 35px !important;
		display: inline !important;
		border: solid 1px #FFD7A3 !important;
		transition: 0.2;
	}
	header .menu #mega-menu-main-menu #mega-menu-item-15 a.mega-menu-link:hover,
	header .menu #mega-menu-main-menu #mega-menu-item-196 a.mega-menu-link:hover
	{
		background: #FFE7C7 !important;
		border: solid 1px #FFE7C7 !important;
	}
	/*Header*/
}
/*DESKTOP*/
/*TABLET*/
@media screen and (min-width: 481px) and (max-width: 780px)
{
	
}
/*TABLET*/
/*MOBILE*/
@media screen and (max-width: 480px)
{
	/*Header*/
	header .contenedor-menu .logo
	{
		width: 40%;
	}	
	header .contenedor-menu .menu
	{
		width: 40%;
	}
	header .contenedor-menu .idiomas
	{
		width: 20%;
	}
	/*Header*/
	/*Inicio*/
	.col-slick
	{
		padding: 0px 35px;
	}
	/*Inicio*/
}
/*MOBILE*/