/*
Theme Name: Masideas Child
Theme URL: https://themeforest.net/item/tank-creative-portfolio-wordpress-theme/34096116
Description: Child theme of Tank
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: masideas
Version: 1.0
Text Domain: tank-child
*/
/*******Add Your Css Below This Line*********/
/*@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700;800;900&display=swap');*/

/* ACCESIBILIDAD */
::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #f8a8cd;
}

::selection {
  color: #000;
  background: #f8a8cd;
}

/*a:focus, :focus {
  outline: auto;
  outline-color: red;
}*/

.verde {
	color: #00E7B2;
}

body {
  /*padding: 10px;*/
}

h1,h2,h3,h4,h5,h6, span,
.qode-tab-title-inner { line-height: 1.25em; }
p { line-height: 1.5em !important; }

.home .ph-caption::after {
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  filter: blur(50px);
  opacity: 0.75;
  max-width: 700px;
  left: 50%;
  margin-left: -350px;
}

.page-id-18 #page-header.ph-center .ph-caption::after,
.page-id-1085 #page-header.ph-center .ph-caption::after,
.page-id-31 #page-header.ph-center .ph-caption::after {
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  filter: blur(50px);
    opacity: 0.65;
    max-width: 400px;
    left: 50%;
    margin-left: -200px;

}

/* FIN ACCESIBILIDAD */


body {
    /*background-color: #fff !important;
    color: #0a0a0a !important;*/
}

pre {
	background-color:#ebebeb !important;
	color:#000 !important;
}

.no-padding {
  padding: 0 !important;
}

p,#ball, .tt-main-menu, .ph-caption-title-ghost, .ph-caption-subtitle, .scroll-down-circle, .made-with-love, .tt-ol-menu-toggle-btn-text, .tt-m-menu-toggle-btn-text,
 .tt-ol-menu-list, .tt-heading, .tt-btn, .social-buttons, .footer-social, .tt-ps-nav-pagination, .tt-pc-navigation,
 .tt-cc-pagination, .pli-counter, .ttgr-cat-trigger-wrap, .ttgr-cat-list, .portfolio-interactive-item, .tt-copyright,
  .project-info-list, .tt-pn-link, .tt-pn-subtitle, .ph-share-ghost, .tt-search-ghost, .tt-pagination, .tt-scrolling-text,
  #blog-list.bli-compact .bli-info::before, .blog-interactive-item::before {
  font-family: 'Albert Sans', sans-serif;
}

h4 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
}

body {
/*  color: #fff;*/

  font-family: 'Albert Sans', sans-serif;  /*'Montagu Slab', serif !important;*/
}

header.bg-header {
  /*background-color: rgba(10,10,10,0.8);*/
}


body.ph-bg-image-on .bg-header {
  /*background-color: rgba(10,10,10,0.75);*/

/*mix-blend-mode: difference;*/

  /*transition: all 1.5s;
 -webkit-transition: all 1.5s;*/
}

body.ph-bg-image-on .bg-header .tt-header-inner {
    /*filter: invert(1);*/
}


#tt-header {
	z-index:1000;
}

#page-header.ph-cap-xlg .ph-caption-title {
	font-size: clamp(35px, 8vw, 142px);
}


#tt-header.tt-header-fixed.bg-header {
  background-color: rgba(10,10,10,0.5);

/*mix-blend-mode: difference;*/
}



.header-blend {
    mix-blend-mode: difference;
}

.header-blend,
.ph-bg-image-light-on .header-blend,
.header-light .header-blend {
    filter: invert(1);
}

.no-bg-header {
  background-color: transparent;
  /*transition: all 1.5s;
 -webkit-transition: all 1.5s;*/
}

/*body.ph-bg-image-light-on .bg-header {
  background-color: rgba(256,256,256,0.75);
}*/

/*body.ph-bg-image-light-on .bg-header .tt-header-inner {
    filter: invert(0);
}*/

 .bg-header .tt-logo {
   width: 100px;
   text-align: center;
 }

/*.tt-header-no-fixed.scrolled {
  position: fixed !important;
}*/

.logo-shadow {
  filter: blur(4px);
  opacity: 0.5;
}

.bg-header .tt-logo {
  top: 10px;
  transition: all 0.5s;
 -webkit-transition: all 0.5s;
}

.tt-logo img {
  max-height: 65px;
  max-width: 70px;
}

.bg-header .tt-logo img {
    width: 50px;
    transition: all 0.5s;
   -webkit-transition: all 0.5s;
}

.bg-header .tt-header-inner {
    padding-top: 5px;
    transition: all 0.5s;
   -webkit-transition: all 0.5s;
    /*filter: invert(1);*/
}

.bg-header .tt-main-menu-list > li > a {
  padding: 10px 5px;
  transition: all 0.5s;
 -webkit-transition: all 0.5s;
}

.no-bg-header .tt-logo, .no-bg-header .tt-logo img,  .no-bg-header .tt-header-inner   {
  transition: all 0.5s;
 -webkit-transition: all 0.5s;
}

.no-bg-header .tt-header-inner   {
  padding-top: 30px;
  transition: all 0.5s;
 -webkit-transition: all 0.5s;
}


.header-dark .tt-main-menu-list > li > a {
  color: #111;
}

