/*
Theme Name: Ictus Theme
Author: Ibán Fuente
Author URI: https://ibanfuente.com/
Description: Custom build theme for Ictus.
Version: 1.0
*/



/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
  --main: 77,185,185;
  --accent: 232,102,105;
  --white: 255,255,255;
  --black: 0,0,0;

  --transition_1:all .8s cubic-bezier(0.62, 0.01, 1, 0.96);e
}


/* global box-sizing */
*,
*::after,
*::before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
}
body {
	font-family: degular-text, sans-serif;
	font-size: 1.8rem;
    line-height: 130%;
	color: rgb(var(--main));
	background: white;
    font-weight: 500;
}
code {
	font-family: degular-text, sans-serif;
}
:root #cmplz-document, p ,li{
    font-size: 1.8rem !important;
    line-height: 150% !important;
    font-weight: 500 !important;
}
:root #cmplz-document {
    max-width: 100%;
    padding-top: 15vh;
    padding-bottom: 5vh;
}
#cmplz-document h2, #cmplz-document h3 {
    text-align: left;
    margin-top: 35px;
    text-transform: initial;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 10px !important;
}

:root .wp-block-button.is-style-outline .wp-block-button__link, 
:root .wp-block-button__link.is-style-outline{
    color: unset;
}

:root .wp-block-button__link,
:root input[type="submit"] {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    transition: all 0.3s cubic-bezier(0.62, 0.01, 1, 0.96);
    box-shadow: 0 5px 15px rgba(var(--main), 0.2);
}
:root .wp-block-button__link.has-accent-background-color {
    background: linear-gradient(45deg, rgb(var(--accent)), rgba(var(--accent),0.7) ) !important;
}

:root .wp-block-button__link.has-main-background-color, :root input[type="submit"] {
    background: linear-gradient(45deg, rgb(var(--main)), rgba(var(--main),0.7) ) !important;
}
:root .wp-block-button__link:hover,
:root input[type="submit"]:hover {
    transform: scale(1.02) translateY(-2px);
    box-shadow: 0 7px 20px rgba(var(--main), 0.5);
}


:root .wp-block-button__link.wpcf7-submit:hover {
    color: white;
}
.grecaptcha-badge {
    z-index: -9999999999;
}
/* clear */
.clear::before,
.clear::after {
    content:' ';
    display:table;
}

.clear::after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: inherit;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	outline:0;
}
:root input:focus, :root textarea:focus {
	outline:0;
    border-color: rgb(var(--accent));
}
h1, h2, h3, h4, h5, h6, p ,a, span{
    margin: 0;
}
h1{
	font-size: 5rem !important;
    line-height: 5rem !important;
    font-weight: 600 !important;
    margin-bottom: 2rem !important;
}
h2{
	font-size: 4.5rem !important;
	line-height: 4rem !important;
    font-weight: 600 !important;
    margin-bottom: 3rem !important;
}
h3{
    font-size: 3.2rem !important;
    line-height: 3.8rem !important;
    font-weight: 500 !important;
    margin-bottom: 2rem !important;
}
h4, #menu > ul a, .logo h3{
    font-size: 2.5rem !important;
    line-height: 2.7rem !important;
    font-weight: 500 !important;
    margin-bottom: 1.5rem !important;
}
.logo h3{
    font-weight: 600 !important;
}
p{
    margin-bottom: 1.8rem;
}
hr {
    margin: 2.5rem 0;
    height: 0px !important;
    opacity: 0.7;
    border-bottom: 0 !important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.header {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 3.5rem 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    align-items: center;
}
.header::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 150vw;
    height: 120%;
    background: linear-gradient( rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 100%);
    z-index: -9;
    top: 0;
    left: -50%;
    transition: background .8s cubic-bezier(0.62, 0.01, 1, 0.96);
    pointer-events: none;
}
.header::after {
    display: none;
}
.header.onn {
    padding: 1.5rem 0;
    z-index: 99999999999;
}
.header.onn::before {
    height: 100%;
}
.header.onn::before, .dupsnav {
    background: linear-gradient( rgba(255,255,255,.9)99% , rgba(255,255,255,0) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.header.onn h3{
    margin-bottom: 0 !important;
}
/* logo */
.logo {
    flex: auto;
    overflow: hidden;
}
.logo-img {
    height: 4.5rem;
}
.onn .logo-img {
    height: 4rem;
}
.nav {
    flex: auto;
    display: block;
}
.nav ul {
    justify-content: flex-end;
    display: flex;
    list-style: none;
    margin: 0;
}
.nav li {
    margin-left: 3rem;
    padding: 0 9px;
}
li.extra {
    border: 2px solid;
}
:root #menu > ul li.extra > a{
    display: inline-block;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    transition: transform .25s ease-in;
}
.extraon > a{
    transform: rotate(45deg) translate(1px, -1px) scale(1.5);
}
.nav a {
    color: rgba(var(--main));
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
    transition: color .25s ease-in-out;
}
.nav a:hover,
#servicenav a:hover{
	color: rgba(var(--accent));
	text-decoration: none;
}
.nav .current-menu-item {
    pointer-events: none;
    background: #ebf3f3;
}
.nav .current-menu-item a{
    color: rgb(var(--main)) !important;
}

