/* 
Theme Name:		 WP Bootstrap Starter Child
Theme URI:		 http://childtheme-generator.com/
Description:	 WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 Pixelarte
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0f
Text Domain:	 wp-bootstrap-starter-child
*/

.otgs-development-site-front-end {
    display: none !important;
}

/*-------------------------- FUENTES --------------------------*/

@font-face {
    font-family: 'Circular';
    src: url('fonts/circular_std_book-webfont.woff2') format('woff2'),
         url('fonts/circular_std_book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Circular';
    src: url('fonts/circular_std_book_italic-webfont.woff2') format('woff2'),
         url('fonts/circular_std_book_italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'Circular';
    src: url('fonts/circular_std_bold-webfont.woff2') format('woff2'),
         url('fonts/circular_std_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('fonts/circular_std_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/circular_std_bold_italic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}



/*-------------------------- GENERAL --------------------------*/

:root{
	--black: #1E1E1E;
	--blue: #A2D2E1;
     
	--font-size-circular-1: 0.938rem;
    --font-size-circular-1-1: clamp(1rem, 0.958rem + 0.14vw, 1.125rem); 
	--font-size-circular-2: clamp(1.063rem, 0.979rem + 0.28vw, 1.313rem); 
	--font-size-circular-3: clamp(1.25rem, 1.04rem + 0.44vw, 1.563rem); 
	--font-size-circular-4: clamp(1.5rem, 1.312rem + 0.63vw, 2.063rem); 
    --font-size-circular-5: clamp(1.75rem, 1.438rem + 1.33vw, 2.813rem);
    --font-size-circular-5-1: clamp(2.375rem, 1.917rem + 1.53vw, 3.75rem); 
    --font-size-circular-6: clamp(2.625rem, 2.079rem + 2.33vw, 4.875rem); 
    --font-size-circular-7: clamp(3.375rem, 2.495rem + 3.75vw, 7rem); 

    --line-height-circular-1: 1.125rem; 
    --line-height-circular-1-1: clamp(1.25rem, 1.208rem + 0.14vw, 1.375rem); 
	--line-height-circular-2: clamp(1.5rem, 1.396rem + 0.35vw, 1.813rem);
	--line-height-circular-3: clamp(1.625rem, 1.5rem + 0.42vw, 2rem); 
    --line-height-circular-4: clamp(1.813rem, 1.583rem + 0.76vw, 2.5rem); 
    --line-height-circular-5: clamp(2.188rem, 1.765rem + 1.8vw, 3.625rem);
    --line-height-circular-5-1: clamp(2.7rem, 2.08rem + 2.07vw, 4.25rem);
    --line-height-circular-6: clamp(3rem, 2.393rem + 2.59vw, 5.5rem);
    --line-height-circular-7: clamp(3.75rem, 2.612rem + 4.85vw, 8.438rem);

    --font-family-circular: 'Circular', sans-serif;

    --font-weight-regular: 400;
    --font-weight-bold: 700;

    --margin-container: clamp(1.563rem, 0.792rem + 3.29vw, 3.75rem);

    --border-radius: clamp(0.7rem, 0.627rem + 0.31vw, 1rem);
}

body{
	font-family: var(--font-family-circular), sans-serif;
	font-weight: var(--font-weight-regular);
	font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
    overflow-x: hidden;
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 250ms ease;
}

.container,
.alignwide > .wp-block-group__inner-container {
    padding-left: var(--margin-container);
    padding-right: var(--margin-container);
    max-width: 1920px;
}

h1.entry-title{
    border-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
    font-weight: var(--font-weight-bold);
    padding: 0;
    color: var(--black);
}

strong{
	font-weight: var(--font-weight-bold) ;
}

ul, li, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

button:focus {
    outline: none;
}

p {
	color: var(--black);
    margin-bottom: 1.125rem;
}

p:last-child {
    margin-bottom: 0;
}

a {
	color: var(--black);
	text-decoration: none;
    -webkit-transition: all .3s  cubic-bezier(.25,.46,.45,.94);
    transition: all .3s  cubic-bezier(.25,.46,.45,.94);
}

a:hover{
    color: var(--black);
}

p a {
    text-decoration: underline;
}

/*[data-aos="fade-up"] {
    transform: translate3d(0,50px,0);
}*/

.wp-block-column.aos-animate:nth-child(2) {
    transition-delay: 0.2s;
}

.wp-block-column.aos-animate:nth-child(3) {
    transition-delay: 0.4s;
}

img {
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
}

.wp-block-button__link{
	border: 1px solid var(--black);
    font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
    color: var(--black);
    background: none;
    padding: 0 clamp(0.875rem, 0.767rem + 0.36vw, 1.2rem);
	height: clamp(2.188rem, 2.031rem + 0.52vw, 2.5rem);
	line-height: clamp(2.125rem, 2.022rem + 0.34vw, 2.33rem);
    border-radius: 3.75rem;
    font-weight: var(--font-weight-regular);
    position: relative;
    text-align: center;
}

.wp-block-button__link:hover:after{
    background-color: var(--white-font);
}

.wp-block-buttons>.wp-block-button{
	margin: 0;
}

.btn-primary.focus, 
.btn-primary:focus,
.btn.focus, 
.btn:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

.nav-link{
	padding: 0;
}

.nav > li > a:focus, .nav > li > a:hover{
	background: none;
}

.alignfull,
.alignwide {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.alignwide > .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto;
}

.page-content, 
.entry-content, 
.entry-summary{
	margin: 0;
}

.wp-block-columns {
    margin-bottom: 0;
}

#content.site-content {
    padding-top: clamp(8.438rem, 7.188rem + 6.25vw, 11.875rem);
    padding-bottom: 0;
}

figure,
.wp-block-image,
.wp-block-video {
    margin-bottom: 0;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
    margin-left: 40px;
}

.wp-block-button__link:visited{
    color: var(--black);
}

.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:hover{
    color: #fff;
    text-decoration: none;
    background-color: var(--black);
}

video {
    display: block;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, 
.col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, 
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, 
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, 
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 20px;
    padding-right: 20px;
}

.row{
    margin-left: -20px;
    margin-right: -20px;
}

table {
    margin: 0;
}

label {
    margin: 0;
}

/* Fade básico (solo desvanecimiento) */
.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Fade-In con desplazamiento desde abajo */
.fade-up {
    opacity: 0;
    transform: translateY(50px); /* Desplaza el elemento desde abajo */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Desvanecimiento y desplazamiento */
}

.fade.show,
.fade-up.show {
    opacity: 1 !important;
}

.fade-up.show {
    transform: translateY(0); /* Vuelve a la posición original */
}


/*-------------------------- GENERAL EC --------------------------*/

.swiper-button-prev,
.swiper-button-next {
    top:0;
    margin-top: 0;
    border: 0;
    background: none;
    padding: 0;
    height: auto;
    width: auto;
}

.swiper-button-prev, 
.swiper-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next, 
.swiper-rtl .swiper-button-prev {
    right: 0;
}  

.swiper-button-next:after, 
.swiper-button-prev:after{
    content: "";
    display: block;
    background-color: var(--black);
    height: 35px;
    width: 35px;
}

.swiper-button-next:after{
    -webkit-mask: url(img/next-arrow.svg) no-repeat;
    mask: url(img/next-arrow.svg) no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
}

.swiper-button-prev:after{
    -webkit-mask: url(img/prev-arrow.svg) no-repeat;
    mask: url(img/prev-arrow.svg) no-repeat;
}

.swiper-pagination {
    position: static;
    margin-top: 1.25rem;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #858585;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.margen-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.margen-1 {
    margin-top: clamp(0.625rem, 0.417rem + 0.69vw, 1.25rem);
}

.margen-2 {
    margin-top: clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
}

.margen-3 {
    margin-top: clamp(4.375rem, 2.721rem + 7.06vw, 10rem);
}

.margen-1 .wp-block-column:not(:last-child) {
    margin-right: clamp(0.625rem, 0.417rem + 0.69vw, 1.25rem);
}

.margen-1 .wp-block-column figure:not(:last-child),
.margen-1 .wp-block-column .wp-block-text:not(:last-child) {
    margin-bottom: 1rem !important;
}

.margen-2 .wp-block-column:not(:last-child),
.margen-3 .wp-block-column:not(:last-child) {
    margin-right: clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
}

.margen-2 .wp-block-column figure:not(:last-child),
.margen-2 .wp-block-column .wp-block-text:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem) !important;
}

.wp-block-columns.two-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.wp-block-columns.three-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.wp-block-columns.three-images:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 0;
}

.two-columns p:last-child,
.three-columns p:last-child {
    margin-bottom: 0;
}

body .wp-block-columns.two-columns {
    align-items: inherit !important;
}

.image-cover figure,
.image-cover img {
    height: 100%;
    object-fit: cover;
}

.two-columns.distribucion-1 .wp-block-column:nth-child(1),
.two-columns.distribucion-2 .wp-block-column:nth-child(2) {
    flex-basis: calc(33.3333% - clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem) ) !important;
}

.two-columns.distribucion-1 .wp-block-column:nth-child(2),
.two-columns.distribucion-2 .wp-block-column:nth-child(1) {
    flex-basis: calc(66.6666% - clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem) ) !important;
}

.expositor-zaff-cortis .wp-block-column:nth-child(1) {
    max-width: 1080px;
}

.expositor-zaff-cortis .wp-block-column:nth-child(2) .wp-block-text {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-columns.align-top {
    align-items: flex-start !important;
}

.wp-block-columns.align-middle {
    align-items: center !important;
}

.wp-block-columns.align-bottom {
    align-items: flex-end !important;
}

.block.featured-text {
    margin: clamp(8rem, 3.792rem + 14.03vw, 20.625rem) 0 clamp(3.5rem, 1.229rem + 7.57vw, 10.313rem);
    max-width: clamp(30rem, 17.083rem + 43.06vw, 68.75rem);
}

.featured-text p {
    font-family: var(--font-family-circular);
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    margin: 0;
}

.alignwide .block.featured-text {
    margin: 0 auto;
    padding-top: 11.875rem;
    padding-bottom: 11.875rem;
}

.alignwide .block.featured-text:nth-child(1) {
    padding-top: 6.875rem;
}

.alignwide .block.featured-text:nth-last-child(1) {
    padding-bottom: 6.875rem;
}

.alignwide .margen-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.alignwide .margen-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0;
}

.alignwide .margen-1:nth-child(1),
.alignwide .margen-2:nth-child(1) {
    padding-top: 0;
}

.alignwide .margen-1:nth-last-child(1),
.alignwide .margen-2:nth-last-child(1) {
    padding-bottom: 0;
}

