/*
Theme Name: IMPAC
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

@font-face {
    font-family: 'Suisse Intl';
    src: url('fonts/SuisseIntl-Regular.woff2') format('woff2'),
        url('fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tiempos Text';
    src: url('fonts/TiemposText-Regular.woff2') format('woff2'),
        url('fonts/TiemposText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('fonts/SuisseIntl-Bold.woff2') format('woff2'),
        url('fonts/SuisseIntl-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl Book';
    src: url('SuisseIntl-Book.woff2') format('woff2'),
        url('SuisseIntl-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	color:#4a002b;
    background-color: #eaeada;
	font-weight: normal;
    font-size: 1em;
    font-family: 'Suisse Intl', sans-serif;
	line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
    font-weight: normal;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    overflow-x: hidden;
}

body {
  overscroll-behavior: none;
}

:active {
   outline:none !important;
}

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

:active {
   outline:none !important;
}

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

figure.wp-block-image.size-full img {
    max-width: 100%;
    width: 100%;
}

p {
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 1.1vw;
    font-weight: normal;
}

sub {
    vertical-align: initial !important;
}

li {
    list-style: none;
    font-size: 1.1vw;
    margin-bottom: 4px;
    line-height: 1;
    font-weight: normal;
}


h1 {
    font-size: 2.6vw;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

h2 {
    font-size: 2.4vw;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

h3 {
    font-size: 2.2vw;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

h4 {
    font-size: 1.8vw;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

h5 {
    font-size: 1.4em;
}

a {
    text-decoration: none;
    color: #000;
}

strong {
	font-weight: bold;
}

em{font-style: italic;}

.tiempostext{
	font-family: 'Tiempos Text';
}

div#container {
    z-index: 2;
    position: relative;
    pointer-events: none;
}

div#container :is(h1,a,h2, h3,h4,h5,img,p,video, .is-type-video)  {
    pointer-events: all;
}

header#header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #eaeadb;
    display: flex;
    height: 100vh;
    padding: 30px 6% 30px 50px;
    align-items: center;
    translate: 100% 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.menuactive header#header {
    translate: 0 0%;
}

ul#menu-principal li a {
    color: #f4633a;
    font-weight: 600;
}

ul#menu-principal > li {
    padding: 10px 0px;
}

li.current-menu-item > a {
    border-bottom: 1px solid #f2633a;
}

ul#menu-principal ul.sub-menu a {
    font-weight: 400;
    font-size: .9em;
}

ul.sub-menu {
    padding: 6px 15px;
}

.gspb_slider-id-gsbp-360580c .swiper-slide-inner {
    min-height: 100vh;
    justify-content: flex-start;
    padding: 4% 6%;
}

.logohome {
    position: absolute;
    top: 4%;
    left: 6%;
    z-index: 100;
    width: 25%;
}

footer#footer {
    padding: 2% 4%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
}

.horizontal-scroll-wrapper {
  overflow-x: hidden;
  width: 100vw;
}

.horizontal-scroll {
  display: flex;
  width: max-content;
}

.panel {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  overflow: hidden;
}

.home .panel {
  width: 50vw;
}

.panel.cincuenta {
  width: 50vw;
}

.home .panel p {
    width: 90%;
}

.clickhome {
    display: none;
}

.home .clickhome {
    display: block;
	pointer-events:none;
}

.clickhome {
animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 90px;
    position: absolute;
    z-index: 100;
    translate: -50% -50%;
    transition: left 0.01s, top 0.01s;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.homefullblock {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    pointer-events: all;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #f4633a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body.scroll-locked {
  overflow: hidden;
}

.scroll-locked #iconmenu{
    opacity: 0;
}

#iconmenu{
    position: fixed;
    z-index: 3;
    top: calc(50% - 28px);
    right: 2%;
    height: 56px;
    width: 56px;
    opacity: 1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    cursor: pointer;
}

.menuimg{display: none;}

#iconmenu .menuimg.normal, #iconmenu:hover .menuimg.active{display: block;}
#iconmenu:hover .menuimg.normal, #iconmenu .menuimg.active{display: none;}


.menuimg{
animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.kb-splide[data-slider-dots=true] {
    margin-bottom: 0 !important;
}

ul.splide__pagination.splide__pagination--ltr {
    bottom: 10px !important;
}

.margin-first {
    margin-left: 4%;
}

.titulogrande {
    position: absolute;
    bottom: 19%;
    font-size: 8.2vw;
    margin-right: -25%;
    z-index: 10;
    font-weight: bold;
    margin-bottom: -.15em !important;
}

.kb-google-maps-container20_2e1e7e-7b {
    height: 450px;
    width: 100%;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    gap: 13px !important;
}

.rotartitulo{
    transform: translate(-80%, -50%) rotate(270deg);
    transform-origin: center;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
}

.kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-land43.kb-has-image-ratio-land43 {
    min-height: 80vh;
    max-height: 80vh;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land32 {
    padding-bottom: 0 !important;
    height: 55vh !important;
}

.fullcontent{
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
}

.fullcontent .wp-block-greenshift-blocks-row-column{
    width: max-content !important;
}

.panel.maxcontent {
  width: max-content !important;
  flex: 0 0 auto; /* No se encoge ni se expande, se ajusta al contenido */
}