#servicenav .current-snav-item {
    pointer-events: none;
    background: rgb(var(--main));
    border-color: rgb(var(--main));
    color: #FFFFFF !important;
}
#servicenav .has-accent-color.current-snav-item {
    background: rgb(var(--accent));
    border-color: rgb(var(--accent));
}

/* footer */
#footer {
    color: rgb(255,255,255);
    background: rgb(var(--main));
}
#footer a{
    color: rgb(255,255,255);
}
#footer ul {
    list-style: none;
    padding: 0;
}
#footer li {
    padding: 1rem 0;
    border-bottom: 1px solid;
}
:root .wp-block-columns {
    margin-bottom: 0;
}
#footer img {
    height: 4rem !important;
    width: auto;
}
#legal {
    background: rgb(var(--accent));
    color: rgb(var(--main));
    text-align: right;
    padding: 2rem;
}
#legal .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    column-gap: 2rem;
    margin: 0;
}
#legal *{
    color: #FFFFFF;
}
#legal .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
}
#legal select {
    background: transparent;
    border: none;
}
#legal .wp-block-pages-list__item:nth-child(1),
#legal .wp-block-pages-list__item:nth-child(2){
    display: none;
}

/* MultiCarousel */
.MultiCarousel { 
  float: none; 
  overflow: hidden; 
  padding: 15px; 
  width: 100%; 
  position:relative; 
}
.MultiCarousel .MultiCarousel-inner { 
  transition: 1s ease all; 
  float: left; 
}
.MultiCarousel .MultiCarousel-inner .item { 
  float: left;
}
.MultiCarousel .leftLst, 
.MultiCarousel .rightLst { 
  position:absolute; 
  border:none; 
  background:transparent; 
  height: 100%; 
  top: 0; 
  z-index: 999999999;
}
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, 
.MultiCarousel .rightLst.over { 
  pointer-events: none;  
  opacity: 0.25;
}
.MultiCarousel-inner .item {
    padding: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 120px;
    justify-content: center;
}
.MultiCarousel-inner .item img{
    height: 100%;
    max-height: 80px;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}
.wp-block-lazyblock-clientes-slider img,
.wp-block-lazyblock-clientes img{
	filter: grayscale(1) brightness(0.8) contrast(2);
	opacity: 0.7;
}
.wp-block-lazyblock-clientes .item{
	height: 100px;
	padding: 3rem;
	position: relative;
}
.wp-block-lazyblock-clientes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wp-block-lazyblock-clientes .item::after,
.logogrid .item::after,
.logogrid .item::before  {
    content: attr(area-label);
    position: absolute;
    padding: .75rem 1.2rem;
    background: rgb(var(--accent));
    border: 2px solid;
    display: block;
    color: #FFFFFF;
    line-height: 120%;
    width: 30rem;
    left: 50%;
    right: 0;
    top: 85%;
    opacity: 0;
    transform: scale(.5) translateX(-50%);
    transform-origin: top;
    transition: transform .2s, opacity .2s;
    font-weight: bold;
}
.logogrid .item::after{
    min-height: 6rem;
    align-items: center;
    display: flex;
}
.logogrid .item::before {
    content: attr(data-for);
    top: calc(83% + 6rem);
    font-weight: normal;
}
.wp-block-lazyblock-logos {
    position: relative;
    z-index: 999999999999999;
}

.publicas.logogrid .item::after {
    width: max-content;
}
.publicas.logogrid .item::before  {
    display: none;
}