.block.isolated-text {
    max-width: 60rem;
    /* margin: clamp(5.875rem, 3.875rem + 6.67vw, 11.875rem) auto; */
    margin: clamp(5.875rem, 1.495rem + 14.6vw, 15rem) auto;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.alignwide .block.isolated-text {
    margin: 0 auto;
    padding-top: 11.875rem;
    padding-bottom: 11.875rem;
}

.alignwide .block.isolated-text:nth-child(1) {
    padding-top: 6.875rem;
}

.alignwide .block.featured-text:nth-last-child(1) {
    padding-bottom: 6.875rem;
}

.isolated-text.txt-two-columns {
    columns: 2;
    column-gap: 1.875rem;
}

.three-images .column-1 figure,
.three-images .column-1 figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.three-images.distribucion-2 .column-1 {
    order: 2;
}

.scrollMe {
    height: 300vh;
    width: 100%;
}

.wrapper-scrollMe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1000;
}

.wrapper-scrollMe::-webkit-scrollbar {
    display: none !important;
}

.fp-table {
    justify-content: start;
}

.fp-overflow,
#fullpage .slider,
#fullpage .slider .inner {
    height: 100%;
}

.fp-watermark {
    display: none !important;
}

#anchor-scroll {
    overflow: hidden;
    min-height: 0px;
    height: 0;
    display: none;
}

.slider .mobile {
    display: none;
}

/*.custom-cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--black);
    transition: transform 250ms ease;
    transform: translate(-50%, -50%) scale(.3);
    z-index: 100000;
}

.menu-open .custom-cursor,
.footer-visible .custom-cursor{
    background-color: #fff;
}

.custom-cursor--link {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8 !important;
}

@media (min-width: 1025px) {
    
    body,
    a,
    button,
    .wp-block-button__link,
    [type="button"]:not(:disabled), 
    [type="reset"]:not(:disabled), 
    [type="submit"]:not(:disabled), 
    .btn:not(:disabled):not(.disabled),
    button:not(:disabled),
    input,
    .sib-form #sib-form .checkbox, 
    .sib-form #sib-form .radio-button,
    #sib-form .entry__choice label,
    .wpcf7-form label {
        cursor: none;
    }
    
}
*/

body.menu-open {
    overflow-y: hidden;
}

#aviso {
    position:fixed; 
    z-index: 9999999; 
    width: 120px;
    height: 120px;
    border-radius: 60px;
    top:30%;
    left:50%;
    margin-left: -60px;
    padding: 20px; 
    background: var(--black);
    color: #fff;
    text-align: center;
    font-size: var(--font-size-circular-2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-tl {
    border-top-left-radius: var(--border-radius);
}

.rounded-tr {
    border-top-right-radius: var(--border-radius);
}

.rounded-bl {
    border-bottom-right-radius: var(--border-radius);
}

.rounded-br {
    border-bottom-left-radius: var(--border-radius);
}

.model-viewer {
    padding: var(--border-radius);
}


/*-------------------------- HEADER --------------------------*/

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
    color: var(--black);
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a img {
    display: none;
}

header .navbar{
    display: flex;
}

header #main-nav{
    margin-left: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s linear;
    text-align: center;
    padding: 5rem var(--margin-container) clamp(2rem, 1.667rem + 1.11vw, 3rem);
}

header #main-nav .inner {
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    max-height: 60rem;
    overflow-y: scroll;
    justify-content: flex-end;
}

header #main-nav .inner {
    scrollbar-width: none; /*Firefox*/
}

/*Webkit(Chrome, Android browser, Safari, Edge...)*/
header #main-nav .inner::-webkit-scrollbar {
    width: 0;
}

header #main-nav.show {
    opacity: 1;
    visibility: visible;
}

header #main-nav .navbar-nav {
    display: none;
}

header #main-nav.show .navbar-nav {
    display: block;
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li{
    display: flex;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    color: var(--black);
    font-size: var(--font-size-circular-7);
    line-height: var(--line-height-circular-7);
    font-weight: var(--font-weight-bold);
    padding: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    opacity: 0.5;
}

.wpml-ls a:hover {
    text-decoration: none;
} 

.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
    text-transform: uppercase;
    margin-top: 30px;
    position: absolute;
    right: var(--margin-container);
    bottom: clamp(2.438rem, 2rem + 1.46vw, 3.75rem);
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px 0 6px 20px;
}

header#masthead {
    background: none;
    box-shadow: none;
    transition: all 0.8s ease;
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 20px 0; 
}

header#masthead .container {
    position: relative;
}

header#masthead.sticky {
    background-color: #fff;
}

header#masthead.sticky:after {
    display: none;
}

.menu-open header#masthead {
    transition: transform 0s ease-out;
}

.navbar {
    display: block;
}

.navbar-brand a{
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    display: block;
    position: relative;
    z-index: 1000;
    color: var(--black);
    letter-spacing: -0.03rem;
}

.header-black .navbar-brand a{
    color: var(--black);
}

.header-white .navbar-brand a{
    color: #fff;
}

/* .menu-open .navbar-brand a{
    color: #fff !important;
} */

.slideDown .navbar-brand a{
    color: var(--black);
}

#masthead nav{
    padding: 0;
    justify-content: flex-start;
}

.navbar-contact{
    display: block;
    margin-left: auto;
    margin-right: 29px;
    position: relative;
    z-index: 1000;
    width: auto;
}

.header-white .navbar-contact.wp-block-button__link{
    color: #fff;
    border-color: #fff;
}

.header-white .navbar-contact.wp-block-button__link:hover{
    border-color: var(--black);
}

/* .menu-open .navbar-contact.wp-block-button__link {
    color: #fff !important;
    border-color: #fff !important;
} */

.slideDown .navbar-contact.wp-block-button__link {
    color: var(--black);
    border-color: var(--black);
}

.menu-open .navbar-contact.wp-block-button__link:hover {
    color: #fff;
}

.slideDown .navbar-contact.wp-block-button__link:hover {
    color: #fff;
}

#header-right{
    margin-left: auto;
}

body:not(.menu-open) .slideDown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body:not(.menu-open) .slideUp {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

.navbar-toggler {
    border: 0;
    width: 30px;
    height: 16px;
    padding: 0;
    border-radius: 0;
    position: relative;
    z-index: 1000;
    top: 1px;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 100%;
}

.navbar-toggler-icon, 
.navbar-toggler-icon:after, 
.navbar-toggler-icon:before {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    white-space: nowrap;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-color: var(--black);
}

.header-white .navbar-toggler-icon, 
.header-white .navbar-toggler-icon:after, 
.header-white .navbar-toggler-icon:before{
    background-color: #fff;
}

/* .menu-open .navbar-toggler-icon, 
.menu-open .navbar-toggler-icon:after, 
.menu-open .navbar-toggler-icon:before{
    background-color: #fff !important;
} */

.slideDown .navbar-toggler-icon, 
.slideDown .navbar-toggler-icon:after, 
.slideDown .navbar-toggler-icon:before{
    background-color: var(--black);
}

.navbar-toggler-icon:after, 
.navbar-toggler-icon:before {
    content: '';
}

.navbar-toggler-icon::before {
    top: -8.2px;
    margin: 0;
}

.navbar-toggler-icon::after {
    top: 10.2px;
    margin: 0;
}

.menu-open .navbar-toggler .navbar-toggler-icon {
    background-color: transparent !important;
}

.menu-open .navbar-toggler .navbar-toggler-icon::before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
    top: -8px;
    width: 30px;
}

.menu-open .navbar-toggler .navbar-toggler-icon::after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
    width: 30px;
    top: 8px;
}

.dropdown-toggle:after {
    display: none;
}

#main-nav .dropdown-menu > li.menu-item-has-children span {
    position: absolute;
    top: 7px;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    padding: 0 2rem;
}
    
#main-nav .dropdown-menu > li.menu-item-has-children span .inner {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    margin: 0;
}

#main-nav .dropdown-menu > li.menu-item-has-children span.prev .inner {
    transform: rotate(225deg);
    margin-top: 7px;
}

#main-nav .submenu-open li:not(.open) {
    display: none;
}

#main-nav .submenu-open li li {
    display: block !important;
}

/* .wpml-ls-legacy-list-horizontal a {
    color: #fff;
} */


/*-------------------------- FOOTER --------------------------*/

body.footer-visible {
    background-color: var(--black);
}

body.footer-visible a,
body.footer-visible p,
body.footer-visible .copyright a, 
body.footer-visible footer#colophon a,
body.footer-visible button,
body.footer-visible .sib-form .input, 
body.footer-visible .sib-form .input__button {
    color: #fff;
}

body.footer-visible .sib-form .input::placeholder {
    color: #fff !important;
}

body.footer-visible .link-whatsapp {
    background-color: #fff;
}

body.footer-visible .link-whatsapp i {
    color: var(--black);
}

body.footer-visible .sib-form .entry__field {
    border-color: #fff !important;
}

footer{
    margin-top: clamp(4.5rem, 2.667rem + 6.11vw, 10rem); 
    padding-bottom: 40px;
}

.call-to-action{
    padding-top: clamp(12rem, 7.042rem + 16.53vw, 26.875rem);
}

.call-to-action p{
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    margin-bottom: clamp(0rem, -0.5rem + 1.67vw, 1rem);
}

.call-to-action a{
    font-size: var(--font-size-circular-7);
    line-height: var(--line-height-circular-7);
    font-weight: var(--font-weight-bold);
}

.call-to-action a:hover{
    text-decoration: none;
}

.call-to-action a:hover:after{
    margin-left: clamp(1.875rem, 1.215rem + 2.82vw, 3.75rem);
}

.call-to-action a:after{
    content: "";
    display: inline-block;
    -webkit-mask: url(img/arrow-lets-talk.svg) no-repeat;
    mask: url(img/arrow-lets-talk.svg) no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--black);
    height: clamp(2.2rem, 0.581rem + 5.4vw, 5.438rem);
    width: clamp(3.15rem, 0.818rem + 7.77vw, 7.813rem);
    margin-left: clamp(1rem, 0.063rem + 3.13vw, 2.875rem);
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}

body.footer-visible .call-to-action a:after{
    background-color: #fff;
} 

body:not(.theme-preset-active) footer#colophon{
    background: none;
    color: var(--black);
}

html[lang="en-US"] footer .menu li{
    margin-right: 8rem;
}

footer#colophon .footer-top{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

footer#colophon .footer-bottom{
    font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
    margin-top: clamp(3.125rem, 1.875rem + 4.17vw, 5.625rem);
    display: flex;
    align-items: center;
}

