/*
	Theme Name: dR4SnCzjqQdR4SnCajf5V1aNN
	Text Domain: dR4SnCzjqQdR4SnCajf5V1aNN
*/

@font-face 
{
    font-family: 'Mont-Bold';
    src: url('fonts/Mont-Bold.eot');
    src: url('fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mont-Bold.woff2') format('woff2'),
        url('fonts/Mont-Bold.woff') format('woff'),
        url('fonts/Mont-Bold.ttf') format('truetype'),
        url('fonts/Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'Mont-Light';
    src: url('fonts/Mont-Light.eot');
    src: url('fonts/Mont-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mont-Light.woff2') format('woff2'),
        url('fonts/Mont-Light.woff') format('woff'),
        url('fonts/Mont-Light.ttf') format('truetype'),
        url('fonts/Mont-Light.svg#Mont-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'MyriadPro-Light';
    src: url('fonts/MyriadPro-Light.eot');
    src: url('fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Light.woff2') format('woff2'),
        url('fonts/MyriadPro-Light.woff') format('woff'),
        url('fonts/MyriadPro-Light.ttf') format('truetype'),
        url('fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body 
{
    font-size: 16px;  
}

::placeholder 
{ 
  color:  #000;
}
:-ms-input-placeholder 
{ 
  color:  #000;
}
::-ms-input-placeholder 
{ 
  color:  #000;
}
img
{
	border:none;
	display:block;
}
input , select 
{
    -webkit-appearance: none;	
}
li
{
	list-style:none;
}
a
{
	text-decoration:none;
	display:block;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;
}
.center
{
	width: 70%;
    margin: 0 auto;
}
.center-full
{
	width: 93%;
    margin: 0 auto;
}
.flexbox 
{
    display: flex; 
    flex-flow: row wrap; 
}
.flexbox-between 
{
    display: flex;   
	flex-flow: row wrap; 
	justify-content: space-between;
}
.clear
{
	clear:both;
}
.alignright 
{
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.alignleft 
{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.aligncenter 
{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}
header 
{ 
	width: 100%;
}
#container-module-header 
{ 
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 5.75em 0 0 0;
	transition: all 0.35s ease-in-out;
}
.row-header 
{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;   
	overflow: hidden;
}
.column-logo img 
{
	width:13.6325em;
	height:auto; 
	filter: brightness(0) invert(1);

	transition: all 0.35s ease-in-out;
}
.column-navigation
{
	display: flex;
    align-items: center;
}
.iconmenu:after
{
    content: none;
}
.iconmenu
{
    width: 3.375em;
    height: 3.375em;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
    padding: 0.875em 0.8125em;
    border: 0.0625em solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: #0F172A;
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-backdrop-filter: blur(0.75em);
    backdrop-filter: blur(0.75em);
    box-shadow: 0 0.75em 2em rgba(15, 23, 42, 0.01);
	transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, opacity 0.35s ease;
}
.iconmenu .iconmenu__label
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.iconmenu .iconmenu__line
{
	display:block;
    width: 1.25em;
    height: 0.125em;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.35s ease, opacity 0.25s ease, width 0.35s ease, background-color 0.35s ease;
}
.iconmenu .iconmenu__line:nth-child(2)
{
    width: 1.25em;
}
.iconmenu .iconmenu__line:nth-child(3)
{
    width: 1.25em;
}
.iconmenu .iconmenu__line:nth-child(4)
{
    width: 1.25em;
}
.iconmenu:hover
{
    transform: none;
    /* box-shadow: 0 1em 2.4em rgba(15, 23, 42, 0.2); */
}
.iconmenu:hover .iconmenu__line:nth-child(2)
{
    transform: translateX(0.08em);
}
.iconmenu:hover .iconmenu__line:nth-child(4)
{
    transform: translateX(-0.08em);
}
.iconmenu:active
{
    transform: none;
    opacity: 0.96;
}
.iconmenu:focus-visible
{
    outline: none;
    box-shadow: 0 0 0 0.1875em rgba(250, 70, 60, 0.35);
}
.hiddenmenu,
.btnclose-menu
{
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.56);
}
.hiddenmenu .iconmenu__line:nth-child(2),
.btnclose-menu .iconmenu__line:nth-child(2)
{
    width: 1.35em;
    transform: translateY(0.385em) rotate(45deg);
}
.hiddenmenu .iconmenu__line:nth-child(3),
.btnclose-menu .iconmenu__line:nth-child(3)
{
    opacity: 0;
    transform: scaleX(0.6);
}
.hiddenmenu .iconmenu__line:nth-child(4),
.btnclose-menu .iconmenu__line:nth-child(4)
{
    width: 1.35em;
    transform: translateY(-0.385em) rotate(-45deg);
}



.divmenu
{
    position: relative;
    z-index: 9;  

	opacity: 0;
    visibility: hidden;  
	transition: all 0.5s ease-in-out;
}
.activemenu
{
    visibility: visible;
    opacity: 1;
}
.divmenu ul
{
	display:flex;
    align-items:center;
}
.divmenu ul li
{
	margin-right:2.5em;
}
.divmenu ul li a
{
	font:1.0625em/1em Mont-Bold;
	color:#fff;	
	margin-bottom:0; 
    display:block;
	transition: all 0.35s ease-in-out;
}
.divmenu ul li a:hover 
{
    color: #FA463C;
}
.hiddenmenu .iconmenu__label
{
	opacity: 0;
    visibility: hidden;
}

#container-module-sticky
{
    width: 100%;
    padding: 1.375em 0;
    position: fixed;
    top: -100%;
    z-index: 99;
    background: #fff;
    display: block;
    transition: all 0.5s ease-in-out
}
#container-module-sticky .column-logo img 
{
    filter:inherit; 
	width: 11.6325em;
}
#container-module-sticky  .divmenu ul li a
{
    color: #FA463C;
}
#container-module-sticky  .divmenu ul li a:hover
{
    color: #000;
}
#container-module-sticky .iconmenu
{
    background: #FA463C;
    border-color: rgba(15, 23, 42, 0.08);
    color: #fff;
    box-shadow: 0 0.875em 2em rgba(15, 23, 42, 0.02);
}
.active-bar-sticky
{
    top: 0 !important
}
#container-module-sticky 
{
	transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) , background-color .5s linear;
    transition: transform .4s cubic-bezier(.23,1,.32,1), background-color .5s linear;
    transition: transform .4s cubic-bezier(.23,1,.32,1), -webkit-transform .4s cubic-bezier(.23,1,.32,1) ,background-color .5s linear;
	top:0;
}
#container-module-sticky.is-hidden
{
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}



.darkColor .column-logo img 
{
    filter:inherit !important;
}
.darkColor .divmenu ul li a
{
    color: #FA463C !important;
}
.darkColor  .divmenu ul li a:hover
{
    color: #000 !important;
}
.darkColor .iconmenu
{
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    color: #0F172A !important;
    box-shadow: 0 0.875em 2em rgba(15, 23, 42, 0.12) !important;
}




#container-module-slider
{
	width:100%;
	position:relative; 
	overflow: hidden;
}
.row-slider
{
	width:100%;
	height:auto;
}
.row-slider img
{
	width:100%;
	height:auto;
}
.layer-slider
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
	padding-bottom: 8.0625em;
}
.center-slider 
{
    width: 93%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
	position:relative;
}
.pagetitle 
{
    position: absolute;
    left: 0;
    top: -5em;
    font: 1.25em/1em Mont-Bold;
    color: #fff;
	text-transform:uppercase;
}
.title-slider
{
    /* width: 70%; */
	width: 66%;
}

.title-slider h2 
{
    font:10.1em/0.695em Mont-Bold;
	color:#fff;	
	letter-spacing:-3px;
	padding-right: 5px; 
	overflow:hidden;
}
.title-slider h2:nth-child(2)
{
    text-align:right;   
}
.title-slider h2:nth-child(3)
{
    text-align:center;
}
.column-slider 
{
    width: 25%;
    /* margin-left: -3.5%; */
	margin-left: 2.5%;
    position: relative;
    margin-bottom: 2em;
}
.text-slider
{
    font:1.235em/1.45em Mont-Light;
	color:#fff;	   
}
.row-button-slider
{
	width:2em;
	margin-top:1.25em;
	display:flex;
	justify-content:space-between;
	align-items:center;
	
    position: absolute;
    bottom: -2em;
}
.btn-prev-slider
{
    background: url("images/icon-arrow-left.svg") no-repeat center / contain;
	width:  8px;
    height:  8px;
    padding: 0;
    cursor: pointer;
	border:none;
	filter: brightness(0) invert(1);
}
.btn-next-slider
{
    background: url("images/icon-arrow-right.svg") no-repeat center / contain;
	width:  8px;
    height:  8px;
    padding: 0;
    cursor: pointer;
	border:none;
	filter: brightness(0) invert(1);
}
.btn-prev-slider:hover ,
.btn-next-slider:hover
{
	filter:inherit;
}

.title-slider h2 span 
{
    display: block;
    transform: translateX(-100%);
	padding-top: 0.25em;
}
.title-slider.visible h2 span 
{
    opacity: 1;
    transform: translateX(0);
	line-height: 0.8;
}
.title-slider h2:nth-child(1) span 
{
	transition: transform 1.5s ease 0s;
}
.title-slider h2:nth-child(2) span 
{
	transition: transform 2.5s ease 1.25s;
}
.title-slider h2:nth-child(3) span 
{
	transition: transform 3.5s ease 2.5s;
}


.text-slider ,
.pagetitle
{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.text-slider.fadeIn,
.pagetitle.fadeIn
{
    opacity: 1;
}


#container-module-parallax01
{
    width: 100%;
    padding-bottom: 21em;
}
.row-parallax-title01
{
    width: 100%;
    position: sticky;
    height: 55vw;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-parallax-title01 h2 
{
    font: 4.6875em/1.1em Mont-Bold;
    color: #000000;
    text-align: center;
    margin-top: -1em;
}
.row-parallax-image01
{
    width: 100%;
    height: 65vw;
    position: relative;
    margin-bottom: 10vw;
}
.imageparallax01
{
    position: absolute;
	transition: all 0.1s linear;
}
.imageparallax01 img 
{
    width: 100%;
}
.imageparallax01.is-left
{
    width: 32vw;
    bottom: -15vw;
    left: 0;  
}
.imageparallax01.is-center
{
    z-index: 5;
    width: 50vw;
    bottom: 14.4vw;
    left: 0;
    right: 0;
    margin: 0 auto; 
}
.imageparallax01.is-right
{
    width: 32vw;
    bottom: 30vw;
    right: 0;  
}
.row-parallax-text01
{
    width: 100%;
	display:flex;
	justify-content:flex-end;
}
.column-parallax-text01
{
    width: 47%;
    margin-right: 10%;  

	position: relative;
    z-index: 9;
}


/*Global*/
.text-parallax
{
    font: 1.25em/1.45em Mont-Light;
    color: #000000;	
}
.button-parallax
{
	display:flex;
	flex-flow:row wrap;
	margin-top:4.75em;
}
.button-parallax a
{
    font: 1.25em/1.3em Mont-Bold;
    color: #000;
    position: relative;
    padding-right: 2em; 
	margin-right: 3.5em;  
	transition: all 0.35s ease-in-out; 

	display: flex;
    align-items: center;
}
.button-parallax a i
{
	position: absolute;
    right: 0.85em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-button.svg") no-repeat center / contain;    
	filter: invert(100%) brightness(0%);
	transition: all 0.35s ease-in-out;  
	bottom: 0.35em;
}
.button-parallax a:hover
{
	color:#FA463C;
}
.button-parallax a:hover i
{
	filter: inherit;
	right: 0.45em;
}




#container-module-video
{
    width: 100%;
	margin-bottom: -1px; 
	transition: all 0.1s linear;
	position:relative;
	transform: none !important;
}
#container-module-video img ,
#container-module-video video 
{
    width: 100% !important;
    height: 100% !important;
    min-height: 57vw !important;
    object-fit: cover !important;
}
#bgndVideo 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9; 
}
#iframe_bgndVideo
{
	width:100% !important;
	margin:0 !important;  
	max-height: 100% !important;
}
#container-module-video.video-youtube-mode
{
	/* min-height:57vw; */
	min-height:56vw;
	overflow:hidden;
	transform: none !important;
}
#container-module-video.video-youtube-mode #bgndVideo
{
	z-index:1;
	background-size:cover;
	background-position:center;
}
#container-module-video.video-youtube-mode .mbYTP_wrapper,
#container-module-video.video-youtube-mode .inline-YTPlayer,
#container-module-video.video-youtube-mode iframe
{
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	transform:none !important;
}




#container-module-parallax02
{
    width: 100%;
    /* padding: 7.75em 0 0 0; */
	padding:0;
	padding: 8em 0;
}
.container-module-parallax02
{
    width: 100%;
    /* padding: 7.75em 0 0 0; */
	padding: 4em 0;
}
.row-parallax-title02
{
    width: 100%;
    padding: 0 0 7em 0;
}
.row-parallax-title02 h2 
{
    font: 4.6875em/1.1em Mont-Bold;
    color: #000000;
	text-align:left;
}

.row-parallax-image02
{
    width: 130%;
    margin-left: -15%;
	height: 61vw;
    position: relative;
    margin-top: 13em;
}
.imageparallax02
{
    position: absolute;
    transition: all 0.1s linear;
}
.certified
{
    width: 6.5625em;
    height: 6.5625em;
    position: absolute; 
	z-index: 9;
    /* top: -4.525em; */
	bottom: 1.4375em;
    left: 1.4375em;
}
.certified img 
{
    width: 6.5625em;
    height: 6.5625em;
}
.imageparallax02 .imageParallax 
{
    width: 100%;
	border-radius: 16px;
}
.imageparallax02:hover 
{
	z-index:9;
}
.imageparallax02.is-left
{
    width: 52vw;
    bottom: -17vw;
    left: 0;
    z-index: 5;
    order:1;
}
.imageparallax02.is-right
{
	width: 52vw;
    bottom: 21vw;
    right: 0;
}
.row-parallax-text02
{
    width: 100%;
	display:flex;
	justify-content:flex-end;
}
.column-parallax-text02
{
    width: 65%;
    margin-right: 5%;
}
.content-hover
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgb(161 33 28 / 85%);
    padding: 5em 3em;
	
	opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;

	border-radius: 16px;
}
.content-hover h3 
{
    font: 2.1875em/1.1em Mont-Bold;
    color: #fff; 
	width: 70%;
}
/* .content-hover a 
{
    font: 1.25em/1em Mont-Bold;
    color: #fff;
    position: absolute;
    padding-right: 2em;
    right: 2em;
    top: 4.65em;
    transition: all 0.35s ease-in-out;
	display:flex;
	align-items:center;
}
.content-hover a i
{
	position: absolute;
    right: 0.85em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-right.svg") no-repeat center / contain;  
	transition: all 0.35s ease-in-out;
    filter: brightness(0) invert(1);
	bottom:0.25em;
}
.content-hover a:hover i
{
	right: 0.45em;
} */

.btn-torre-link
{
    font: 1.25em/1em Mont-Bold;
    color: #fff;
    position: absolute;
    padding-right: 2em;
    right: 2em;
    top: 4.65em;
    transition: all 0.35s ease-in-out;
	display:flex;
	align-items:center;
}

.btn-torre-link i
{
	position: absolute;
    right: 0.85em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-right.svg") no-repeat center / contain;  
	transition: all 0.35s ease-in-out;
    filter: brightness(0) invert(1);
	bottom:0.25em;
}

.imageparallax02:hover .btn-torre-link i
{
	right: 0.45em;
}
.imageparallax02:hover .content-hover
{
	visibility: visible;
    opacity: 1;	
}

.activehover .content-hover
{
	visibility: visible !important;
    opacity: 1 !important;
}






#container-module-clients 
{
    width: 100%;
    padding: 8em 0;
}
#container-module-clients.locales
{
    width: 100%;
    padding: 4em 0;
}
#container-module-clients .center
{
    width: 70%;
}
.row-clients-title
{
    width: 100%;
}
.row-clients-title h2 
{
    font: 4.4875em/1.1em Mont-Bold;
    color: #000000;
	text-align:left;
}
.row-clients-text
{
    width: 100%;
	display:flex;
}
.column-clients-text
{
    width: 35%;
    margin-left: 27%;
}
.text-clients
{
    font: 1.25em/1.45em Mont-Light;
    color: #000000;	
}
.row-clients-carousel
{
    width: 100%;
    margin: 0;
}
.row-clients-carousel div img
{
	width:100%;
}


#container-module-maps 
{
    width: 100%; 
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
#container-module-maps img
{
    width: 100%;
	height: auto;
}
.pulse 
{
	height: 22vw;
    width: 22vw;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto; 
	z-index: 9;
}
.pulse:before
{	
	content: "";
	background: rgb(255 255 255 / 45%);
	border-radius: 50%;
	height: 22vw;
	width: 22vw;
	position: absolute;
}
.pulse:after 
{
	content: "";
	border-radius: 50%;
	height: 110%;
	width: 110%;
	position: absolute;
	top: -5%;
	left: -5%;
	opacity: 0.0;
	background:rgb(255 255 255 / 25%);
}
.activepulse .pulse:after 
{	
	content: "";
	animation: pulsate 1s ease-out;
}

.market 
{
    height: 9.5vw;
    width: 9.5vw;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -11vw;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    bottom: 10vw;
}
.activemarket .titlemaps:before 
{
	content: "";
	animation: salto 1s 2 alternate ease-in-out; 
	transform-origin: bottom; 
}

@keyframes salto {
  from {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px); /* Ajusta la altura de la subida según sea necesario */
  }

  to {
    transform: translateY(0); /* Vuelve a la posición original */
  }
}


@keyframes pulsate 
{
	0% 
	{
		transform: scale(0.1, 0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1.0;
	}
	100% {
		transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

.titlemaps
{
	font: 0.9em/1em Mont-Bold;
    color: #000;
    background: #FA463C;
    position: relative;
    z-index: 99;
    padding: 0.5em 0.5em 0.35em 0.5em;
	position:relative;
}
.titlemaps:before
{
	content:"";
	width:2.5em;
	height:4em;
    background: url("images/icon-map.svg") no-repeat bottom center / contain;  
	position:absolute;
	bottom:130%;
	left:0;
	right:0;
	margin:0 auto;
}



#container-module-banner
{
	width: 100%;
	/* background:#000; */
	background: #fff;
    padding:11.875em 0;
	padding:8em 0;
	/* padding: 0 0 12em 0; */
	position:relative;
}
#container-module-banner:before
{
	content: "";
    width: 93%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.row-banner
{
	width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
}
.row-banner img 
{
	width:10.0625em;
	margin:0.5em 0 1.25em 0;
}
.row-banner h2 
{
    font: 4.4875em/1.1em Mont-Bold;
    /* color: #FA463C; */
    text-align: center;
	color: #000000;
    margin: 1em 0;
}
.row-banner a 
{
	font: 1.25em/1em Mont-Bold;
    color: #FA463C;
    position: relative;
    border: 1px solid #FA463C;
    padding: 1.475em 3em 1.075em 2em;
	
	background-image: -webkit-linear-gradient(90deg, #FA463C 50%, transparent 50%);
    background-image: linear-gradient(90deg, #FA463C 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 1000ms ease-in-out;
    transition: background 1000ms , color 1s ease-in-out , border 1s ease-in-out;
	
    display: flex;
    align-items: center;
}
.row-banner a i
{
    position: absolute;
    right: 1.75em;
    width: 0.7em;
    height: 0.7em;
    transition: all 1s ease-in-out;
    background: url("images/icon-arrow-button.svg") no-repeat center / contain;     

	bottom: 1.3em;
}
.row-banner a:hover
{
	background-position: 0;
	color:#fff;
}
.row-banner a:hover i
{
	filter: brightness(0) invert(1);
}



#container-module-footer
{
	width: 100%;
	background:#000;
}
.row-footer
{
	width: 100%; 
	padding:5.375em 0 7.775em 0;
	display: flex;
	justify-content:space-between;
    flex-flow: row wrap;
}
.row-footer .column-footer:first-child
{
	width: 65%; 
	display: flex;
	justify-content:space-between;
    flex-flow: row wrap;
}
.row-logo-footer  
{
	width:auto;
}
.row-logo-footer img 
{
	width:13.8275em;  
	margin-top: 0.75em;	
	filter: brightness(0) invert(1);
}
.row-menu-footer 
{
	width:auto;
}
.row-menu-footer ul li 
{
	margin-bottom:1.5em;
}
.row-menu-footer ul li a 
{
	font:1.195em/1em Mont-Bold;
	text-transform:uppercase;
	color:#fff;	
	transition: all 0.35s ease-in-out;
}
.row-menu-footer ul li a:hover
{
	color:#FA463C;	
}

.row-data-footer 
{
	width:auto;
}
.row-data-footer ul li 
{
	margin-bottom:1.25em;
}
.row-data-footer ul li a
{
	font:0.9375em/1em Mont-Light;
	color:#fff;	
	margin-bottom:0.75em;
	transition: all 0.35s ease-in-out;
}
.row-data-footer ul li a:hover
{
	color:#FA463C;	
}




.row-data-footer ul li p
{
	font:0.9375em/1.5em Mont-Light;
	color:#fff;	
}
.row-footer .column-footer:last-child
{
	width: 30%; 
}
.row-social-footer
{
	width:auto;
    display: flex;
    justify-content: flex-end;
}
.row-social-footer a 
{
	margin-left:1.25em;
}
.row-social-footer a img
{
	width:auto;
	height:1.184375em;
    display: flex;
    justify-content: flex-end;
    transition: all 0.35s ease-in-out;
	filter: brightness(0) invert(1);
}
.row-social-footer a:nth-child(2) img
{
	height:1.1em;
}
.row-social-footer a:hover img
{
	filter:inherit;
}

.row-textfooter
{
	width:100%;
    font: 0.9375em/1.5em Mont-Light;
    color: #fff;
    padding: 5em 0;	
}
.row-textfooter strong
{
	font-family:Mont-Bold;
	display:block;
}
.row-textfooter a
{
    color: #fff;
    display: inline; 
	transition: all 0.35s ease-in-out;
}
.row-textfooter a:hover
{
	color:#FA463C;
}




#container-module-parallax03
{
    width: 100%;
    padding-bottom: 17em;
}
.row-parallax-title03
{
    width: 100%;
    position: sticky;
    height: 55vw;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-parallax-title03 h2 
{
    font: 4.6875em/1.1em Mont-Bold;
    color: #000000;
	text-align:left;   
	padding: 0 10%;
	margin-bottom:10vw;
}
.row-parallax-image03
{
	width:100%;
    height: 80vw;
    position: relative;   
	/* margin-bottom: 10vw; */
	margin-bottom: 20vw;
}
.imageparallax03
{
    position: absolute;
    transition: all 0.1s linear;
}
.imageparallax03 img 
{
    width: 100%;
}
.imageparallax03.is-left
{
    width: 32vw;
    bottom: -15vw;
    left: 0;
}
.imageparallax03.is-center
{
    z-index: 5;
    width: 52vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.imageparallax03.is-right
{
    width: 39vw;
    bottom: 10vw;
    right: 0;
}
.row-parallax-text03
{
    width: 85%;
    display: flex; 
	align-items: center;
    justify-content: space-between;
    margin: 0 auto;   

	position: relative;
    z-index: 9;
}
.column-parallax-text03
{
    width: 50%;
}
.column-parallax-image03
{
    width: 40%;	
}
.column-parallax-image03 img
{
    width: 100%;	
	height:auto;
}
.spaceclient
{
    width: 100%;	
	height:15em;
}
#container-module-services
{
    width: 100%;
	background:#FA463C;
}
.row-services
{
    width: 100%;
    display: flex; 
    justify-content: space-between;
}
.column-content-services
{
    width: 50%;  
	height: 57vw;
    padding: 4.5% 3.5%;
	position:relative;
}
.column-content-services h2 
{
    font: 3.4375em/1em Mont-Bold;
    color: #fff;
	margin-top:1em;
}
.text-services 
{
    font: 1.25em/1.45em Mont-Light;
    color: #fff;
    width: 70%;
    margin: 1.25em 0;
}
.list-services
{
    position: absolute;
    bottom: 9%;
    left: 7%;
}
.list-services ul li
{
	padding-top: 1.875em;  
}
.list-services ul li a
{
    font: 1.25em/1em Mont-Bold;
    color: #fff;
	position: relative;
	cursor:pointer;
    transition: all 0.35s ease-in-out;  

	display: flex;
    align-items: center;
}
.list-services ul li a i
{
	position: absolute;
    left: 0;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-right.svg") no-repeat center / contain;
    transition: all 0.35s ease-in-out;
	filter: brightness(0) invert(1);
    visibility: hidden;
    opacity: 0;
	
	bottom:0.25em;
}
.list-services ul li a:hover i
{
    visibility: visible;
    opacity: 1;
}
.list-services ul li a:hover
{
    padding-left: 1.35em;
}

.column-image-services
{
    width: 51%;
	position:relative; 
	overflow: hidden;
}
.column-image-services div
{
    width: 100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.column-image-services div img
{
    width: 100%;
	height:auto;
}

#container-module-bannerinternal
{
	width:100%;
	position:relative; 
	overflow: hidden;
}
.row-bannerinternal
{
	width:100%;
	height:auto;
}
.row-bannerinternal img
{
	width:100%;
	height:auto;
}
.layer-bannerinternal
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
	padding-bottom: 11.0625em;
}
.center-bannerinternal 
{
    width: 93%;
    margin: 0 auto;
	position:relative;
}
.layer-bannerinternal h3
{
    font: 1.25em/1em Mont-Bold;
    color: #fff;
	text-transform:uppercase;
	margin-bottom:3em;
}
.layer-bannerinternal h1
{
    font:11.1em/0.695em Mont-Bold;
    color: #fff;
    letter-spacing: -3px;
	overflow:hidden;  
}
.layer-bannerinternal span 
{
    display: block;
    transform: translateX(-100%);
	padding-top: 0.25em;
}
.layer-bannerinternal h1.visible span
{
    opacity: 1;
    transform: translateX(0);
}
.layer-bannerinternal h1:nth-child(1) span
{
	transition: transform 1.85s ease 0s;
}
.layer-bannerinternal h1:nth-child(2) span
{
	transition: transform 2s ease 1.25s;
}
.layer-bannerinternal h1:nth-child(3) span 
{
	transition: transform 2.5s ease 2.5s;
}



.text-bannerinternal,
.layer-bannerinternal h3
{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.text-bannerinternal.fadeIn,
.layer-bannerinternal h3.fadeIn
{
    opacity: 1;
}

.text-bannerinternal
{
    font: 1.235em/1.45em Mont-Light;
    color: #fff;
    width: 35%;   
	margin-bottom: 3.25em;  
	margin-top: 1em;
}
.row-button-bannerinternal
{
	width:2em;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.btn-prev-bannerinternal
{
    background: url("images/icon-arrow-left.svg") no-repeat center / contain;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
	border:none;  
	filter: brightness(0) invert(1);
}
.btn-next-bannerinternal
{
    background: url("images/icon-arrow-right.svg") no-repeat center / contain;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
	border:none; 
	filter: brightness(0) invert(1);
}
.btn-prev-bannerinternal:hover ,
.btn-next-bannerinternal:hover
{
	filter:inherit;
}


#container-module-thecontent
{
	width:100%;
}
.center-thecontent 
{
    width: 80%;
    margin: 0 auto;
}
.row-thecontent
{
    width: 100%;
    padding:27.75em 0 21em 0;
	display: flex;
    justify-content: space-between;
}
.column-image-thecontent
{
	width: 40%;
    transition: all 0.1s linear;
    top: -20em;
    position: relative;
}
.column-image-thecontent img
{
    width: 100%;
	height:auto;
}

.column-content-thecontent
{
    width: 50%;
}
.column-content-thecontent h2 
{
	font: 4.0625em/1.2em Mont-Bold;
    color: #000000;
    position: relative;
    width: 140%;
    margin-left: -34%;
    margin-top: -1.75em;
}

.thecontent
{
	width:80%;
    font: 1.25em/1.45em Mont-Light;
    color: #000000;
}
.thecontent p
{
    margin:3.75em 0;
}
.thecontent h3
{
    font:1.1em/1em 'Mont-Bold';
	margin-top:3em;
	margin-bottom:1em;
}
.thecontent ul li
{
   background:url("images/icon-arrow-button.svg") no-repeat  0 0.25em / 0.5em;
   padding-left:1.15em;
}
.column-content-thecontent blockquote
{  
	width: 80%;
	display: flex;
    align-items: center;  
}
.column-content-thecontent blockquote div
{
	width:7.8125em;
	min-width:7.8125em;
	margin-right:1.6875em;
}
.column-content-thecontent blockquote div img
{
	width:100%;
	height:auto;
}
.column-content-thecontent blockquote p
{
    font: 1.25em/1.45em Mont-Light;
    color: #000000;
}


#container-module-equipment 
{
    width: 100%;
    background: #FA463C;
	padding: 13em 0;  
	/* margin-top: -13em; */
	margin-top: -5em;
}
#container-module-equipment h3
{
    font: 1.25em/1em 'Mont-Bold';
    color:#fff;
}
#container-module-equipment ul
{
    margin-top:11em;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
	position:relative;
}
#container-module-equipment ul li
{ 
    width: 33%;
    display: flex; 
	margin-bottom: 4em;
}
#container-module-equipment ul:before
{ 
    content: "";
    width: 100%;
    height: 0.5px;
    background: #000;
    position: absolute;
    top: 12.75em;
}
#container-module-equipment ul li:nth-child(3) ,
#container-module-equipment ul li:nth-child(6)
{ 
    justify-content: flex-end;
}
#container-module-equipment ul li:nth-child(2) ,
#container-module-equipment ul li:nth-child(5)
{ 
	justify-content: flex-end;
}
#container-module-equipment ul li h2 
{
    font:13.25em/1em Mont-Bold;
	color:#fff;  
	padding-top: 0.1em; 

	transition: all 0.5s ease-in-out; 
    opacity: 0;
}
#container-module-equipment.scrolled h2
{
    opacity: 1;
}

#container-module-equipment ul li p 
{
    font: 1.25em/1.2em Mont-Light;
    color: #000;
    width: 7.375em;
    margin-left: 1.35em;
}



#container-module-gallery
{
    width: 100%;
	padding:4em 0 14em 0;
}
.row-gallery 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.column-title-gallery
{
    width: 50%;
}
.column-title-gallery h2 
{
	font: 4.6875em/1.1em Mont-Bold;
	letter-spacing: -1px;
    color: #000000;
    position: relative;
}
.column-content-gallery 
{
    width: 50%;
}
.text-gallery 
{
    width: 90%;
    font: 1.25em/1.45em Mont-Light;
    color: #000000;
    margin-top: 10em;
}
.text-gallery p
{
    margin: 1em 0;
}

.row-carousel-gallery
{
	margin:11em 0 0 0;
    cursor: move;
}
.row-carousel-gallery div img
{
    width: 100%;
    height: 48vw;
    object-fit: cover;
    padding: 9em;
	transition: all 300ms ease;
}
.slick-center img
{
	transform: scale(1.25);
	transform-origin: center;
}


.row-button-gallery
{
    width: 62.5vw;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.row-button-gallery div
{
    margin-top:-2em;
}
.btn-prev-gallery
{
    background: url("images/icon-arrow-left.svg") no-repeat center / contain;
	width:  8px;
    height:  8px;
    padding: 0;
    cursor: pointer;
	border:none;  
	margin-right: 10px;
    filter: brightness(0);
}
.btn-next-gallery
{
    background: url("images/icon-arrow-right.svg") no-repeat center / contain;
	width:  8px;
    height:  8px;
    padding: 0;
    cursor: pointer;
	border:none;   
	filter: brightness(0);
}
.btn-prev-gallery:hover ,
.btn-next-gallery:hover
{
	filter:inherit;
}


#container-module-parallax04
{
    width: 100%;
    padding-bottom: 21em;
}
.row-parallax-title04
{
	width: 100%;
    position: sticky;
    height: 55vw;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
	justify-content: flex-start;
}
.row-parallax-title04 h2 
{
    font: 4.6875em/1.1em Mont-Bold;
    color: #000000;
	text-align:left;   
	padding: 0 7%;
}
.row-parallax-image04
{
	width:100%;
    height: 65vw;
    position: relative; 
	margin-bottom: 10vw;
}
.imageparallax04
{
    position: absolute;
    transition: all 0.1s linear;
}
.imageparallax04 img 
{
    width: 100%;
}
.imageparallax04.is-left
{
    width: 33vw;
    bottom: 5vw;
    right: 20vw;
}
.imageparallax04.is-center
{
    z-index: 5;
    width: 48vw;
    bottom: -20vw;
    left: 0;
}
.imageparallax04.is-right
{
    width: 47vw;
    bottom: 25vw;
    right: 0;
}
.row-parallax-text04
{
    width: 85%;
    display: flex; 
    justify-content: space-between;
    margin: 0 auto;  
}
.column-parallax-text04
{
    width: 41%; 
	margin-top: 14em;
	position: relative;
    z-index: 9;
}
.column-parallax-image04
{
	width: 40%;
    margin-left: 9%;
    z-index: -9;
}
.column-parallax-image04 img
{
    width: 100%;	
	height:auto;
}


#container-module-information 
{
    width: 100%;
    background: #FA463C;
    /* padding: 10vw 0 8vw 0; */
    padding: 7vw 0 5vw 0;
    margin-top: -1vw !important;
}
.row-information 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.column-content-information
{
    width: 40%;
    position: relative;
}
.column-content-information h2
{
    font: 3.4375em/1em Mont-Bold;
    color: #fff;
}
.box-information
{ 
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;	
}
.text-information 
{
    font: 1.25em/1.45em Mont-Light;
    color: #fff;
    width: 100%;
    margin: 4.25em 0;
}
.btn-information
{
    font: 1.25em/1.3em Mont-Bold;
    color: #fff;
    position: relative;
    padding-right: 2em; 
	margin-right: 4em;
	display:flex;
	align-items:center;	
	width: fit-content;
    margin-top: 2em;
	transition: all 0.35s ease-in-out;
}
.btn-information i
{
	position: absolute;
    right: 0.85em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-right.svg") no-repeat center / contain; 
	transition: all 0.35s ease-in-out;    
    filter: brightness(0) invert(1);
	
	bottom:0.3em;
}
.btn-information:hover
{
	color:#000;
}
.btn-information:hover i
{
    filter: brightness(0);
	right: 0.45em;
}
.column-image-information
{
    width: 57%;  
    height: 38vw;
	margin-top: 10em;
    position: relative;
	overflow:hidden;
}
.column-image-information img
{
    width: 110%;
    height: 52.5vw;
    transition: all 0.1s linear;
    position: absolute;
    bottom: -37.5vw;
    right: 0;
}

#container-module-post
{
    width: 100%;
    padding:7.5625em 0;
}
#container-module-post h2
{
    font: 3.4375em/1em Mont-Bold;
    color: #000;
}
#container-module-post h4
{
    font: 1.25em/1em Mont-Bold;
    color: #000;
    position: relative;
    padding-right: 2.35em;
    display: table;
    margin-top: -1em;
    margin-bottom: -2.75em;
}
#container-module-post h4 i
{
	position: absolute;
    right: 0.85em;
    top: -0.25em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-button.svg") no-repeat center / contain;    
	filter: invert(100%) brightness(0%);
	display:none;
}
.text-post
{
    font: 1.25em/1.45em Mont-Light;
    color: #000;
    width: 45%;
    margin: 1.85em 0;
}
.row-post
{
    width: 100%; 
	margin-top:2.75em;
	overflow: hidden;
}
.row-post ul
{
    width: 105%;
}
.row-post ul li
{
    width: 28%;
	border:2px solid #fff;
	padding: 1.4375em;  
	margin-right: 5%; 
	transition: all 0.3s ease-in-out;
	margin-bottom:6.75em; 
	padding-bottom:5.75em;
}
.row-post ul li:nth-child(3n)
{
	margin-right: 0%; 
}
.row-post ul li span 
{
    font: 0.8725em/1em Mont-Light;
    color: #000;
    padding-bottom: 1em;
    display: block;  
    transition: all 0.3s ease-in-out;
}
.imagepost
{
    width: 100%;
	overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 5 / 4;
}
.imagepost img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.row-post ul li h3  
{
    font: 2.1875em/1em Mont-Bold;
	text-transform:uppercase;
    color: #000; 
	padding:1em 0 0.5em 0; 
	transition: all 0.3s ease-in-out;
}
.row-post ul li p  
{
    font: 1.2em/1.45em Mont-Light;
    color: #000; 
	transition: all 0.3s ease-in-out;
}
.row-post ul li:hover
{
	border:2px solid #FA463C;
}
.row-post ul li:hover span ,
.row-post ul li:hover h3 ,
.row-post ul li:hover p 
{
	color:#FA463C;
}

.row-post ul li.fullcolor:hover
{
	background:#FA463C;
	border:2px solid #FA463C;
}
.row-post ul li.fullcolor:hover span ,
.row-post ul li.fullcolor:hover h3 ,
.row-post ul li.fullcolor:hover p 
{
	color:#fff;
}
.row-post ul li.fullcolor span 
{
	color:#FA463C;
    font: 0.8725em/1em Mont-Bold;	
}
.row-load-post
{
	width:100%;
	display:flex;
	justify-content:center;
	margin-top:2.75em;
}
.row-load-post a
{
    font: 1.25em/1.3em Mont-Bold;
    color: #000;
    position: relative;
    padding-right: 2em; 
    transition: all 0.35s ease-in-out;	
	display:flex;
	align-items:center;
}
.row-load-post a i
{
	position: absolute;
    right: 0.85em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-button.svg") no-repeat center / contain;    
	filter: invert(100%) brightness(0%);
	transition: all 0.35s ease-in-out;
	bottom:0.35em;
}
.row-load-post a:hover
{
	color:#FA463C;
}
.row-load-post a:hover i
{
	filter: inherit;
	right: 0.45em;
}
.row-post ul li:nth-child(2)
{
	margin-top: 6em; 
}
.row-post ul li:nth-child(3)
{
	margin-top: 16em; 
}
.banner .layer-bannerinternal 
{
    padding-bottom: 7.0625em;
}

#container-module-articles 
{
    width: 100%;
    padding:0 0 11em 0;
}
.row-title-articles
{
    width: 85%;
    padding: 19em 0;
    margin: 0 auto;
}
.row-title-articles h2
{
    font: 4.6875em/1.1em Mont-Bold;
    color: #000000;
    text-align: center;
}
.row-articles
{
    width: 100%; 
	overflow: hidden;
}
.row-articles ul
{
    width: 100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.row-articles ul li
{
    width: 45%;
	transition: all 0.3s ease-in-out;
	margin-bottom:6.75em; 
}
.row-articles ul li span 
{
    font: 0.8725em/1em Mont-Light;
    color: #000;
    padding-bottom: 1em;
    display: block;  
    transition: all 0.3s ease-in-out;
}
.imagearticle:hover img
{
    transform:scale(1.05);
}
.imagearticle
{
    width: 100%;
	overflow:hidden;
}
.imagearticle img
{
    width: 100%;
    height: 29vw;
    object-fit: cover;  
	transition: all 0.3s ease-in-out;
}
.row-articles ul li h3  
{
    font: 2.1875em/1em Mont-Bold;
    color: #000; 
	padding:1.5em 0 0.5em 0; 
}
.row-articles ul li h3 a  
{
    color: #000; 
	transition: all 0.3s ease-in-out;
}
.row-articles ul li h3:hover a
{
    color: #FA463C;
}
.row-articles ul li p  
{
    font: 1.2em/1.45em Mont-Light;
    color: #000; 
	transition: all 0.3s ease-in-out;
}
.row-articles ul li a.button
{
    font: 1.25em/1em Mont-Bold;
    color: #000;
    position: relative;
    padding-right: 2em;
	display: flex;
	align-items:center;
	margin-top:2em; 
	transition: all 0.35s ease-in-out; 
	width: max-content;
}
.row-articles ul li a.button i
{
	position: absolute;
    right: 0.85em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-button.svg") no-repeat center / contain;    
	filter: invert(100%) brightness(0%);
	transition: all 0.35s ease-in-out;
    bottom: 0.25em;
}
.row-articles ul li a.button:hover
{
	color:#FA463C;
}
.row-articles ul li a.button:hover i
{
	filter: inherit;
	right: 0.45em;
}



#container-module-content 
{
    width: 100%;
}
.center-content 
{
    width: 80%;
    margin: 0 auto;
}
.row-content
{
    width: 100%;
    padding: 29em 0 0 0;
    display: flex;
    justify-content: space-between;
}
.column-image-content
{
    width: 40%; 
	margin-right: 5%;   
	transition: all 0.1s linear;
}
.column-image-content img
{
    width: 100%;
	height:auto;
}

.column-text-content
{
    width: 50%;
}
.column-text-content h2 
{
	font: 4.0625em/1.2em Mont-Bold;
    color: #000000;
    position: relative;
    width: 140%;
    margin-top: -1.75em; 
	z-index: 9;
}
.content
{
	width:80%;
    font: 1.25em/1.45em Mont-Light;
    color: #000000;
}
.content p
{
    margin:3.75em 0;
}
.content h3
{
    font:1.1em/1em 'Mont-Bold';
	margin-top:3em;
	margin-bottom:1em;
}
.content ul li
{
   background:url("images/icon-arrow-button.svg") no-repeat  0 0.25em / 0.5em;
   padding-left:1.15em;
}
.column-text-content a.btn
{
	font: 1.25em/1em Mont-Bold;
    color: #FA463C;
    position: relative;
    border: 1px solid #FA463C;
    padding: 1.475em 3em 1.075em 2em;
	
	background-image: -webkit-linear-gradient(90deg, #FA463C 50%, transparent 50%);
    background-image: linear-gradient(90deg, #FA463C 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 1000ms ease-in-out;
    transition: background 1000ms , color 1s ease-in-out , border 1s ease-in-out;
 
	width: max-content;
    display: flex;
    align-items: center;
}
.column-text-content a.btn i
{
    position: absolute;
    right: 1.75em;
    width: 0.7em;
    height: 0.7em;
	transition: all 0.5s ease-in-out;
    background: url("images/icon-arrow-button.svg") no-repeat center / contain;    
	
    bottom: 1.3em;
}
.column-text-content a.btn:hover 
{
	background-position: 0;
	color:#fff;
}
.column-text-content a.btn:hover i
{
	filter: brightness(0) invert(1);
}
.tooltip-whatsapp
{
    position: fixed;
    bottom: 3em;
    right: 3em;
}
.tooltip-whatsapp a
{
    display:flex;
	align-items:center;
}
.tooltip-whatsapp span 
{	
	font: 0.9375em/0.8em Mont-Bold;
    color: #22F82B;
    border: 3px solid #22F82B;
    padding: 0.5em 1.1em 0.25em 1.1em;
	border-radius:3em;
    transition: all 0.35s ease-in-out;
}
.tooltip-whatsapp a i 
{	
	margin-left:1.1em;
    width: 2.379375em;
    height: 2.379375em ;
    background: url("images/icon-whatsapp.svg") no-repeat center / contain;    
}
.tooltip-whatsapp:hover span 
{	
    background: #22F82B;
	color: #fff;
}
.mobile 
{
	display:none !important;
}
.desktop 
{
	display:block !important;
}
#container-module-mobile
{
	display:none;
}
.mobilebtn 
{
	display:none !important;
}
.desktopbtn  
{
	display:flex;
	align-items:center;
}


.mobileflex 
{
	display:none;
}
.desktopflex  
{
	display:flex;
	align-items:center;
}

#container-module-cookies
{
    width: 95%;
    padding: 2em 3em;
    background: #FA463C;
    position: fixed;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0.75em; 
	z-index: 9999;
	display:none;
}

.row--cookies
{
	width: 100%;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.content--cookies
{
	width: 80%
}
.content--cookies h4 
{
	font: 0.725em/0.8em Mont-Bold;
    color: #000000;	
}
.content--cookies div 
{
    font: 1em/1.3em Mont-Light;
    color: #000000;
    margin-top: 0.5em;
}
.column--cookies
{
    width: 20%;
    display: flex;
    justify-content: flex-end;
	align-items:center;
}
.column--cookies a
{
	font: 0.725em/0.8em Mont-Bold;
    color: #000000;	
	background:#fff;
	border-radius:3em;
	padding:1.5em 2.75em;
}
.column--cookies a
{
	font: 0.725em/0.8em Mont-Bold;
    color: #000000;	
	background:#fff;
	border-radius:3em;
	padding:1.5em 2.75em;
	
	background-image: -webkit-linear-gradient(90deg, #000 50%, transparent 50%);
    background-image: linear-gradient(90deg, #000 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 1000ms ease-in-out;
    transition: background 1000ms , color 1s ease-in-out , border 1s ease-in-out;
}
.column--cookies a:hover 
{
    background-position: 0;
    color: #fff;
}





















@media screen and (max-width: 1760px)
{
	body 
	{
		font-size: 12.75px;
	}


}

@media screen and (max-width: 1400px)
{
	body 
	{
		font-size: 11.75px;
	}
	
	
}

@media screen and (max-width: 1200px)
{
	
	body 
	{
		font-size: 9.75px;
	}
	
	
}

@media screen and (max-width: 1024px)
{
	body 
	{
		font-size: 7px;
	}
	
	
}


@media screen and (max-width: 760px)
{
	
	body 
	{
		font-size: 11px;
	}
	.center-full
	{
		width: 90%;
	}
	#container-module-sticky
	{
		display:none !important;
	}
	.row-slider img 
	{
		width: 100%;
		height:auto;
		min-height: 100vh;
		object-fit: cover;
	}
	.center-slider 
	{
		width: 90%;
		display: flex;
		flex-flow: row wrap;
	}
	.title-slider 
	{
		width: 90%;
	}
	.title-slider h2 
	{
		font: 12vw/11.25vw Mont-Bold;
		letter-spacing: -1px;
	}
	.title-slider h2 span 
	{
		padding-top: 0.15em;
	}
	.column-slider
	{
		width: 100%;
		margin-left: 0;
	}
	.column-slider 
	{
		/* width: 60%;
		margin-left: 30%; */
		width: 90%;
		margin-left: 5%;
		margin-top: 1.35em; 
		margin-bottom: 0;
	}
	.text-slider br 
	{
		display:none;
	}
	.divmenu
	{
		display:none;
	}
	.iconmenu .iconmenu__label
	{
		display:none;
	}	

	#container-module-header
	{
		width: 100%;
		padding: 2.35em 0;
		position: fixed;
		top: 0;
	}
	.layer-slider 
	{
		/* padding-bottom: 11.0625em ; */
		padding-bottom: 16em ;
	}
	.text-slider 
	{
		font: 1.235em/1.35em Mont-Light;
	}
	.row-button-slider 
	{
		width: 2.5em; 
		position: relative;
		bottom: inherit;
	}	
	.row-parallax-title01 
	{
		padding: 7em 5%;  
		height: auto;   
		z-index: 99;
		top:8.75em;
	}
	.row-parallax-title01 h2
	{
		font: 2.3875em/1.2em Mont-Bold; 
		margin: 0;
	}	
	.row-parallax-title01 h2 br
	{
		display:none;
	}
	.row-parallax-text01
	{
		width:90%;
		margin:0 auto;
	}
	.column-parallax-text01 
	{
		width: 65%;
		margin-right: 0;
		margin-left: 30%;
		margin-bottom: 5em;
	}
	.button-parallax 
	{
		display: flex;
		flex-flow: column wrap;
		align-items: flex-start;
	}
	.button-parallax a 
	{
		margin-right: 0;
		margin-bottom: 2em;
	}
	.row-parallax-image01
	{
		width: 100%;
		height: 177vw; 
		margin-bottom: 0;
	}
	.imageparallax01.is-right 
	{
		width: 50vw;
		bottom: inherit;
	}
	.imageparallax01.is-center
	{
		width: 60vw;
		top: 29vw;
	}
	.imageparallax01.is-left 
	{
		width: 50vw;
		z-index: 9;
		bottom: inherit;
		top: 65vw;
	}
	


	#container-module-parallax01
	{
		padding-bottom: 0em;
	}
	#container-module-parallax01 .center-full 
	{
		width:100%;
	}
	
	#container-module-parallax02
	{
		padding: 1em 0 7em 0 !important;
	}
	.container-module-parallax02
	{
		padding: 1em 0 7em 0 !important;
	}
	.center 
	{
		width: 90%;
	}
	.row-parallax-title02 h2
	{
	    font: 2.2875em/1.2em Mont-Bold;	
	}	
	.row-parallax-title02 h2 br
	{
		display:none;
	}
	.row-parallax-title02
	{
		padding:3em 5%;
	}
	.column-parallax-text02 
	{
		width: 100%;
		/* margin-right: 20%; */
	}
	.row-parallax-text02
	{
		width: 90%;
		margin:0 auto;
	}
	.row-parallax-image02 
	{
		width: 100%;
		margin-left: 0;
		height: 90vw;
		margin-top: 5em;
	}	
	#container-module-parallax02 .center 
	{
		width:100%;
	}
	.container-module-parallax02 .center 
	{
		width:100%;
	}
	.imageparallax02.is-left
	{
		width: 80%;
		top: 45vw;
		bottom: inherit;
	}	
	.imageparallax02.is-right 
	{
		width: 80%;
		bottom: inherit;
	}
	.content-hover 
	{
		padding: 3em 1.5em; 
		font-size: 9px;
	}
	.content-hover a 
	{
		right: 1.5em;
		top: 3em;
	}	
	
	
	#container-module-parallax03 .center-full 
	{
		width:100%;
	}
	
	#container-module-clients 
	{
		padding: 0;
	}
	#container-module-clients .center 
	{
		width: 90%;
	}
	.row-clients-title h2	
	{
	    font: 2.2875em/1.2em Mont-Bold;	
	}	
	.column-clients-text 
	{
		width: 65%;
		margin-left: 20%;
		margin-top: 3em;
	}
	.column-clients-text br 
	{
	   display:none;
	}
	.row-clients-carousel 
	{
		margin: 3.5em 0;
	}
	.mobile 
	{
		display:block !important;
	}
	.desktop 
	{
		display:none !important;
	}
	#container-module-banner
	{
		padding: 5.875em 0  7.875em 0;
	}
	.row-banner img 
	{
		width: 7.0625em;
	}
	.row-banner h2
	{
	    font: 2.2875em/1.2em Mont-Bold;	
		padding: 0 2.5%; 
		margin: 1em 0 2em 0;
	}	
	.row-banner h2 br
	{
	    display:none;
	}	
	.row-banner a 
	{
		font: 1.175em/1em Mont-Bold;
	}
	.row-logo-footer img 
	{
		width: 9.8275em;
		margin-top: 0;
	}
	.row-menu-footer ul li 
	{
		margin-bottom: 1em;
	}
	.row-footer .column-footer:first-child
	{
		font-size: 13px; 
		flex-flow: column;
	}
	.row-social-footer a img 
	{
		width: auto;
		height: 1.325em;
	}
	.row-menu-footer
	{
		margin: 3em 0;
	}
	.row-data-footer
	{
		font-size: 14px;
	}
	.row-textfooter 
	{
		width: 100%;
		font: 1em/1.4em Mont-Light;
		padding: 3.5em 0 7em 0;
	}
	.row-textfooter b 
	{
		font-size: 1.15em;
		margin-bottom:0.25em
	}
	.row-footer 
	{
		padding: 5.375em 0 1em 0;
	}
	.pagetitle
	{
		top: -3.5em;
	}
	#container-module-parallax03 
	{
		padding-bottom: 0;
	}
	.row-parallax-title03
	{
		padding: 7em 5%;
		height: auto;
		z-index: 99;
		top: 8.75em;
	}
	
	.row-parallax-title03 h2 
	{
		font: 2.2875em/1.2em Mont-Bold;	
		padding: 0; 
		margin-bottom: 0;
	}
	.row-parallax-title03 h2 br
	{
	    display:none;
	}	
	.row-parallax-image03 
	{
		width: 100%;
		height: 203vw;
		margin-bottom: 0;
	}
	.row-parallax-text03
	{
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.column-parallax-image03 
	{
		margin-left: 5%;
		width: 60vw;
		position: absolute;
		top: 75vw;
	}
	.column-parallax-text03
	{
		width: 55%;
		margin-left: 35%;
	    margin-bottom: 5em;
	}	
	.imageparallax03.is-right
	{
		width: 50vw;   
		bottom: inherit;
	}
	.imageparallax03.is-left
	{
		width: 37vw;
		top: 6.5vw;
	}	
	.imageparallax03.is-center
	{
		width: 61vw;
		top: 29vw;
	}
	.row-services 
	{
		width: 100%;
		display: flex;
		flex-flow: column;
	}	
	.column-content-services
	{
		width: 100%;
		height: auto;
		padding: 5em 5%;
	}
	.list-services 
	{
		position: relative;
		bottom: inherit;
		left: 0;
		margin-top: 3.5em;
	}
	.column-content-services h2
	{
		font: 2.4375em/1em Mont-Bold;
		margin-top: 0;
	}
	.list-services ul li
	{
		padding-top: 1.75em;  
	}
	.text-services 
	{
		width: 100%;
	}	
	.text-services br 
	{
		display:none;
	}
	.column-image-services
	{
		width: 100%;
		position: relative;
		height: auto;
	}
	.column-image-services div 
	{
		width: 100%;
		position: relative;
		height: auto;
	}
	.column-image-services div img 
	{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.row-bannerinternal img 
	{
		width: 100%;
		height: auto;
	    min-height: 100vh;
		object-fit: cover;
	}
	.center-bannerinternal 
	{
		width: 90%;
		display: flex;
		flex-flow: row wrap;
	}
	.title-bannerinternal 
	{
		width: 100%;
	}
	.layer-bannerinternal h3
	{
		width: 100%;
	}
	.title-bannerinternal h2 
	{
		font: 4em/1em Mont-Bold;
		letter-spacing: -1px;
	}
	.layer-bannerinternal h1
	{
		font: 4em/1em Mont-Bold;
		letter-spacing: -1px;
		width: 100%;
	}
	.layer-bannerinternal span
	{
		padding-top: 0.15em;
	}
	.column-bannerinternal
	{
		width: 100%;
		margin-left: 0;
	}
	.text-bannerinternal br 
	{
		display:none;
	}
	.text-bannerinternal
	{
		width: 100%; 
		margin-bottom: 2.25em;
	}
	.row-button-bannerinternal
	{
		width: 2.5em;
	}
	.layer-bannerinternal 
	{
		padding-bottom: 11.0625em !important;
	}
	.row-thecontent 
	{
		width: 100%;
		padding:0 0 7em 0;
		flex-flow: column;
		position:relative;
	}
	.center-thecontent 
	{
		width: 90%;
		margin: 0 auto;
	}
	.column-image-thecontent 
	{
		width: 70%;
	    top: inherit;
	}
	.column-content-thecontent
	{
		width: 90%;
		margin: 0 auto;   
		padding-bottom: 7em;
	}
	.thecontent
	{
		width: 100%;
	}
	.column-content-thecontent blockquote 
	{
		width: 100%;
	}
	.column-content-thecontent h2 
	{
		display:none;
	}
	#container-module-equipment h3
	{
		display:none;
	}
	#container-module-equipment 
	{
		padding: 5em 0 1em 0; 
		margin-top: inherit;
	}
	#container-module-equipment ul 
	{
		margin-top: 0;
	}
	#container-module-equipment ul li 
	{
		width: 50% !important;
		margin-bottom: 4em;
	}
	#container-module-equipment ul li h2 
	{
		font: 5.25em/1em Mont-Bold;
	}	
	#container-module-equipment ul li p
	{
		font: 1em/1.2em Mont-Light;
		width: 6.375em;
		margin-left: 1.35em;
	}
	#container-module-equipment ul li:nth-child(3)
	{
		justify-content: flex-start;
	}
	#container-module-equipment ul li:nth-child(3)
	{
		justify-content: flex-start;
	}
	#container-module-equipment ul li:nth-child(4)
	{
		justify-content: flex-end;
	}
	#container-module-equipment ul li:nth-child(5)
	{
		justify-content: flex-start;
	}
	#container-module-equipment ul li:nth-child(6)
	{
		justify-content: flex-end;
	}
	#container-module-equipment ul:before 
	{
		content: "";
		top: 7.5em;
	}	
	#container-module-equipment ul:after 
	{
		content: "";
		width: 100%;
		height: 0.5px;
		background: #000;
		position: absolute;
		top: 17em;
	}
	.spaceclient
	{
		display:none;
	}
	#container-module-gallery
	{
		padding: 7em 0 7em 0;
	}	
	.row-gallery 
	{
		display: flex;
		flex-flow: column;
	}	
	.column-title-gallery h2
	{
		font: 2.2875em/1.2em Mont-Bold;	
	}
	.column-title-gallery h2 br
	{
	    display:none;
	}	
	.column-title-gallery 
	{
		width: 100%;
	}
	.column-content-gallery
	{
		width: 90%;
		padding-left: 20%;
	}
	.text-gallery 
	{
		width: 100%;
		font: 1.25em/1.45em Mont-Light;
		margin-top: 0em;
	}
	.row-carousel-gallery div img 
	{
		width: 100%;
		height: 20em;
		padding: 3em;
	}	
	.row-carousel-gallery 
	{
		margin: 3em 0 0 0;
	}
	.row-button-gallery div 
	{
		margin-top: 0.5em;
	}	
	.column-title-thecontent-mobile  
	{
		position: sticky;
		padding: 7em 0 0 0;
		height: auto;
		z-index: 99;
		top: 8.75em;
	}
	.column-title-thecontent-mobile h2 
	{
		color: #000000;
		font: 2.475em/1.2em Mont-Bold;
		width: 70%;
		margin-left: 25%;
		margin-bottom: -3em;
	}
	#container-module-parallax04
	{
		padding-bottom: 0;
	}
	#container-module-parallax04 .center-full
	{
		width:100%;
	}
	#container-module-maps
	{
		margin-top:0 !important;
	}
	.imageparallax04.is-left 
	{
		width: 65vw;
		top: 75vw;
		right: 0vw;
		bottom: inherit;
	}
	.row-parallax-text04 
	{
		width: 90%;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.column-parallax-image04 
	{
		width: 50%;
		left: 5%;
		position: absolute;
		top: 105vw;
		margin: 0;
	}	
	.row-parallax-title04 
	{
		padding: 7em 5%;
		height: auto;
		z-index: 99;
		top: 8.75em;
	}
	.row-parallax-title04 h2
	{
		font: 2.2875em/1.2em Mont-Bold;
	    padding: 0;
	}
	.row-parallax-title04 h2 br
	{
	    display:none;
	}	
	.column-parallax-text04 
	{
		width: 60%;
		margin-left: 35%;
		margin-top: 0;
		margin-bottom: 5em;
	}
	.row-parallax-image04
	{
		width: 100%;
		height: 225vw;
		margin-bottom: 0;
	}
	.imageparallax04.is-right
	{
		width: 65vw;
		bottom: inherit;
	}
	.imageparallax04.is-center 
	{
		width: 65vw;
		top: 38vw;
	}
	
	.column-image-information 
	{
		height: auto;
	}
	.column-image-information img 
	{
		width: 100%;
		height: auto;
		position: relative;
		bottom: inherit;
	}
	
	#container-module-articles
	{
		padding: 0 0 5em 0;
	}
	
	#container-module-information 
	{
		padding: 5em 0 3.75em 0;
		margin-bottom:0;  
		margin-top: 0 !important;
	}
	.row-information 
	{
		display: flex;
		flex-flow: column wrap;
	}
	.column-content-information 
	{
		width: 100%;
	}
	.box-information 
	{
		width: 100%;
		position: relative;
	}
	.column-content-information h2 
	{
		font: 2.4375em/1.1em Mont-Bold;
	}
	.text-information
	{
		margin: 1.25em 0;
	}
	.column-image-information
	{
		width: 100%;
		margin-top: 2.25em;
	}
	.btn-information
	{
		margin-top: 3em;
	}

	#container-module-post 
	{
		padding: 7.5625em 0;
	}
	#container-module-post h2
	{
		font: 2.1375em/1.1em Mont-Bold;
	}
	.text-post 
	{
		width:100%;
		font: 1.25em/1.45em Mont-Light;
		margin: 1.35em 0;
	}
	.row-post ul li:nth-child(3) 
	{
		margin-top: 0em;
	}
	.row-post ul li 
	{
		width: 47%; 
		margin-right:3%; 
		padding: 1em;
	}
	.row-post ul li:nth-child(2n)
	{
		margin-right:0%; 
	}
	.row-post ul 
	{
		width: 100%;
	}
	.row-post ul li h3 
	{
		font: 1.875em/1.25em Mont-Bold;
	}
	.row-post 
	{
		margin-top: 4.75em;
	}	
	.center-content 
	{
		width: 90%;
	}
	.column-text-content
	{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 7em;
	}
	.row-content 
	{
		width: 100%;
		padding: 0 0 7em 0;
		flex-flow: column;
		position: relative;
	}
	.column-image-content
	{
		width: 70%;
		top: inherit;
		position: relative;
		margin: 0;
	}
	.column-text-content h2
	{
		display:none;
	}
	.content 
	{
		width: 100%;
	}
	.row-title-articles h2
	{
		font: 2.4375em/1.1em Mont-Bold;  
	}
	.row-title-articles 
	{
		width: 100%;
		padding: 7em 0;;
	}
	#container-module-post h4
	{
		font: 1.45em/1em Mont-Bold;
		margin-top: -1em;
		margin-bottom: 0;
	}
		
	.activeheader-mobile
	{
		background: #fff;  
		padding: 1.675em 0 !important;
	}
	.activeheader-mobile .column-logo img 
	{
		filter:inherit;
	}
	.activeheader-mobile  .divmenu ul li a
	{
		color: #FA463C;
	}
	.activeheader-mobile  .divmenu ul li a:hover
	{
		color: #000;
	}
	.activeheader-mobile .iconmenu
	{
		/* background: rgba(255, 255, 255, 0.94); */
		background:rgb(250, 70, 60);
		border-color: rgba(15, 23, 42, 0.08);
		/* color: #0F172A; */
		color: #fff;
	}
		
	#container-module-mobile
	{
		width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		padding-top: 7.5em;
		display:none;
	}
	
	.row-menu-mobile
	{
		width: 100%;
		position: absolute;
		bottom: 30em;
	}
	.row-menu-mobile ul li 
	{
		margin-bottom: 1.35em;
	}
	.row-menu-mobile ul li  a
	{
		font: 2.375em/1em Mont-Bold;
		color: #000000;
		transition: all 0.35s ease-in-out;
		text-transform: uppercase;
	}
	.row-menu-mobile ul li  a:hover
	{
		color:#FA463C;	
	}	
	.row-social-mobile
	{
		width: 100%;
		position: absolute;
		bottom: 21em;
		display: flex;
	}
	.row-social-mobile a 
	{
		margin-right:1.25em;
	}
	.row-social-mobile a img
	{
		width:auto;
		height:1.375em;
		display: flex;
		justify-content: flex-end;
		transition: all 0.35s ease-in-out;
	}	
	.row-social-mobile a:hover img
	{
		filter: brightness(0);
	}

	
	.row-data-mobile 
	{
		width: 100%;
		position: absolute;
		bottom: 5em;
	}	
	.row-data-mobile ul li 
	{
		margin-bottom: 1.25em;
	}
	.row-data-mobile ul li  a
	{
		font:1.275em/1em Mont-Light;
		color:#000;	
		margin-bottom:0.5em;
		transition: all 0.35s ease-in-out;
	}
	.row-data-mobile ul li a:hover
	{
		color:#FA463C;	
	}	
	.row-data-mobile ul li p
	{
		font:1.275em/1.3em Mont-Light;
		color:#000;	
	}	
	.tooltip-whatsapp 
	{
		right: 5%;
	}
	.content--cookies ,
	.column--cookies
	{
		width: 100%;
	}
	.content--cookies h4 
	{
		font:0.925em/0.8em Mont-Bold;
	}
	.column--cookies 
	{
		display: flex;
		justify-content: flex-start;
		margin-top:1em;
	}
	.column--cookies  a
	{
		font:0.825em/0.8em Mont-Bold;
	}
	.content--cookies div 
	{
		font: 1.1em/1.3em Mont-Light;
	}
	.pulse 
	{
		height: 50.5vw;
		width: 50.5vw;
	}
	.pulse:before
	{
		content: "";
		height: 50.5vw;
		width: 50.5vw;
	}
	.mobilebtn 
	{
		display:flex !important;
	}
	.desktopbtn  
	{
		display:none;
	}
	.mobileflex 
	{
		display:flex !important;
	}
	.desktopflex  
	{
		display:none;
	}
	.market
	{
		height: 12.5vw;
		width: 20.5vw;
		left: -18vw;
		bottom: 14vw;
	}
	.titlemaps 
	{
		font: 0.7em/1em Mont-Bold;
	}
	.pulse  .titlemaps 
	{
		font: 0.85em/1em Mont-Bold !important;  
		margin-top: 1em;
	}

	.certified 
	{
		top: 6.875em;
	}
	.certified img 
	{
		width: 4.5625em;
		height: 4.5625em;
	}
	.row-load-post a ,
	.row-menu-mobile ul li a
	{
		transition: initial !important;
	}
	
	@keyframes salto {
	  from {
		transform: translateY(0);
	  }

	  50% {
		transform: translateY(-10px); /* Ajusta la altura de la subida según sea necesario */
	  }

	  to {
		transform: translateY(0); /* Vuelve a la posición original */
	  }
	}

	
	
	
}

@media screen and (max-width: 320px)
{
	
	body 
	{
		font-size: 8px;  
	}
	
}

/*nw*/
/* .container-section-page{
	background: linear-gradient(to bottom, #f7f7f7, #ffffff);
} */
.row-parallax-title01 span.title{
	color:#fa463c !important;
	color:#fff !important;
	position: relative;
	background: linear-gradient(90deg, #fa463c 25%, transparent 25%, transparent 50%, #fa463c 50%, #fa463c 75%, transparent 75%, transparent);
	padding: 0 1rem;
	background-size: 300% 100%;
	animation: moveBackground 10s linear infinite;
	border-radius: 4px;
	font-size: .85em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
	line-height: 1.5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.row-title-articles{
	position: relative;
	height: 40vw;
}
.row-title-articles span.title{
	font-size: .75em;
}
.btn-ig {
    transform-origin: center center;
	/* animation: rotateLeft 3s linear infinite; */
}
img.btn-ig{
	width: 100%;
	max-width: 30px;
}
.row-title-articles .btn-ig-test {
    top: 20%;
}

.icon-parallax{
	/* position: absolute; */
    width: 100%;
    height: 100%;
}
/* .btn-ig-test{
	position: relative;
    left: 50%;
    top: 25%;
} */
.row-parallax-title04 .btn-ig-test{
    left: 8%;
}

.row-parallax-title03 .btn-ig-test{
    left: 10%;
	top:18%;
}
.row-parallax-image02 {
    margin-top: 0em;
}
.row-slider video.desktop{
	width:100%;
	height:auto;
	display:block;
}
.column-clients-text {
    width: 60%;
    margin-left: 0;
    margin-top: 1em;
}
.title-torre{
	color: #fff !important;
    background: linear-gradient(90deg, #fa463c 25%, transparent 25%, transparent 50%, #fa463c 50%, #fa463c 75%, transparent 75%, transparent);
    padding: 0 1rem;
    background-size: 250% 100%;
    animation: moveBackgroundTest 20s linear infinite;
    font-size: .8em;
	line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

@keyframes kenBurns {
	0% {
		transform: scale(1) translateY(0px) rotate(15deg);
	}
	100% {
		transform: scale(1.2) translateY(10px);
	}
}
@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes gdCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes moveBackground {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0; 
  }
}
@keyframes moveBackgroundTest {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0; 
  }
}

@media only screen and (max-width: 768px) {
    .row-parallax-title01 h2 span.title {
		padding: 4px 8px;
		animation: moveBackground 8s linear infinite;
  }
  
}
.row-post ul li .linkpost
{
	display:block;
}
/* .row-post ul li .linkpost h3
{
	color: inherit;
} */
.btn-novedad-min
{
    font: 1em/1.3em Mont-Bold;
    color: #000;
    position: relative;
    padding-right: 1.6em;
    transition: all 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
	margin-top: 1.5em;
}
.btn-novedad-min i
{
	position: absolute;
    right: 0.4em;
    width: 0.7em;
    height: 0.7em;
    background: url("images/icon-arrow-button.svg") no-repeat center / contain;
	filter: invert(100%) brightness(0%);
	transition: all 0.35s ease-in-out;
    bottom: 0.3em;
}
.btn-novedad-min:hover
{
	color:#FA463C;
}
.btn-novedad-min:hover i
{
	filter: inherit;
	right:0;
}
#container-module-novedad
{
	width:100%;
	/* padding: 12em 0 8em 0; */
	background:#f7f7f7;
	padding-bottom: 8em;
}
.article-novedad
{
    width: 52%;
    margin: 0 auto;
}
.novedad-volver
{
	font: 0.95em/1em Mont-Bold;
	color:#000;
	display:inline-block;
	padding-bottom:2.25em;
}
.novedad-tag
{
    font: 0.85em/1em Mont-Bold;
    color: #FA463C;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    padding-bottom: 1.25em;
}
.novedad-titulo
{
	font: 3em/1.05em Mont-Bold;
	color:#000;
}
.novedad-fecha
{
	font: 0.95em/1em Mont-Light;
	color:#666;
	padding:1.35em 0 2em 0;
}
.novedad-imagen
{
	width:100%;
	padding-bottom:2.25em;
}
.novedad-imagen img
{
	width:100%;
	height:auto;
	max-height:450px;
	object-fit:cover;
}
.novedad-resumen
{
	font:1.05em/1.6em Mont-Light;
	color:#333;
	padding-bottom:1.7em;
}
.novedad-contenido
{
	font: 1.15em/1.7em Mont-Light;
	color:#1a1a1a;
}
.novedad-contenido p
{
	padding-bottom:1.2em;
}
.novedad-nav
{
    width: 100%;
    border-top: 1px solid #e4e4e4;
    margin-top: 3.5em;
    padding-top: 1.7em;
    display: flex;
    justify-content: space-between;
}
.novedad-nav a
{
	font: 0.95em/1em Mont-Bold;
	color:#000;
}
@media only screen and (max-width: 980px) {
	.article-novedad
	{
		width:100%;
	}
	.novedad-titulo
	{
		font-size:2.1em;
	}
	#container-module-novedad
	{
		padding-bottom:5.5em ;
	}
}
.novedad-banner-top
{
	width:100%;
	height:280px;
	background-repeat:no-repeat;
	background-size:cover;
	/* background-position:center; */
	margin-bottom:3em;
}
.novedad-layout
{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:3.5em;
}
.article-novedad
{
	width:68%;
	margin:0;
}
.novedad-side
{
	width:32%;
	position:sticky;
	top:8em;
}
.novedad-side h3
{
	font: 1.1em/1em Mont-Bold;
	color:#000;
	padding-bottom:1.25em;
}
.novedad-side ul
{
	display:flex;
	flex-direction:column;
	gap:1.2em;
}
.novedad-side ul li a
{
	display:flex;
	align-items:center;
	gap:0.9em;
}
.novedad-side ul li a img
{
	width:88px;
	height:88px;
	object-fit:cover;
	border-radius:10px;
}
.novedad-side ul li a span
{
	font:0.95em/1.35em Mont-Bold;
	color:#000;
}
.novedad-side-data p
{
	font:0.9em/1.45em Mont-Light;
	color:#5a5a5a;
	padding-top:0.2em;
}
.novedad-side ul li a:hover span
{
	color:#FA463C;
}
@media only screen and (max-width: 980px) {
	.novedad-layout
	{
		flex-direction:column;
		gap:2.2em;
	}
	.article-novedad
	{
		width:100%;
	}
	.novedad-side
	{
		width:100%;
		position:relative;
		top:0;
	}
	.novedad-banner-top
	{
		height:260px;
		margin-bottom:2.2em;
	}
}
/* ===============================
   OVERRIDE SECCION PLAZA
   AGREGAR AL FINAL DEL CSS
================================ */

#container-module-parallax01.plaza-gallery-section {
	width: 100%;
	padding: 8em 0;
}

#container-module-parallax01.plaza-gallery-section .center-full {
	width: 93%;
	margin: 0 auto;
}

#container-module-parallax01.plaza-gallery-section .row-parallax-title01.plaza-header {
	position: relative;
	top: auto;
	height: auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin-bottom: 4em;
}

#container-module-parallax01.plaza-gallery-section .icon-parallax {
	margin-bottom: 2.5em;
}

#container-module-parallax01.plaza-gallery-section .icon-parallax img {
	width: 4.5em;
	height: auto;
	margin: 0 auto;
}

#container-module-parallax01.plaza-gallery-section .plaza-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em 0.7em 1.6em;
	border: 1px solid #000;
	border-radius: 999px;
	font: 0.95em/1em Mont-Bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

#container-module-parallax01.plaza-gallery-section .row-parallax-title01 h2 {
	font: 4.0875em/1.1em Mont-Bold;
	color: #000000;
	text-align: center;
	margin: 0 0 0.4em 0;
}

#container-module-parallax01.plaza-gallery-section .plaza-description {
	width: 100%;
	max-width: 52em;
	font: 1.25em/1.6em Mont-Light;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}

/* ocultar la version anterior */
#container-module-parallax01.plaza-gallery-section .row-parallax-image01,
#container-module-parallax01.plaza-gallery-section .row-parallax-text01,
#container-module-parallax01.plaza-gallery-section .imageparallax01,
#container-module-parallax01.plaza-gallery-section .imageparallax01.is-left,
#container-module-parallax01.plaza-gallery-section .imageparallax01.is-center,
#container-module-parallax01.plaza-gallery-section .imageparallax01.is-right {
	display: none !important;
	position: static !important;
}

/* nueva galeria */
#container-module-parallax01.plaza-gallery-section .plaza-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.75em;
	width: 100%;
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item {
	width: 100%;
	aspect-ratio: 5/4;
	overflow: hidden;
	border-radius: 1em;
	position: relative;
	cursor: zoom-in;
	background: #0f172a;
	box-shadow: 0 1.25em 2.5em rgba(15, 23, 42, 0.10);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.24) 100%);
	opacity: 0;
	transition: opacity 0.45s ease;
	pointer-events: none;
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s cubic-bezier(.23,1,.32,1), filter 0.45s ease;
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item:hover {
	transform: translateY(-0.2em);
	box-shadow: 0 1.75em 3.5em rgba(15, 23, 42, 0.16);
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item:hover img {
	transform: scale(1.06);
	filter: saturate(1.05);
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item:hover::after,
#container-module-parallax01.plaza-gallery-section .plaza-gallery-item:focus-within::after {
	opacity: 1;
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item:focus-within {
	transform: translateY(-0.2em);
	box-shadow: 0 1.75em 3.5em rgba(15, 23, 42, 0.18);
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item[tabindex]:focus-visible {
	outline: none;
}

#container-module-parallax01.plaza-gallery-section .plaza-gallery-item[tabindex]:focus-visible img {
	box-shadow: inset 0 0 0 0.1875em rgba(255, 255, 255, 0.8);
}

body.plaza-lightbox-open {
	overflow: hidden;
}

.plaza-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5em;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.plaza-lightbox.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.plaza-lightbox-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
}

.plaza-lightbox-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 78em);
	padding: 2.75em 4.5em;
	border-radius: 1.5em;
	background: rgba(17, 24, 39, 0.38);
	border: 0.0625em solid rgba(255, 255, 255, 0.14);
	-webkit-backdrop-filter: blur(0.9em);
	backdrop-filter: blur(0.9em);
	box-shadow: 0 2em 5em rgba(0, 0, 0, 0.28);
	transform: translateY(0.75em) scale(0.97);
	transition: transform 0.35s ease;
}

.plaza-lightbox.is-active .plaza-lightbox-dialog {
	transform: translateY(0) scale(1);
}

.plaza-lightbox-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(72vh, 52em);
}

.plaza-lightbox-image {
	display: block;
	max-width: 100%;
	max-height: 78vh;
	width: auto;
	height: auto;
	border-radius: 1em;
	box-shadow: 0 1.5em 4em rgba(0, 0, 0, 0.32);
}

.plaza-lightbox-close,
.plaza-lightbox-prev,
.plaza-lightbox-next {
	border: 0;
	cursor: pointer;
	appearance: none;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	-webkit-backdrop-filter: blur(0.75em);
	backdrop-filter: blur(0.75em);
	transition: background-color 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.plaza-lightbox-close {
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	width: 2.875em;
	height: 2.875em;
	border-radius: 50%;
	border: 0.0625em solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 0.75em 1.5em rgba(0, 0, 0, 0.16);
}

.plaza-lightbox-close::before,
.plaza-lightbox-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.95em;
	height: 0.09375em;
	border-radius: 999px;
	background: currentColor;
	transform-origin: center;
}

.plaza-lightbox-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.plaza-lightbox-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.plaza-lightbox-prev,
.plaza-lightbox-next {
	position: absolute;
	top: 50%;
	width: 3.25em;
	height: 3.25em;
	border-radius: 50%;
	transform: translateY(-50%);
}

.plaza-lightbox-prev {
	left: 1.25em;
}

.plaza-lightbox-next {
	right: 1.25em;
}

.plaza-lightbox-prev::before,
.plaza-lightbox-next::before {
	content: "";
	display: inline-block;
	width: 0.78em;
	height: 0.78em;
	border-top: 0.09375em solid currentColor;
	border-right: 0.09375em solid currentColor;
}

.plaza-lightbox-prev::before {
	transform: rotate(-135deg);
	margin-left: 0.18em;
}

.plaza-lightbox-next::before {
	transform: rotate(45deg);
	margin-right: 0.18em;
}

.plaza-lightbox-close:hover,
.plaza-lightbox-prev:hover,
.plaza-lightbox-next:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-50%) scale(1.04);
}

.plaza-lightbox-close:hover {
	transform: scale(1.04);
}

.plaza-lightbox-close:focus-visible,
.plaza-lightbox-prev:focus-visible,
.plaza-lightbox-next:focus-visible {
	outline: none;
	box-shadow: 0 0 0 0.1875em rgba(255, 255, 255, 0.28);
}

.plaza-lightbox-counter {
	position: absolute;
	top: 1.6em;
	left: 1.6em;
	padding: 0.7em 1.05em 0.56em;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9);
	/* font-family: inherit; */
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.plaza-lightbox-dots {
	position: absolute;
	left: 50%;
	bottom: 1.65em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	padding: 0.55em 0.9em;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(0.6em);
	backdrop-filter: blur(0.6em);
	transform: translateX(-50%);
}

.plaza-lightbox-dot {
	width: 0.5em;
	height: 0.5em;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.32);
	cursor: pointer;
	appearance: none;
	transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.plaza-lightbox-dot:hover {
	background: rgba(255, 255, 255, 0.58);
	transform: scale(1.08);
}

.plaza-lightbox-dot.is-active {
	background: rgba(255, 255, 255, 0.95);
	transform: scale(1.3);
}

.plaza-lightbox-dot:focus-visible {
	outline: none;
	box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.28);
}

 @media screen and (max-width: 760px) {
	#container-module-parallax01.plaza-gallery-section {
		padding: 5em 0;
	}

	#container-module-parallax01.plaza-gallery-section .center-full {
		width: 90%;
	}

	#container-module-parallax01.plaza-gallery-section .row-parallax-title01.plaza-header {
		position: relative;
		top: auto;
		height: auto;
		padding: 0;
		margin-bottom: 3em;
		z-index: 1;
	}

	#container-module-parallax01.plaza-gallery-section .plaza-badge {
		font: 0.9em/1em Mont-Bold;
		padding: 0.9em 1.4em 0.75em 1.4em;
		margin-bottom: 1.4em;
	}

	#container-module-parallax01.plaza-gallery-section .row-parallax-title01 h2 {
		font: 2.2875em/1.2em Mont-Bold;
		margin: 0 0 0.45em 0;
	}

	#container-module-parallax01.plaza-gallery-section .plaza-description {
		max-width: 100%;
		font: 1.15em/1.6em Mont-Light;
	}

	#container-module-parallax01.plaza-gallery-section .plaza-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25em;
	}

	#container-module-parallax01.plaza-gallery-section .plaza-gallery-item {
		aspect-ratio: 4 / 5;
	}

	.plaza-lightbox {
		padding: 1.25em;
	}

	.plaza-lightbox-dialog {
		width: 100%;
		padding: 3.9em 1em 5.5em;
		border-radius: 1.25em;
	}

	.plaza-lightbox-stage {
		min-height: auto;
	}

	.plaza-lightbox-image {
		max-height: 68vh;
		border-radius: 0.9em;
	}

	.plaza-lightbox-close {
		top: 0.85em;
		right: 0.85em;
		width: 2.65em;
		height: 2.65em;
	}

	.plaza-lightbox-counter {
		top: 1.1em;
		left: 1em;
		padding: 0.55em 0.85em 0.42em;
		font-size: 0.72em;
	}

	.plaza-lightbox-dots {
		bottom: 1.05em;
		gap: 0.45em;
		padding: 0.5em 0.75em;
		max-width: calc(100% - 7.5em);
	}

	.plaza-lightbox-prev,
	.plaza-lightbox-next {
		top: auto;
		bottom: 1em;
		transform: none;
		width: 3em;
		height: 3em;
	}

	.plaza-lightbox-prev {
		left: calc(50% - 6.25em);
	}

	.plaza-lightbox-next {
		right: calc(50% - 6.25em);
	}

	.plaza-lightbox-prev:hover,
	.plaza-lightbox-next:hover {
		transform: none;
	}

	#container-module-parallax01.plaza-gallery-section .plaza-gallery-item:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 0.625em);
		width: 100%;
		justify-self: center;
	}
}
/* ===============================
   OVERRIDE CARDS TORRES
   AGREGAR AL FINAL DEL CSS
================================ */
/* Overlay para slider */
#container-module-slider .row-slider {
	position: relative;
	overflow: hidden;
}

#container-module-slider .row-slider::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--slide-overlay-color, rgba(0, 0, 0, 0.45));
	z-index: 1;
	pointer-events: none;
}