.wp-block-lazyblock-clientes .item:hover::after,
.logogrid .item:hover::after,
.logogrid .item:hover::before{
	opacity: 1;
	transform: scale(1) translateX(-50%);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
main{
    min-height: 100vh;
}
.container-fluid {
    width: 100vw !important;
    position: relative;
}
.full-height{
	min-height: 100vh !important;
}
.spaced {
    padding: 10vh 0;
}
.full{
    height: 100%;
    width: 100vw;
}
.p-blur > *:not(#spinner){
    opacity: 0.2;
    transition: all .2s ease-in !important;
}
.p-loadingg{ 
    transform: translateX(-100vw); 
    transition: transform .25s ease-in-out !important;
}
main{ 
    transition: transform .25s ease-in-out !important; 
}
.preloadd{ 
    transform: translateX(100vw);
}
input:not([type='checkbox']):not([type='submit']), textarea {
    background: rgba(255,255,255,.2);
    border: none;
    width: 100%;
    margin-bottom: 1rem;
    padding: .7rem 1rem;
    transition: opacity .2s ease-in-out;
    color: #FFFFFF;
}
textarea {
    height: 100px;
}
::placeholder {
  color: inherit;
  opacity: 0.7;
  transition: opacity .2s ease-in-out;
}
:root input[type="file"]{
    font-weight: 500 !important;
    padding-left: 150px;
}
input[type="file"]::-webkit-file-upload-button {
  opacity: 0;
  font-size: 0;
}
input[type="file"]::before {
    content: 'Seleccionar archivo';
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    opacity: 0.7;
    margin-left: -130px;
}
span.wpcf7-list-item {
    margin: 0;
}
input[type="checkbox"], input[type="radio"] {
    filter: sepia(1) saturate(3) hue-rotate(-245deg);
}
:root .wpcf7-not-valid-tip {
    color: white;
    padding: 0px 9px;
    margin-top: -2.5rem;
    border-radius: 50px;
    background: rgb(var(--accent));
}
.wpcf7-response-output{
    color: rgb(var(--main));
}
:root .wpcf7 form.invalid .wpcf7-response-output, :root .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: rgb(var(--accent));
    border-radius: 25px;
    padding: 1.5rem 1.8rem;
    background: linear-gradient( 45deg , rgba(var(--white),0.3), rgba(var(--white),0.6) ) !important;
}
:root .wpcf7 form.sent .wpcf7-response-output {
    border-color: #71b311;
    border-radius: 25px;
    padding: 1.5rem 1.8rem;
    background: linear-gradient( 45deg , rgba(var(--white),0.3), rgba(var(--white),0.6) ) !important;
}
:root input:focus, :root textarea:focus{
    box-shadow: 0 2px 10px rgba(var(--accent),.5);
}
:root input:focus::placeholder, 
:root textarea:focus::placeholder{
    opacity: 0;
}
:root .wp-block-button__link{
    display: flex;
}
:root input[type="submit"] {
    border: none !important;
    color: rgb(var(--main)) !important;
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFFFFF !important;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    color: unset;
}
:root .wp-block-cover:not(.spaced), 
:root .wp-block-cover-image:not(.spaced) {
    padding: 0;
}
.wp-block-image img {
    height: auto;
}
:root .has-parallax {
    background-position-y: 45%;
    background-attachment: inherit; 
    background-size: cover;
}




/*Home*/
:root .wp-block-media-text__media img {
    height: 100%;
    object-fit: contain;
}
:root .wp-block-media-text__media {
    height: 100%;
    background: #f6f6f6;
    padding: 20%;
    border-radius: 30px;
}
:root .icon-small .wp-block-media-text__media {
    background: rgba(255,255,255, .75);
    border: 1px solid #FFFFFF55;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 20%;
    height: unset;
    align-self: start;
}
.grafica-icon figure,
.grafica-iconn .wp-block-group{
	padding: 10%;
	background-color: rgba(255,255,255, .15);
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
	border-radius: 30px;
}
.grafica-iconn .wp-block-group{
	padding: 7%;
	background: #9801011c;
}
:root .grafica-iconn .wp-block-buttons>.wp-block-button{
	margin:0;
}
.grafica-iconn ul {
	padding-left: 0px;
	list-style: none;
}
.grafica-iconn ul li::before{
	content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.3px' height='11.2px' viewBox='0 0 15.3 11.2' style='overflow:visible;enable-background:new 0 0 15.3 11.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='14.6,0.7 5.5,9.8 0.7,5 '/%3E%3C/svg%3E%0A");
	display: inline-block;
	margin-right: 5px;
}
.space-evenly {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.space-evenly .wp-block-buttons {
    flex: auto;
    align-items: flex-end;
    margin-bottom: 1rem;
}
:root .grafica-icon img{
	border-radius: 0;
}
:root .team-icons .wp-block-media-text__media img {
    object-fit: cover;
}
:root .team-icons .wp-block-media-text__media {
    padding: 0;
    overflow: hidden;
    height: unset;
}
:root .certificados .wp-block-media-text__media {
    height: unset;
}

hr {
    border: none;
    height: 1px;
    background: #FFFFFF;
}
td,th {
	padding: 10px;
}
tr:nth-child(odd){
    background: #FFFFFF;
}
thead tr{
	background: transparent !important;
}
.icon-items .wp-block-media-text{
	margin: 4rem 0;
}
.icon-items .wp-block-media-text p:last-child{
	margin: 0 !important;
}
.MultiCarousel .btn-primary span {
    width: 40px;
    height: 40px;
    background-color: rgba(var(--main),.2);
    display: block;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.MultiCarousel .btn-primary .carousel-control-next-icon {
	background-position-x: 55%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.7px' height='27.1px' viewBox='0 0 15.7 27.1' style='overflow:visible;enable-background:new 0 0 15.7 27.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='1.1,1.1 13.6,13.6 1.1,26.1 '/%3E%3C/svg%3E%0A");
}
.MultiCarousel .btn-primary .carousel-control-prev-icon {
	background-position-x: 45%;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.7px' height='27.1px' viewBox='0 0 15.7 27.1' style='overflow:visible;enable-background:new 0 0 15.7 27.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='14.6,26.1 2.1,13.6 14.6,1.1 '/%3E%3C/svg%3E%0A");
}



.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: all .25s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}


/*Services*/
#servicenav .wp-block-buttons {
    width: 100%;
    margin-top: 0;
    column-gap: 3rem;
}
#servicenav .wp-block-buttons .wp-block-button{
    flex: auto;
}
#servicenav .wp-block-buttons .wp-block-button a {
    justify-content: center;
    font-weight: 500 !important;
}
.dupsnav {
    position: fixed;
    z-index: 999999;
}
#outro .malamente .wp-block-buttons>.wp-block-button {
    flex: auto;
}
#outro .malamente .wp-block-buttons>.wp-block-button .wp-block-button__link{
    justify-content: center;
}
#outro ul.heateor_sss_sharing_ul {
    display: flex;
    justify-content: center;
}
#outro .heateorSssSharing {
    margin: 0 5px;
}
:root #heateor_sss_sharing_popup_close { display: none; }
:root #heateor_sss_popup_bg { background: rgba(var(--main),.9); }
:root #heateor_sss_sharing_more_providers * { font-family: 'degular-text', sans-serif !important; }
:root #heateor_sss_sharing_more_providers .close-button img { display: none; }
:root #heateor_sss_sharing_more_providers { background: transparent; height: unset; }
:root #heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content { background: #ffffff; border-radius: 0; color: inherit;}
:root #heateor_sss_sharing_more_providers .filter input.search { border: 2px solid !important; font-weight: bold; color: inherit; }
:root #heateor_sss_sharing_more_providers .all-services ul li a { color: inherit !important; }
:root #heateor_sss_sharing_more_providers .filter { padding: 19px 0 0; }

