/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


body{font-family: "Open Sans",Arial,sans-serif;}



/*

	.caja_fecha{color:#ff0284;margin:0px 0px 5px 0px;}
	.caja_titulo{margin: 0px 0px;margin:0px 0px 10px 0px;}
	.caja_entradilla{margin: 0px 0px;color:#888888;}
	.caja_cont {border: 0px solid #f1f1f1;}
	.caja_imagen {background-color: #f1f1f1;}
*/

	.fila_cont{margin-bottom:25px;}
	.fila_titulo{font-weight:700;font-size:24px;margin-bottom: 10px;}
	.fila_entradilla{margin: 0px 0px;color:#888888;}
	.fila_todo{margin-bottom: 2px;color:#000000;font-size:14px;}
	.fila_salario{margin: 0px 0px;color:#888888;}
	.fila_categoria{margin: 0px 0px;color:#888888;}
	.fila_departamento{margin: 0px 0px;color:#888888;}
	.fila_info a{color:#666666;font-weight:700;}
	.fila_info a:hover{color:#008CF0;}


a {
  background-color: transparent;
  text-decoration: none;
  color: #054078;
  /*color: #008CF0;054078*/
}

.color_oscuro{color:#054078 !important;}
.color_claro{color:#008CF0 !important;}
a.color_oscuro:hover{color:#054078ee !important;}
a.color_claro:hover{color:#008CF0ee !important;}
.fondo_oscuro{background-color:#054078 !important;}
.fondo_claro{background-color:#008CF0 !important;}


.caja_azul
{
	background-color:#91c9ed;
	color:#054078;
	padding:20px 40px;
	font-size:22px;
	font-weight:700;
}
.caja_gris
{
	background-color:#e2e2e2;
	color:#9e9d9d;
	padding:20px 40px;
	font-size:22px;
	font-weight:700;
}


.caja_blanca
{
	background-color:#ffffff;
	padding:20px 35px 25px 35px;
	border:1px solid #eeeeee;
}




.columna_izquierda
{
	box-shadow:10px 0px 15px -10px #888;
	padding-right:35px;
	padding-left:35px;
	padding-top:40px;
	
}

.columna_derecha
{
	padding-left:50px;
	padding-top:50px;
}


.formularios input[type="text"],.formularios input[type="password"],.formularios input[type="email"],.formularios select
{
	margin-top:0px;
	margin-bottom:15px;
}



.boton,.formularios input[type="submit"]
{
	min-width: 120px;
	display: inline-block;
	padding: 0px 30px;
	color: #ffffff !important;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	border-radius: 0px;
	background-color: #054078;
	cursor:pointer;
}
.boton:hover,.formularios input[type="submit"]:hover
{
	background-color: #008CF0;
}


.formularios .boton_buscar {
  background-color: #054078;
}
.formularios .boton_buscar:hover {
  background-color: #008CF0;
}


.separador_horizontal_izquierda{height:1px;background-color:#cccccc;margin:25px 0px;}
.separador_horizontal_derecha{height:1px;background-color:#cccccc;margin:40px 0px;}


.elementor-location-footer a{color:#888888;}

@media screen and (max-width: 1199px)
{
	.span_block span{display:block !important;}
	
}

@media screen and (max-width: 991px)
{
	.page-id-255 h1{font-size:22px !important;font-weight:700;}
	.elementor-element.elementor-element-5ee4a59{margin-top:10px !important;}
	/*.menu-login{position:absolute;top:3px;right:3px;z-index:5;}*/
	.menu-login{display:none;}

	
}




/*
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	width:100%;
	border:1px solid #cccccc;
	border-radius:3px;
	padding:1.5rem 1.5rem;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	color:#333333;
	background-color:#ffffff !important;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color:#333;
	outline:0 none
}*/