#container-module-slider .layer-slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.row-parallax-image02 {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin:auto;
	margin-top: 8em;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2em;
	align-items: stretch;
}

.imageparallax02,
.imageparallax02.is-left,
.imageparallax02.is-right {
	position: relative !important;
	width: 100% !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	transform: none !important;
	display: block;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	border-radius: 16px;
}

.imageparallax02 .imageParallax {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.imageparallax02 .content-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.imageparallax02:hover {
	z-index: 2;
}

/* opcional: ajustar badge certified */
.imageparallax02 .certified {
	z-index: 3;
}

/* responsive */
@media screen and (max-width: 760px) {
	.row-parallax-image02 {
		width: 90%;
		grid-template-columns: 1fr;
		gap: 1.5em;
		margin-top: 3em;
	}

	.imageparallax02,
	.imageparallax02.is-left,
	.imageparallax02.is-right {
		aspect-ratio: 4 / 5;
	}
}

#container-module-parallax04.page-parallax-premium {
	width: 100%;
	padding: 8em 0;
}

#container-module-parallax04.page-parallax-premium .center-full {
	width: 93%;
	margin: 0 auto;
}

#container-module-parallax04.page-parallax-premium .row-parallax-title04.parallax04-header {
	width: 100%;
	position: relative;
	top: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin-bottom: 4.5em;
	z-index: 2;
}