.footer-bottom ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    text-align: right;
}

.footer-bottom ul li{
    margin-left: calc(clamp(0.5rem, 0.125rem + 1.25vw, 1.25rem) * 2);
}

.cmplz-btn.cmplz-manage-consent {
    border: 0;
    background: none;
    padding: 0;
}

.footer-bottom p{
    margin-bottom: 0;
}

footer#colophon {
    font-size: 100%;
    position: relative;
}

.sib-form,
#sib-container,
.sib-form-block {
    padding: 0 !important;
}

#sib-container {
    background: none !important;
}

.sib-optin {
    margin-top: 10px;
}

.sib-form {
    max-width: 367px;
    font-size: var(--font-size-circular-1) !important;
}

.sib-form .input_replaced:checked + .checkbox_tick_positive {
    background: var(--black) !important;
    border-color: var(--black) !important;
}

.entry__choice {
    font-family: var(--font-family-circular) !important;
}

.sib-form .entry__field {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--black) !important;
    padding-bottom: 10px;
}

.sib-form .entry__field:focus-within {
    box-shadow: none !important;
}

.sib-form .input:last-child, 
.sib-form .input__affix:last-child,
.sib-form .input:first-child, 
.sib-form .input__affix:first-child {
    padding: 0 !important;
}

.sib-form .input {
    font-size: var(--font-size-circular-3) !important;
    line-height: var(--line-height-circular-3) !important;
    height: auto !important;
    font-family: var(--font-family-circular), sans-serif !important;
}

.sib-form .input::placeholder {
    color: var(--black) !important;
}

.input {
    width: 100% !important;
}

.sib-form-block__button {
    padding: 0 !important;
    background: url(img/next-arrow.svg) no-repeat !important;
    background-size: auto;
    width: 22px;
    height: 22px;
    font-size: 0;
    min-height: 0 !important;
    background-size: 22px !important;
    position: absolute;
    right: 0;
    top: 3px;
}

body.footer-visible .sib-form-block__button {
    background: url(img/next-arrow-white.svg) no-repeat !important;
}

#sib-form {
    position: relative;
}

.link-whatsapp {
    display: block;
    width: 80px;
    height: 80px;
    background-color: var(--black);
    border-radius: 50%;
    margin-left: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-whatsapp:hover {
    width: 90px;
    height: 90px;
    margin-top: -5px;
    margin-right: -5px;
    text-decoration: none;
}

.link-whatsapp i {
    color: #fff;
    font-size: 40px;
}

.btn-aviso-tic-camara,
.btn-aviso-kit-digital {
    border: 0;
    background: none;
    padding: 0;
}

.btn-aviso-kit-digital {
    margin-left: calc(clamp(0.5rem, 0.125rem + 1.25vw, 1.25rem) * 2);

}

footer .wrapper-buttons {
    margin-left: auto;
    text-align: right;
}

.aviso-tic-camara,
.aviso-kit-digital {
    position: absolute;
    right: var(--margin-container);
    text-align: left;
    bottom: 90px;
    background-color: #fff;
    padding: 30px;
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
    border-radius: 15px;
    border: 1px solid;
}

.aviso-tic-camara p,
.aviso-kit-digital p {
    color: var(--black) !important;
}

.aviso-tic-camara button,
.aviso-kit-digital button {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.aviso-tic-camara button::after,
.aviso-kit-digital button::after,
.aviso-tic-camara button::before,
.aviso-kit-digital button::before  {
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    background-color: var(--black);
    position: absolute;
}

.aviso-tic-camara button::before,
.aviso-kit-digital button::before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
    top: 0;
}

.aviso-tic-camara button::after,
.aviso-kit-digital button::after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
    top: 16px;
}

.aviso-tic-camara {
    width: 500px;
}

.aviso-kit-digital {
    width: 300px;
}

.aviso-tic-camara img,
.aviso-kit-digital img {
    margin-top: 20px;
    max-width: 100%;
}


/*----------------- HOME --------------------*/

.home .bloque-1 h1{
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
    max-width: clamp(48.125rem, 31.386rem + 34.78vw, 73.125rem);
}

.home .bloque-2 .wp-block-buttons {
    text-align: center;
    margin-top: clamp(2.6rem, 2.425rem + 0.58vw, 3.125rem);
}

.home .bloque-2 .wp-block-buttons a {
    height: clamp(3.125rem, 3.021rem + 0.35vw, 3.438rem);
    line-height: clamp(3.063rem, 2.979rem + 0.28vw, 3.313rem);
    padding-left: clamp(1.25rem, 1.146rem + 0.35vw, 1.563rem);
    padding-right: clamp(1.25rem, 1.146rem + 0.35vw, 1.563rem);
    border-radius: 40px;
}

.home .bloque-3{
    margin-top: clamp(6.25rem, 4.688rem + 5.21vw, 9.375rem);
}

.home .bloque-3 h2,
.page-about .bloque-3 h2{
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
    margin-bottom: clamp(0.938rem, 0.729rem + 0.69vw, 1.563rem);
}

.home .bloque-4 {
    margin-top: clamp(6.375rem, 3.719rem + 8.85vw, 11.688rem);
}

.home .bloque-4 h2{
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
}

#latest-posts{
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}

#latest-posts li{
    margin-right: clamp(1.25rem, 0.625rem + 2.08vw, 2.5rem);
    width: calc(33.3333% - clamp(1.25rem, 0.625rem + 2.08vw, 2.5rem) * 2 / 3);
    padding-left: 0;
    padding-right: 0;
}

#latest-posts li h3{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
    font-weight: var(--font-weight-regular);
    margin-top: 20px;
}

#latest-posts li:last-child{
    margin-right: 0;
}

.services a {
    display: block;
}

.services img {
    display: none;
}

.home .services a{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--black);
    padding-top: clamp(1.563rem, 1.354rem + 0.69vw, 2.188rem);
    padding-bottom: clamp(1.563rem, 1.354rem + 0.69vw, 2.188rem);
    background-image: url(img/arrow-services.svg);
    background-repeat: no-repeat;
    background-position: right clamp(1.938rem, 1.708rem + 0.76vw, 2.625rem);
    background-size: clamp(1.5rem, 1.104rem + 1.32vw, 2.688rem);
}

.home .services a:last-child {
    border-bottom: 0;
}

.services a:hover {
    text-decoration: none;
}

.home .services .num,
.home .services h3{
    font-size: var(--font-size-circular-5);
    line-height: var(--line-height-circular-5);
    font-weight: var(--font-weight-regular);
}

.home .services h3 {
    padding-right: clamp(2.813rem, 2.396rem + 1.39vw, 4.063rem);
    width: calc(100% - (clamp(1.25rem, -3.75rem + 16.67vw, 16.25rem) + clamp(2.188rem, 1.667rem + 1.74vw, 3.75rem)) );
}

.home .services .num {
    margin-right: clamp(1.25rem, -3.75rem + 16.67vw, 16.25rem);
    width: clamp(2.188rem, 1.667rem + 1.74vw, 3.75rem);
}

.service-page .service{
    margin-top: clamp(3.125rem, 2.604rem + 1.74vw, 4.688rem);
    padding-top: clamp(2.813rem, 2.396rem + 1.39vw, 4.063rem);
    border-top: 1px solid var(--black);
}

.service-page .service:nth-child(1){
    margin-top: clamp(2.5rem, 1.042rem + 4.86vw, 6.875rem);
    padding-top: 0;
    border-top: 0;
}

.service-page .service p{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
    margin-bottom: clamp(1.125rem, 1rem + 0.42vw, 1.5rem);
}

.home .bloque-5{
    margin-top: clamp(6.25rem, 0.969rem + 17.6vw, 16.813rem);
}

ul.wp-block-latest-posts.wp-block-latest-posts__list{
    display: flex;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list li{
    flex-basis: 33.3333%;
}

/*body {
    margin: 0;
    min-height: 100vh;
    min-width: 100vw;
}*/

/*canvas {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    pointer-events: none;
}*/

#ec-threejs-v1 {
    /*min-height: 100vh;*/
}

.service-page h1 {
    font-size: var(--font-size-circular-7);
    line-height: var(--line-height-circular-7);
}

.service-page h2 {
    font-size: var(--font-size-circular-5-1);
    line-height: var(--line-height-circular-5-1);
    font-weight: var(--font-weight-regular);
}

.service-page .text .wp-block-group__inner-container {
    max-width: 500px;
    margin-top: 15px;
}

.page-id-7238 #content.site-content,
.page-id-8375 #content.site-content,
.page-id-7250 #content.site-content {
    padding-top: clamp(8.438rem, 7.251rem + 3.96vw, 12rem);
}


/*------------------- ESTUDIO --------------------*/

.page-about #content.site-content {
  overflow: hidden;
}

.page-about .bloque-1 h1{
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
    max-width: 1320px;
}

.page-about .bloque-2{
    margin-top: clamp(2.5rem, 1.75rem + 2.5vw, 4rem);
}

.page-about .bloque-2 img {
    border-radius: var(--border-radius);
}

.page-about .bloque-2 .text{
    margin-left: auto !important;
}

