﻿
:root {
	--blue: #009DB7;
	--midBlue: #312782;
	--darkBlue: #1e2043;
}

body {
	font-family: "Poppins", sans-serif;
	color: var(--darkBlue);
	padding: 0;
	margin: 0;
	font-weight:300
}

.hidden {
	display: none;
}

a:focus {
	outline:none
}

/********Correcciones********/

#message {
	display: none;
}

.col-md12, .mflogo, .show-for-large-up {
	display: none;
}

a {
	color: var(--darkBlue);
	text-decoration: none !important;
}

	a:hover {
		color: var(--blue) !important;
	}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

.body-content {
	padding-top: 50px;
	padding-bottom: 160px !important;
}

div.col-xs-12.text-center.columns__column--twelve {
	margin-bottom: 100px;
}

/********Estilos Formulario********/



.btn-primary {
	background-color: var(--blue);
	border:none;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 15px 25px;
	font-size: 15px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 4px 1px #B0B0B0;
	transition:background-color 0.3s ease-in-out
}

	.btn-primary:hover {
		background-color: var(--darkBlue);
		
	}

form {
	margin-bottom: 13rem;
}

.body-content h5, .body-content h2 {
	font-family: "Poppins" !important;
	color: var(--darkBlue);
	font-weight:500
}

.form-control {
	border-radius: 0;
	box-shadow: none;
}

.divSection {
	margin: 4rem -1.5rem
}

.well {
	background-color: #e3f1f5;
	padding: 20px;
	border: none;
	box-shadow: none;
	border-radius: 10px;
}

.k-widget {
	background-color: transparent;
	border: none;
}

.k-upload-sync .k-upload-button {
	background-color: #b6d2da;
	border: 1px solid #89b2bc;
	margin-left: 0
}

.k-upload-button:hover {
	background-color: #89b2bc;
	border: 1px solid #89b2bc;
}

.itemspace {
	margin: 2rem 0rem
}

/********Estilos********/

/*header**************************/