:root .dupsnav a{
    padding: .4rem .6rem !important;
}
.clientes {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3rem;
}

.intro .has-parallax{
    height: 60vh;
}
.intro .wp-block-columns,
.introcampa .blo > .wp-block-group__inner-container{
    min-height: calc(100vh - 24rem);
    margin-bottom: 3rem;
    align-items: center;
}
.introcampa .blo > .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.intro .wp-block-column:first-child {
    z-index: 999;
    mix-blend-mode: multiply;
}
.intro .wp-block-column:first-child h1 {
    margin-right: -15rem;
    font-size: 15rem !important;
    line-height: 100% !important;
}
.intro .wp-block-column:first-child h2 {
    margin-right: -15rem;
}
.blo .wp-block-cover__inner-container{
    padding: 2rem;
}
.blo .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 0.7 !important;
    mix-blend-mode: screen;
}

/*------------------------------------*\
    Interaccion 1
\*------------------------------------*/

main.sinteractivo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#rowtime {
    display: block;
    position: relative;
    height: 5px;
    background: rgba(var(--main),0.15);
    margin: 2rem 0;
}
#rowtime span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(var(--accent)), rgba(var(--accent),0.7) );
}
.gifrows,
.rowslide {
    position: relative;
}
.gifrow:not(.this):not(.this-old){
    position: absolute;
    top:0;
    left: 0;
    pointer-events: none;
    z-index: -99;
    margin-right:200vw;
    margin-left:-200vw;
}
#response {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    mix-blend-mode: multiply;
}
#response span {
    display: block;
    font-weight: bold;
    font-size: 6rem;
    line-height: 120%;
    color: rgb(var(--accent));
    background: transparent !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background){
    background: linear-gradient(45deg, rgb(var(--main)), rgba(var(--main),0.7) ) !important;
}
.rowslide .rowbuttons{
    width: 100%;
    justify-content: space-between;
}
#start, #start a, #next, #next a {
    width: 100%;
    text-align: center;
    justify-content: center;
}
#si, #si a, #no, #no a {
    flex: auto;
    flex-basis: 5px;
    text-align: center;
    justify-content: center;
    margin-top: .5rem;
}
.wp-block-button.futuro .wp-block-button__link{
    cursor: not-allowed !important;
}

#fin a, #help a{
	cursor: pointer;
	font-size: 0px !important;
	display: block;
    width: 30px;
    height: 30px;
    background: transparent no-repeat;
    background-size: contain;
    background-position: center;
	background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='55.7px' height='55.7px' viewBox='0 0 55.7 55.7' style='overflow:visible;enable-background:new 0 0 55.7 55.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234db9b9;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cline class='st0' x1='2.8' y1='2.8' x2='52.8' y2='52.8'/%3E%3Cline class='st0' x1='52.8' y1='2.8' x2='2.8' y2='52.8'/%3E%3C/svg%3E%0A");
}
#help a{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30.7px' height='55.7px' viewBox='0 0 30.7 55.7' style='overflow:visible;enable-background:new 0 0 30.7 55.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234db9b9;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='27.8,2.8 2.8,27.8 27.8,52.8 '/%3E%3C/svg%3E%0A");
}
/*
#outro{
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    padding-bottom: 3rem;
}
*/
#outro{
    padding-top: 7rem;
    position: relative;
    background: transparent;
}
#outro .wp-block-group__inner-container{
	width: 100%;
}
#outro .wp-block-group{
    padding: 6%;
    width: 100%;
}
:root #intro h2.has-accent-color {
    mix-blend-mode: multiply;
    margin-bottom: -15px !important;
}
:root #intro .wp-block-image figcaption {
    line-height: 110%;
    font-weight: 600;
    color: rgb(var(--accent));
    margin: 0 !important;
}
body {
    background: linear-gradient( 145deg, rgba(var(--accent),0.3) 0%, transparent 20%);
}
.p-wp-block-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
}
.p-wp-block-columns.col-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5rem;
}