.header-dark #tt-header .tt-logo-dark {
    display: block;
}

.header-dark #tt-header .tt-logo-light {
    display: none;
}


.header-dark .tt-ol-menu-toggle-btn span::before, .header-dark .tt-ol-menu-toggle-btn span::after, .header-dark .tt-ol-menu-toggle-btn span {
  color: #111;
}

.text-gray {
  color: #777777 !important;
}

.bg-dark {
  background-color: #111;
}

.header-dark .tt-main-menu.menu-mobile .tt-main-menu-list {
	filter: invert(1);
}

.header-light.tt-m-menu-open #tt-header,
.header-light.tt-m-menu-open ul.tt-main-menu-list {
	filter: invert(1);
}

body.ph-bg-image-light-on.tt-m-menu-open #tt-header .tt-logo-dark {
  display: none;
}
body.ph-bg-image-light-on.tt-m-menu-open #tt-header .tt-logo-light {
  display: block;
}

.tt-logo {
  top: 25px;
}

.menu-mobile {
  display: none !important;
}

.tt-header-inner {
  padding-top: 30px;
padding-left:20px;
	padding-right:20px;
}

.tt-heading .tt-heading-title,.tt-heading.tt-heading-xsm .tt-heading-title {
  line-height: normal;
  font-weight: 700;
}

.tt-heading .tt-heading-subtitle {
  margin-bottom: 0;
}

.tt-heading-subtitle {
  font-family: "Albert Sans";
}

.scroll-down-circle {
  left: calc(50% - 125px) !important;
	/*display: none !important;*/
}

#page-header.ph-bg-image .scroll-down-circle .sdc-icon {
  width: 20px !important;
}

.ph-bg-image-is-light .scroll-down-circle .sdc-icon img {
  width: 20px !important;
}

.ph-bg-image-is-dark .scroll-down-circle .sdc-icon img {
  filter: invert(1);
}
/*.tt-submenu-dark .tt-main-menu-list > li > a {
  color: #101010 !important;
}

.tt-submenu-dark .tt-logo-light {
  display: none !important;
}

.tt-submenu-dark .tt-logo-dark {
  display: block !important;
}
*/
.tt-main-menu-list > li > a, .tt-main-menu-list > li > .tt-submenu-trigger > a {
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}

.ph-bg-image-light-on .tt-main-menu-list > li > a:hover {
  color: #030303;
}

.tt-ol-menu-toggle-btn span, .tt-m-menu-toggle-btn span {
    background-color: #fff !important;
}

.tt-ol-menu-toggle-btn span::before, .tt-m-menu-toggle-btn span::before {
    top: -6px !important;
    width: 24px;
}

.tt-ol-menu-toggle-btn span::after, .tt-m-menu-toggle-btn span::after {
    bottom: -6px !important;
    width: 24px !important;
}

body.tt-ol-menu-open .tt-ol-menu-toggle-btn span::before, body.tt-m-menu-open .tt-m-menu-toggle-btn span::before {
    top: 0 !important;
}

body.tt-ol-menu-open .tt-ol-menu-toggle-btn span::after, body.tt-m-menu-open .tt-m-menu-toggle-btn span::after  {
    bottom: 0 !important;
    width: 20px !important;
}

body.tt-ol-menu-open .tt-ol-menu-toggle-btn span, body.tt-m-menu-open .tt-m-menu-toggle-btn span {
    background-color: transparent !important;
}

body.ph-bg-image-light-on:not(.tt-m-menu-open) .tt-m-menu-toggle-btn span {
    background-color: #111 !important;
}

.scroll-down-circle text {
    font-size: 24.5px;
    color: #fff !important;
    fill: #fff !important;
}

body.ph-bg-image-light-on #page-header:not(.ph-image-shadow) .scroll-down-circle text {
    fill: #111 !important;
}

.tt-m-menu-toggle-btn-text {
  font-weight: 600;
}

.bg-noise {
  display: none;
}

.bg-noise:before {
  background-image: none;
}

.tt-ol-menu-toggle-btn-text {
  padding-top: 5px;
}

.tt-overlay-menu {
  background-color: rgba(0,0,0,0.95);
}


#page-header.ph-bg-image.ph-image-shadow:after {

	background: rgb(10,10,10);
	background: -moz-linear-gradient(0deg, rgba(10,10,10,1) 5%, rgba(10,10,10,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(10,10,10,1) 5%, rgba(10,10,10,0) 100%);
	background: linear-gradient(0deg, rgba(10,10,10,1) 5%, rgba(10,10,10,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0a0a",endColorstr="#0a0a0a",GradientType=1);
}

body.ph-bg-image-light-on #page-header .project-info-list .pi-list-cont a {
   font-weight: 400;
}


#page-content {
  background-color: #fff;
}

.tt-section {
  background-color: #fff;
}

.tt-section.no-padding-bottom {
  padding-bottom: 0 !important;
}

.tt-section.no-padding-top {
  padding-top: 0 !important;
}


.wr-default-page p, .tt-section ul li {
  color: #0a0a0a;
}

 .wr-default-page span, .wr-default-page h3, .wr-default-page h4, .wr-default-page h5, .wr-default-page h6,
.wr-default-page #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, .wr-default-page #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .wr-default-page .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div  {
  color: #0a0a0a;
}