.tabexpand {
    color: #fff;
    background-color: #f4633a;
    text-transform: uppercase;
    padding: 40px 50px 40px 50px !important;
    margin: 0 0 0 10px;
}

.fullcontent .wp-block-greenshift-blocks-row-column.contenttabexpand {
  width: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s ease;
  content-visibility: hidden;
}

.fullcontent.open .contenttabexpand {
    width: auto !important;
    margin-left: 10px;
    content-visibility:visible;
}

.rotatepaneltext {
    position: absolute;
    bottom: 5rem;
    left: 59%;
    transform: translateX(-50%) rotate(270deg);
    max-width: 100%;
    white-space: nowrap;
    font-weight: normal !important;
}

.rotatepaneltext.doblelinea {
    bottom: 4rem;
}

form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.columnone {
    width: 40%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    color: #f2633a;
}

.columntwo {
    width: 60%;
}
form p, form span{
    width: 100%;
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"],.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    width: 100%;
    border: 0;
    background-color: #fff;
    line-height: 23px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: none;
    background-color: #f2633a;
    color: #fff;
    font-size: 16px;
    padding: 8px;
}

.wpcf7-response-output {
    position: absolute;
    top: 80%;
}

.wp-block-social-links .wp-social-link svg {
    height: 2em !important;
    width: 2em !important;
}

.page-id-12 .titulogrande {
    margin-bottom: -.08em !important;
}

.page-id-14 .titulogrande {
    margin-bottom: -.10em !important;
}
.carruselajuste img {
    object-fit: contain !important;
}

@media only screen and (max-width : 850px) {
.home .panel {
        width: 100vw;
 }
h4 {
    font-size: 1em !important;
}
 p {
        font-size: .7em !important;
    }

li {
    font-size: 1em !important;
}
.wp-block-social-links li {
    font-size: 0.5em !important;
}
.panel {
    width: fit-content;
    height: 80vh;
}
.gspb_row__content {
    flex-wrap: nowrap !important;
    width: fit-content !important;
}
.homefullblock .gspb_row__content {
    width: 100% !important;
}
.wrap .gspb_row__content {
    flex-wrap: wrap !important;
}
.titulogrande {
    top: 54%;
    font-size: 15.2vw;
}
#gspb_container-id-gsbp-02506bc.gspb_container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
#gspb_image-id-gsbp-d05d1e7 img {
    width: 100% !important;
}

h5 {
    font-size: 1.2em;
}

.logohome {
    position: absolute;
    top: 4%;
    left: 6%;
    z-index: 100;
    width: 80%;
}

img.clickhome {
    translate: 150% 150%;
}
.wp-block-greenshift-blocks-swipe.swiper-slide-inner.gspb_sliderinner-id-gsbp-76ba8a9 {
    background-position: 20% 69%;
}
}