#container-module-parallax04.page-parallax-premium .icon-parallax {
	margin-bottom: 1.5em;
}

#container-module-parallax04.page-parallax-premium .icon-parallax img {
	width: 4.5em;
	height: auto;
	margin: 0 auto;
}

#container-module-parallax04.page-parallax-premium .plaza-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em 0.7em 1.6em;
	border: 1px solid #000;
	border-radius: 999px;
	font: 0.95em/1em Mont-Bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

#container-module-parallax04.page-parallax-premium .row-parallax-title04 h2 {
	font: 4.0875em/1.1em Mont-Bold;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0 0 0.4em 0;
	/* max-width: 10em; */
}

#container-module-parallax04.page-parallax-premium .parallax04-description {
	width: 100%;
	max-width: 46em;
	font: 1.15em/1.6em Mont-Light;
	color: #000;
	text-align: center;
	margin: 0 auto;
}

#container-module-parallax04.page-parallax-premium .row-parallax-image04.parallax04-gallery {
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.75em;
	align-items: stretch;
	margin-bottom: 5em;
}

#container-module-parallax04.page-parallax-premium .imageparallax04,
#container-module-parallax04.page-parallax-premium .imageparallax04.is-left,
#container-module-parallax04.page-parallax-premium .imageparallax04.is-center,
#container-module-parallax04.page-parallax-premium .imageparallax04.is-right {
	position: relative !important;
	width: 100% !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	transform: none !important;
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 5 / 4;
}