.projecte h3 {
    margin-bottom: 0 !important;
}
.imgfilter img{
    filter: grayscale(1) brightness(0.7);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgfilter{
    position: relative;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 1rem;
}
.imgfilter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(var(--accent),.8);
    mix-blend-mode: screen;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.projecte:hover {
    tr
}
.juego{
    position: relative;
}
.juego img {
    height: 100%;
    object-fit: cover;
}
.intermeta {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(var(--accent),0);
    padding: 2rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background .25s ease-in;
}
.juego:hover:nth-child(even) .intermeta {
    background: rgb(var(--main));
}
.juego:hover:nth-child(even) .intermeta .wp-block-button__link.has-text-color.has-accent-color{
    color: rgb(var(--main)) !important;
}
.intermeta h4 {
    font-weight: 600 !important;
}
.intermeta h4 span {
    font-size: 1.8rem !important;
}
.intermeta p,
.intermeta .wp-block-button{
    opacity: 0;
    transform: translateX(20px);
    transition: all .25s ease-in;
}
.juego:hover .intermeta{
    background: rgb(var(--accent));
}
.juego:hover .intermeta p,
.juego:hover .intermeta .wp-block-button{
    opacity: 1;
    transform: translateX(0);
}
.intermeta span {
    padding: .5rem;
    justify-content: center;
}

.wp-block-lazyblock-popup-flash {
    position: fixed;
    bottom: 4.5rem;
    right: 0;
    z-index: 99999999;
}
.flash .icono,
.flash .contenido {
    background: rgb(var( --main));
    border: 2px solid #FFFFFF;
    padding: 5rem;
    padding-bottom: .5rem;
}
.flash .icono {
    position: fixed;
    bottom: 0;
    left: calc(-5.3rem + 2px);
    width: 5.3rem;
    height: 5.3rem;
    padding: .7rem;
}
.flash .icono img {
    width: 100%;
    height: 100%;
}

.wp-block-lazyblock-popup-flash {
    transition: transform .25s ease-out;
    transform: translateX(100%) !important;
}
.wp-block-lazyblock-popup-flash.onn {
    transform: translateX(0) !important;
}
.flash #salir {
    position: absolute;
    top: 2rem;
    right: 2rem;
    transform: rotate(45deg);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.flash #salir::after,
.flash #salir::before{
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
    border-radius: 50px;
    background: #FFFFFF;
    position: absolute;
}
.flash #salir::before{
    transform: rotate(90deg);
}



.item {
    cursor: pointer;
}
.logoss .logogrid .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logogrid .item img {
    max-height: 7.5rem;
}
.logogrid {
    display: grid;
    grid-template-columns: repeat(6 ,1fr);
    grid-gap: 6rem;
    margin: 2rem 0 4rem 0;
    display: flex;
    justify-content: space-between;
    column-gap: 6rem;
}
.localidad .logogrid {
    grid-template-columns: repeat(4 ,1fr);
    justify-content: flex-start;
}
.namelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 2rem 0 4rem 0;
}
.namelist .item {
    padding: .5rem 1rem;
    margin: 0 1rem 1rem 0;
    background-color: rgb(var(--accent));
    color: #FFF;
}
.namelist .item p{
    margin-bottom: 0 !important;
}

.item, 
:root li.heateorSssSharingRound,
.projecte,
.projecte .imgfilter,
.projecte .imgfilter img,
.projecte .imgfilter::after,
.materiales .item a,
.materiales .item div {
    transition: all 0.3s cubic-bezier(0.62, 0.01, 1, 0.96);
}
.item:hover,
li.heateorSssSharingRound:hover,
.projecte:hover  {
    transform: scale(1.02) translateY(-2px);
}
.namelist .item:hover,
.projecte:hover .imgfilter {
    box-shadow: 0 7px 20px rgba(var(--main), 0.5);
}
.projecte:hover .imgfilter img{
    filter: none;
}
.projecte:hover .imgfilter::after{
    opacity: 0;
}