.page-about .bloque-2 .text p{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.page-about .bloque-2 .text p:last-child {
    margin-bottom: 0;
}

.page-about .bloque-3{
    margin-top: clamp(3.75rem, 1.344rem + 8.02vw, 8.563rem);
}

.page-about .bloque-4{
    margin-top: clamp(5.313rem, 3.125rem + 7.29vw, 9.688rem);
    margin-top: clamp(5.625rem, 2.917rem + 9.03vw, 13.75rem);
}

.page-about .bloque-4 h2{
    font-size: var(--font-size-circular-5-1);
    line-height: var(--line-height-circular-5-1);
    font-weight: var(--font-weight-bold);
    margin-bottom: clamp(2.1rem, 1.446rem + 2.18vw, 4.063rem);
}

.page-about .bloque-4 h3{
    margin-bottom: 20px;
    position: relative;
}

/*.page-about .bloque-4 h3:after{
    content: "";
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}*/

.page-about .bloque-4 p{
    margin-bottom: 0;
}

.page-about .bloque-4 .swiper-slide {
    max-width: 410px;
    border: 1px solid var(--black);
    padding: 30px;
    border-radius: var(--border-radius);
    min-height: 290px;
}

.page-about .bloque-5{
    margin-top: clamp(5.625rem, 2.917rem + 9.03vw, 13.75rem);
}

.page-about .bloque-5 h2{
    font-size: var(--font-size-circular-5-1);
    line-height: var(--line-height-circular-5-1);
    font-weight: var(--font-weight-bold);
}

.page-about .bloque-5 p{
    font-size: var(--font-size-circular-5-1);
    line-height: var(--line-height-circular-5-1);
    margin-top: clamp(1.563rem, 0.687rem + 2.92vw, 3.313rem);
}

.page-about .bloque-6{
    margin-top: clamp(5rem, 0.094rem + 16.35vw, 14.813rem);
}

.reviews {
    position: relative;
    align-items: flex-start !important;
}

.reviews .wp-block-column:nth-child(1) {
    position: sticky;
    top: 40px;
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}

.slideDown .reviews .wp-block-column:nth-child(1) {
    top: 120px;
}

.reviews .wp-block-column:nth-child(2) {
    margin-top: clamp(0.938rem, 0.729rem + 0.69vw, 1.563rem);
}

.reviews h2{
    font-size: var(--font-size-circular-5-1);
    line-height: var(--line-height-circular-5-1);
    font-weight: var(--font-weight-bold);
}

.reviews .swiper-container {
    overflow: hidden;
}

.reviews .swiper-button-prev {
    left: auto;
    right: 75px;
}

.reviews .review > .wp-block-group__inner-container {
    max-width: 660px;
}

.reviews .wp-block-column.aos-animate:nth-child(2),
.reviews .wp-block-column.aos-animate:nth-child(3) {
    transition-delay: 0s;
}

.review:not(:last-child) {
    padding-bottom: clamp(3.5rem, 2.875rem + 2.08vw, 5.375rem);
    margin-bottom: clamp(1.875rem, 1.583rem + 0.97vw, 2.75rem);
    border-bottom: 1px solid var(--black);
}

.review .person {
    margin-bottom: 0;
}


/*----------------- SERVICIOS --------------------*/

.parent-pageid-7238 article ul,
.parent-pageid-8375 article ul,
.parent-pageid-7250 article ul{
    padding-left: 20px;
    margin-bottom: 1.125rem;
}

.parent-pageid-7238 article ul li,
.parent-pageid-8375 article ul li,
.parent-pageid-7250 article ul li {
    list-style-type: disc;
}

.parent-pageid-7238 article ul li:not(:last-child),
.parent-pageid-8375 article ul li:not(:last-child),
.parent-pageid-7250 article ul li:not(:last-child) {
    margin-bottom: 0.6rem;
}

.parent-pageid-7238 h1,
.parent-pageid-8375 h1,
.parent-pageid-7250 h1 {
    font-size: var(--font-size-circular-6); 
    line-height: var(--line-height-circular-6);
    margin-top: clamp(3.75rem, 2.933rem + 2.72vw, 6.2rem);
}

.parent-pageid-7238 .site-content .bloque-1 p,
.parent-pageid-8375 .site-content .bloque-1 p,
.parent-pageid-7250 .site-content .bloque-1 p {
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    margin-bottom: 0;
}

.parent-pageid-7238 #content.site-content,
.parent-pageid-8375 #content.site-content,
.parent-pageid-7250 #content.site-content {
    padding-top: clamp(4.688rem, 4.583rem + 0.35vw, 5rem);
}

.parent-pageid-7238 .bloque-1 figure img,
.parent-pageid-8375 .bloque-1 figure img,
.parent-pageid-7250 .bloque-1 figure img {
    height: clamp(26.875rem, 21.771rem + 17.01vw, 42.188rem);
    object-fit: cover;
}

.parent-pageid-7238 .bloque-2,
.parent-pageid-8375 .bloque-2,
.parent-pageid-7250 .bloque-2 {
    margin-top: clamp(2rem, 1.667rem + 1.11vw, 3rem);
}

.parent-pageid-7238 .bloque-2 .left p,
.parent-pageid-8375 .bloque-2 .left p,
.parent-pageid-7250 .bloque-2 .left p {
    max-width: 600px;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.parent-pageid-7238 .bloque-2 .right p:last-child,
.parent-pageid-8375 .bloque-2 .right p:last-child,
.parent-pageid-7250 .bloque-2 .right p:last-child {
    margin-bottom: 0;
}

.parent-pageid-7238 .bloque-3,
.parent-pageid-8375 .bloque-3,
.parent-pageid-7250 .bloque-3 {
    margin-top: clamp(4.5rem, 2.375rem + 7.08vw, 8.75rem);
}

.parent-pageid-7238 .wp-block-column .wp-block-columns,
.parent-pageid-8375 .wp-block-column .wp-block-columns,
.parent-pageid-7250 .wp-block-column .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 20px;
}

.parent-pageid-7238 .wp-block-column .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.parent-pageid-8375 .wp-block-column .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.parent-pageid-7250 .wp-block-column .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 40px;
}

.parent-pageid-7238 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.parent-pageid-8375 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.parent-pageid-7250 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
    margin-left: 80px;
}

.parent-pageid-7238 article h2,
.parent-pageid-8375 article h2,
.parent-pageid-7250 article h2{
    font-size: var(--font-size-circular-5);
    line-height: var(--line-height-circular-5);
    margin-bottom: clamp(0.938rem, 0.781rem + 0.52vw, 1.25rem);
    margin-top: clamp(2.75rem, 1.688rem + 3.54vw, 4.875rem);
}

.parent-pageid-7238 article h2:first-child,
.parent-pageid-8375 article h2:first-child,
.parent-pageid-7250 article h2:first-child{
    margin-top: 0;
}

.parent-pageid-7238 article h3,
.parent-pageid-8375 article h3,
.parent-pageid-7250 article h3{
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    margin-bottom: clamp(0.188rem, 0.031rem + 0.52vw, 0.5rem);
    margin-top: 30px;
}

.parent-pageid-7238 article h3:first-child,
.parent-pageid-8375 article h3:first-child,
.parent-pageid-7250 article h3:first-child{
    margin-top: 0;
}

.parent-pageid-7238 ol li,
.parent-pageid-8375 ol li,
.parent-pageid-7250 ol li{
    list-style-type: decimal;
    margin-bottom: 10px;
}

.parent-pageid-7238 ol,
.parent-pageid-8375 ol,
.parent-pageid-7250 ol{
    margin-left: 20px;
}

.parent-pageid-7238 .return,
.parent-pageid-8375 .return,
.parent-pageid-7250 .return {
    margin-top: 30px;
    display: block;
}


/*--------------------BLOG-----------------------*/

.blog h1{
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
    max-width: 1140px;
}

.post.hentry {
    margin-bottom: 0;
}

.post-list{
    margin-top: clamp(0rem, -0.313rem + 1.04vw, 0.625rem);
}

.post-list h2{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
    font-weight: var(--font-weight-regular);
    margin-top: clamp(1.188rem, 0.875rem + 1.04vw, 1.813rem);
}

.post-list.row {
    margin-left: calc(clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem) * -1);
    margin-right: calc(clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem) * -1);
}

.post-list li {
    margin-top: clamp(2.5rem, 1.875rem + 2.08vw, 3.75rem);
    padding-left: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
    padding-right: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}

.post-list li:nth-child(2),
.post-list li:nth-child(3n+2) {
    transition-delay: 0.2s;
}

.post-list li:nth-child(3n) {
    transition-delay: 0.4s;
}

.post-list img {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.navigation {
    margin-top: clamp(3.125rem, 1.563rem + 5.21vw, 6.25rem);
}

.navigation ul{
    display: flex;
    position: relative;
}

.navigation li{
    margin-right: 18px;
}

.navigation li a{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.navigation .active{
    border-bottom: 2px solid var(--black);
}

.navigation .prev,
.navigation .next {
    position: absolute;
    top: -5px;
    margin: 0;
}

.navigation .prev{
    right: 70px;
}

.navigation .next{
    right: 0px;
}

.navigation .next a,
.navigation .prev a{
    background-repeat: no-repeat;
    display: block;
    width: clamp(1.875rem, 1.719rem + 0.52vw, 2.188rem);
    height: clamp(1.875rem, 1.719rem + 0.52vw, 2.188rem);
    font-size: 0;
}

.navigation .prev a{
    background-image: url(img/prev-arrow.svg);
    background-position: left;
    background-size: 100%;
}

.navigation .next a{
    background-image: url(img/next-arrow.svg);
    background-position: right;
    background-size: 100%;
}

.archive.category .page-header {
    display: flex;
}

.archive.category .page-header h1,
.archive.category .page-header .archive-description {
    flex-basis: 50%;
}

.archive.category .page-header h1 {
    margin-right: 40px;
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
}


/*----------------- SINGLE POST --------------------*/

.single-post .post.hentry{
    margin-bottom: 0;
    align-items: flex-start;
    position: relative;
}

.single-post h1{
    font-size: var(--font-size-circular-5-1);
    line-height: var(--line-height-circular-5-1);
}

.single-post ul.social-share{
    justify-content: flex-start;
    margin-left: -16px;
    margin-top: 40px;
}

.single-post .right li a {
    text-decoration: underline;
}

.single-post .entry-content{
    margin-top: clamp(2rem, 1.063rem + 3.13vw, 3.875rem);
}

.single-post .entry-content .fuente {
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
    margin-top: -28px;
}

.single-post .entry-content h2{
    margin-bottom: 15px;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.single-post .entry-content h2:not(first-child){
    margin-top: clamp(2rem, 1.594rem + 1.35vw, 2.813rem);
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.single-post .entry-content h3{
    margin-bottom: 10px;
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.single-post .entry-content h3:not(first-child){
    margin-top: 30px;
}

.single-post .entry-content blockquote {
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.single-post .entry-content ul li {
    list-style: disc;
}

.single-post .entry-content ol li {
    list-style: decimal;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    margin-bottom: 1.125rem;
}

.single-post .entry-content ul li,
.single-post .entry-content ol li {
    margin-bottom: 0.5rem;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    padding-left: 20px;
}

.single-post a.back{
    font-size: 0;
    background-image: url(img/single-post-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 69px;
    position: absolute;
    bottom: 1.25rem;
    left: 20px;
}

.single-post .comments-area{
    padding-top: clamp(7.188rem, 5.938rem + 4.17vw, 10.938rem);
}

.wrapper-comment-list.row {
    margin-bottom: calc(clamp(7.188rem, 5.938rem + 4.17vw, 10.938rem) / 2);
}

.single-post h2.comments-title{
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.single-post .comment-body{
    border-bottom: 1px solid var(--black);
}

.single-post li.comment:last-child .comment-body{
    border-bottom: 0;
}

.single-post li.comment:last-child .card-header{
    padding-bottom: 0;
}

.single-post .number-comments {
    margin-top: clamp(1.25rem, 1.042rem + 0.69vw, 1.875rem);
    display: block;
}

.single-post article img,
.single-post article video {
    border-radius: var(--border-radius);
}

.single-post .card{
    border: 0;
}

.single-post .card-header{
    background: none;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 35px;
    display: flex;
    order: 2;
}

.single-post .card-block{
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 10px;
    padding-right: 0;
    order: 1;
}

.single-post .edit-link,
.single-post .comment-meta,
.single-post span.says,
.single-post a.pull-left{
    display: none;
}

.single-post cite.fn{
    font-style: normal;
    font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
}

.single-post .comment-respond{
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    /*margin-top: 189px;*/
}

.single-post .comment-respond h3{
    flex-basis: 33.3333%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.single-post .comment-respond #commentform{
    flex-basis: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.single-post .comment-form-cookies-consent{
    display: flex;
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
    align-items: flex-start;
}

.single-post input[type=checkbox]{
    margin-right: 10px;
    margin-top: 2px;
}

.single-post .btn-primary{
    background: none;
    border-color: var(--black);
    color: var(--black);
    height: 55px;
    border-radius: 30px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: var(--font-size-circular-3);
}

.single-post .comment-respond #commentform{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single-post .comment-respond #commentform p {
    width: 100%;
}

.single-post p.comment-form-author{
    order: 1;
    margin-right: 29px;
}

.single-post .comment-respond #commentform p.comment-form-author,
.single-post #email{
    width: calc(50% - 15px);
    margin-bottom: 0;
}

#commentform .pprivacy {
    order: 4;
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
    margin-top: 15px;
}

#commentform .privacy-txt {
    order: 3;
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
}

#commentform .pprivacy a {
    text-decoration: underline;
}

.single-post #author{
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--black);
    padding-bottom: 20px;
}

.single-post #author::placeholder,
.single-post #email::placeholder {
    opacity: 1;
    color: var(--black);
}

.single-post #email{
    order: 2;
    border: none;
    border-bottom: 1px solid var(--black);
    padding-bottom: 20px;
}

