/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: TUCHO Development Team
Template: flatsome
Version: 1.0
*/

/* tipografia */
@font-face {
	font-family: 'BeVietnam';
	src: url('/wp-content/themes/flatsome-child/fonts/BeVietnam.woff2') format('woff2-variations');
	font-weight: 100 1000;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
}
body, input, textarea, select, button, p {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
	font-family: 'BeVietnam';
}
h1, h2, h3, h4, h5, h6, .widget-title {
	font-weight: 600;
}
p {
	text-align: justify;
}
p.lead {
	font-weight: 400!important;
}
.center-section p {
	text-align: center;
}
@media (min-width: 1100px) {
	h1, h2.h1-size, .banner h1 {
    	font-size: 2.8rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.8rem;
	}
}
@media (min-width: 110px) and (max-width: 1024px){
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.3rem;
	}
}

/* general */
:root {
  --secondary-color: #303A2B;
}
body {
	font-size: 18px;
	font-weight: 300;
	overflow-x: clip;
}
.subtitle {
	font-size: 1.6rem;
	line-height: 1.2em;
	border-bottom: 1px dashed;
}
h3.servicio-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.servicios-lateral h3 {
	font-size: 1.4rem;
}
p.lead {
	font-size: 1.3em;
	font-weight: 500;
}
.sin-margin p {
	margin-bottom: 0!important;
}
div.subtitle {
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #2B64A1;
}
.col-cta {
	padding: 0!important;
}

/* cabecera */
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    //box-shadow: none;
	//border-bottom: 1px solid var(--primary-color);
}
.header-nav-main {
	font-size: 1.2rem;
}
.header-nav-main .sub-menu li a {
	font-size: 16px!important;
	color: var(--secondary-color)!important;
}
.nav .nav-dropdown {
	width: 360px!important;
	margin-left: -15px;
}
.nav-dropdown.nav-dropdown-bold>li>a {
	border-radius: 0px!important;
}
.nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 1px solid #ececec!important;
}
.nav-dropdown.nav-dropdown-default>li>a:hover {
	border-bottom: 1px solid var(--primary-color)!important;
}
.no-link > a {
    cursor: default;
}
.nav>li>a {
	color: var(--secondary-color)!important;
	font-weight: 500;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
	height: 5px!important;
}
@media (max-width: 768px) {
	.header-main {
		height: 80px!important;
	}
	.off-canvas-right .mfp-content {
		--drawer-width: 100%!important;
	}
	.off-canvas .sidebar-menu {
		padding: 80px 0!important;
	}
	.off-canvas .nav-vertical>li>a {
		font-size: 18px!important;
	}
	.nav-sidebar.nav-vertical>li+li {
		border-top: none!important;
	}
	.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
		background-color: #fff!important;
	}
	.off-canvas .nav-vertical li li>a {
		font-size: 16px!important;
		padding: 10px 0;
	}
}

/* topbar */
#top-bar .nav>li>a {
	color: #fff!important;
}
#top-bar .title-top {
	text-transform: uppercase;
	font-weight: 500;
}
#top-bar .iconos {
	//color: var(--primary-color);
	margin: 0 10px 0 20px;
}
#top-bar a.texto-top {
	font-size: 14px!important;
	font-weight: 500!important;
	padding-bottom: 0!important;
	padding-top: 0!important;
	vertical-align: unset!important;
}
.header-cart-link {
	font-size: 12px!important;
}
.cart-img-icon {
	width: 18px;
}