.tt-above-footer {
  background: #0a0a0a;
}

.tt-heading.tt-heading-lg .tt-heading-title {
  line-height: calc(28px + 2vw);
}

.tt-heading p.tt-heading-subtitle {
  color: #777777;
  font-weight: 600;
}

.ph-bg-image-light-on .scroll-down-circle text, .ph-bg-image-light-on .scroll-down-circle .sdc-icon {
  fill: #0a0a0a;
  color:  #0a0a0a;
}

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

#magic-cursor {
  z-index: 10000000 !important;
}

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

/*body.home .ph-caption {
  display: none;
}*/



.home-about-us h4 {
  font-family: "Albert Sans";
  font-size: 18px;
}

.elementor-progress-percentage {
  padding-right: 5px !important;
  margin-top: -15px;
}

h4.eael-progressbar-title {
  margin-bottom: 0 !important;
}

.eael-progressbar-count-wrap {
    font-family: "Albert Sans", sans-serif !important;
}

body.home .page-header-inner {
  min-height: 550px;
}

.elementor-testimonial {
  display: grid;
}

.elementor-testimonial__name, .elementor-star-rating {
  display: block !important;
  text-align: center !important;
}

.elementor-testimonial__name {
  order: 2;
}

.elementor-testimonial__text {
  text-align: center;
}

.elementor-widget-reviews .elementor-testimonial__header {
  display: block !important;
}

.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
  order: 2;
  border-block-start: 1px solid #e1e8ed;
  border-block-end: 0px !important;
}

/* ------------------------------------- PAGES ----------------------------------------- */

.page .ph-caption .ph-caption-title {font-family: "Syne"; font-weight:800; text-shadow: 0px 0px 25px rgba(0,0,0,1);}
.page .ph-caption .ph-caption-subtitle, .page .ph-caption .ph-categories {font-family: "Albert Sans"; text-shadow: 0px 0px 5px #01001C; color:#fff;}
.tt-heading-title {font-family: "Syne"; }

.elementor-widget-tank-text-block .text-justify {
  text-align: justify !important;
}


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


.tt-accordion-content h3, .tt-accordion-content h4 {
    font-family: "Albert Sans";
    font-size: 18px;
    color:#fff;
    font-weight: 700;
}
h3.tt-accordion-subtext, h4.tt-accordion-subtext {
  font-family: "Albert Sans", sans-serif;
  color: #999;
  margin-bottom: 0;
}


/* ------------------------------------- PORTFOLIO  ------------------------------------- */

.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height img, .tt-grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height img, .tt-grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height img, .tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height img {
	max-height: 490px;
	max-width: 100% !important;
}

.elementor-widget-tank-portfolio-grid {
	width: 100% !important;
}


/* Porfolio list grid */

/*.tt-grid.ttgr-layout-4 .double_width {
  width: 50% !important;
}
*/
#portfolio-grid.pgi-cap-inside .pgi-caption {
  bottom: 0;
}

#portfolio-grid .pgi-caption {
    width: 100%;
    max-width: 900px;
    padding: 10px 3% 20px 0;
}

.pgi-categories-wrap {
  margin-top: 0;
}

.pgi-categories-wrap h2 {
  font-family: "Albert Sans";
  font-size: 18px;
  margin-top: 0;
  /*margin-bottom: 20px;*/
}

#portfolio-grid .pgi-title {
  color: #010101;
 font-family:"Syne", serif;
}

.pgi-title {
  font-weight: 400;
}

body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .pgi-title {
    transform: translate3d(0, 30px, 0);
}

body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .pgi-categories-wrap {
    transform: translate3d(0, 30px, 0);
}

.cover-opacity-2::before {
  opacity: 0 !important;
}

.pgi-category  {
  opacity: 1;
  color: #595959 !important;
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 600;
margin-bottom:0px;
}

.bg-dark .portfolio-grid-item  h4.pgi-category {
	color:#E6E6E6 !important;
}



.tax-portfolio_category .tt-section {
  background-color: #0a0a0a;
}

.tax-portfolio_category #page-header {
 background-image: url('https://masideas.es/wp-content/uploads/2025/04/estudio_creativo_diseno_grafico_web_zaragoza.jpg');
 background-position: center center;
 background-size: cover;
}

.tax-portfolio_category #page-header h1 {
      text-shadow: 0 0px 25px black;
 }