.materiales .item {
    padding: 2rem;
    background: rgb(var(--accent));
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
}
.materiales.cnoticias .item {
    background: rgb(var(--main));
}
.materiales a {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.materiales .item a {
    background-repeat: no-repeat;
    background-position: center top;
}
.materiales:not(.cnoticias) .item:hover a {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='53px' height='53px' viewBox='0 0 53 53' style='overflow:visible;enable-background:new 0 0 53 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Ccircle class='st0' cx='26.5' cy='26.5' r='25.5'/%3E%3Cg%3E%3Cpolyline class='st0' points='39.5,27.6 26.5,40.5 13.5,27.6 '/%3E%3Cline class='st0' x1='26.5' y1='40.5' x2='26.5' y2='12.5'/%3E%3C/g%3E%3C/svg%3E"); 
    background-position: 50% 50%;
    animation: download .5s ease-in-out infinite alternate;
}
@keyframes download{
    0%{background-position: 50% 40%;}
    100%{background-position: 50% 60%;}
}

.materiales:not(.cnoticias) .item:hover div {
    opacity: 0.1;
}
.materiales h4 {
    margin-bottom: 1rem !important;
    font-weight: bold !important;
}
.materiales p {
    margin-bottom: 0 !important;
}
.materiales img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
    background: #FFFFFF;
    padding: .5rem;
}
.materiales:not(.cnoticias) .p-wp-block-columns.col-3 {
    display: flex;
    column-gap: 5rem;
}

.localmeta {
    margin-top: 3rem;
}
.localidad > p {
    border: 2px solid;
    border-left: 0;
    padding: .4rem 0 .6rem;
    font-weight: 600 !important;
    margin-bottom: -2px !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.localidad > p span {
    border-left: 2px solid;
    width: 40px;
    margin: -0.4rem 0 -0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.localidad > p span:before,
.localidad > p span:after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 0;
    border: 1px solid;
    transition: transform 0.3s cubic-bezier(0.62, 0.01, 1, 0.96);
}
.localidad > p span:after {
    transform: rotate(90deg);
}
.localidad.metaon > p span:after {
    transform: rotate(0deg);
}
.gradient .localidad.metaon > p {
    background: rgb(var(--main));
    color: white;
    padding-left: 1rem;
}
.gradient.has-main-background-color .localidad.metaon > p {
    background: rgb(var(--accent));
}
#counter {
    font-size: 15rem !important;
}

.fill .wp-block-column:first-child {
    flex:auto;
}
.fill .wp-block-column:last-child {
    flex:none;
}
.fill .wp-block-column .wp-block-button__link {
    padding: .9rem 2rem !important;
}


/*------------------------------------*\
    ANIMATION
\*------------------------------------*/

.header,
.logo img,
.nav li a::after{
	transition: all 0.2s ease-in;
}
/*
article > div {
    overflow: hidden;
}
*/
article > div > *{
    opacity: 0;
    transition: all 0.3s ease-in;
    transform: translateY(5vh);
}
:root .no-visibleee{
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease-in 0.1s;
}
article > div.visibl > *,
:root .visibleee{
    opacity: 1 ;
    transform: translateY(0);
}
main.offf {
    opacity: 0;
    transform: translateY(5vh);
}
main{
    opacity: 1 ;
    transition: opacity 0.2s ease-in, transform 0.3s ease-in;
}
#intro{
    margin-top: 90px;
}

/*------------------------------------*\
    COLOR PALETE
\*------------------------------------*/


:root .has-main-background-color{
    background-color: rgb(var(--main)) ;
}
:root .has-main-background-color.gradient{
    background: linear-gradient( 140deg, rgba(var(--main),0.2) 0%, rgba(var(--main),0) 70%);
    color: rgb(var(--accent));
}
:root .has-main-color, :root .wp-block-button__link.has-text-color.has-main-color{
    color: rgb(var(--main)) ;
}
:root .has-accent-background-color{
    background-color: rgb(var(--accent)) ;
}
:root .has-accent-background-color.gradient{
    background: linear-gradient( 140deg, rgba(var(--accent),0.2) 0%, rgba(var(--accent),0) 70%);
    color: rgb(var(--main));
}
:root .has-accent-color, :root .wp-block-button__link.has-text-color.has-accent-color{
    color: rgb(var(--accent)) ;
}
:root .has-white-background-color{
    background: rgb(var(--white)) ;
}
:root .has-white-color, :root .wp-block-button__link.has-text-color.has-white-color{
    color: rgb(var(--white)) ;
}
:root .has-black-background-color{
    background: rgb(var(--black)) ;
}
:root .has-black-color, :root .wp-block-button__link.has-text-color.has-black-color{
    color: rgb(var(--black)) ;
}
:root .wp-block-cover:not(.gradient) .wp-block-cover__inner-container {
    color: #FFFF;
}