.single-post .comment-respond .comment-notes{
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
    order: 3;
    margin-top: 35px;
}

.single-post .comment-form-cookies-consent{
    order: 4;
    margin-bottom: 0;
}

.single-post .form-submit{
    order: 5;
    margin-top: 34px;
}

.single-post #commentsubmit{
    display: block;
    margin-left: auto;
}

.single-post .related-post{
    margin-top: clamp(6.25rem, 3.594rem + 8.85vw, 11.563rem);
}

.single-post .related-post ul.post-list h3{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
    font-weight: var(--font-weight-regular);
    margin-top: 23px;
}

.single-post .related-post h2 {
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.single-post .related-post .post-list li{
    margin-top: 0;
}

.single-post .related-post .post-list{
    margin-top: clamp(1.875rem, 1.563rem + 1.04vw, 2.5rem);
}

.single-post .entry-content .wp-block-image, 
.single-post .entry-content .wp-block-video {
    margin-top: clamp(1.625rem, 0.67rem + 3.18vw, 2.5rem);
    margin-bottom: clamp(1.813rem, 0.722rem + 3.64vw, 2.813rem) !important;
}


/*----------------- CONTACTO --------------------*/

.page-contact #content.site-content{
    overflow: initial;
}

.page-contact footer{
    margin-top: clamp(5rem, 3.635rem + 5.83vw, 10.625rem);
}

.page-contact h1{
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
    margin-bottom: clamp(1.25rem, 0.156rem + 3.65vw, 3.438rem);
} 

.page-contact .left-1 p {
    max-width: 550px;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.page-contact .left-2 p {
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.page-contact .left-2 {
  margin-top: clamp(3.125rem, 2.67rem + 1.94vw, 5rem);
}

.page-contact .block-1 .wp-block-navigation{
    margin-top: 2.1875rem;
}

.page-contact .block-1 .wp-block-column:nth-child(1) p{
    font-weight: var(--font-weight-medium);
    margin-bottom: 1.5625rem;
}

.page-contact .block-1 .wp-block-navigation__container{
    display: block;
}

.page-contact .block-1 .wp-block-navigation__container li{
    margin-bottom: 0.625rem;
}

.page-contact .block-1 .wp-block-navigation__container a{
    height: 3.25rem;
    border-radius: 1.625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    line-height: 3.2rem;
    text-decoration: none;
    border: 1px solid transparent;
}

.page-contact .block-1 .wp-block-navigation__container .current-menu-item a{
    border-color: var(--black);
}

.wpcf7-form fieldset{
    margin-bottom: 15px !important;
}

.wpcf7-form .wrapper-submit{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wpcf7-spinner {
    display: inline-block;
    opacity: 1;
}

.wpcf7 .row {
    margin-left: calc(clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem) * -1);
    margin-right: calc(clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem) * -1);
}

.wpcf7 .col-sm-6,
.wpcf7 .col-sm-12 {
    padding-left: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
    padding-right: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}

.form-control::placeholder{
    color: var(--black);
}

.form-control:focus-visible {
    text-shadow: none;
}

.wpcf7-form-control{
	padding: 0;
}

.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: none;
    border-color: var(--black);
    box-shadow: none;
    background: none;
}

.form-control {
    color: var(--black);
	border: 0;
	border-bottom: 1px solid var(--black);
	border-radius: 0;
	margin-top: 1rem;
	padding-bottom: 23px;
    background: none;
    font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
}

textarea.form-control{
    height: 270px;
    padding: 15px;
    border: 1px solid var(--black);
    margin-top: 0;
}

.page-contact .accept{
    margin-top: 30px;
}

.page-contact .cont_check{
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
}

.page-contact .wpcf7-list-item{
    margin-right: 0 !important;
    margin-left: auto;
}

.page-contact .cont_check > p{
    display: flex;
}

.form-control:focus {
    color: var(--black);
    box-shadow: none;
    border-color: var(--black);
}

.wpcf7 textarea{
	border: 1px solid var(--black);
	border-radius: 0;
	padding: 1rem;
    margin-top: 3.6rem; 
    height: 15.3125rem;
}

.wpcf7 .privacidad {
    margin-top: 10px;
}

.wpcf7 .privacidad p {
    margin: 0;
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
}

.wpcf7 .ajax-loader {
    order: 1;
}

.wpcf7 .wrap-aceptacion + p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 1.875rem;
}

.page-contact .cont_submit{
    margin-top: 15px;
}

.page-contact .cont_submit p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.wpcf7-submit {
    width: 188px;
    height: 54px;
    border-color: var(--black);
    color: var(--black);
    text-align: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-radius: 2rem !important;
    background-color: transparent;
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.wpcf7-submit.btn-primary:not(:disabled):hover {
    background-color: var(--black);
    color: #fff;
}

.btn{
    border-radius: 1.25rem;
}

.btn-primary:hover{
    color: var(--black);
    border-color: var(--black);
}

.btn-primary.disabled, 
.btn-primary:disabled,
.btn-primary.focus, 
.btn-primary:focus{
    color: var(--black);
    border-color: var(--black);
    background-color: transparent;
    border-radius: 1.25rem;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--black);
    color: #fff;
}

.wpcf7 .wrap-aceptacion {
	display: flex;
    margin: 1.875rem 0 0.625rem;
    align-items: center;
}

.wpcf7 .aceptacion input {
	margin-right: 0.5rem;
    position: relative;
    top: -0.1rem;
}

.wpcf7 .wrap-aceptacion label,
.wpcf7 .wrap-aceptacion label a{
    margin: 0;
    line-height: 1rem;
  
}

.wpcf7 form .wpcf7-response-output{
    border: 0;
    margin: 2.5rem 0 0;
    padding: 0;
}

span.wpcf7-not-valid-tip {
    margin-top: 0.5rem;
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
}

textarea + span.wpcf7-not-valid-tip {
    padding: 0;
}

.wpcf7 input[type="checkbox"] {
    position: relative;
    top: 0.05rem;
    margin-right: 0.5rem;
}

form p{
    margin-top: 0;
}

.grecaptcha-badge {
    display: none !important;
}


/*----------------- TEXTOS LEGALES y AVISO COOKIES --------------------*/

.page-template-legal-text-php main {
    max-width: 72rem;
    margin: 0 auto;
    min-height: 400px;
}

.page-template-legal-text-php .call-to-action{
    margin-bottom: 140px;
}

.page-template-legal-text-php h1.entry-title {
    color: var(--black);
    margin-bottom: clamp(1.688rem, 1.282rem + 1.35vw, 2.5rem);
    font-size: var(--font-size-circular-5-1);
    line-height: var(--line-height-circular-5-1);
}

.page-template-legal-text-php main table{
    font-size: var(--font-size-8); 
}

.page-template-legal-text-php main table{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.page-template-legal-text-php h2 {
    margin-bottom: 15px;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.page-template-legal-text-php h2:not(:first-child) {
    margin-top: 50px;
}

.page-template-legal-text-php h3 {
    margin-bottom: 1rem;
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.page-template-legal-text-php h3:not(:first-child) {
    margin-top: 30px;
}

.page-template-legal-text-php #footer-widget {
    margin-top: 5rem !important; /* 80px */
}

.page-template-legal-text-php td, 
.page-template-legal-text-php th {
    padding: 0.9375rem;
    line-height: 1.3125rem;
    vertical-align: top;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.page-template-legal-text .site-content ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 0.5rem;
}

.page-template-legal-text .site-content ul {
    margin-bottom: 1.125rem;
}

.wp-block-table.is-style-stripes {
    border: 0;
    margin: 0;
}

.page-template-legal-text .wp-block-table {
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-template-legal-text .wp-block-table:last-child {
    margin-bottom: 0;
}

#cookie-law-info-bar{
    width: calc(100% - 30px) !important;
  
    text-align: left;
    padding: 1.2rem 1.2rem 1.3rem !important;
    box-shadow: none;
    max-width: 355px;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 5%);
}

#cookie-law-info-bar p{
    margin-bottom: 1rem;
    color: var(--grey);
}

#cookie-law-info-bar p a.cli_action_button{
    text-transform: uppercase;
    margin-right: 1.875rem;
    text-decoration: none;
    padding-bottom: 0.05rem;
    color: var(--orange) !important;
}

#cookie-law-info-bar p a.cli_action_button:hover{
    border-bottom: 1px solid;
}

.cli_settings_button {
    text-decoration: none;
}

#cookie-law-info-bar p:last-child{
    margin-bottom: 0;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    color: #fff;
    background: none;
    padding: 0 1.5625rem;
    height: 2.5rem;
    line-height: 2.4rem;
    min-width: 10rem;
    border-radius: 0;
    background-color: var(--orange);
}

.cli-tab-header a.cli-nav-link,
.wt-cli-cookie-description {
    text-transform: none;   
}