.animated-text {
    padding-bottom: 0px;
    padding-top: 80px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Hover */
.e-loop-item:hover .animated-text {
    padding-bottom: 20px;
    padding-top: 40px;
}

/* Estado inicial */
.animated-text,
.animated-text .elementor-widget,
.animated-text .elementor-widget-heading,
.animated-text .elementor-widget-post-info,
.animated-text .elementor-widget-image {
    opacity: 0;
    transform: translateY(20px);
    transition:  opacity 0.4s ease, transform 0.4s ease;
}

/* Deja visible el título siempre */
.animated-text .elementor-heading-title {
    opacity: 1;
    transform: none;
	transition:  opacity 0.4s ease, transform 0.4s ease;

}

/* Hover: aparece todo */
.e-loop-item:hover .animated-text,
.e-loop-item:hover .animated-text .elementor-widget,
.e-loop-item:hover .animated-text .elementor-widget-heading,
.e-loop-item:hover .animated-text .elementor-widget-post-info,
.e-loop-item:hover .animated-text {
    opacity: 1;
    transform: translateY(0);
	transition:  opacity 0.4s ease, transform 0.4s ease;

}

.thumb-portfolio img {
   filter: saturate(100%) brightness(1);
   transition:  all 0.4s ease;
}

.e-loop-item:hover .thumb-portfolio img {
    filter: saturate(50%) brightness(0.9);
   transition:  all 0.4s ease;
}



/* Porfoltio single */

.ph-caption-title h1 {
  font-size: 1.2em;
  margin: 0.3em 0;
  font-weight: 700;
}

h1.ph-caption-title {
  font-weight: 700;
}

.tt-grid.ttgr-gap-2 .ttgr-item-inner {
    margin: 0 10px 20px !important;
}

.ph-caption-subtitle {
  margin-top: 0;
  font-family: 'Albert Sans', sans-serif !important;
}

.project-info-list .pi-list-heading {
    font-size: 14px;
    margin-bottom: 0;
}

.project-info-list > ul > li::after {
    top: 20px;
    height: 100%;
    margin-top: -18px;
}

.project-info-list .pi-list-heading {
  font-family: 'Albert Sans', sans-serif !important;
}

.project-info-list .pi-list-cont {
  font-family: 'Syne', sans-serif;
  line-height: 1em;
}

body.tt-boxed .tt-wrap .ttgr-height {
    padding-bottom: 70%;
}

[class*="cover-opacity-"]::before {
  display: none !important;
}

/*-- FILTRO --*/
.ttgr-cat-list.filter-desktop > li.ttgr-cat-item {
    position: relative;
    width: auto;
    display: inline-block;
}

.ttgr-cat-list.filter-desktop .ttgr-cat-item::before {
    left: -20px;
    font-size: 12px;
}

.ttgr-cat-list.filter-desktop > li.ttgr-cat-item:first-child > a {
    color: #0A0A0A !important;
    font-weight: 700;
}

.ttgr-cat-list > li > a {
  color: #fff;
}
.ttgr-cat-list > li > a.active,
.ttgr-cat-list.filter-desktop > li.ttgr-cat-item > a.active {
    text-decoration: line-through;
}

.ttgr-cat-list > li > a.active,
.ttgr-cat-list.filter-desktop > li.ttgr-cat-item > a {
    font-size: 16px;
    margin-right: 50px;
    text-align: left;
    font-weight: 500;
    color: #777 !important;
}

.ttgr-cat-list.filter-desktop > li.ttgr-cat-item > a:hover {
  color: #0A0A0A;
  text-decoration: line-through;
}

.ttgr-cat-list.filter-desktop > li.ttgr-cat-item > a.active {
  color: #0A0A0A;
}


.ttgr-cat-list.filter-desktop > li.ttgr-cat-item:last-child > a {
  margin-right: 0;
}

.filter-desktop {
  display: inline-block;
}

.filter-mobile {
  display: none;
  color: #000 !important;
  position: fixed;
  bottom: 30px;
  right: 20px;
}



.project-info-list > ul > li {
    padding: 0px 0 0 30px;
    margin: 15px 0 15px 30px;
}

.project-info-list > ul > li:first-child {
    padding: 0;
    margin: 15px 0 15px 0;
}

.project-info-list > ul > li::before {
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(255 255 255 / 40%);
}

#page-header:not(.ph-center).ph-inline .project-info-list > ul > li::before {
  height: 1px;
  width: 50px;
  margin-bottom: 30px;
  position: absolute;
  display: block;

}

.project-info-list > ul > li:first-child::before, #page-header:not(.ph-center).ph-inline .project-info-list > ul > li:first-child::before {
    display: none;
}

.project-info-list > ul > li::after {
    display: none;
}

body.ph-bg-image-light-on #page-header .project-info-list > ul > li::before {
    background-color: rgb(92 92 92 / 40%);
}

.pi-list-cont h3{
    font-family: "Syne";
    font-weight: normal;
    font-size: calc(17px + 0.1vw);
    margin-bottom: 0;
}

/* ------------------------------------- DISEÑO WEB ZARAGOZA  ------------------------------------- */

.page-id-142 .pgi-caption {
 /* display: none;*/
}


/* ------------------------------------- CONTACT ------------------------------------- */

.elementor-icon-list-text, .datos-contacto .elementor-icon-box-title, .datos-contacto .elementor-icon-box-description, .datos-contacto .elementor-icon-box-title a {
  font-family: 'Albert Sans', sans-serif !important;
  font-size: 18px;
  font-style: normal;
  color: #fff;
}

datos-contacto .elementor-icon-box-title a {
  text-decoration: none;
}

.gform_legacy_markup_wrapper {
  margin-top: 0 !important;
}

.gform_legacy_markup_wrapper h3.gform_title {
    font-weight: 400 !important;
}

input[type=submit].gform_button {
    width: 100px !important;
    height: 100px !important;
    padding: 0 !important;
    text-align: center !important;
}

input[type=submit].gform_button:hover {
    background-color: #FFF;
    color: #A0A0A0 !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding: 0 !important;
}
.gform_legacy_markup_wrapper .validation_message {
    color: #fc634a !important;
    font-weight: 400!important;
}