.wp-block-cover .wp-block-group.has-background:not(.container-fluid) {
    padding: 3rem;
    margin-bottom: 1.5rem;
}
.wp-block-cover .wp-block-group.has-background:not(.container-fluid) h2,
.wp-block-cover .wp-block-group.has-background:not(.container-fluid) h3,
.wp-block-cover .wp-block-group.has-background:not(.container-fluid) p {
    margin-bottom: .5rem !important;
    font-weight: 600 !important;
}
.wp-block-cover .wp-block-group.has-background:not(.container-fluid) *:last-child {
    margin-bottom: 0rem !important;
}
.wp-block-cover .container-fluid {
    padding: 5vh 0;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

:root .wp-block-cover.gradient .container-fluid {
    margin-left: -5rem !important;
    padding: 5rem !important;
    width: calc(100% + 10rem) !important;
    max-width: 100vw;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.bar, .onn .bar{
    background: rgb(var(--main));
    height: 4px;
    width: 35px;
    display: block;
    margin-bottom: 9px;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.62, 0.01, 1, 0.96);
}
:root .bar-3 {
    width: 25px;
}
.on .bar-1 {
    transform: translateY(13px) rotate(45deg);
}
.on .bar-2 {
    transform: translateY(0px) rotate(-45deg);
}
.on .bar-3 {
    width: 0px;
}
#menu, .desktop {display: none;}
#menu-m, #menu-mm {display: block;}
.mobil {display: flex;}
#menu-mm {
    position: fixed;
    top: -120vh;
    left: 0;
    z-index: 999;
    background: rgba(var(--main),0.9);
    width: 100%;
    padding: 6%;
    min-height: 100vh;
    padding-top: 150px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.62, 0.01, 1, 0.96);
}
#menu-mm a {
    color: rgb(var(--white));
    font-size: 3rem;
}
.on #menu-mm {
    top: 0;
    opacity: 1;
    pointer-events: all;
}
#menu-mm ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
#menu-mm ul:not(.sub-menu) > li {
    margin-bottom: 2rem; 
}
:root #menu .sub-menu {
    display: block;
    background: rgb(var(--main));
    padding: 3rem;
    position: absolute;
    right: 0;
    margin-top: 2rem;
}
:root #menu .sub-menu li {
    margin-left: 0;
}
:root #menu .sub-menu a {
    color: #FFFFFF;
}

:root #cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all {color:#ffffff;background-color:rgb(var(--main));border-color:rgb(var(--main))}
:root #cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all:hover{background-color:#479bc1}
:root .cc-compliance .cc-btn.cc-show-settings,
:root .cc-compliance .cc-btn.cc-save{color:rgb(var(--main))!important;background-color:#FFFFFF!important;border-color:rgb(var(--main))!important}
:root .cc-compliance .cc-btn.cc-show-settings:hover,
:root .cc-compliance .cc-btn.cc-save:hover{background-color:#ffffff!important}
:root .cc-compliance .cc-btn.cc-save-settings{color:rgb(var(--main))!important;background-color:#FFFFFF!important;border-color:rgb(var(--main))!important}
:root .cc-compliance .cc-btn.cc-save-settings:hover{background-color:#ffffff!important}
:root .cmplz-slider-checkbox input:checked + .cmplz-slider {background-color: rgb(var(--main))!important}
:root .cmplz-slider-checkbox .cmplz-slider {background-color: rgb(var(--accent))!important;}
:root .cmplz-slider-checkbox input:focus + .cmplz-slider {}.cmplz-slider-checkbox .cmplz-slider:before {background-color: #ffffff!important;}
:root .cmplz-slider-checkbox .cmplz-slider-na:before {color:undefined!important;}
:root #cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss{color:rgb(var(--main));background-color:#FFFFFF;border-color:#FFFFFF}
:root #cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss:hover{background-color:#ffffff}
.cc-revoke, .cc-window, .cc-window *:not(.cc-accept-all){
    font-family: inherit !important;
    color: inherit !important;
}
.cc-color-override-145640072.cc-window {
    border-width: 2px;
}
.cc-btn,
.cc-window{
    font-size: inherit !important;
}

p.maxwidth {
    max-width: 80vw;
    width: 45ch;
}

@media only screen and (min-width:600px) {
    #menu, .desktop {display: none;}
    #menu-m, #menu-mm {display: block;}
    .mobil {display: flex;}
}
@media only screen and (min-width:800px) {
    #menu{display: block;}
    .desktop {display: flex;}
    #menu-m, #menu-mm, .mobil {display: none;}
}

@media (max-width: 600px){
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: unset;
    grid-column: unset;
    -ms-grid-row: unset;
    grid-row: unset;
}
}
@media only screen and (max-width:768px) {
    .wrapper { width: 85%;}
    h1 {font-size: 4.5rem !important;line-height: 4.5rem !important;margin-bottom: 2rem !important;}
    h2 {font-size: 3rem !important;line-height: 3rem !important;margin-bottom: 3.5rem !important;}
    :root h3, :root h4{font-size: 2.15rem !important;line-height: 2.25rem !important;}
    .image-galery .wp-block-group__inner-container {display: block;}
    .image-galery .wp-block-group__inner-container > div {margin-bottom: 2rem !important;}
    :root .a-productos .wp-block-column > * , :root .contacto{ padding: 2.5rem; }
    :root #contacto.wp-block-cover.has-parallax{padding-bottom: 50vh; background-position-x: right;}
    :root .wp-block-button__link, :root input[type="submit"] { padding: 1rem 1.5rem; display: flex; justify-content: center;}
    :root .interactivo #intro .wp-block-column .wp-block-image{
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    :root .interactivo #intro .wp-block-column .wp-block-image img {
        width: 25%;
        margin-right: 2rem;
    }
    .p-wp-block-columns { grid-template-columns: repeat(2, 1fr); grid-gap: 2rem; }
    .intro .wp-block-column:first-child h1 { font-size: 30vw !important; }
    .logogrid, .localidad .logogrid{ flex-wrap: wrap; justify-content: flex-start; }
    .logogrid .item { flex-basis: 40% !important; }
    .p-wp-block-columns.col-3{grid-template-columns: repeat(1, 1fr); grid-gap: 2rem; }
    .hentry { margin-top: 5rem; }
    .intro .wp-block-column:first-child h2, .intro .wp-block-column:first-child h1{margin-right:0 !important;}
    #servicenav .wp-block-buttons { column-gap: 1rem; }
    :root .dupsnav a { padding: .4rem 0rem !important; font-size: 1.5rem !important; }
    :root #servicenav.dupsnav .wp-block-buttons { column-gap: 1rem; }
    :root #servicenav.dupsnav { padding-right: 1rem !important;padding-left: 1rem !important;}
    .materiales:not(.cnoticias) .p-wp-block-columns.col-3{display: grid;}
}

@media only screen and (max-width: 800px) {
    :root .wp-block-column {
        flex-basis: 100%!important;
        margin-bottom: 2rem;
    }
    :root .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
    :root .mobil .wp-block-column {
        flex-basis: 5%!important;
    }
    .full {
        width: 100vw;
    }
    #team .wp-block-lazyblock-team-h .wp-block-columns, 
    #team .wp-block-lazyblock-team .wp-block-columns{
        width: unset;
    }
    .container-fluid .full.left{
        transform: 0;
    }
}
@media only screen and (min-width: 800px) {
    .container-fluid .full.right{
        margin-left: 0 !important;
    }
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:rgba(var(--black),.6);
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:rgba(var(--black),.6);
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:rgba(var(--black),.6);
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]::after {
		content:" (" attr(href) ")";
	}
	abbr[title]::after {
		content:" (" attr(title) ")";
	}
	.ir a::after,
	a[href^="javascript:"]::after,
	a[href^="#"]::after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

#wpadminbar {
    position: absolute;
    opacity: 0.1;
}
#wpadminbar:hover {
    opacity: 1;
}