#container-module-parallax04.page-parallax-premium .imageparallax04 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease-in-out;
}

#container-module-parallax04.page-parallax-premium .imageparallax04:hover img {
	transform: scale(1.04);
}

#container-module-parallax04.page-parallax-premium .row-parallax-text04.parallax04-content {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 3.5em;
	align-items: center;
	margin: 0;
	position: relative;
	z-index: 2;
}

#container-module-parallax04.page-parallax-premium .column-parallax-image04,
#container-module-parallax04.page-parallax-premium .column-parallax-text04 {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
}

#container-module-parallax04.page-parallax-premium .column-parallax-image04 {
	margin-left: 0;
	z-index: 1;
}

#container-module-parallax04.page-parallax-premium .column-parallax-image04 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
}

#container-module-parallax04.page-parallax-premium .column-parallax-text04 {
	margin-top: 0;
}

#container-module-parallax04.page-parallax-premium .text-parallax {
	font: 1.25em/1.6em Mont-Light;
	color: #000;
}

#container-module-parallax04.page-parallax-premium .button-parallax {
	margin-top: 2.5em;
}

@media screen and (max-width: 760px) {
	#container-module-parallax04.page-parallax-premium {
		padding: 5em 0;
	}

	#container-module-parallax04.page-parallax-premium .center-full {
		width: 90%;
	}

	#container-module-parallax04.page-parallax-premium .row-parallax-title04.parallax04-header {
		margin-bottom: 2.5em;
	}

	#container-module-parallax04.page-parallax-premium .plaza-badge {
		font: 0.9em/1em Mont-Bold;
		padding: 0.9em 1.4em 0.75em 1.4em;
		margin-bottom: 1.4em;
	}

	#container-module-parallax04.page-parallax-premium .row-parallax-title04 h2 {
		font: 2.2875em/1.2em Mont-Bold;
		max-width: 100%;
	}

	#container-module-parallax04.page-parallax-premium .parallax04-description {
		max-width: 100%;
		font: 1.05em/1.6em Mont-Light;
	}

	#container-module-parallax04.page-parallax-premium .row-parallax-image04.parallax04-gallery {
		grid-template-columns: 1fr;
		gap: 1.25em;
		margin-bottom: 3em;
	}

	#container-module-parallax04.page-parallax-premium .row-parallax-text04.parallax04-content {
		grid-template-columns: 1fr;
		gap: 2em;
	}

	#container-module-parallax04.page-parallax-premium .text-parallax {
		font: 1.15em/1.6em Mont-Light;
	}
}
#container-module-parallax04.page-parallax-premium .row-parallax-text04.parallax04-content {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 3.5em;
	align-items: center;
	margin: 0;
	position: relative;
	z-index: 3;
	clear: both;
}