.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: 1px solid #fc634a !important;
    padding: 5px 10px !important;
}

.gform_legacy_markup_wrapper .gfield_required {
    color: #fc634a !important;
}

.gform_legacy_markup_wrapper div.validation_error {
    border: 1px solid #fc634a !important;
    background-color: #fc634a !important;
    color: #fff !important;
}

.gform_validation_errors>h2 {
    color: #fff !important;
}

.gform_validation_errors>h2:before {


}

.ginput_container_consent input {
  float: left !important;
  width: 30px !important;
  margin-top: 5px !important;
}

.vc_template form label.gfield_consent_label {
  float: left !important;
  width: auto !important;
}

.ginput_recaptcha {
  display: none !important;
}

.tt-btn.wpcf7-submit {
  height: 100px;
  width: 100px;
}

input:-internal-autofill-selected {
    background-color: -internal-light-dark(rgb(256, 256, 256), rgba(70, 90, 126, 0.4)) !important;
    color: -internal-light-dark(black, white) !important;
}

.wpcf7-form input[type="text"] {
  padding: 5px 10px !important;
}

.aiosrs-rating-wrap {
  display: none;
}

/* ------------------------------------- OTRAS OTHERS ------------------------------------- */
.form-white  input[type="text"], .form-white  input[type="email"], .form-white  input[type="tel"], .form-white  textarea {
  color: #000 !important;
}
.form-white .tt-btn-light-outline {
    box-shadow: inset 0 0 0 2px #000 !important;
}

.elementor-sitemap-title,
.elementor-sitemap-item a {
  color:#000 !important;
}

.page-template-blog .tt-section {
  background-color: #181818 !important;
}

.single-post p {
  text-align: justify;
}

.single-post hr {
  margin: 50px 0 !important;
}

.single-post code {
    color: #101010;
}

.single-post .h3,
.single-post h3 {
  color: #101010 !important;
  font-size:28px;
	text-align: left;
}

.single-post h2 {
margin-top:50px;
	text-align: left;
}

.single-post .h4,
.single-post h4 {
  color: #101010 !important;
  font-size:22px;
	text-align: left;
}


.elementor-accordion .elementor-accordion-item {
  border-left: none;
  border-right: none;
}

.elementor-accordion-icon svg {
    width: 30px;
}

.elementor-price-table__currency {
    align-self: flex-end !important;
    order: 2;
}

.elementor-price-table .elementor-price-table__integer-part {
    order: 1;
}
.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
  order: 2;
}


.icon_black .st0 {
  fill:#000 !important;
}

.landing-web #portfolio-grid .pgi-title {
	/*color:#fff !important;*/
}

.landing-web #portfolio-grid .pgi-category a,
.landing-web #portfolio-grid .pgi-category {
	/*color:#ccc !important;*/
	display:none;
}


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


.single-post h3.footer-social-text span  {
	color:#fff !important;
}

.tt-page-nav a {
  cursor: pointer;
}

.tt-pn-title, .tt-pn-hover-title {
  font-family: 'Syne', sans-serif !important;
	font-weight:800;
  opacity: 0.5;
  font-size: 60px;
}

.tt-pn-subtitle {
    margin-top: 0px;
}

footer {
  font-family: 'Syne', sans-serif !important;
}

.footer-divider {
  width: 100%;
  border-top: 1px solid #fff;
  margin-bottom: 30px;
}

#tt-footer p a {
  border-bottom: none;
}

#tt-footer h4  {
	line-height: 18px;
}


#tt-footer h4 span {
	font-size: 14px;
  font-family: "Albert Sans", sans-serif !important;
}

#tt-footer h4 span strong {
  font-family: 'Syne', sans-serif !important;
}

#tt-footer h5 {
	font-size: 16px;
  font-family: "Albert Sans";
  font-weight: 600;
}

#tt-footer #footer-1 h4 {
  margin: 0 0 25px 0;
  line-height: 0 !important;
  font-size: 20px;
}

#tt-footer #footer-1 h4 span {
  font-size: 20px;
  font-family: "Albert Sans", sans-serif !important;
}

#tt-footer #footer-2 h4 {
    line-height: 22px !important;
}

footer .social-buttons > ul > li a {
  font-size: 18px;
  justify-content: left;
}

#tt-footer.footer-absolute {
  position: relative;
}

footer ul.menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

footer ul.menu li {
  margin-bottom: 6px;
}

.tt-copyright {
  padding: 10px 0px 30px;
}

#footer-bottom ul li {
  display: inline-block;
  font-family: 'Albert Sans', sans-serif;
}

#footer-bottom ul li+li {
  margin-left: 10px;
}

.footer-services {
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
}

h4.footer-services {
  margin: 0 !important;
}

.footer-services ul {
  display: inline-block;
  padding: 0;
  margin: 0 !important;
}

.footer-services ul li {
  display: inline-block;
    color: #b9b9b9;
}

.footer-services ul li+li {
  margin-right: 3px;
}

#tt-footer .footer-services a {
  color: #b9b9b9 !important;
}


footer h5, .footer-social-text span {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-social-text {
	font-weight:800;
}

footer h6 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Albert Sans', sans-serif;
}