:root #CybotCookiebotDialogBody {
    max-width: 100%;
    padding: 20px;
}
:root #CybotCookiebotDialog a, 
:root #CybotCookiebotDialog div, 
:root #CybotCookiebotDialogBodyContentControls, 
:root #CybotCookiebotDialogBodyContentTitle {
    font-family: degular-text, sans-serif !important;
    color: #000766;
}
:root #CybotCookiebotDialogBodyContent,
:root #CybotCookiebotDialogBodyLevelButtons,
:root a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, 
:root a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, 
:root a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
:root #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, 
:root #CybotCookiebotDialogBodyLevelDetailsButton {
    font-size: 1.8rem !important;
}
:root #CybotCookiebotDialogPoweredbyLink{
    display: none;
}
:root #CybotCookiebotDialogBodyContentTitle {
    margin-bottom: 10px !important;
    font-size: 3rem !important;
}
:root #CybotCookiebotDialogBodyContent {
    padding-left: 0px;
    margin-right: 30px;
}
:root #CybotCookiebotDialog .CybotCookiebotDialogBodyButton{
    padding: 10px 15px !important;
    padding-bottom: 15px !important;
    border-radius: 4px;
    width: auto !important;
}
:root a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #ced1e2;
    border: 1px solid #e5e6f0;
    margin-left: 0 !important;
}
:root a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #020867;
    border: 1px solid #020867;
    color: #FFFFFF !important;
}
:root a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #ff7307;
    border: 1px solid #ff7307;
    color: #FFFFFF !important;
}
:root #CybotCookiebotDialogBodyLevelWrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
}
:root #CybotCookiebotDialogBody {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
:root #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{
    display: flex !important;
    flex-direction: row-reverse;
}
:root #CybotCookiebotDialog {
    box-shadow: #02096730 2px 2px 14px 2px;
    background: #ffffffe0;
    backdrop-filter: blur(8px);
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked+label {
    filter: sepia(1) saturate(5) hue-rotate(314deg);
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled+label{
    filter: none;
}
:root .CookieDeclarationType {
    border: 1px solid #000766;
    border-radius: 6px;
}