/* efectos */
.slider-style-focus {
	padding: 0 0 40px!important;
}
.servicios .icon-box .icon-inner::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #fff;
	display: block;
	transform: translate(-15%, -10%) scale(0);
	transition: 1s;
	z-index: -1;
}
.servicios .icon-box:hover .icon-inner::before {
	display: block;
	transform: translate(-15%, -10%) scale(1);
	transition: 0.5s;
}
.servicios .icon-box-text:hover h3 {
	color: var(--primary-color);
}
.highlight .col-inner {
	background-color: var(--secondary-color);
	box-shadow: inset 0 -1px rgb(0 0 0 / 10%), 0 0.5em 0.6em -0.5em rgb(0 0 0 / 15%);
	padding: 2em;
	transform: scale(.95);
	transition: .5s linear;
}
.highlight .col-inner:hover {
	transform: scale(1);
	box-shadow: inset 0 -1px rgb(0 0 0 / 16%), 0 0.5em 0.6em -0.5em rgb(0 0 0 / 30%);
}
.caja-hover .col-inner {
    -webkit-transition: .5s;
    transition: .5s;
}
.caja-hover .col-inner:hover {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.big-number {
	font-size: 2rem;
	font-family: 'BeVietnam';
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 1rem;
	display: inline-flex;
	position: relative;
}
@media (min-width: 768px){
	.pegado {
		position: sticky;
		top: 100px;
	}
	.row-fix {
		padding: 0 8px;
	}
	.big-number::before {
		content: attr(data-n);
		position: absolute;
		opacity: 0.1;
		width: 100%;
		transform: scale(3.5) translateX(-10px);
	}
}

/* pie */
footer ul.menu>li ul {
	border-left: none;
}
.absolute-footer {
    display: none;
}
#nav_menu-2.col, #nav_menu-3.col, #nav_menu-4.col {
	padding: 0;
	width: 300px;
}
#nav_menu-2.widget, #nav_menu-3.widget, #nav_menu-4.widget {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.8em;
}
#nav_menu-2 ul.menu>li>a, #nav_menu-3 ul.menu>li>a, #nav_menu-4 ul.menu>li>a {
	padding: 4px 0;
}
.main-foot .titulo {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}
.col-logo .ux-logo-link {
	padding: 15px 0!important;
}
.logos-kit {
	max-width: 280px;
}
.logos-kit .img-ue img {
	height: 40px;
}
.logos-kit .img-r img {
	height: 34px;
}
.ue-texto {
	font-size: 0.8rem;
	width: 380px;
	padding-top: 10px;
}
.col-menu ul.menu>li+li {
	border-top: none!important;
}
.foot-copy p, .foot-copy a {
	margin-bottom: 0!important;
	font-size: 0.8rem;
}
#nav_menu-3 ul.menu>li+li {
	border-top: 0px!important;
}
ul#menu-legal-menu.menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 340px;
	margin-left: -40px;
}
ul#menu-legal-menu-en.menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 280px;
	margin-left: 16px;
}
@media (max-width: 767px){
	.col-logo .col-inner, .col-contacto .col-inner, .col-contacto .text, .ue-texto {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.foot-copy .tnet {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 0 20px;
	}
	.foot-copy .tnet p {
		text-align: center;
	}
	ul#menu-legal-menu.menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 20px;
		width: 450px;
	}
	ul#menu-legal-menu-en.menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 20px;
		width: 360px;
	}
}
@media (min-width: 768px) {
	.col-legal .col-inner {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-top: -10px;		
	}
}

/* página de contacto */
div.metodo-contacto {
	color: var(--primary-color);
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

/* contact form */
.form-placeholder input:not([type="submit"]) {
	height: 50px;
	padding: 21px 257px 20px 15px;
	border-radius: 0;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none!important;
	color: #fff;
}
.form-placeholder textarea, .form-flat select {
	background-color: transparent;
	border-radius: 0;
	border-color: #fff;
	box-shadow: none!important;
	color: #fff;
}
.flex-1col input {
	margin-bottom: 20px;
}
.form-placeholder textarea {
	margin-bottom: 0!important
}
.flex-1col input[type="submit"] {
	width: 160px;
	height: 50px;
	margin: 2px 0 20px!important;
	border-radius: 0;
	background-color: #fff!important;
	color: var(--secondary-color);
	font-size: 1.2rem!important;
	font-weight: 500;
	float: right;
	text-transform: capitalize!important;
}
input[type=submit]:hover {
	background-color: var(--primary-color)!important;
	color: #fff;
	box-shadow: none!important;
}
.flex-1col input[type="checkbox"] {
	vertical-align: middle;
	margin-top: 10px;
}
.form-placeholder .dark input[type="submit"] {
	color: #fff;
}
.form-placeholder label {
	font-size: 1rem;
	font-weight: 500;
	display: block;
	text-align: left;
	color: #fff!important;
}
.form-placeholder label a {
	color: #fff!important;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff!important;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff!important;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff!important;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff!important;
	opacity: 1;
}
div.flex-1col.ml-half {
	margin-left: 0!important;
}

/* shop page */
.shop-page-title.category-page-title.page-title {
	display: none;
}
a.button.wc-forward {
	color: #fff!important;
}
.return-to-shop a.button.primary.wc-backward {
	background-color: #BA5624!important;
	color: #fff;
}

/* woocommerce */
body:not(.woocommerce-shop).woocommerce-page .header.transparent:not(.stuck) {
	background: var(--secondary-color);
}
.woocommerce-page main {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* banner cookies */
.cky-consent-container {
	width: 460px!important;
}