.footer-bottom-wrapper {

}

footer .social-buttons>ul>li a img {
  filter: invert(1);
  width: 30px;
  height: 30px;
}

footer .social-buttons img:hover {
  opacity: 0.75;
}

.footer-bottom-wrapper .footer-col {
  padding: 0 !important;
}


@media screen and (max-width: 1200px) {

  .filter-desktop {
    display: none !important;
  }

  .filter-mobile {
    display: inline-flex !important;
    color: #000;
  }

  .ttgr-cat-list-holder li.ttgr-cat-item {
    display: block;
    margin: 0;
    width: 100%;
  }

  /*.ttgr-cat-list > li > a {
    font-size: 24px !important;
    margin-right: 0;
  }*/

  .ttgr-cat-nav {
      background-color: rgb(0 0 0 / 80%);
  }

}

@media screen and (max-width: 1199px) {

  .menu-desktop {
    display: none !important;
  }
  .menu-mobile {
    display: block !important;
    z-index: 100;
  }

  .tt-main-menu-list > li > a, .tt-main-menu-list > li > .tt-submenu-trigger > a {
      font-family: Syne !important;
      font-weight: 400;
      font-size: 30px;
  }

  .tt-main-menu-list > li {
    margin-top: 15px;
    margin-bottom: 50px;
  }

  .ttgr-cat-trigger-wrap.ttgr-cat-fixed {
    bottom: 2%;
    mix-blend-mode: difference;
    filter: invert(1);
  }

}

@media screen and (max-width: 1024px) {
  footer .social-buttons > ul > li a {
    justify-content: center;
  }
  #tt-footer {
    padding: 50px 0 50px 0;
  }

  body.ph-bg-image-light-on:not(.tt-m-menu-open) .tt-m-menu-toggle-btn span {
    background-color: #111 !important;
  }

  #footer-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tt-content-carousel .tt-cc-image, .tt-content-carousel .swiper-slide .tt-cc-video {
    width: auto;
    height: auto;
    max-height: 100%;
  }
  .tt-content-carousel .tt-cc-image .tt-cc-image-parallax-inner {
    text-align: center;
  }

}


@media (min-width: 1025px) {

.header-dark #tt-header .tt-logo-dark {
    display: block;
}


  #page-header:not(.ph-center).ph-inline .project-info-list > ul > li {
    padding: 20px 0 0;
    margin: 0 0 15px 0;
  }

  .footer-col {
    padding: 0 25px;
  }
  #footer-1 {
      margin-left: 0;
      padding-left: 0;
  }

  .tt-content-carousel .tt-cc-image {
      position: relative;
      width: 100%;
      height: auto;
      width: auto;
      transform: none !important;
  }
  .footer-bottom-wrapper .footer-col {
    padding: 0 !important;
  }
}



@media screen and (max-width: 996px) {
  .project-info-list > ul > li {
      display: block;
      padding: 0;
      margin: 0;
  }

  .project-info-list > ul > li::before {
    height: 1px;
    width: 50px;
    margin: 10px 0 !important;
    position: relative !important;
  }


    body.ph-bg-image-light-on #page-header .project-info-list {
      text-align: left !important;
    }

}


@media (min-width: 768px) {
  .tt-grid.ttgr-layout-3 .tt-grid-item {
      width: 33.33% !important;
  }

  .tt-grid.ttgr-layout-3 .tt-grid-item.double_width {
      width: 66.66% !important;
  }
}

@media screen and (max-width: 768px) {

  .logged-in #tt-header.tt-header-fixed {
      top: 0 !important;
  }

  .swiper-slide {
    text-align: center;
    margin-bottom: 30px;
  }

  .project-info-list > ul > li::before {
    height: 1px;
    width: 50px;
    margin: 10px 0 !important;
    position: relative !important;
  }
  .project-info-list > ul > li {
    margin: 0px !important;
    padding: 0;
    text-align: left;
    width: 100%;
    display: block;
  }

  .single-portfolio .page-header-inner .ph-image {
    /*margin: 0 auto !important;
    right: 0;
    left: 0;*/
    position: relative !important;

    width: calc(100% + 150px) !important;
    margin: 0;
    z-index: -1;
    transform: none;
    overflow: hidden;
    left: -75px;
    max-width: 150% !important;
    height: 60vh !important;
  }
  .single-portfolio .ph-full-off .page-header-inner .ph-image {
    position: relative;
    width: 100%;
    max-height: 60vh;
  }

  .single-portfolio #page-header.ph-center .ph-caption, .single-portfolio #page-header.ph-center .ph-caption-title, .single-portfolio #page-header.ph-center .ph-caption-subtitle {
    text-align: left;
  }

  body.ph-bg-image-light-on #page-header:not(.ph-center):not(.ph-bg-image) .ph-caption-subtitle,
  body.ph-bg-image-light-on .ph-caption-subtitle {
    color: #0a0a0a !important;
  }

  .single-portfolio #page-header .tt-wrap {
    padding-top: 0 !important;
  }

  .single-portfolio h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .single-post h2 {
    font-size: 32px;
  }

  .single-post h3 {
    font-size: 24px;
  }


}