.site-header {
	position: relative;
	z-index: 1000;
	background-color: #fff;
}
.site-header__top {
	height: 34px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: var(--blue);
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.site-header__bar {
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	position: fixed;
	top: 34px;
	left: 0;
	right: 0;
	z-index: 8;
	transition: top 0.25s ease, box-shadow 0.25s ease;
}
.header_logo {
	display: block;
	width: 100%;
	max-width: 139px
}
.header_img {
	width: 100%
}

.site-header__toggle {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 1003;
}

	.site-header__toggle span {
		position: absolute;
		width: 34px;
		height: 3px;
		background: #11a9c8;
		border-radius: 2px;
		transition: transform 0.28s ease, opacity 0.2s ease;
	}

		.site-header__toggle span:nth-child(1) {
			transform: translateY(-8px);
		}

		.site-header__toggle span:nth-child(2) {
			transform: translateY(0);
		}

		.site-header__toggle span:nth-child(3) {
			transform: translateY(8px);
		}

	.site-header__toggle.is-open span:nth-child(1) {
		transform: rotate(45deg);
	}

	.site-header__toggle.is-open span:nth-child(2) {
		opacity: 0;
	}

	.site-header__toggle.is-open span:nth-child(3) {
		transform: rotate(-45deg);
	}

.site-header.is-scrolled .site-header__top {
	transform: translateY(-100%);
	opacity: 0;
}

.site-header.is-scrolled .site-header__bar {
	top: 0;
	max-width: 1600px;
	margin: 0 auto;
}


/*idioma*/

.site-nav__lang.lang-switcher {
	position: relative;
}

.lang-switcher__toggle {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

	.lang-switcher__toggle img,
	.lang-switcher__menu img {
		width: 20px;
		height: auto;
		display: block;
	}

.lang-switcher__menu {
	list-style: none;
	margin: 8px 0 0;
	padding: 6px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	box-shadow: 0 8px 18px rgba(0,0,0,0.08);
	display: none;
	z-index: 1005;
}

	.lang-switcher__menu li {
		margin: 0 !important;
	}

	.lang-switcher__menu a {
		display: block;
		padding: 4px;
	}

.lang-switcher.is-open .lang-switcher__menu {
	display: block;
}



/*footer**************************/
.footer_content {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	color: #fff;
	background-color: var(--darkBlue);
	font-size: 13px;
}

.footer_top, .footer_top-logo {
	display: flex;
	flex-direction: column;
	align-items: center;	
	padding: 0.5rem 0.5rem 2rem
}

.footer_bottom {
	display: flex;
	width: 100%;
	background-color: var(--blue);
	flex-direction: column;
	align-items: center;
	padding: 0.5rem;
}

.footer_logo {
	padding: 4rem 2rem 2rem 2rem;
	text-align: center;
}

.footer_img {
	width: 100%
}

.footer_copy {
	font-size: 14px;
	padding: 1rem
}

.footer_legal, .footer_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size:12px
}

.footer_social {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1.5rem
}

.footer_social-container {
	display: flex;
	margin: 1rem
}

.footer_social-item-container {
	display: flex;
	width: 3rem;
	height: 3rem;
	padding: 1.7rem;
	margin: 0.5rem;
	border-radius: 50px;
	border: 1px solid var(--blue);
	align-items: center;
	justify-content: center;
}

	.footer_social-item-container a {
		line-height: 0
	}

.footer_social-item {
	color: var(--blue);
	font-size: 2rem
}

.footer_social-item-container:hover {
	border: 1px solid #0191b5;
}

.footer_social-item:hover {
	color: #0191b5;
}

.legal_element, .menu_element {
	padding: 0.2rem 1rem;
}

	.legal_element a:hover {
		color: #fff !important;
		text-decoration: underline !important;
	}




/********mediaqueries********/

@media (max-width: 767px) {
	.site-nav {
		width: 100%;
		padding: 120px 40px 36px;
		max-width: 500px
	}

	.site-nav__list a {
		font-size: 14px;
		font-weight: 500
	}
}

@media all and (min-width: 768px) {
	.footer_bottom {
		flex-direction: row;
		justify-content: space-between;
		padding: 0 2rem;
	}

	.footer_copy {
		order: -1
	}
}

@media all and (max-width: 1199px) {
	.site-header__toggle {
		display: inline-flex;
	}



	.site-nav {
		position: fixed;
		top: 0;
		right: 0;
		width:100%;
		max-width:500px;
		height: 100vh;
		background: #fff;
		transform: translateX(100%);
		transition: transform 0.28s ease;
		z-index: 1002;
		padding: 120px 40px 40px;
		overflow-y: auto;
	}



		.site-nav.is-open {
			transform: translateX(0);
		}


	.site-nav__list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.site-nav__list li + li {
			margin-top: 26px;
		}

		.site-nav__list a {
			color: #11a9c8;
			text-decoration: none;
			font-size: 14px;
			line-height: 1.35;
			font-weight: 500
		}

	.site-nav__lang {
		margin-top: 34px !important;
	}

		.site-nav__lang img {
			width: 20px;
			height: auto;
			display: block;
		}

	body.menu-open::before {
		content: "";
		position: fixed;
		inset: 0;
		background-color: #00000057;
		z-index: 10;
	}
}

@media all and (min-width: 1200px) {
	.site-header__toggle {
		display: none;
	}

	.site-header__bar {
		display: grid;
		grid-template-columns: 1fr 6fr;
		align-items: center;
		max-width: 1440px;
		margin: 0 auto;
	}

	.site-nav {
		display: block;
		grid-column: 2;
	}

	.site-nav__list {
		display: flex;
		flex-direction: row;
		gap: 20px;
		justify-content: center;
	}
	.site-nav a{
		font-weight:500;
		color:var(--blue)
	}

	.body-content {
		padding-bottom: 0;
	}
	.footer_logo {
		padding: 1rem
	}

	.footer_top {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		width: 100%;
		align-items: end;

	}

	.footer_top-logo {
		grid-column: 2;
		margin: 0.5rem;
		padding-bottom:0
	}

	.footer_social {
		align-items: flex-start;
		margin: 0
	}

	.footer_social-container {
		margin: 10px 0 0
	}
	
}

/* ESTILOS PARA LOS TAG */
.css-destacado {
	background-color: #00a8d53b;
}

/*ESTILOS CATÁLOGO*/
.row.catalogue .top-buffer .col-md-12:has(.k-widget.k-dropdown.k-header) {
	padding: 0;
}

.row.catalogue .top-buffer .k-widget.k-dropdown.k-header {
	margin-top: 30px
}