#container-module-parallax04.page-parallax-premium .column-parallax-image04,
#container-module-parallax04.page-parallax-premium .column-parallax-text04 {
	width: 100%;
	margin: 0 !important;
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	z-index: 3 !important;
	/* align-self: start; */
}

#container-module-parallax04.page-parallax-premium .column-parallax-image04 {
	z-index: 3 !important;
}

#container-module-parallax04.page-parallax-premium .column-parallax-image04 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
	position: relative;
	z-index: 3;
}

#container-module-parallax04.page-parallax-premium .column-parallax-text04 {
	margin-top: 0 !important;
	padding-top: 0;
}

#container-module-parallax04.page-parallax-premium .text-parallax {
	margin-top: 0;
}

@media screen and (max-width: 760px) {
	#container-module-parallax04.page-parallax-premium .row-parallax-text04.parallax04-content {
		grid-template-columns: 1fr;
		gap: 2em;
	}

	#container-module-parallax04.page-parallax-premium .column-parallax-image04,
	#container-module-parallax04.page-parallax-premium .column-parallax-text04 {
		z-index: 3 !important;
	}
}
#container-module-parallax04.page-parallax-premium .row-parallax-image04.parallax04-gallery {
	margin-bottom: 8em;
	position: relative;
	z-index: 1;
}
#container-module-parallax04.page-parallax-premium .column-parallax-image04,
#container-module-parallax04.page-parallax-premium .column-parallax-image04 img {
	transform: none !important;
	will-change: auto !important;
}
#container-module-parallax04.page-parallax-premium .row-parallax-text04.parallax04-content {
	transform: none !important;
}
#container-module-post.plaza-posts-grid .row-post ul.no-masonry
{
	width:100%;
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:3em 4%;
}
#container-module-post.plaza-posts-grid .row-post ul.no-masonry li
{
	width:100%;
	margin:0;
	padding-bottom:2.5em;
}
#container-module-post.plaza-posts-grid .row-post ul.no-masonry li:nth-child(2),
#container-module-post.plaza-posts-grid .row-post ul.no-masonry li:nth-child(3),
#container-module-post.plaza-posts-grid .row-post ul.no-masonry li:nth-child(3n)
{
	margin-top:0;
	margin-right:0;
}
/* #container-module-post.plaza-posts-grid .row-post ul.no-masonry li .linkpost h3
{
	color:inherit;
} */
@media screen and (max-width: 980px) {
	#container-module-post.plaza-posts-grid .row-post ul.no-masonry
	{
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:2.2em 3.5%;
	}
}
@media screen and (max-width: 760px) {
	#container-module-post.plaza-posts-grid .row-post ul.no-masonry
	{
		grid-template-columns:1fr;
		gap:1.8em;
	}
	.column-parallax-text01 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 2em;
    }
	.column-clients-text {
		width: 100%;
	}
}
#container-module-parallax03.page-parallax-premium-03 {
	width: 100%;
	padding: 8em 0;
}