@media screen and  (max-width: 767px) {
  .tt-grid.ttgr-layout-3 .tt-grid-item {
  	width: 50% !important;
  }
  .tt-grid.ttgr-layout-3 .tt-grid-item.double_width {
      width: 100% !important;
  }

  .tt-grid.ttgr-gap-2 .ttgr-item-inner {
    margin: 0 6px 17px !important;
  }

}


@media (max-width: 650px) {

  body.single-portfolio .tt-grid.ttgr-layout-3 .tt-grid-item {
      width: 100% !important;
  }

  .portfolio-grid-item  .pgi-caption {
      padding: 20px 0;
  }

  .single-portfolio #page-header.ph-bg-image .ph-image {
    width: auto;
    height: 100vh;
    max-width: 100%;
  }

  .single-portfolio #page-header.ph-bg-image .ph-image .ph-image-inner {
    transform: none !important;
  }

  .single-portfolio #page-header.ph-bg-image .ph-caption {
    padding-top: 30px;
  }
  .single-portfolio #page-header.ph-bg-image .ph-caption h1 {
    font-size: 1em;
    margin-bottom: 10px;
  }

  #page-header .project-info-list {
      margin-top: 30px !important;
  }



}


@media (max-width: 560px) {

  .tt-grid.ttgr-gap-2 .ttgr-item-inner {
        margin: 0 6px 14px !important;
  }
  .tt-grid.ttgr-layout-3 .tt-grid-item {
      width: 50%;
  }
  body.single-portfolio .tt-grid.ttgr-layout-3 .tt-grid-item {
      width: 100% !important;
  }
}



/**** PORTAFOLIO PERSONALIZADO MOVIL ****/

/* Ordenador */

  .postid-8503 #page-header.ph-bg-image .ph-image img {
	max-height: 300px;
	max-width: 300px;
  }


@media (min-width: 1400px) {
  .tt-grid.ttgr-layout-4 .double_width {
    width: 50% !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .tt-grid.ttgr-layout-4 .double_width {
    width: 66.66666% !important;
  }
}

@media  screen and (min-width: 768px) and (max-width: 1024px) {
  .tt-grid.ttgr-layout-4 .double_width {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  /*.tt-grid.ttgr-layout-4 .double_width {
    aspect-ratio: 1 / 1;
  }*/
  .tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height.double_width_img img {
    max-width: 100% !important;
    /*max-width: 200%;
    transform: translate(-25%, 10px);*/
  }
}

.postid-4106  #page-header.ph-bg-image .ph-image img {
    object-position: 10% 50%;
}

.postid-2853 #page-header.ph-bg-image .ph-image img {
  object-fit: contain;
  object-position: center bottom;
}

.postid-4017 #page-header .ph-caption-title h1 {
  text-shadow: 0px 0px 10px white;
}
.tt-header-inner {
  padding-top: 20px;
}

#tt-m-menu-toggle-btn-wrap {
  margin-top: 10px;
}

.bg-header #tt-m-menu-toggle-btn-wrap {
  margin-top: 0px;
}

/* Movil */

