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


/*Contact form 7*/
.cf7-catalogo input,
.cf7-catalogo textarea {
	border: 2px solid #e5e9ef;
	border-radius:1px;
}
.cf7-catalogo label {
	font-family: Montserrat, sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 2em;
	margin-bottom: 30px;
}
.cf7-catalogo .wpcf7-checkbox label,
.cf7-catalogo .label-checkbox,
.cf7-catalogo .column-checkbox {
	margin-bottom:15px;
}
.cf7-catalogo .wpcf7-acceptance label {
	display:flex;
	gap:0;
	line-height: 1.5em;
}
.cf7-catalogo .wpcf7-acceptance label span {
	flex: 1;
}

.cf7-catalogo .wpcf7-acceptance label a {
	color: inherit;
	text-decoration: underline;
}
.cf7-catalogo select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  	border: 2px solid #e5e9ef;
  	padding: 8px 40px 8px 16px;
  	border-radius: 2px;
  	background: white url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  	background-size: 16px;
  	cursor: pointer;
}
.cf7-catalogo select option[value=""] {
	color: #e5e9ef;
}
.cf7-catalogo select::-ms-expand {
  	display: none;
}
.cf7-catalogo input:focus,
.cf7-catalogo select:focus,
.cf7-catalogo textarea:focus {
	outline: none;
	border-color: #495e7b;
}
/* Ocultamos la apariencia nativa */
.cf7-catalogo input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border: 2px solid #495e7b;
	border-radius: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}
.cf7-catalogo input[type="checkbox"]:checked {
	background-color: #495e7b;
	border-color: #495e7b;
}
/*.cf7-catalogo input[type="checkbox"]:hover {
	box-shadow: 0 0 0 3px rgba(73,94,123,0.2);
}*/
.cf7-catalogo input[type="submit"],
.cf7-catalogo button[type="submit"] {
	background-color: #EE7D11;
	color: var( --e-global-color-1632e8e );
	border-radius: 30px;
	padding: 10px 20px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	border: 0;
}
.cf7-catalogo button[type="submit"] {
	display:flex;
	gap:10px;
	align-items: center;
}
.cf7-catalogo .form-row{
	width: 100%;
	display:flex;
	gap: 30px;
}
.cf7-catalogo .column-full{
	width:100%;
}
.cf7-catalogo .column-half{
	width:50%;
}

@media all and (max-width:480px) {
	.cf7-catalogo .form-row {
		flex-wrap:wrap;
		gap: 0;
	}
	.cf7-catalogo .column-half {
		width:100%;
	}
	.cf7-catalogo .column-checkbox .wpcf7-list-item {
		float:left;
		clear:both;
	}
}


/*Nav*/
#masthead .menu-item.no-desktop,
#masthead-mobile .menu-item.no-desktop {
	display: none!important;
}
#masthead-mobile .menu-item.no-desktop {
	border-radius: 15px;
	margin-bottom: 10px;
}
#masthead-mobile .menu-item.no-desktop a {
	color: #fff!important;
	padding:7px 12px;
}
#masthead-mobile .menu-item.orange {
	background-color: #ee7d11;	
}
#masthead-mobile .menu-item.grey {
	background-color: #989bbb;	
}

/*Tables*/
.table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden; 
	scrollbar-gutter: stable;
}
table {
	width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    border-collapse: separate;
	border-spacing: 0;
	overflow: hidden; 
	border: 1px solid #f4f4f4;
	table-layout: fixed;
	color: #495e7b;
	font-family: Montserrat, sans-serif;
}
table thead, table th, table td {
	border:0!important;
	word-break: break-word;
}
table thead { 
	background-color: #3a5878;
    color: #fff; 
    text-align: left;
}
table td {
	padding: 25px 15px;
}
@media (max-width: 768px) {
	.table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	table {
		width: 720px!important;
	}
}

/*single paper custom template / single evento custom template*/
.custom-template-single {
	max-width: min(100%, 1180px);
    margin: 40px auto 60px;
    position: relative;
    padding: 0 20px;
}
.custom-content-single {
	font-family: Montserrat, sans-serif;
}
.custom-template-single h1 {
	font-size: 28px;
    font-weight: 700;
    color: var(--e-global-color-67232c1);
    text-transform: none;
    letter-spacing: initial;
    word-spacing: initial;
    margin-bottom: 20px;
}
.custom-template-single h2 {
	font-family: Montserrat, sans-serif;
	font-size: 22px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: initial;
    word-spacing: initial;
    margin-bottom: 10px;
    margin-top: 30px;
}
.paper-contenido.custom-content-single a,
.paper-contenido.custom-content-single a:hover {
	color: var(--e-global-color-67232c1);
	font-weight: 600;
}
.paper-contenido.custom-content-single a:hover {
	text-decoration: underline;
}
.paper-autor {
	margin: 40px 0 80px;
}

/*home page english version*/

.language-selector .es {
	font-weight: 700
}
.en-active .language-selector .en {
	font-weight: 700;
}
.en-active .language-selector .es {
	font-weight: 400;
}

/* cookies page */
.page-id-9340 #content {
	margin-top: 40px;
	margin-bottom: 100px;
}
.page-id-9340 #content .entry-title {
	font-family: Montserrat, sans-serif;
}
#cmplz-document {
	max-width: 100%;
	font-family: Montserrat, sans-serif;
}
#cmplz-document * {
	font-size: 16px;
}

#cmplz-document a {
	color: #133E8C;
}