#container-module-parallax03.page-parallax-premium-03 .center-full {
	width: 90%;
	margin: 0 auto;
}

#container-module-parallax03.page-parallax-premium-03 .row-parallax-title03.parallax03-header {
	width: 100%;
	position: relative;
	top: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin-bottom: 4.5em;
	z-index: 2;
	transform: none !important;
}

#container-module-parallax03.page-parallax-premium-03 .icon-parallax {
	margin-bottom: 1.5em;
}

#container-module-parallax03.page-parallax-premium-03 .icon-parallax img {
	width: 4.5em;
	height: auto;
	margin: 0 auto;
}

#container-module-parallax03.page-parallax-premium-03 .plaza-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em 0.7em 1.6em;
	border: 1px solid #000;
	border-radius: 999px;
	font: 0.95em/1em Mont-Bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

#container-module-parallax03.page-parallax-premium-03 .row-parallax-title03 h2 {
	font: 4.0875em/1.1em Mont-Bold;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0 0 0.4em 0;
}

#container-module-parallax03.page-parallax-premium-03 .parallax03-description {
	width: 100%;
	max-width: 46em;
	font: 1.15em/1.6em Mont-Light;
	color: #000;
	text-align: center;
	margin: 0 auto;
}

#container-module-parallax03.page-parallax-premium-03 .row-parallax-image03.parallax03-gallery {
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.75em;
	align-items: stretch;
	margin-bottom: 8em;
	z-index: 1;
	transform: none !important;
}