.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in,
.cmplz-message, .cmplz-categories {
    width: 100% !important;
}

#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: none;
}

#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
}

#cmplz-document h2, 
.editor-styles-wrapper .cmplz-unlinked-mode h2, 
#cmplz-document h3, 
.editor-styles-wrapper .cmplz-unlinked-mode h3 {
    padding: 0;
    margin-bottom: 15px;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

#cmplz-document h2:not(:first-child) {
    margin-top: 50px;
}

#cmplz-document .cmplz-subtitle, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
    margin-bottom: 1rem;
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

#cmplz-document .cmplz-subtitle:not(:first-child) {
    margin-top: 30px;
}

#cmplz-cookies-overview .cmplz-dropdown summary p, #cmplz-document .cmplz-dropdown summary p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p,
#cmplz-cookies-overview .cmplz-dropdown p, #cmplz-document .cmplz-dropdown p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, #cmplz-cookies-overview .cmplz-dropdown a, #cmplz-document .cmplz-dropdown a, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a,
#cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: var(--font-size-circular-1);
    line-height: var(--line-height-circular-1);
}

.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    font-size: var(--font-size-circular-1-1) !important;
    line-height: var(--line-height-circular-1-1) !important;
}

.cmplz-categories {
    margin-top: 25px;
    margin-bottom: 10px;
}

.cmplz-icon svg {
    vertical-align: top;
}

.cmplz-cookiebanner .cmplz-title {
    font-size: var(--font-size-circular-3) !important;
    line-height: var(--line-height-circular-3) !important;
    font-weight: var(--font-weight-bold) !important;
    margin-bottom: 10px;
}

.cmplz-cookiebanner .cmplz-buttons {
    margin-top: 15px;
}

.cmplz-cookiebanner .cmplz-header {
    grid-template-columns: none !important;
}

.cmplz-cookiebanner {
    border: 1px solid var(--black) !important;
    padding: 24px !important;
    right: 30px !important;
    bottom: 30px !important;
    border-radius: 15px !important;
    max-width: 560px !important;
    grid-row-gap: 0px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    padding: 0 clamp(1.375rem, 1.313rem + 0.21vw, 1.5rem) !important;
    height: clamp(2.188rem, 2.031rem + 0.52vw, 2.5rem) !important;
    border-radius: 3.75rem !important;
    font-size: var(--font-size-circular-2) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: var(--black) !important;
    border: 1px solid var(--black) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    background: none !important;
    border: 1px solid var(--black) !important;
}

.cmplz-cookiebanner .cmplz-header {
    display: block !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::before {
    background: none !important;
    border: 1px solid var(--black) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::after {
    background-color: var(--black) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-weight: var(--font-weight-bold) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    color: var(--black) !important;
    font-weight: var(--font-weight-regular) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: rgb(239, 239, 239) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label::before {
    box-shadow: none !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    padding-top: 0 !important;
}


/*-------------------------- ERROR 404 --------------------------*/

.error404 #content.site-content{
    padding-top: clamp(9.688rem, 6.719rem + 9.9vw, 15.625rem);
    padding-bottom: clamp(0rem, -3.906rem + 13.02vw, 7.813rem);
}

.error404 h1{
    font-size: clamp(7.875rem, 5.438rem + 8.13vw, 12.75rem);
    line-height: clamp(9.875rem, 6.75rem + 10.42vw, 16.125rem);
}

.error-404 .page-content p{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
    text-align: center;
    margin: 0 auto;
    max-width: 34.375rem;
}

.error404 p.read-more a{
    font-size: var(--font-size-circular-3);
    line-height: 52px;
    display: block;
    text-align: center;
    margin: 0 auto;
        margin-top: 0px;
    text-decoration: none;
    border: 1px solid var(--black);
    width: clamp(11rem, 9.875rem + 3.75vw, 13.25rem);
    height: 54px;
    border-radius: 30px;
    margin-top: 44px;
}

.error404 p.read-more a:hover {
    background-color: var(--black);
    color: #fff;
}

.error404 #main {
    text-align: center;
}

.error404 .call-to-action {
    display: none;
}

body.error404.footer-visible {
    background-color: #fff;
}


/*-------------------------- PROYECTOS --------------------------*/

.categories-menu{
    display: flex;
    flex-wrap: wrap;
}

.categories-menu li{
    margin-right: clamp(1.25rem, 0.729rem + 1.74vw, 2.813rem);    
    position: relative;
}

.categories-menu h1 {
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
}

.post-type-archive-project h1,
.tax-projects-design .page-header .title {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-circular-7);
    line-height: var(--line-height-circular-7);
    margin-bottom: clamp(1.25rem, 0.667rem + 1.94vw, 3rem);
}

.categories-menu li:last-child:after{
    display: none;
}

.categories-menu a{
    display: inline-block;
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    border-bottom: 1px solid transparent;
    -webkit-transition: none;
    transition: none;
    border-bottom: 2px solid transparent;
}

.categories-menu a:hover,
.categories-menu li.active a{
    border-color: var(--black);
    text-decoration: none;
}

.project-list{
    margin-top: clamp(0rem, -0.7rem + 2.33vw, 1.4rem);
}

.project-list li{
    margin-top: clamp(1.7rem, 1.506rem + 0.83vw, 2.5rem);
    padding-left: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
    padding-right: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}

.project-list.row {
    margin-left: calc(clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem) * -1);
    margin-right: calc(clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem) * -1);
}

.project-list li img{
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}

.project-list li figure {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.project-list a{
    display: block;
    border-radius: var(--border-radius);
}

.project-list li a:hover {
    text-decoration: none;
}

.project-list .caption {
    margin-top: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
}

.project-list .caption h2{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
    font-weight: var(--font-weight-regular);
}

.project-list .caption h3{
    font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
    font-weight: var(--font-weight-regular);
    color: #fff;
    margin-top: 0.2rem;
}

.project-list li:nth-child(2n) {
    transition-delay: 0.2s;
}

.archive .categories-menu li:not(:first-child) {
    order: 2;
}

.archive .categories-menu li.cat-540,
.archive .categories-menu li.cat-552 {
    order: 3;
}

.archive .categories-menu li.current  {
    order: 1;
}

.archive .categories-menu .swiper-slide {
    width: auto;
}

.archive .categories-menu.swiper {
    overflow: initial;
}


/*---------------------- SINGLE PROJECT ------------------------*/

.single-project .page-header{
    max-width: 66%;
}

.single-project h1{
    font-size: var(--font-size-circular-6);
    line-height: var(--line-height-circular-6);
    max-width: clamp(30rem, 25.833rem + 13.89vw, 42.5rem);
    overflow-wrap: break-word;
}

.single-project h2{
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-circular-2);
    line-height: var(--line-height-circular-2);
}

.single-project #content.site-content{
    padding: 0;
}

.single-project .project-introduction{
    margin-top: clamp(3.75rem, 2.292rem + 4.86vw, 8.125rem);
    margin-bottom: clamp(3.75rem, 2.292rem + 4.86vw, 8.125rem);
}

.single-project .text h2{
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    font-weight: var(--font-weight-bold);
    margin-bottom: clamp(1.25rem, 0.938rem + 1.04vw, 1.875rem);
    margin-top: 10px;
}

.single-project .project-content .wp-block-image:not(:first-child, .image-video),
.single-project .project-content .wp-block-video:not(:first-child, .image-video) {
    margin-top: clamp(1.5rem, 1.167rem + 1.11vw, 2.5rem);
}

.single-project .project-content figure:not(.alignfull) img,
.single-project .project-content figure:not(.alignfull) video {
    border-radius: var(--border-radius);
}

.single-project .wp-block-video.videoguias {
    -webkit-box-shadow: 0px 20px 25px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 20px 25px 10px rgba(0,0,0,0.15);
    border: 3px solid;
    max-width: 1156px;
    margin: 0 auto;
    margin-bottom: clamp(8.125rem, 5.625rem + 8.33vw, 15.625rem);
}  

.single-project .footer-project{
    text-align: center;
    margin-top: clamp(3.75rem, 3.229rem + 1.74vw, 5.313rem);
}

.single-project .social-share{
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-project .social-share li{
    margin-right: clamp(1.25rem, 0.938rem + 1.04vw, 1.875rem);
}

.single-project .social-share li:last-child{
    margin-right: 0;
}

.single-project #content .has-background {
    padding-top: clamp(3.438rem, 0.625rem + 9.38vw, 11.875rem);
    padding-bottom: clamp(3.438rem, 0.625rem + 9.38vw, 11.875rem);
}

.single-project .esdmr-block-3 {
    margin-top: clamp(0rem, -4.583rem + 15.28vw, 13.75rem);
    margin-bottom: clamp(4.375rem, 1.25rem + 10.42vw, 13.75rem);
    text-align: center;
}

.single-project .esdmr-block-3 .wp-block-column:nth-child(2) {
    margin-top: 190px;
}

.single-project .esdmr-block-4 {
    text-align: center;
}

.single-project .esdmr-block-4 img {
    border-radius: 15px;
}

.single-project .esdmr-block-5 {
    margin-top: clamp(4.375rem, 0.625rem + 12.5vw, 15.625rem);
    margin-bottom: clamp(4.375rem, 0.625rem + 12.5vw, 15.625rem);
    text-align: center;
}

.single-project .esdmr-block-5 .wp-block-column:nth-child(2) {
    margin-top: 130px;
}

.single-project #content .esdmr-block-6.has-background {
    padding-top: clamp(3.125rem, 2.083rem + 3.47vw, 6.25rem);
    padding-bottom: clamp(3.125rem, 2.083rem + 3.47vw, 6.25rem);
}

.single-project #content .esdmr-block-6 h2 {
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    font-weight: var(--font-weight-bold);
    margin-bottom: clamp(1.25rem, 0.938rem + 1.04vw, 1.875rem);
}

.single-project #content .esdmr-block-6 .wp-block-text {
    max-width: 650px;
}

.single-project #content .esdmr-block-7,
.single-project #content .esdmr-block-8 {
    text-align: center;
}

.single-project #content figure {
    text-align: center;
}

.single-project .esdmr-block-7 .wp-block-column:nth-child(2) {
    margin-top: 175px;
}

.single-project .esdmr-block-8 {
    margin-top: clamp(0rem, -3.542rem + 11.81vw, 10.625rem);
}

.single-project .esdmr-block-8 .wp-block-column:nth-child(2) {
    margin-top: 230px;
}

.related-projects{
    margin-top: clamp(9.688rem, 7.344rem + 7.81vw, 14.375rem);
}

.related-projects .project-list{
    margin-top: 0;
}