@media screen and (max-width: 996px) {
  .tt-header-inner {
    padding-top: 20px;
  }

  .tt-logo img {
    max-height: 55px;
  }
  .postid-1088 #page-header.ph-bg-image .ph-image {
      padding-top: 150px;
  }

  .postid-2450 #page-header.ph-bg-image .ph-image {
     position: absolute !important;
     height: 100%;
     max-height: 100vh;
  }
  .postid-2450 #page-header .tt-wrap {
    padding-top: 120px !important;
  }

  .postid-2521 #page-header .ph-image {
    max-width: 300px !important;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 90px;
  }

  .postid-1562 #page-header .ph-image {
    max-width: 100% !important;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 75px;
  }

  .postid-4136 #page-header.ph-bg-image .ph-image img {
    object-position: right center;
  }
  .postid-4136 #page-header.ph-bg-image .ph-caption {
    padding-top: 0 !important;
  }

  .postid-2419  #page-header.ph-bg-image .ph-image img {
    object-position: 80% 50%;
  }
  .postid-2419 #page-header.ph-bg-image .ph-caption {
    padding-top: 0 !important;
  }

  .postid-4457 #page-header.ph-full-off .page-header-inner .ph-image {
    left: 0;
    width: 100% !important;
    top: 75px !important;
  }
  .postid-4457 #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    object-fit: contain;
  }

  .postid-3020 #page-header.ph-bg-image .ph-image img {
    width: 100%;
    height: 100%;
    object-fit: none;
  }
  .postid-3020 #page-header.ph-bg-image .ph-caption {
    padding-top: 0 !important;
  }

  .postid-4203 #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    object-fit: contain;
    object-position: 50% 0%;
  }
  .postid-4203 #page-header.ph-full-off .page-header-inner .ph-image  {
      top: 50px;
  }

  .postid-3094 #page-header.ph-bg-image .ph-caption h1 {
    font-size: 1em;
  }

  .postid-4287 #page-header.ph-bg-image .ph-caption {
    padding-top: 0 !important;
  }

  .postid-2629 #page-header.ph-bg-image .ph-image img {
    object-position: 85% 50%;
  }

  .postid-3872 #page-header.ph-bg-image .ph-caption h1 {
    font-size: 1em;
  }

  .postid-3589  #page-header.ph-bg-image .ph-image img {
    object-position: 100% 50%;
  }

  .postid-2853 #page-header.ph-bg-image .ph-image {
    position: absolute !important;
    height: 100% !important;
  }
  .postid-2853 #page-header.ph-bg-image .ph-image img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center bottom;
  }
  .postid-2853 #page-header .tt-wrap {
    padding-top: 175px !important;
    padding-bottom: 125px;
  }

  .postid-3487 #page-header.ph-bg-image .ph-image {
    position: absolute !important;
    height: 100vh !important;
    max-height: none;
  }
  .postid-3487 #page-header.ph-bg-image .ph-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .postid-3487 #page-header .tt-wrap {
    padding-top: 175px !important;
    padding-bottom: 125px;
  }

  .postid-3513 #page-header.ph-bg-image .ph-image  {
    position: absolute !important;
    height: 100vh !important;
    max-height: none !important;
  }
  .postid-3513 #page-header .tt-wrap {
    padding-top: 200px !important;
  }

  .postid-3946 .ph-full-off .page-header-inner .ph-image {
    top:0;
  }

  .postid-1912 #page-header.ph-bg-image .ph-image {
    height: auto !important;
  }
  .postid-1912 #page-header.ph-bg-image .ph-image img{
    object-fit: contain;
    margin-top: 100px;
  }

  .postid-4080 #page-header .page-header-inner .ph-image {
    top: 50px !important;
    max-height: 50vh;
    margin-bottom: 50px;
  }
  .postid-4080  #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    position: relative !important;
  }

  .postid-3389  #page-header.ph-bg-image .ph-image img {
    object-position: 100% 50% !important;
  }

  .postid-3685 #page-header .page-header-inner .ph-image {
    top: 0px !important;
  }

  .postid-3100 #page-header .page-header-inner .ph-image {
    position: absolute !important;
    max-height: initial;
    height: 100% !important;
  }
  .postid-3100 #page-header .tt-wrap {
    padding-top: 200px !important;
  }

  .postid-3851 #page-header .ph-image {
    top:20px !important;
    max-height: none !important;
    height: auto !important;
  }
  .postid-3851 #page-header .tt-wrap {
    padding-top: 20px !important;
  }
  .postid-3851 #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    object-fit: contain;
  }
  .postid-3851 #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner {
    padding-bottom: 60vh;
  }

  .postid-4372 #page-header .tt-wrap {
    padding-top: 60vh !important;
  }
  .postid-4372 #page-header.ph-center:not(.ph-bg-image) .ph-image {
    right: 0;
    transform: none;
    top: 0;
    position: absolute !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  .postid-4372 #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    object-fit: contain;
  }

  .postid-3951 #page-header .ph-image {
    position: absolute !important;
    top: 40px !important;
  }
  .postid-3951 #page-header .tt-wrap {
    padding-top: 250px !important;
  }

  .postid-3946 #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    object-fit: contain;
  }


  .double_width .pgi-image-inner img {
    height: 460px; /* Establecer la altura a 650px */
    width: 460px; /* Establecer el ancho al 100% para que se ajuste automáticamente */
    max-width: 100%; /* Desactivar la restricción de ancho máximo */
    object-fit: cover; /* Escalar la imagen para que cubra todo el contenedor */
  }

}

@media screen and (max-width: 768px) {
  .double_width .pgi-image-inner img {
    height: 650px; /* Establecer la altura a 650px */
    width: 100%; /* Establecer el ancho al 100% para que se ajuste automáticamente */
    max-width: none; /* Desactivar la restricción de ancho máximo */
    object-fit: cover; /* Escalar la imagen para que cubra todo el contenedor */
  }
  .elementor-widget-tank-portfolio-grid {
    max-width: 650px;
    margin: 0 auto;
  }
  .tt-pn-title, .tt-pn-hover-title {
    font-size: 40px;
  }

  p {
    font-size:18px;
  }
	.double_width_img img {
	max-width: 100% !important;
	}


  .ttgr-cat-list > li > a.active, .ttgr-cat-list.filter-desktop > li.ttgr-cat-item > a {
    font-size: 26px;
  }
}

/* ------------  FONTAWESOME -------------- */

.tt-gallery-video-wrap::before, .tt-ol-submenu-caret::after, .tt-m-caret::after, .tt-ol-submenu-caret::after, .tt-ps-nav-arrow-prev::after, .tt-ps-nav-arrow-next::after, .tt-pc-arrow-prev::after, .tt-pc-arrow-next::after, .tt-cc-nav-prev .tt-cc-nav-arrow::after, .tt-cc-nav-next .tt-cc-nav-arrow::after, .tt-ts-nav-prev .tt-ts-nav-arrow::after, .tt-ts-nav-next .tt-ts-nav-arrow::after, #ball .ball-drag::before, #ball .ball-drag::after, .tt-submenu-trigger > a::after, .tt-product-adc-btn span::before, .tt-product-adc-btn span::after, .tt-product-sel-opt-btn span::before, .sps-arrow-prev::after, .sps-arrow-next::after, .sp-adc-btn-icon::before, .sp-adc-btn-icon::after, .tt-prc-arrow-prev::after, .tt-prc-arrow-next::after {
	font-family: "Font Awesome 5 Free" !important;
}
