/* 
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 */

/*HEAEDR*/
/*Top bar*/
.top-bar-header, 
.top-bar-header .e-con-inner {
    min-height: 40px;
    padding: 0;
    display: flex;
    justify-content: end !important;
    align-items: center !important;
}

.top-bar-header .elementor-element {
	padding: 0;
}

.top-bar-header p.elementor-icon-box-title {
    display: none;
}

.icon-header a {
	color: #fff;
	font-size: 0.85rem;
}

/*Header menu*/
.header-web,
.header-web .e-con-inner{
	max-height: 100px;
	padding: 0;
	display: flex;
	justify-content: space-between !important;
	align-items: center !important;
}


.header-web .elementor-element {
	padding: 0;
}

/*STICKY HEADER TOPBAR + HEADER MENU*/
/* Top bar fija arriba */
.top-bar-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  background: #fff;
}

.top-bar-header,
.top-bar-header .e-con-inner{
  height: 40px;
  min-height: 40px;
}

/* Header fijo debajo de la top-bar */
.header-web{
  position: fixed;
  top: 40px;           
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fff;
}

/* Evitar que el contenido quede debajo del header */
body{
  padding-top: 80px;  /* 40px top-bar + 100px header */
}

/*IMAGEN 1*/
.img-selfa img {
	aspect-ratio: 3/4;
	object-fit: cover;
}


/*FORMS*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.label {
	display: none;
}

.legal {
	font-size: 0.85rem;
	color: #000;
	margin-bottom: 0.5rem;
}

.legal a{
	font-size: 0.85rem;
	color: #000;
}

.legal a:hover {
	color: #0146c7;
}

input#btn-enviar {
    background: #0146c7;
    color: #fff;
	border: none
}

input#btn-enviar:hover {
	background: #fff; 
	color: #0146c7;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
}

.w-html {
    line-height: 0;
}

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 {
    border: 1px solid #0146c7;
    border-radius: 2rem;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
	background: white;
	font-size: 0.9rem;
}

textarea {
	height: 185px !important;
}

/*FAQS*/
.accordion-faqs .e-n-accordion-item-title {
	background: #f5ff9f !important;
	border: none !important;
	border-radius: 2rem !important;
	margin-bottom: 0.5rem !important;
	font-family: 'cabinet-grotesk' !important;
	font-size: 1.25rem !important;
	color: #0146c7 !important;
}

.accordion-faqs:hover .e-n-accordion-item-title {
    color: #0146c7 !important;
}

.accordion-faqs .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    color: #0146c7;
}

.accordion-faqs .e-child {
    border: none;
    background: #f5ff9f;
    border-radius: 20px;
    margin: 1rem auto;
    width: 95%;
}



.accordion-faqs.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg,
.accordion-faqs.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg,
.accordion-faqs:hover.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{
    fill: #0146c7;
}

.accordion-faqs.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    color: #0146c7;
}

.accordion-faqs .e-con-full.e-flex.e-con.e-child {
    padding: 0rem;
}

/*Opiniones*/
.swiper-wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

svg.ekit-svg-icon.icon-quote {
    opacity: 0.1;
}

/*FOOTER*/
.menu-footer .elementskit-navbar-nav-default .elementskit-navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

/************************************************
 Pantallas más pequeñas de 992px
*************************************************/
@media only screen and (max-width: 992px) {
	ul#menu-legales,
	ul#menu-main-menu-1,
		div#ekit-megamenu-main-menu {
		padding-top: 2rem;
	}
}

/************************************************
 Pantallas más pequeñas de 650px
*************************************************/
@media only screen and (max-width: 650px) {
	body {
		padding-top: 30px;
	}
}