.related-projects h2{
    font-size: var(--font-size-circular-4);
    line-height: var(--line-height-circular-4);
    font-weight: var(--font-weight-bold);
}

.related-projects .project-list h2{
    font-size: var(--font-size-circular-3);
    line-height: var(--line-height-circular-3);
}

.related-projects .project-list li:nth-child(3n) {
    transition-delay: 0.4s;
}

.related-projects .project-list .caption h3{
    font-size: var(--font-size-circular-1-1);
    line-height: var(--line-height-circular-1-1);
}

.related-projects .project-list .caption {
    bottom: 30px;
    left: 50px;
}

.footer-project .wp-block-button__link{
    height: clamp(3.438rem, 2.969rem + 1.56vw, 4.375rem);
    line-height: clamp(3.4rem, 2.975rem + 1.42vw, 4.25rem);
    padding-left: clamp(1.6rem, 0.994rem + 2.02vw, 2.813rem);
    padding-right: clamp(1.6rem, 0.994rem + 2.02vw, 2.813rem);
    border-radius: 40px;
    font-size: var(--font-size-circular-3);
    margin-bottom: clamp(1.875rem, 1.563rem + 1.04vw, 2.5rem);
    width: auto;
}

li.bar{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.projects-list a,
.projects-list .post-thumbnail,
.projects-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-item a:hover {
    text-decoration: none;
}

.archive footer#colophon{
    margin-top: 8.125rem;
}

.projects-list {
    display: grid;
    padding: 0 1.25rem;
    justify-items: stretch;
    align-items: stretch;
    grid-auto-flow: row dense;
    grid-template-columns: 33%;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    /*grid-auto-rows: 1fr;*/
    margin-top: 4.0625rem;
}

.project-item {
    position: relative;
    color: #FFFFFF;
    font-size: 3.125rem;
    text-align: center;
    line-height: 6.25rem;
    background-size: cover;
}

.project-item.project-item_1x1 {
    grid-column: span 1;
    grid-row: span 1;
}

.project-item.project-item_1x2 {
    grid-column: span 1;
    grid-row: span 2;
}

.project-item.project-item_2x2 {
    grid-column: span 2;
    grid-row: span 2;
}

#featured-projects{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.project-item .caption{
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;    
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255, 0.5);
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}

.project-item img,
.project-item video{
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}

.project-item a,
.project-item figure,
.project-item .post-thumbnail {
    width: 100%;
    height: 100%;
}

.project-item img,
.project-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-item .caption:hover{
    opacity: 1;
}

.project-item .post-thumbnail{
    overflow: hidden;
}

.project-item .post-thumbnail .mobile {
    display: none;
}

.project-item a:hover img,
.project-item a:hover video {
    filter: blur(4px);
    transform: scale(1.15);
}

.project-item .caption h2{
    font-weight: var(--font-weight-regular); 
}

.project-item .caption h3{
    font-family: var(--font-family-circular);
    font-weight: var(--font-weight-regular);   
    margin-top: 0.625rem;
}

.project-cover {
    height: 100vh;
    width: auto;
}

.project-cover .fp-overflow,
.project-cover figure,
.project-cover img,
.project-cover video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-cover img {
    image-rendering: pixelated;
}

.project-cover figure.mobile {
    display: none;
}

.headeline-project {
    padding-top: 8.5rem;
    margin-bottom: 5rem;
}

.headeline-project h2 {
    font-family: var(--font-family-circular);
    font-weight: var(--font-weight-medium);
    margin-top: 1rem;
}

.meta-project {
    margin-top: clamp(1.25rem, 0.938rem + 1.04vw, 1.875rem);
    max-width: 550px;
}

.meta-project .tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.meta-project .td:nth-child(1) {
    width: 5.5rem;
    margin-right: 1.5625rem;
    color: var(--black);
    font-weight: var(--font-weight-bold);
}

.meta-project .td:nth-child(2) {
    width: calc(100% - 9.0625rem);
}

.single-post .alignwide {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.single-post .entry-content img {
    margin: 0 auto;
    display: block;
}

.single-post .what-we-did {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.single-post .what-we-did .description {
    columns: 2;
    column-gap: 1.875rem;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.services-list {
    margin-left: 3.125rem;
}

.single-post .services-list h3 {
    font-family: var(--font-family-circular);
    font-weight: var(--font-weight-medium);
    margin-bottom: 1.4rem;
}

.single-post .entry-content .wp-block-image.margen-0,
.single-post .entry-content .wp-block-video.margen-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.single-post .entry-content .wp-block-image.margen-1,
.single-post .entry-content .wp-block-video.margen-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.single-post .entry-content .wp-block-image.margen-2,
.single-post .entry-content .wp-block-video.margen-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.single-post .entry-content .two-columns .wp-block-image, 
.single-post .entry-content .two-columns .wp-block-video,
.single-post .entry-content .three-columns .wp-block-image, 
.single-post .entry-content .three-columns .wp-block-video,
.single-post .entry-content .three-images .wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
}

.single-post .entry-content iframe {
    width: 100%;
}

.single-post .wp-block-spacer.wp-block-spacer-35 {
    height: clamp(0.625rem, 0.104rem + 1.74vw, 2.188rem) !important;
}

.single-post .wp-block-spacer.wp-block-spacer-15 {
    height: 15px !important;
}

.social-share a {
    display: block;
}

.social-share a:hover {
    text-decoration: none;
}

.social-share i {
    font-size: clamp(1.5rem, 1.4rem + 0.33vw, 1.7rem);
    display: block;
}

.social-share i.fa-link {
    font-size: clamp(1.25rem, 1.175rem + 0.25vw, 1.4rem);
}

.single-post .social-share li {
    margin: 0 1rem;
}

.single-post .social-share {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.fa-twitter::before {
    content: "";
    background-image: url(img/x-twitter.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: clamp(1.375rem, 1.313rem + 0.21vw, 1.563rem);
    height: clamp(1.375rem, 1.313rem + 0.21vw, 1.563rem);
}

.post-navigation .nav-previous a, 
.post-navigation .nav-next a {
    border: 0;
    border-radius: 0;
    padding: 0;
   
    background: #fff;
}

.post-navigation .nav-previous a {
    padding-right: 1.4rem;
}

.post-navigation .nav-next a {
    padding-left: 1.4rem;
}

.post-navigation .nav-previous a:hover, 
.post-navigation .nav-next a:hover {
    background: #fff;
}

.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after {
    content: "";
    display: inline-block;
    -webkit-mask: url(img/arrow.svg) no-repeat;
    mask: url(img/arrow.svg) no-repeat;
    background-color: var(--black);
    height: 1.3rem;
    width: 1.1rem;
}

.post-navigation .nav-previous a::before {
    transform: rotate(180deg);
    margin-right: 0.75rem;
}

.post-navigation .nav-next a::after {
    margin-left: 0.75rem;
}

.navigation.post-navigation {
    position: relative;
    margin: 0;
    padding-top: 0;
}

.post-navigation:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    position: absolute;
    z-index: -1;
    top: 1rem;
}

.single-post .wrapper-testimonios {
    margin-top: 5rem;
}

.image-video.wp-block-video video {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tridimensional-model {
    position: relative;
}

#progress-container {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tridimensional-model #three-container {
    width: 100%;  /* O usa max-width si lo necesitas */
    height: clamp(33.125rem, 28.162rem + 21.18vw, 50rem); 
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}

.tridimensional-model #help-btn {
    position: absolute;
    bottom: clamp(0.938rem, 0.754rem + 0.78vw, 1.563rem);
    right: clamp(0.938rem, 0.754rem + 0.78vw, 1.563rem);
    padding: 0 clamp(0.938rem, 0.882rem + 0.24vw, 1.125rem) 0 clamp(2.625rem, 2.551rem + 0.31vw, 2.875rem);
    background-color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    height: clamp(2.188rem, 2.031rem + 0.52vw, 2.5rem);
    line-height: clamp(2.313rem, 2.202rem + 0.47vw, 2.688rem);
    background-image: url(img/icon-3d-model.svg);
    background-repeat: no-repeat;
    background-position: clamp(0.813rem, 0.776rem + 0.16vw, 0.938rem) center;
    background-size: clamp(1.438rem, 1.401rem + 0.16vw, 1.563rem);
}

.tridimensional-model #help-text {
    display: none;
    position: absolute;
    bottom: clamp(3.75rem, 3.474rem + 1.18vw, 4.688rem);
    right: clamp(0.938rem, 0.754rem + 0.78vw, 1.563rem);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 18px;
    border-radius: 20px;
    text-align: right;
}



/*-------------------------- RESPONSIVE --------------------------*/

@media (max-width: 1800px) { 

    .aviso-tic-camara, 
    .aviso-kit-digital {
        bottom: 110px;
    }

}


@media (max-width: 1490px) {
    
    
}


@media (max-width: 1380px) {
    
    /*.two-columns.distribucion-1 .wp-block-column:nth-child(2), 
    .two-columns.distribucion-2 .wp-block-column:nth-child(1) {
        flex-basis: calc(50% - clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem) ) !important;
    }

    .two-columns.distribucion-1 .wp-block-column:nth-child(1), 
    .two-columns.distribucion-2 .wp-block-column:nth-child(2) {
        flex-basis: calc(50% - clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem) ) !important;
    }*/

}


@media (max-width: 1280px) {

    html {
        font-size: 100%;
    }

    .parent-pageid-7238 .site-content .bloque-1 p br, 
    .parent-pageid-8375 .site-content .bloque-1 p br, 
    .parent-pageid-7250 .site-content .bloque-1 p br {
        display: none;
    }

    .single-post .comment-respond #commentform {
        flex-basis: 66.6666%;
    }

}


