/*
Theme Name: Sanza
Author: Aluxion
Version: 1.0
Text Domain: sanza
*/


@font-face {
	font-family: 'Prompt Light';
	src: url('assets/fonts/Prompt-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Prompt Regular';
	src: url('assets/fonts/Prompt-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Prompt Medium';
	src: url('assets/fonts/Prompt-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Prompt SemiBold';
	src: url('assets/fonts/Prompt-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}



*,
*::before,
*::after {
	box-sizing: border-box;
	outline : none;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Prompt Light', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

body,
#page {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a.f {
	text-decoration: underline;
}

a:hover {
	color: inherit;
}

em {
	font-weight: inherit;
	font-style: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Prompt Medium', Arial;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-family: 'Prompt SemiBold', Arial;
	font-weight: 600;
	font-size: 48px;
	line-height: 58px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
}

h3 {
	font-size: 36px;
	line-height: 44px;
}

h4 {
	font-size: 24px;
	line-height: 28px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
}

h6 {
	font-size: 18px;
	line-height: 22px;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	color: #45BE84;
}

figure {
	margin: 0;
}

small {
	font-size: 80%;
}

.entry-content p {
	margin-top: 0;
}



/*
 * Buttons and icons
 */
.button,
input[type=submit],
input[type=button],
a.elementor-button,
a.cli_action_button {
	display: inline-block;
	border: 1px solid #45BE84;
	background-color: #45BE84;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	border-radius: 12px;
	padding: 12px 24px;
	transition: all .3s;
	cursor: pointer;
}

.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
a.elementor-button:hover,
a.cli_action_button:hover,
a.wt-cli-privacy-accept-btn:hover {
	background-color: #fff !important;
	color: #45BE84 !important;
}

.button[disabled],
input[type=submit][disabled],
input[type=button][disabled],
a.elementor-button[disabled] {
	background-color: #C7ECDA;
	border: 1px solid #C7ECDA;
}

.green-icon {
	background-color: #45BE84;
	border-radius: 12px;
	width: 40px;
	height: 40px;
}

.wt-cli-privacy-accept-btn {
	background-color: #45BE84 !important;
	border: 1px solid #45BE84 !important;
	border-radius: 12px !important;
	padding: 12px 24px !important;
	transition: all .3s;
}



/*
 * Forms
 */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
textarea {
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	background-color: #ffffff;
	border: 1px solid #E9E9E9;
	border-radius: 12px;
	color: #909090;
	padding: 12px;
	width: 100%;
}

.field-ch-count {
	display: block;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #4E4E4E;
	text-align: right;
}

.waiting-list-form-container input[type=submit] {
	width: 100%;
}



/*
 * General
 */
ul.menu {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.social-icons > a {
	display: inline-block;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.social-icons > a:not(:first-child) {
	margin-left: 28px;
}

.social-icons .icon-linkedin {
	background-image: url('assets/images/icon-linkedin.svg');
}

.social-icons .icon-twitter {
	background-image: url('assets/images/icon-twitter.svg');
	width: 21px;
}






/*
 * Mobile menu
 */
.mobile-menu-container {
	position: fixed;
	display: none;
	background-color: #ffffff;
	padding-bottom: 20px;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	z-index: 9999999;
}

.mobile-menu-container a {
	font-size: 14px;
	line-height: 20px;
	color: #909090;
}

.mobile-menu-container li {
	padding: 9px 24px;
}

.mobile-menu-container li:not(:last-child) {
	margin-bottom: 8px;
}

.mobile-menu-container li.current-menu-item:not(.menu-item-type-custom) {
	background-color: #ECF9F3;
	border-left: 4px solid #45BE84;
}

.mobile-menu-container li.current-menu-item:not(.menu-item-type-custom) a {
	color: #45BE84;
}

.extra-mobile-menu-container {
	border-top: 1px solid #BDBDBD;
	margin-top: 100px;
}

.extra-mobile-menu-container .lang-selector {
	list-style: none;
	padding: 0;
	margin: 0;
}

.extra-mobile-menu-container .lang-selector li {
	margin-bottom: 8px;
}

.extra-mobile-menu-container .lang-selector a {
	text-transform: uppercase;
}

.site-header .mobile-menu-icon {
	background-image: url('assets/images/icon-menu-mobile.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 12px;
}

.site-header .mobile-menu-close-icon {
	background-image: url('assets/images/icon-menu-mobile-close.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
}

body.mobile-menu-opened {
	overflow-y: hidden;
}

header .mobile-menu-close-icon,
body.mobile-menu-opened header .user-icon,
body.mobile-menu-opened header .mobile-menu-icon {
	display: none;
}

body.mobile-menu-opened header .mobile-menu-close-icon {
	display: block;
}




/*
 * Header
 */
.site-header {
	position: relative;
	z-index: 999;
}

body:not(.home) .site-header {
	box-shadow: 0px 20px 40px rgba(34, 34, 34, 0.05);
}

body:not(.fixed-header) .site-header.clone {
    display: none;
}

.site-header.clone {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.site-header .blocks {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 66px;
}

.site-header .show-for-small-menu {
	display: none;
}

.site-header .site-logo-wrapper img {
	display: block;
	max-width: 125px;
}

.site-header .block-3 {
	display: flex;
	align-items: center;
}

.site-header .lang-selector a {
	color: #45BE84;
	text-decoration: underline;
	text-transform: uppercase;
}

.site-header .user-icon {
	background-image: url('assets/images/icon-user.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 12px;
}

.site-header ul {
	display: flex;
	list-style: none;
}

.site-header .main-menu-container ul li:not(:last-child) {
	margin-right: 20px;
}

.site-header .main-menu-container ul li a:hover {
	text-decoration: underline;
}

.site-header .main-menu-container ul li.current-menu-item:not(.menu-item-type-custom) a {
	font-family: 'Prompt SemiBold', Arial;
	font-weight: 600;
	color: #45BE84;
}



/*
 * Content
 */
.container,
.site-header .elementor-container,
.site-footer .elementor-container,
body:not(.page-template-waiting-list) .elementor-section.elementor-section-boxed.elementor-top-section > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}

.site-content .entry-content a:not(.elementor-button):not(.button) {
	color: #45BE84;
	text-decoration: underline;
	letter-spacing: 0.5px;
	flex-shrink: 0;
}

.cta-top-angle::before {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	border-style: solid;
	border-width: 0 100vw 150px 0;
	border-color: transparent #ffffff transparent transparent;
}

.no-content-found {
	margin-top: 100px;
	margin-bottom: 100px;
}

.height-fit-content .elementor-column-wrap {
	display: table !important;
}

img.aligncenter {
	display: block;
	float: none;
	margin: auto;
}

img.alignleft {
	display: block;
	float: left;
	margin: .5em 1em 1em 0;
}

img.alignright {
	display: block;
	float: right;
	margin: .5em 0 1em 1em;
}



/*
 * Template
 * Waiting list
 */
body.page-template-waiting-list .site-header,
body.page-template-waiting-list .site-footer {
	display: none;
}

body.page-template-waiting-list .waiting-list-block {
	display: flex;
}

body.page-template-waiting-list .waiting-list-content-container,
body.page-template-waiting-list .waiting-list-image-container {
	width: 50%;
}

body.page-template-waiting-list .waiting-list-content-container {
	position: relative;
	padding-top: 26vh;
	padding-bottom: 10vh;
	padding-right: 80px;
}

body.page-template-waiting-list .waiting-list-content-container .site-logo-wrapper {
	position: absolute;
	top: 60px;
}

body.page-template-waiting-list .waiting-list-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 150px 0px 0px 0px;
	width: 100%;
	height: 100vh;
}

body.page-template-waiting-list .site-white-logo-wrapper {
	position: absolute;
	top: 70px;
	left: 70px;
	display: none;
}



/*
 * Home
 */
body.home h1 {
	font-size: 64px;
	line-height: 72px;
}

body.home .hero-section .elementor-background-overlay {
	background: linear-gradient(0deg, rgba(231, 236, 241, 0.1), rgba(231, 236, 241, 0.1)), linear-gradient(180deg, #FFFFFF 0.98%, rgba(255, 255, 255, 0) 63.73%) !important;
}




/*
 * Footer
 */
.site-footer {
	background-color: #ffffff;
	padding-top: 37px;
	padding-bottom: 37px;
}

.site-footer .blocks {
	width: 100%;
}

.site-footer .block-2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 33px;
}

/*
.site-footer .block-2 > .block-column:first-child {
	width: 290px;
}
*/

.site-footer .block-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #E9E9E9;
	padding-top: 12px;
	color: #4E4E4E;
}

.site-footer .site-logo-wrapper {
	margin-bottom: 21px;
}

.site-footer .site-logo-wrapper img {
	width: 165px;
}

.site-footer .site-description {
	font-style: italic;
	line-height: 22px;
	font-weight: 300;
	color: #909090;
}

.site-footer .copyright {
	font-family: 'Prompt Regular', Arial;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #4E4E4E;
}

.site-footer ul.menu {
	display: flex;
}

.site-footer ul.menu li:not(:last-child) {
	margin-right: 36px;
}

.site-footer ul.menu li a {
	color: #4E4E4E;
	text-decoration: underline;
}




/*
 * Bottom bar
 */
.site-bottom-bar {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	color: #45BE84;
	width: 100%;
	height: 60px;
}

.site-bottom-bar .blocks {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: auto;
}

.site-bottom-bar .block-2 .block-column {
	display: flex;
	align-items: center;
}

.site-bottom-bar ul {
	list-style: none;
	display: flex;
}

.site-bottom-bar .bottom-bar-menu-container li:not(:last-child) {
	margin-right: 12px;
}

.site-bottom-bar .bottom-bar-menu-container li a {
	text-decoration: underline;
}

.site-bottom-bar .lang-selector {
	padding-left: 0;
	margin-right: 37px;
}

.site-bottom-bar .lang-selector a {
	text-decoration: underline;
	text-transform: uppercase;
}



/*
 * Aceptación de cookies
 */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding: 24px 32px !important;
}

.cli-bar-message {
	font-size: 14px;
	line-height: 20px;
}

.cli-bar-message a {
	color: #45BE84;
	text-decoration: underline;
}

.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	margin-left: 12px;
}

.cli-tab-container h4 {
	font-weight: bold;
}

.cli-switch input:checked + .cli-slider {
	background-color: #45BE84 !important;
}





/*
 * Varios
 */
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 13px;
	line-height: 1em;
	border: 1px solid #45BE84;
	border-radius: 6px;
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
	padding: 6px 10px;
}

.wpcf7-not-valid-tip {
	font-size: 13px;
}

span.wpcf7-list-item {
	margin-left: 0;
}

html.with-featherlight {
    overflow: unset;
}

.featherlight .featherlight-content {
	border: 3px solid #ffffff;
	border-radius: 6px;
	margin-left: 12px;
	margin-right: 12px;
}

.featherlight:last-of-type {
	background-color: rgba(34,34,34,.25) !important;
}

.featherlight .featherlight-close-icon {
	background: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	line-height: 50px;
	top: 10px;
	right: 10px;
}






/*
 * Shortcode
 * Preguntas frecuentes PPA
 */
.sanza-ppa-faqs-shortcode .ppa-faq-item {
	display: flex;
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.sanza-ppa-faqs-shortcode .ppa-faq-item:not(.visible) {
	display: none;
}

.sanza-ppa-faqs-shortcode .ppa-faq-item:nth-child(even) {
	flex-direction: row-reverse;
}

.sanza-ppa-faqs-shortcode .ppa-faq-image-container {
	flex-shrink: 0;
}

.sanza-ppa-faqs-shortcode .ppa-faq-item:nth-child(even) .ppa-faq-info-container {
	padding-right: 46px;
}

.sanza-ppa-faqs-shortcode .ppa-faq-item:nth-child(odd) .ppa-faq-info-container {
	padding-left: 46px;
}

.sanza-ppa-faqs-shortcode .ppa-faq-image {
	background-color: #ECF9F3;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	width: 160px;
	height: 160px;
}

.sanza-ppa-faqs-shortcode .ppa-faq-title {
	margin-bottom: 12px;
}

.sanza-ppa-faqs-shortcode .ppa-faq-pagination {
	font-size: 14px;
	line-height: 20px;
	color: #4E4E4E;
	text-align: right;
	padding-top: 10px;
}

.sanza-ppa-faqs-shortcode .ppa-faq-pagination .arrow {
	display: inline-block;
	background-image: url('assets/images/pagination-arrow-right.svg');
	background-repeat: no-repeat;
	width: 7px;
	height: 11px;
	margin-left: 21px;
	cursor: pointer;
}

.sanza-ppa-faqs-shortcode .ppa-faq-pagination .arrow-prev {
	transform: scaleX(-1);
}

.sanza-ppa-faqs-shortcode .ppa-faq-pagination .arrow.disabled {
	background-image: url('assets/images/pagination-arrow-left-inactive.svg');
	cursor: default;
}

.sanza-ppa-faqs-shortcode .ppa-faq-pagination .arrow-prev.disabled {
	transform: none;
}

.sanza-ppa-faqs-shortcode .ppa-faq-pagination .arrow-next.disabled {
	transform: scaleX(-1);
}





/*
 * Elementor Infographic Widget
 */
.sanza-elementor-infographic-widget .seiw-content {
	display: flex;
	flex-direction: row;
}

.sanza-elementor-infographic-widget .seiw-icon-container {
	flex-shrink: 0;
	margin-right: 15px;
}

.sanza-elementor-infographic-widget .seiw-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-1 .seiw-icon-container {
	margin-right: 30px;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-1 .seiw-icon-wrapper {
	background-color: #45BE84;
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

.sanza-elementor-infographic-widget .seiw-title {
	font-family: 'Prompt Regular', Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-1 .seiw-title {
	color: #222222;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-2 .seiw-icon-wrapper {
	width: 30px;
	height: 30px;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-2 .seiw-title {
	color: #134074;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-1 .seiw-text,
.sanza-elementor-infographic-widget.seiw-type-horizontal-2 .seiw-text,
.sanza-elementor-infographic-widget.seiw-type-horizontal-3 .seiw-text {
	font-weight: 300;
	color: #909090;
}

.sanza-elementor-infographic-widget .seiw-text p:last-of-type {
	margin-bottom: 0;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-3 {
	height: 135px;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-3 .seiw-text-container {
	margin-left: 32px;
}

.sanza-elementor-infographic-widget.seiw-type-horizontal-3 .seiw-title {
	color: #222222;
	margin-bottom: 12px;
}





/*
 * Elementor Grid Widget
 * Por defecto: 3 columnas;
 */
.sanza-elementor-grid-widget .segw-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.sanza-elementor-grid-widget.segw-type-style-3 .segw-items {
	align-items: center;
}

.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container {
	width: 33.3%;
	margin-bottom: 60px;
}

.sanza-elementor-grid-widget.segw-type-style-3 .segw-items .segw-item-container {
	padding-bottom: 70px;
	width: 25%;
}

.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(3n+1) .segw-item {
	margin-right: 16px;
	margin-left: 0;
}

.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(3n+2) .segw-item,
.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(3n+1):last-child .segw-item {
	margin-right: 8px;
	margin-left: 8px;
}

.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(3n+3) .segw-item,
.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(3n+2):last-child .segw-item {
	margin-right: 0;
	margin-left: 16px;
}

.sanza-elementor-grid-widget .segw-text p:last-of-type {
	margin-bottom: 0;
}

.sanza-elementor-grid-widget.segw-type-style-1 .segw-text,
.sanza-elementor-grid-widget.segw-type-style-2 .segw-text {
	font-weight: 300;
	color: #909090;
}

.sanza-elementor-grid-widget.segw-type-style-1 .segw-item {
	background-color: #FAFEF9;
	border-radius: 12px;
	flex-direction: column;
	padding: 34px 30px;
	height: 100%;
}

.sanza-elementor-grid-widget.segw-type-style-1 .segw-icon-wrapper {
	justify-content: start;
	margin-bottom: 24px;
}

.sanza-elementor-grid-widget.segw-type-style-1 .segw-title,
.sanza-elementor-grid-widget.segw-type-style-2 .segw-title {
	color: #222222;
	margin-bottom: 12px;
}

.sanza-elementor-grid-widget.segw-type-style-2 .segw-item {
	display: flex;
}

.sanza-elementor-grid-widget.segw-type-style-2 .segw-number-container {
	font-family: 'Prompt SemiBold', Arial;
	font-weight: 600;
	font-size: 48px;
	line-height: 58px;
	color: #134074;
	margin-right: 27px;
}

.sanza-elementor-grid-widget.segw-type-style-3 .segw-icon-wrapper {
	text-align: center;
}

.sanza-elementor-grid-widget.segw-type-style-3 .segw-icon-wrapper img {
	width: 156px;
}




/*
 * Elementor Video popup Widget
 */
.sanza-elementor-videopop-widget {
	position: relative;
}

.sanza-elementor-videopop-widget .sevw-box {
	position: absolute;
	display: flex;
	top: 34%;
	left: 0;
	right: 0;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 31px;
	margin: auto;
	width: 50%;
}

.sanza-elementor-videopop-widget .sevw-text {
	font-family: 'Prompt Regular', Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-left: 19px;
}




/*
 * Elementor Ecosystem Widget
 */
.featherlight.seew-modal .featherlight-content {
	overflow-y: hidden;
	/* height: 100%; */
}

.featherlight.seew-modal .featherlight-content iframe {
	margin-top: 50px; 
	overflow-y: scroll; 
	max-width: 100%;
	/* height: 100%; */
	/* height: auto; */
	padding-bottom: 50px;
}

body.single-ecosistema .entry-title {
	position: fixed;
	text-align: center;
	background-color: #ffffff;
	padding-bottom: 6px;
	width: 100%;
	z-index: 1;
}

body.single-ecosistema::-webkit-scrollbar {
	background-color: #A2DFC1;
	width: 8px;
}

body.single-ecosistema .grecaptcha-badge { 
    visibility: hidden !important;
}

body.single-ecosistema #cookie-law-info-bar {
	display: none !important;
}





/* 
 * Media queries 
 */

/* 
 * Menú principal 
 */
@media only screen and (max-width : 1150px) {
	.site-header .show-for-small-menu {
		display: block;
	}

	.site-header .block-1,
	.site-header .block-2,
	.site-header .lang-selector {
		display: none;
	}

	.site-header .user-icon {
		background-color: inherit;
		background-image: url(assets/images/icon-user-mobile.svg);
	}
}


/* 
 * Elementor Grid Widget
 * Breakpoint intermedio
 */
@media only screen and (max-width : 800px) {
	.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container {
		width: 50%;
	}

	.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(odd) .segw-item {
		margin-right: 3%;
		margin-left: 0;
	}

	.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(even) .segw-item {
		margin-right: 0;
		margin-left: 3%;
	}

	.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(odd):last-child .segw-item {
		margin-right: 1.5%;
		margin-left: 1.5%;
	}

	.sanza-elementor-grid-widget.segw-type-style-3 .segw-icon-wrapper img {
		width: 100px;
	}
}

/* 
 * Elementor Grid Widget
 * Breakpoint mobile
 */
@media only screen and (max-width : 550px) {
	.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container {
		width: 100%;
	}

	.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(odd) .segw-item,
	.sanza-elementor-grid-widget:not(.segw-type-style-3) .segw-items .segw-item-container:nth-child(even) .segw-item {
		margin-right: 0;
		margin-left: 0;
	}

	.sanza-elementor-grid-widget.segw-type-style-3 .segw-items .segw-item-container {
		width: 50%;
	}

	.sanza-elementor-grid-widget.segw-type-style-3 .segw-icon-wrapper img {
		width: 140px;
		max-width: 80%;
	}
}


/* Tablet */
@media only screen and (max-width : 1022px) {
	h2 {
		font-size: 24px;
		line-height: 28px;
	}

	h5 {
		font-size: 16px;
		line-height: 24px;
	}

	body.home h1 {
		font-size: 52px;
		line-height: 66px;
	}

	.button,
	input[type=submit],
	input[type=button],
	a.elementor-button {
		font-size: 16px;
		line-height: 24px;
	}

	.site-footer {
		padding-top: 46px;
		padding-bottom: 42px;
	}

	.site-footer .site-logo-wrapper {
		text-align: center;
		margin-bottom: 4px;
	}

	.site-footer .block-2 {
		flex-direction: column;
	}

	.site-footer .block-2 .block-column {
		text-align: center;
		margin: auto;
	}

	/*
	.site-footer .block-2 > .block-column:first-child {
		width: 41%;
	}
	*/

	.site-footer .site-description {
		margin: auto;
		margin-bottom: 40px;
	}

	.site-footer .block-3 {
		flex-direction: column-reverse;
		padding-top: 36px;
	}

	.site-footer ul.menu {
		margin-bottom: 36px;
	}

	body.page-template-waiting-list .waiting-list-block {
		flex-direction: column-reverse;
	}

	body.page-template-waiting-list .waiting-list-content-container {
		padding-top: 150px;
		padding-right: 0;
		padding-bottom: 0;
		width: 100%;
	}

	body.page-template-waiting-list .waiting-list-content-container .site-logo-wrapper {
		display: none;
	}

	body.page-template-waiting-list .waiting-list-image-container {
		margin-left: -15px;
		width: 100vw;
	}

	body.page-template-waiting-list .waiting-list-image {
		background-position: center;
		border-radius: 0px 0px 150px 0px;
		height: 300px;
	}

	body.page-template-waiting-list .site-white-logo-wrapper {
		display: block;
	}

	.site-bottom-bar {
		position: relative;
		padding-top: 50px;
		padding-bottom: 30px;
		height: auto;
	}

	.site-bottom-bar .blocks {
		flex-direction: column-reverse;
		width: 100%;
	}

	.site-bottom-bar .block-2 {
		margin-bottom: 27px;
	}

	.site-bottom-bar .lang-selector {
		display: none;
	}

	.sanza-elementor-videopop-widget .sevw-box {
		top: 23%;
		width: 83%;
	}

	.sanza-elementor-videopop-widget .sevw-text {
		font-size: 16px;
		line-height: 24px;
	}

	.sanza-elementor-infographic-widget .seiw-icon-container.seiw-icon-responsive-w30 .seiw-icon-wrapper {
		width: 30px;
		height: 30px;
	}

	.sanza-elementor-infographic-widget .seiw-icon-container.seiw-icon-responsive-w40 .seiw-icon-wrapper {
		width: 40px;
		height: 40px;
	}

	.sanza-elementor-infographic-widget .seiw-icon-container.seiw-icon-responsive-w50 .seiw-icon-wrapper {
		width: 50px;
		height: 50px;
	}

	.sanza-elementor-infographic-widget.seiw-type-horizontal-1 .seiw-title {
		font-size: 16px;
		line-height: 24px;
	}

	.sanza-elementor-infographic-widget.seiw-type-horizontal-1 .seiw-text {
		font-size: 14px;
		line-height: 20px;
	}

	.sanza-elementor-infographic-widget.seiw-type-horizontal-2 .seiw-title {
		font-family: 'Prompt Medium', Arial;
		font-weight: 500;
		font-size: 18px;
		line-height: 28px;
	}
}

/* Mobile */
@media only screen and (max-width : 768px) {
	body.home h1 {
		font-size: 36px;
		line-height: 44px;
	}

	.site-footer {
		padding-top: 34px;
	}

	/*
	.site-footer .block-2 > .block-column:first-child {
		width: 98%;
	}
	*/

	.site-footer ul.menu {
		flex-direction: column;
		align-items: center;
	}

	.site-footer ul.menu li {
		margin-right: 0 !important;
		margin-bottom: 24px;
	}

	.sanza-ppa-faqs-shortcode .ppa-faq-image {
		width: 78px;
		height: 78px;
	}

	.sanza-ppa-faqs-shortcode .ppa-faq-item:nth-child(odd) .ppa-faq-info-container {
		padding-left: 12px;
	}

	.sanza-ppa-faqs-shortcode .ppa-faq-item:nth-child(even) .ppa-faq-info-container {
		padding-right: 12px;
	}

	/* Fix: Elementor aplica full height a la sección solo para desktop y tablet */
	.elementor-section.elementor-section-height-full {
		height: 100vh;
	}

	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%;
	}
}


@media only screen and (max-width : 767px) {
	body.page-template-waiting-list .waiting-list-image-container {
		display: none;
	}

	body.page-template-waiting-list .waiting-list-content-container .site-logo-wrapper {
		display: block;
	}

	.site-bottom-bar {
		padding-top: 40px;
		padding-bottom: 24px;
	}

	.site-bottom-bar ul {
		flex-direction: column;
	}

	.site-bottom-bar .bottom-bar-menu-container li {
		text-align: center;
		margin-right: 0;
	}
}