#container-module-parallax03.page-parallax-premium-03 .imageparallax03,
#container-module-parallax03.page-parallax-premium-03 .imageparallax03.is-left,
#container-module-parallax03.page-parallax-premium-03 .imageparallax03.is-center,
#container-module-parallax-premium-03 .imageparallax03.is-right,
#container-module-parallax03.page-parallax-premium-03 .imageparallax03.is-right {
	position: relative !important;
	width: 100% !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	transform: none !important;
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 5/4;
}

#container-module-parallax03.page-parallax-premium-03 .imageparallax03 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease-in-out;
}

#container-module-parallax03.page-parallax-premium-03 .imageparallax03:hover img {
	transform: scale(1.04);
}

#container-module-parallax03.page-parallax-premium-03 .row-parallax-text03.parallax03-content {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 3.5em;
	align-items: center;
	margin: 0;
	position: relative;
	z-index: 3;
	transform: none !important;
	clear: both;
}

#container-module-parallax03.page-parallax-premium-03 .column-parallax-image03,
#container-module-parallax03.page-parallax-premium-03 .column-parallax-text03 {
	width: 100%;
	margin: 0 !important;
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	z-index: 3 !important;
	transform: none !important;
}

#container-module-parallax03.page-parallax-premium-03 .column-parallax-image03 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
	position: relative;
	z-index: 3;
	transform: none !important;
}

#container-module-parallax03.page-parallax-premium-03 .column-parallax-text03 {
	margin-top: 0 !important;
	padding-top: 0;
}

#container-module-parallax03.page-parallax-premium-03 .text-parallax {
	font: 1.25em/1.6em Mont-Light;
	color: #000;
	margin-top: 0;
}

#container-module-parallax03.page-parallax-premium-03 .button-parallax {
	margin-top: 2.5em;
}

@media screen and (max-width: 760px) {
	#container-module-parallax03.page-parallax-premium-03 {
		padding: 5em 0;
	}

	#container-module-parallax03.page-parallax-premium-03 .center-full {
		width: 90%;
	}

	#container-module-parallax03.page-parallax-premium-03 .row-parallax-title03.parallax03-header {
		margin-bottom: 2.5em;
	}

	#container-module-parallax03.page-parallax-premium-03 .plaza-badge {
		font: 0.9em/1em Mont-Bold;
		padding: 0.9em 1.4em 0.75em 1.4em;
		margin-bottom: 1.4em;
	}

	#container-module-parallax03.page-parallax-premium-03 .row-parallax-title03 h2 {
		font: 2.2875em/1.2em Mont-Bold;
		max-width: 100%;
	}

	#container-module-parallax03.page-parallax-premium-03 .parallax03-description {
		max-width: 100%;
		font: 1.05em/1.6em Mont-Light;
	}

	#container-module-parallax03.page-parallax-premium-03 .row-parallax-image03.parallax03-gallery {
		grid-template-columns: 1fr;
		gap: 1.25em;
		margin-bottom: 3em;
	}

	#container-module-parallax03.page-parallax-premium-03 .row-parallax-text03.parallax03-content {
		grid-template-columns: 1fr;
		gap: 2em;
	}

	#container-module-parallax03.page-parallax-premium-03 .text-parallax {
		font: 1.15em/1.6em Mont-Light;
	}
}

/* torre.php*//* 
#container-module-thecontent.tower-content-premium {
	width: 100%;
	padding: 9em 0 8em 0;
}

#container-module-thecontent.tower-content-premium .center-thecontent {
	width: 93%;
	margin: 0 auto;
}

#container-module-thecontent.tower-content-premium .row-thecontent {
	width: 100%;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 4em;
	align-items: start;
	position: relative;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent,
#container-module-thecontent.tower-content-premium .column-image-thecontent {
	width: 100%;
	margin: 0;
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent h2 {
	font: 4.0625em/1.15em Mont-Bold;
	color: #000000;
	position: relative;
	width: 100%;
	margin: 0 0 0.45em 0;
}

#container-module-thecontent.tower-content-premium .plaza-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em 0.7em 1.6em;
	border: 1px solid #000;
	border-radius: 999px;
	font: 0.95em/1em Mont-Bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

#container-module-thecontent.tower-content-premium .thecontent-intro {
	width: 100%;
	max-width: 42em;
	font: 1.15em/1.6em Mont-Light;
	color: #000;
	margin: 0 0 2em 0;
}

#container-module-thecontent.tower-content-premium .thecontent {
	width: 100%;
	font: 1.25em/1.6em Mont-Light;
	color: #000000;
}

#container-module-thecontent.tower-content-premium .thecontent p {
	margin: 0 0 2em 0;
}

#container-module-thecontent.tower-content-premium .thecontent h3 {
	font: 1.1em/1em Mont-Bold;
	margin-top: 2em;
	margin-bottom: 1em;
}

#container-module-thecontent.tower-content-premium .thecontent ul li {
	background: url("images/icon-arrow-button.svg") no-repeat 0 0.25em / 0.5em;
	padding-left: 1.15em;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 2.5em;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote div {
	width: 7.8125em;
	min-width: 7.8125em;
	margin-right: 1.6875em;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote div img {
	width: 100%;
	height: auto;
	display: block;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote p {
	font: 1.15em/1.6em Mont-Light;
	color: #000000;
	margin: 0;
}

#container-module-thecontent.tower-content-premium .column-image-thecontent {
	top: auto;
}

#container-module-thecontent.tower-content-premium .column-image-thecontent img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
	transition: transform 0.35s ease-in-out;
}

#container-module-thecontent.tower-content-premium .column-image-thecontent:hover img {
	transform: scale(1.04);
}

@media screen and (max-width: 760px) {
	#container-module-thecontent.tower-content-premium {
		padding: 5em 0;
	}

	#container-module-thecontent.tower-content-premium .center-thecontent {
		width: 90%;
	}

	#container-module-thecontent.tower-content-premium .row-thecontent {
		grid-template-columns: 1fr;
		gap: 2.5em;
	}

	#container-module-thecontent.tower-content-premium .column-content-thecontent {
		order: 2;
	}

	#container-module-thecontent.tower-content-premium .column-image-thecontent {
		order: 1;
	}

	#container-module-thecontent.tower-content-premium .column-content-thecontent h2 {
		font: 2.6875em/1.2em Mont-Bold;
	}

	#container-module-thecontent.tower-content-premium .plaza-badge {
		font: 0.9em/1em Mont-Bold;
		padding: 0.9em 1.4em 0.75em 1.4em;
		margin-bottom: 1.4em;
	}

	#container-module-thecontent.tower-content-premium .thecontent-intro {
		font: 1.05em/1.6em Mont-Light;
		margin-bottom: 1.75em;
	}

	#container-module-thecontent.tower-content-premium .thecontent {
		font: 1.15em/1.6em Mont-Light;
	}

	#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote {
		align-items: flex-start;
	}
} */
 #container-module-thecontent.tower-content-premium {
	width: 100%;
	padding: 8em 0 2em 0;
}

#container-module-thecontent.tower-content-premium .center-thecontent {
	width: 93%;
	margin: 0 auto;
}

#container-module-thecontent.tower-content-premium .row-thecontent {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	position: relative;
}

#container-module-thecontent.tower-content-premium .tower-content-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 4em;
}

#container-module-thecontent.tower-content-premium .icon-parallax {
	margin-bottom: 1.5em;
}

#container-module-thecontent.tower-content-premium .icon-parallax img {
	width: 4.5em;
	height: auto;
	margin: 0 auto;
}

#container-module-thecontent.tower-content-premium .plaza-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em 0.7em 1.6em;
	border: 1px solid #000;
	border-radius: 999px;
	font: 0.95em/1em Mont-Bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

#container-module-thecontent.tower-content-premium .tower-content-header h2 {
	font: 4.0625em/1.15em Mont-Bold;
	color: #000000;
	margin: 0;
	width: 90%;
	letter-spacing: -0.5px;
}

#container-module-thecontent.tower-content-premium .tower-content-body {
	display: grid;
	/* grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.85fr); */
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.75fr);
    gap: 1em;
	align-items: center;
	width: 93%;
    max-width: 84em;
    margin: 0 auto;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent,
#container-module-thecontent.tower-content-premium .column-image-thecontent {
	width: 100%;
	margin: 0 !important;
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	padding-bottom: 4em;
}

#container-module-thecontent.tower-content-premium .thecontent {
	width: 100%;
	font: 1.25em/1.6em Mont-Light;
	color: #000000;
}

#container-module-thecontent.tower-content-premium .thecontent p {
	margin: 0 0 2em 0;
}

#container-module-thecontent.tower-content-premium .thecontent h3 {
	font: 1.1em/1em Mont-Bold;
	margin-top: 2em;
	margin-bottom: 1em;
}

#container-module-thecontent.tower-content-premium .thecontent ul li {
	background: url("images/icon-arrow-button.svg") no-repeat 0 0.25em / 0.5em;
	padding-left: 1.15em;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 2.5em;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote div {
	width: 7.8125em;
	min-width: 7.8125em;
	margin-right: 1.6875em;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote div img {
	width: 100%;
	height: auto;
	display: block;
}

#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote p {
	font: 1.15em/1.6em Mont-Light;
	color: #000000;
	margin: 0;
}

#container-module-thecontent.tower-content-premium .column-image-thecontent {
	max-width: 24em;
	width: 100%;
	justify-self: end;
}

#container-module-thecontent.tower-content-premium .column-image-thecontent img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
	transition: transform 0.35s ease-in-out;
}

#container-module-thecontent.tower-content-premium .column-image-thecontent:hover img {
	transform: scale(1.04);
}

@media screen and (max-width: 760px) {
	#container-module-thecontent.tower-content-premium {
		padding: 2em 0;
	}

	#container-module-thecontent.tower-content-premium .center-thecontent {
		width: 90%;
	}

	#container-module-thecontent.tower-content-premium .tower-content-header {
		margin-bottom: 2.5em;
	}

	#container-module-thecontent.tower-content-premium .plaza-badge {
		font: 0.9em/1em Mont-Bold;
		padding: 0.9em 1.4em 0.75em 1.4em;
		margin-bottom: 1.4em;
	}

	#container-module-thecontent.tower-content-premium .tower-content-header h2 {
		font: 2.0875em/1.2em Mont-Bold;
		max-width: 100%;
		width: 100%;
	}

	#container-module-thecontent.tower-content-premium .tower-content-body {
		grid-template-columns: 1fr;
		gap: 2.5em;
		width: 100%;
	}

	#container-module-thecontent.tower-content-premium .column-image-thecontent {
		max-width: 100%;
		justify-self: stretch;
	}

	#container-module-thecontent.tower-content-premium .thecontent {
		font: 1.15em/1.6em Mont-Light;
	}

	#container-module-thecontent.tower-content-premium .column-content-thecontent blockquote {
		align-items: flex-start;
	}
}