@media (max-width: 1199px) {

    .footer-top .col-3:nth-child(1) {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .footer-top .col-3:nth-child(2) {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .service:nth-child(4n),
    .service:nth-child(4n+3) {
        transition-delay: 0s;
    }

    .service:nth-child(3n + 2) {
        transition-delay: 0.2s;
    }

    .service:nth-child(3n) {
        transition-delay: 0.4s;
    }

}


@media (max-width: 1080px) {

    footer#colophon .footer-bottom {
        flex-wrap: wrap;
        padding-right: 100px;
    }

    .footer-bottom ul,
    footer .wrapper-buttons {
        margin-left: 0;
        margin-top: 5px;
    }

    .footer-bottom ul li {
        margin-right: calc(clamp(0.5rem, 0.125rem + 1.25vw, 1.25rem) * 2);
        margin-left: 0;
    }

    .aviso-tic-camara, 
    .aviso-kit-digital {
        left: var(--margin-container);
        right: auto;
        bottom: 80px;
    }

    .footer-top .col-2 {
        position: absolute;
        right: var(--margin-container);
        bottom: 40px;
        padding: 0;
    }

    .footer-top .col-3:nth-child(2) {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footer-top .col-4 {
        -ms-flex: 0 0 41.6666%;
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }

    .link-whatsapp,
    .link-whatsapp:hover {
        width: clamp(3.75rem, 3.125rem + 2.08vw, 5rem);
        height: clamp(3.75rem, 3.125rem + 2.08vw, 5rem);
        margin-top: 0;
        margin-right: 0;
    }

    .link-whatsapp i {
        font-size: clamp(1.875rem, 1.563rem + 1.04vw, 2.5rem);
    }
    
}


/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5),
  (max-width: 820px) {

    
}


@media (max-width: 1024px) {
    
    .home .bloque-1 h1,
    .page-about .bloque-1 h1,
    .blog h1 {
        font-size: var(--font-size-circular-5-1);
        line-height: var(--line-height-circular-5-1);
    }

}


@media (max-width: 991px) { 
    .home .bloque-1 h1 br,
    .page-about .bloque-1 h1 br,
    .parent-pageid-7238 .site-content .bloque-1 p br,
    .parent-pageid-8375 .site-content .bloque-1 p br,
    .parent-pageid-7250 .site-content .bloque-1 p br{
        display: none;
    }

    .service:nth-child(2n) {
        transition-delay: 0.2s;
    }

    .service:nth-child(2n + 1) {
        transition-delay: 0s;
    }
    
}


@media (max-width: 960px) {

    

}


@media (max-width: 850px) {

    .footer-top .col-3:nth-child(1),
    .footer-top .col-3:nth-child(2) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer#colophon .footer-bottom {
        padding-right: 0;
    }

    .footer-top .col-2 {
        position: static;
        margin-left: auto;
        margin-right: 20px;
    }

    .footer-top .col-2,
    .footer-top .col-4 {
        margin-top: clamp(3.125rem, 1.875rem + 4.17vw, 5.625rem);
    }

    .footer-top .col-4 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .single-post .post.hentry .left {
        position: static;
        padding-bottom: 40px;
    }

    .single-post .post.hentry {
        flex-direction: column;
    }

    .single-post .post.hentry .col-4,
    .single-post .post.hentry .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-post ul.social-share {
        display: none;
    }

    .single-post a.back {
        position: static;
        margin-left: 20px;
    }

}


@media (max-width: 820px) {

    

}


@media (max-width: 781px) {

    .reviews h2 {
        margin-bottom: 1rem;
    }

    .reviews .swiper-button-prev {
        left: 0;
        right: auto;
    }

    .swiper-button-next, 
    .swiper-rtl .swiper-button-prev {
        right: auto;
        left: 75px;
    }

    .reviews .wp-block-column.aos-animate:nth-child(3) {
        margin-top: 25px;
        height: 34px;
        display: none;
    }

    .page-about .bloque-2 .text{
        margin-top: 45px !important;
    }

    .parent-pageid-7238 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
    .parent-pageid-7238 .wp-block-column .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
    .parent-pageid-8375 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
    .parent-pageid-7250 .wp-block-column .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
    .parent-pageid-8375 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
    .parent-pageid-7250 .wp-block-column .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
        margin-left: 0;
        margin-top: clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
    }

    .single-project .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
        margin-top: 0;
    }

    .margen-0.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
        margin-top: 0;
    }

    .parent-pageid-7238 .bloque-3 .right h2,
    .parent-pageid-8375 .bloque-3 .right h2,
    .parent-pageid-7250 .bloque-3 .right h2{
        margin-top: 40px;
    }

    .wp-block-contact-form-7-contact-form-selector{
        margin-top: 30px;
    }

    .page-about .bloque-5 h2,
    .reviews h2,
    .home .bloque-4 h2,
    .page-about .bloque-4 h2 {
        font-size: var(--font-size-circular-6);
        line-height: var(--line-height-circular-6);
    }

    .single-project .project-introduction {
        flex-direction: column;
    }

    .single-project .project-introduction .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-project .project-introduction .col-6:nth-child(2) {
        margin-top: 2.5rem;
    }

    .related-projects .project-list li:nth-child(3n) {
        display: none;
    }

    .related-projects .project-list li.col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .post-list li.col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .post-list li:nth-child(3n),
    .post-list li:nth-child(3n+2) {
        transition-delay: 0s;
    }

    .post-list li:nth-child(2n) {
        transition-delay: 0.2s;
    }

    .page-contact h1 br {
        display: none;
    }

    .margen-1 .wp-block-column:not(:last-child),
    .margen-2 .wp-block-column:not(:last-child),
    .margen-3 .wp-block-column:not(:last-child) {
        margin-right: 0;
    }

    .single-project #content .esdmr-block-6 .wp-block-column:nth-child(2) {
        margin-top: 3.5rem;
    }

    .single-project .text h2 {
        margin-top: 0;
    }

    .reviews .wp-block-column:nth-child(1) {
        position: static;
    }

    .single-post .related-post .post-list li:nth-child(3) {
        display: none;
    }

    .single-post .comment-respond {
        flex-direction: column;
    }

    .single-post .comment-respond h3 {
        margin-bottom: 30px;
    }

}


@media (max-width: 768px) {

    .cmplz-cookiebanner {
        right: 20px !important;
        bottom: 20px !important;
        width: calc(100% - 40px) !important;
        text-align: center;
    }

    .cmplz-message,
    .cmplz-categories {
        width: 100% !important;
    }

    .tridimensional-model #help-text {
        width: calc(100% - clamp(0.938rem, 0.754rem + 0.78vw, 1.563rem) * 2);
    }
    
    .service:nth-child(2n) {
        transition-delay: 0s;
    }

    .two-columns {
        flex-direction: column;
    }

}


@media (max-width: 599px) {

    .footer-top .col-3:nth-child(1) {
        -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }

    .footer-top .col-3:nth-child(2) {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .aviso-tic-camara {
        width: calc(100% - var(--margin-container) * 2);
    }

    .wpml-ls-legacy-list-horizontal {
        position: static;
        margin-left: 4px;
    }

    .wpml-ls-legacy-list-horizontal a {
        padding-left: 0;
        padding-right: 20px;
    }
    
}


@media (max-width: 480px) {

    .navbar-toggler {
        width: 26px;
    }

    .navbar-toggler-icon::before {
        top: -6.2px;
    }

    .navbar-toggler-icon::after {
        top: 8.2px;
    }

    .menu-open .navbar-toggler .navbar-toggler-icon::before,
    .menu-open .navbar-toggler .navbar-toggler-icon::after {
        width: 26px;
    }

    .footer-top .col-3:nth-child(1), 
    .footer-top .col-3:nth-child(2),
    .footer-top .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-top .col-3:nth-child(2) {
        margin-top: clamp(3.125rem, 1.875rem + 4.17vw, 5.625rem);
    }

    .footer-top .col-2 {
        position: absolute;
        margin: 0;
        bottom: auto;
        top: 137px;
    }

    .sib-form {
        max-width: none;
    }

    .footer-bottom ul, 
    footer .wrapper-buttons {
        margin-top: 10px;
    }

    .call-to-action a:hover:after{
        margin-left: clamp(1rem, 0.063rem + 3.13vw, 2.875rem);
    }

    footer#colophon .footer-bottom {
        font-size: var(--font-size-circular-1);
        line-height: var(--line-height-circular-1);
    }

    .navbar-contact {
        display: none;
    }

    .navbar-light .navbar-toggler {
        margin-left: auto;
    }

    .navbar-brand a {
        font-size: var(--font-size-circular-5);
        line-height: var(--line-height-circular-5);
    }

    .project-list {
        margin-top: 15px;
    }
            
    body:not(.theme-preset-active) #masthead .navbar-nav > li {
       margin-top: 8px;
    }

    .project-list .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .vertodoslosproyectos {
        text-align: left;
    }
    
    .page-about .bloque-5 p {
        font-size: var(--font-size-circular-5);
        line-height: var(--line-height-circular-5);
    }

    .home .bloque-4 h2 {
        margin-bottom: -0.5rem;
    }

    .reviews h2 {
        margin-top: 0;
    }

    #latest-posts {
        flex-direction: column;
    }

    #latest-posts li {
        margin-right: 0;
        width: 100%;
    }

    .call-to-action p {
        font-size: var(--font-size-circular-2);
        line-height: var(--line-height-circular-2);
        margin-bottom: 6px;
    }
    
    .project-cover {
        height: calc(100vh - 3em);
    }

    .project-cover.mobile-is-different .desktop {
        display: none;
    }

    .project-cover.mobile-is-different .mobile {
        display: block;
    }

    .related-projects .project-list li:nth-child(3n) {
        display: block;
    }

    .related-projects .project-list li.col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .project-list li:nth-child(2n),
    .project-list li:nth-child(3n) {
        transition-delay: 0s;
    }


    .post-list li.col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-list li:nth-child(2n) {
        transition-delay: 0s;
    }

    .cmplz-cookiebanner .cmplz-body {
        min-width: 0 !important;
    }

    .single-post .related-post .post-list li:nth-child(3) {
        display: block;
    }

    .single-post .related-post .post-list li:not(:last-child) {
        margin-bottom: clamp(2.5rem, 1.875rem + 2.08vw, 3.75rem);
    }

    .single-project .metavarch-4 .wp-block-column:nth-child(2){
        order: -1;
        margin-bottom: clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
        margin-top: 0;
    }

    .block.isolated-text {
        font-size: var(--font-size-circular-3);
        line-height: var(--line-height-circular-3);
    }

    .featured-text p {
        font-size: var(--font-size-circular-3);
        line-height: var(--line-height-circular-3);
    }

    .home .services .num, .home .services h3 {
        font-size: var(--font-size-circular-4);
        line-height: var(--line-height-circular-4);
    }

    .related-projects h2 {
        font-size: var(--font-size-circular-5);
        line-height: var(--line-height-circular-5);
    }

    .service-page .service p {
        font-size: var(--font-size-circular-2);
        line-height: var(--line-height-circular-2);
    }

    .single-post .comment-respond #commentform p.comment-form-author, 
    .single-post #email {
        width: 100%;
    }

    .single-post p.comment-form-author {
        margin-right: 0;
        margin-bottom: 35px !important;
    }

    .single-post #commentsubmit {
        width: 100%;
    }

}


@media (max-width: 400px) {
   

}


@media (max-width: 375px) {
	
    .call-to-action a::after {
        display: none;
    }

}


@media (max-width: 320px) {
	
    

}





