/* 
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
*/
.elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title, h3.elementor-icon-box-title{
	color: #1F1F1F;
}
.elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title, h2.elementor-icon-box-title{
	color: #4E4E4E;
}
.elementor-widget-heading .elementor-heading-title, .elementor-widget-icon-box .elementor-icon-box-title{
	color: inherit;
}
/* INICIO */
#main-inicio{
	min-height: calc(100vh - 165px) !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/* BTN FLOTANTE CONTACTO */
#float-contacto{
    position: fixed;
    left: 0;
    bottom:0;
    margin:0 !important;
    z-index:9999;
}
#float-contacto #to-contacto, #float-contacto #tlf{
    font-size: 2em !important;
    padding:10px 25px;
    display:inline !important;
    background-color: #0032a0 !important;
}
#float-contacto #tlf{
    border-top-right-radius: 8px;
    background-color: #0032a0e0 !important;
}
#float-contacto a{
	color: #fff !important;
}
#float-contacto i,#to-contacto i{
	padding-bottom: 10px !important;
}
/* SELECT2 */
.select2 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.select2-container{
	margin: 0 0 20px 0 !important;
}
.select2-selection__arrow{
	padding: 25px 25px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	width: 99% !important;;
	border: none !important;
    background:#f1f1f1 !important;
    border-radius: 100px !important;
	padding: 8px 15px !important;
	margin: 5px auto;
}
.select2-container--default .select2-selection--single{
	border: none !important;
}
.select2-dropdown.select2-dropdown--below, .select2-dropdown.select2-dropdown--above{
   border: none;
}
.select2-search__field{
  padding: .5rem 1rem !important;
   background: #ddd !important;
}
.select2-results__options{
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   border: 1px solid #ddd;
}
.select2-results__options li{
   border-bottom: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #757575 !important; 
}
.select2-selection__arrow {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 7px);
    background-size: 5px 5px,
    5px 5px;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	visibility: hidden !important;
}
/* FORMULARIO CRM */
div[id^="wpcf7-f5649"] p>label, div[id^="wpcf7-f5649"] .select2{
	width: 95% !important;
}
div[id^="wpcf7-f5649"] label{
	display: block !important;
}
div[id^="wpcf7-f5649"] input[type="text"], div[id^="wpcf7-f5649"] input[type="tel"], div[id^="wpcf7-f5649"] input[type="email"], div[id^="wpcf7-f5649"] textarea, div[id^="wpcf7-f5649"] select{
	width: 100% !important;
}
div[id^="wpcf7-f5649"] .select2-container{
	margin-bottom: 25px !important;
}
div[id^="wpcf7-f5649"] .select2-container--default .select2-selection--single .select2-selection__rendered.select2-container--default .select2-selection--single .select2-selection__rendered{
	margin: 0 !important;
}
div[id^="wpcf7-f5649"] .wpcf7-radio>.wpcf7-list-item{
	margin: 8px 10px 15px !important;
}
div[id^="wpcf7-f5649"] .wpcf7-radio>.wpcf7-list-item span{
	font-size: 1.1em !important;
}
div[id^="wpcf7-f5649"] .wpcf7-acceptance{
	display: block !important;
	margin: 10px 0 20px;
}
div[id^="wpcf7-f5649"] input[type="radio"]{
	display: none;
}
div[id^="wpcf7-f5649"] .wpcf7-radio span.wpcf7-list-item-label:before{
	content: "\f111" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ddd;
    margin-right: 10px;
	font-size: 1.2em;
}
div[id^="wpcf7-f5649"] input[type="radio"]:checked+span.wpcf7-list-item-label:before{
    content: "\f058" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #33b718;
    margin-right: 10px;
}
div[id^="wpcf7-f5649"] input[type="text"], div[id^="wpcf7-f5649"] input[type="tel"], div[id^="wpcf7-f5649"] input[type="email"], div[id^="wpcf7-f5649"] textarea, div[id^="wpcf7-f5649"] select {
    margin: 5px 0 5px !important;
    width: 100% !important;
}
select{
    -webkit-appearance: none !important;
    border:none;
    background-color: #f1f1f1;
    width: 100%;
    padding: 10px 15px !important;
    margin: 8px 5px !important;
    color: #000 !important; 
    border-radius: 99px;
}
select.wpcf7-select{
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}
/* RADIOS & CHECKBOXES */
.wpcf7-acceptance input[type="checkbox"]{
	display: none;
}
.wpcf7-acceptance span.wpcf7-list-item-label:before{
	content: "\f111" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ddd;
    margin-right: 10px;
	font-size: 1.2em;
}
.wpcf7-acceptance input[type="checkbox"]:checked+span.wpcf7-list-item-label:before{
    content: "\f058" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #33b718;
    margin-right: 10px;
}
/* BLOG */
.archivo-blog{
	display: flex;
}
#apartado-entradas img{
	border-radius: 15px;
	box-shadow: 0px 15px 15px #0000000f;
	margin-bottom: 20px;
}
#apartado-entradas{
	width: 70%;
}
#apartado-entradas>div{
	display: flex;
	flex-direction: column;
	width: 95%;
	padding: 0 20px;
	gap: 40px 0;
}
#apartado-entradas p{
	text-align: justify;
}
#apartado-entradas .pagination{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	align-items: stretch;
}
#apartado-entradas .nav-previous a, #apartado-entradas .nav-next a{
	padding: 10px 20px;
	border-radius: 99px;
	line-height: 1.5;
}
#apartado-entradas .nav-previous a{
	background: #eee;
	color: #1F1F1F;
}
#apartado-entradas .nav-next a{
	background: #0032a0;
	color: #fff;
}
#apartado-widgets{
	width: 30%;
	padding: 0 20px;
}
#lista-categorias-blog ul{
	list-style-type: none;
	padding: 0;
}
#lista-categorias-blog ul li{
	padding: 10px 10px;
}
#lista-categorias-blog ul li:nth-child(odd){
	background: #f1f1f1;
}
#lista-categorias-blog .cat-item-1{
	display: none;
}
.container-btn-blog{
	margin: 40px 0 60px;
	text-align: right !important;
}
.container-btn-blog a{
	text-align: right;
	padding: 10px 20px;
	text-transform: uppercase;
	background: #0032a0;
	color: #fff;
	border-radius: 99px;
	font-size: 1.1em;
	letter-spacing: 0.56px;
}
@media screen and (max-width: 1024px){
	#apartado-entradas{
		width: 100%;
	}
	#apartado-widgets{
		width: 100%;
	}
	.archivo-blog{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
.img-blog{
	width: 100%;
	max-width: 1140px;
	border-radius: 15px;
	box-shadow: 0px 15px 15px #0000000f;
	margin: 20px auto;
}
.nav-previous, .nav-next{
    max-width: 250px;
    display: inline;
}
.nav-next{
    margin-left: 15px;
}
.nav-previous a{
    color: #888 !important;
}
/* TABLA COOKIES */
table.ea-advanced-data-table tbody tr:nth-child(odd){
    background: #f1f1f1;
}
/* TRABAJA CON NOSOTROS */
.wpcf7-file{
    width: 100%;
		margin: 10px 0;
}
.wpcf7-file::-webkit-file-upload-button {
  display: none;
}
.wpcf7-file::before {
    content: 'Adjuntar CV';
    display: inline-block;
    background: #0032a0;
    border-radius: 99px;
    padding: 10px 25px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
	font-size: 1.1em;
    text-transform: uppercase;
    transition: background 0.5s;
	margin-right: 15px;
}
.wpcf7-file:hover::before, .wpcf7-file:active::before {
    background: #54595F;
}
input[type="file"]{
    background: none !important;
    border-radius: 0 !important;
}
[id^="descripcion-oferta-"]{
	display:none;
}
[id^="container-oferta-"]{
	flex-wrap: nowrap;
}
[id^="cerrar-oferta-"], [id^="informacion-oferta-"]{
	cursor: pointer;
}

/* BOTONES */
.elementor-button{
	transition: all 800ms;
}
.elementor-button:hover{
	transform: translateY(-4px);
	box-shadow: 1px 8px 10px rgb(0 0 0 / 20%);
}