#container-module-articles.locales-premium {
	width: 100%;
	padding: 0em 0 8em 0;
}

#container-module-articles.locales-premium .center-full {
	width: 93%;
	margin: 0 auto;
	max-width:1200px;
}

#container-module-articles.locales-premium .row-title-articles.articles-header {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 0 5.5em 0;
	position: relative;
	height: auto;
}

#container-module-articles.locales-premium .icon-parallax {
	margin-bottom: 1.5em;
	max-width: 30px;
    height: auto;
}

#container-module-articles.locales-premium .icon-parallax img {
	width: 4.5em;
	height: auto;
	margin: 0 auto;
}

#container-module-articles.locales-premium .plaza-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.6em 0.7em 1.6em;
	border: 1px solid #000;
	border-radius: 999px;
	font: 0.95em/1em Mont-Bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

#container-module-articles.locales-premium .row-title-articles h2 {
	font: 4.0875em / 1.1em Mont-Bold;
    color: #000000;
    text-align: center;
    margin: 0 0 0.4em 0;
    max-width: 90%;
	letter-spacing: -1px;
}

#container-module-articles.locales-premium .articles-description {
	width: 100%;
	max-width: 46em;
	font: 1.15em/1.6em Mont-Light;
	color: #000;
	text-align: center;
	margin: 0 auto;
}

#container-module-articles.locales-premium .row-articles {
	width: 100%;
	overflow: visible;
}

#container-module-articles.locales-premium .row-articles ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5em;
}

#container-module-articles.locales-premium .row-articles ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	transition: none;
}

#container-module-articles.locales-premium .row-articles ul li span {
	font: 0.9em/1em Mont-Bold;
	color: #000;
	padding-bottom: 1.25em;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

#container-module-articles.locales-premium .imagearticle {
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
}

#container-module-articles.locales-premium .imagearticle img {
	width: 100%;
	height: 24vw;
	object-fit: cover;
	transition: transform 0.35s ease-in-out;
}

#container-module-articles.locales-premium .imagearticle:hover img {
	transform: scale(1.04);
}

#container-module-articles.locales-premium .row-articles ul li h3 {
	font: 2.1875em/1.05em Mont-Bold;
	color: #000;
	padding: 1em 0 0.45em 0;
}

#container-module-articles.locales-premium .row-articles ul li h3 a {
	color: #000;
	transition: all 0.3s ease-in-out;
}

#container-module-articles.locales-premium .row-articles ul li h3:hover a {
	color: #FA463C;
}

#container-module-articles.locales-premium .row-articles ul li p {
	font: 1.15em/1.6em Mont-Light;
	color: #000;
	margin: 0 0 1.75em 0;
}

#container-module-articles.locales-premium .row-articles ul li a.button {
	font: 1.15em/1em Mont-Bold;
	color: #000;
	position: relative;
	padding-right: 2em;
	display: inline-flex;
	align-items: center;
	margin-top: 0;
	transition: all 0.35s ease-in-out;
	width: max-content;
}

#container-module-articles.locales-premium .row-articles ul li a.button i {
	position: absolute;
	right: 0.85em;
	width: 0.7em;
	height: 0.7em;
	background: url("images/icon-arrow-button.svg") no-repeat center / contain;
	filter: invert(100%) brightness(0%);
	transition: all 0.35s ease-in-out;
	bottom: 0.25em;
}

#container-module-articles.locales-premium .row-articles ul li a.button:hover {
	color: #FA463C;
}

#container-module-articles.locales-premium .row-articles ul li a.button:hover i {
	filter: inherit;
	right: 0.45em;
}

@media screen and (max-width: 760px) {
	#container-module-articles.locales-premium {
		padding: 3em 0;
	}

	#container-module-articles.locales-premium .center-full {
		width: 90%;
	}

	#container-module-articles.locales-premium .row-title-articles.articles-header {
		margin-bottom: 5.5em;
	}

	#container-module-articles.locales-premium .plaza-badge {
		font: 0.9em/1em Mont-Bold;
		padding: 0.9em 1.4em 0.75em 1.4em;
		margin-bottom: 1.4em;
	}

	#container-module-articles.locales-premium .row-title-articles h2 {
		font: 2.0875em/1.2em Mont-Bold;
		max-width: 100%;
	}

	#container-module-articles.locales-premium .articles-description {
		max-width: 100%;
		font: 1.05em/1.6em Mont-Light;
	}

	#container-module-articles.locales-premium .row-articles ul {
		grid-template-columns: 1fr;
		gap: 2em;
	}

	#container-module-articles.locales-premium .imagearticle img {
		height: 70vw;
	}

	#container-module-articles.locales-premium .row-articles ul li h3 {
		font: 1.9em/1.1em Mont-Bold;
	}

	#container-module-articles.locales-premium .row-articles ul li p {
		font: 1.05em/1.6em Mont-Light;
	}
}
.capital-footer{
	font: 1.15em/1.6em Mont-Bold !important;
	font-weight: 600 !important;
}

/* =========================================
   EQUIPAMIENTO PREMIUM - LA TORRE
   Override encapsulado al final del CSS
========================================= */
#container-module-equipment {
	position: relative;
	width: 100%;
	padding: 9em 0 8em 0;
	margin-top: -1em;
	/*background: linear-gradient(180deg, #f64d40 0%, #f25542 52%, #ef4f3b 100%); */
	overflow: hidden;
}

/* #container-module-equipment::before {
	content: "";
	position: absolute;
	left: -8%;
	bottom: 12%;
	width: 18em;
	height: 18em;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	filter: blur(1.25em);
	pointer-events: none;
}

#container-module-equipment::after {
	content: "";
	position: absolute;
	top: 12%;
	right: -4%;
	width: 16em;
	height: 16em;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	filter: blur(1.5em);
	pointer-events: none;
} */

#container-module-equipment .center-thecontent {
	position: relative;
	z-index: 1;
	/* width: min(92%, 75em); */
	margin: 0 auto;
}

#container-module-equipment h3 {
	display: block;
	margin: 0 0 1.4em 0;
	text-align: center;
	/* font-family: inherit; */
	font-size: 3em;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

#container-module-equipment ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35em;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#container-module-equipment ul::before,
#container-module-equipment ul::after {
	content: none;
}

#container-module-equipment ul li,
#container-module-equipment ul li:nth-child(2),
#container-module-equipment ul li:nth-child(3),
#container-module-equipment ul li:nth-child(4),
#container-module-equipment ul li:nth-child(5),
#container-module-equipment ul li:nth-child(6) {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 13.75em;
	padding: 1.85em 1.75em 1.65em;
	border-radius: 1.35em;
	background: rgba(255, 255, 255, 0.14);
	border: 0.0625em solid rgba(255, 255, 255, 0.20);
	box-shadow: 0 1.5em 3.2em rgba(110, 22, 13, 0.14);
	-webkit-backdrop-filter: blur(0.55em);
	backdrop-filter: blur(0.55em);
	transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

#container-module-equipment ul li:hover {
	transform: translateY(-0.2em);
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 1.85em 3.6em rgba(110, 22, 13, 0.18);
}

#container-module-equipment ul li h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: clamp(8em, 5vw, 5.15em);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: #fff;
	opacity: 0;
	transform: translateY(0.2em);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

#container-module-equipment.scrolled ul li h2 {
	opacity: 1;
	transform: translateY(0);
}

#container-module-equipment ul li p {
	width: 100%;
	max-width: 16em;
	margin: 0;
	font-size: 1.135em Mont-Light;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.86);
	text-wrap: pretty;
}

@media screen and (max-width: 1080px) {
	#container-module-equipment {
		padding: 7em 0 6.5em 0;
	}

	#container-module-equipment ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.2em;
	}
}

@media screen and (max-width: 760px) {
	#container-module-equipment {
		padding: 5em 0 4.5em 0;
		margin-top: -1em;
	}

	#container-module-equipment .center-thecontent {
		width: 90%;
	}

	#container-module-equipment h3 {
		margin-bottom: 1.85em;
		font-size: 1.1em;
		letter-spacing: 0.18em;
	}

	#container-module-equipment ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.9em;
	}

	#container-module-equipment ul li,
	#container-module-equipment ul li:nth-child(2),
	#container-module-equipment ul li:nth-child(3),
	#container-module-equipment ul li:nth-child(4),
	#container-module-equipment ul li:nth-child(5),
	#container-module-equipment ul li:nth-child(6) {
		min-height: auto;
		width: 100% !important;
		min-width: 0;
		height: 100%;
		margin-bottom: 0;
		padding: 1.25em 1.05em 1.15em;
		justify-content: flex-start;
		align-self: stretch;
	}

	#container-module-equipment ul li h2 {
		font-size: clamp(2.25em, 9vw, 3.4em);
		margin-bottom: 0.18em;
	}

	#container-module-equipment ul li p {
		max-width: 100%;
		font-size: 0.92em;
		line-height: 1.45;
	}
}

@media screen and (max-width: 340px) {
	#container-module-equipment ul {
		grid-template-columns: 1fr;
	}
}

/* =========================================
   BENEFICIOS PREMIUM - LA TORRE
   Override encapsulado al final del CSS
========================================= */
#container-module-benefits.tower-benefits-module {
	width: 100%;
	padding: 8em 0;
	background: linear-gradient(180deg, rgba(248, 249, 251, 0.96) 0%, rgba(255, 255, 255, 1) 100%);
	position: relative;
	overflow: hidden;
}

#container-module-benefits.tower-benefits-module::before {
	content: "";
	position: absolute;
	top: 8%;
	right: -6em;
	width: 18em;
	height: 18em;
	border-radius: 50%;
	background: rgba(250, 70, 60, 0.05);
	filter: blur(1.8em);
	pointer-events: none;
}

#container-module-benefits .center-thecontent {
	width: 93%;
	max-width: 84em;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#container-module-benefits .tower-benefits-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 48em;
	margin: 0 0 3em 0;
}

#container-module-benefits .tower-benefits-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72em 1.2em 0.58em;
	margin-bottom: 1.15em;
	border-radius: 999px;
	background: rgba(250, 70, 60, 0.08);
	border: 0.0625em solid rgba(250, 70, 60, 0.16);
	font-family: Mont-Light;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c53931;
}

#container-module-benefits .tower-benefits-header h2 {
	margin: 0;
	font: 2.4em / 1em Mont-Bold;
	color: #111827;
	letter-spacing: -0.04em;
}

#container-module-benefits .tower-benefits-layout {
	display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.3fr);
    gap: 2em;
    align-items: center;
}

#container-module-benefits .tower-benefits-layout.without-benefits-image {
	grid-template-columns: 1fr;
}

#container-module-benefits .tower-benefits-image {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 28em;
	display: flex;
	border-radius: 1.4em;
	overflow: hidden;
	box-shadow: 0 1.8em 4em rgba(15, 23, 42, 0.08);
}

#container-module-benefits .tower-benefits-image img {
	width: 100%;
	height: 100%;
	flex: 1 1 auto;
	object-fit: cover;
	display: block;
}

#container-module-benefits .tower-benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1em;
	align-content: start;
}

#container-module-benefits .tower-benefits-layout.without-benefits-image .tower-benefits-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#container-module-benefits .tower-benefit-card {
	display: flex;
	align-items: center;
	gap: 1em;
	padding: 1.3em 1.2em;
	border-radius: 1.15em;
	background: rgba(255, 255, 255, 0.88);
	border: 0.0625em solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 1.2em 2.6em rgba(15, 23, 42, 0.05);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#container-module-benefits .tower-benefit-card:hover {
	transform: translateY(-0.18em);
	box-shadow: 0 1.4em 3em rgba(15, 23, 42, 0.08);
	border-color: rgba(250, 70, 60, 0.18);
}

#container-module-benefits .tower-benefit-icon {
	width: 3.2em;
	min-width: 3.2em;
	height: 3.2em;
	border-radius: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(250, 70, 60, 0.08);
	border: 0.0625em solid rgba(250, 70, 60, 0.12);
	color: #c53931;
	position: relative;
	overflow: hidden;
}

#container-module-benefits .tower-benefit-icon img {
	width: 1.35em;
	height: 1.35em;
	object-fit: contain;
	display: block;
}

#container-module-benefits .tower-benefit-icon-fallback::before {
	content: attr(data-benefit-index);
	font-family: Mont-Light;
	font-size: 0.88em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

#container-module-benefits .tower-benefit-content {
	width: 100%;
}

#container-module-benefits .tower-benefit-content h4 {
	margin: 0 0 0.4em 0;
	font-family: Mont-Light;
	font-size: 1.05em;
	font-weight: 700;
	line-height: 1.35;
	color: #111827;
}

#container-module-benefits .tower-benefit-content p {
	margin: 0;
	font-family: Mont-Light;
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(17, 24, 39, 0.74);
}

@media screen and (max-width: 1080px) {
	#container-module-benefits.tower-benefits-module {
		padding: 6em 0;
	}

	#container-module-benefits .tower-benefits-layout,
	#container-module-benefits .tower-benefits-layout.without-benefits-image {
		grid-template-columns: 1fr;
	}

	#container-module-benefits .tower-benefits-grid,
	#container-module-benefits .tower-benefits-layout.without-benefits-image .tower-benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#container-module-benefits .tower-benefits-image {
		min-height: 21em;
	}
}

@media screen and (max-width: 760px) {
	#container-module-benefits.tower-benefits-module {
		padding: 5em 0;
	}

	#container-module-benefits .center-thecontent {
		width: 90%;
	}

	#container-module-benefits .tower-benefits-header {
		margin-bottom: 2em;
	}

	#container-module-benefits .tower-benefits-eyebrow {
		font-size: 0.72em;
		letter-spacing: 0.1em;
		margin-bottom: 1em;
	}

	#container-module-benefits .tower-benefits-header h2 {
		font-size: 2.15em;
		line-height: 1.15;
	}

	#container-module-benefits .tower-benefits-grid,
	#container-module-benefits .tower-benefits-layout.without-benefits-image .tower-benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#container-module-benefits .tower-benefits-image {
		min-height: 15em;
	}

	#container-module-benefits .tower-benefit-card {
		padding: 1.05em 1em;
	}

	#container-module-benefits .tower-benefit-icon {
		width: 2.85em;
		min-width: 2.85em;
		height: 2.85em;
		border-radius: 0.85em;
	}
}
