/*
  Theme Name: Clara Quintana
  Theme URI: https://www.llos.co/
  Author: LLOS&
  Author URI: https://llos.co
  Description: Theme template
  Version: 0.3
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: llos
*/

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  font-family: Arial, sans-serif;
  background: #F8F3EF;
  line-height: 18px;
}
body::-webkit-scrollbar {
  width: 0;
}
.dark-mode {
  background: #121327;
  color: white;
  background-image: url('assets/img/night-mode.svg');
  background-repeat: repeat-y;
  /* background-size: contain; */
}

.dark-mode #content-left {
  border-right: 1px solid white;
}
.dark-mode .head,
.dark-mode .menu {
  border-bottom: 1px solid white;
}
.dark-mode .bar1, 
.dark-mode .bar2,
.dark-mode .bar3 {
  background-color: white;
}
.dark-mode .logo {
  color: white;
}
.lg-col a {
  color: black;
  text-decoration: unset;
}
.dark-mode .caption {
  color: white;
}
.dark-mode .menu a {
  color: white;
}
.day-night img {
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.day {
  z-index: 1;
}
.dark-mode .day {
  opacity: 0;
  visibility: hidden;
}
.dark-mode .night {
  opacity: 1;
  visibility: visible;
}

strong {
  font-weight: normal;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  cursor: pointer;
}

.dark-mode strong:hover {
  color: #b6652b;
}
.content strong {
  border-bottom: 1px solid #0000FF;
}
.dark-mode .content strong {
  border-bottom: 1px solid white;
  color: white;
}

.cursor {
  position: fixed;
  z-index: 2;
  height: auto;
}


.aspect {
  position: relative;
}
.aspect:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((16 / 9) * 100%);
}

.aspect > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px){
  .cursor {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}
.cursor img {
  width: auto;
  max-height: 40vh;
  max-width: 20vw;
  
}
#content-left p {
  margin-bottom: 1.5rem;
}
.lg-col .caption {
  margin-top: 15px;
  margin-bottom: 15px;
}
.menu-item span {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
[lang="en-US"] .menu-item span { 
  display: none;
}
.page-id-412 .menu-item span {
  opacity: 1;
}
.menu-item:hover span {
  opacity: 1;
}
#content-left {
  width: 40%;
  box-sizing: border-box;
  border-right: 1px solid black;
  height: 100vh;
  position: fixed;
  overflow:auto;
}
#content-left::-webkit-scrollbar {
  width: 0;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}
#content-left .content a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.dark-mode #content-left .content a {
  color: white;
}
.dark-mode #content-left .content a {
  border-bottom: 1px solid white;
}
#content-left .content {
  padding: 20px 20px 40px;
}

#content-left .content span {
  text-decoration:unset !important;
  font-weight: bold;
}
.single #content-left .content strong {
  font-weight: normal;
	border-bottom: 1px solid #0000FF;
}
.dark-mode.single #content-left .content strong {
		border-bottom: 1px solid #FFFFFF;

}
.single #content-left .content p:nth-last-child(-n+2) strong,
#content-left .content strong.cliente,
.single #content-left .content del strong {
	font-weight: bolder;
  border-bottom: unset;
}
.single #content-left .content del {
  text-decoration: unset;
}
#content-right {
  left: 40%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  width: 60%;
}
.lg-col {
  display: flex !important;
  flex-direction: column-reverse;
}
.page-id-317 .lg-col {
  display: inline-block !important;
  flex-direction: unset;
}


/* HEADER HOME */
.head {
  display: flex;
  border-bottom: 1px solid black;
  padding: 20px;
}
.logo {
  font-size: 15px;
  font-weight: 600;
  width: 50%;
  color: black;
  text-decoration: unset;
  line-height: 22px;
}
/* 
Inici dels canvis Carles
.day-night {
  width: 50%;
  height: 23px;
  position: relative;
  text-align: right;
  cursor: pointer;
}
.day-night .night {
  padding-top: 10px;
}
.day-night img {
  position: absolute;
  right: 10px;
}
.day-night img.night {
  right: 12.5px;
}
*/
.right-icons {
  width: 50%;
  text-align: right;
  margin-right: 20px;
}
.lang-switch {
  display: inline-block;
}
.right-icons img {
  height: 20px;
  width: 20px;
}
.day-night {
  height: 23px;
  display: inline-block;
  position: relative;
  text-align: right;
  margin-left: 10px;
}
body.dark-mode .lang-switch .day,
.lang-switch .night {
	display: none;
}
body.dark-mode .lang-switch .night,
.lang-switch .day {
	display: inline-block;
}
.day-night img {
  cursor: pointer;
}
.day-night img.day {
	position: absolute;
}

/* Fi dels canvis Carles */

.title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: black;
  padding: 20px 0 0 20px;
}
.dark-mode .title {
  color: white;
}
.menu {
  padding: 20px;
  border-bottom: 1px solid black;
}
.menu .current_page_item {
  font-weight: bold;
}
.menu a {
  color: black;
  text-decoration: none;
}
.info-mobile {
  display: none;
}

footer {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: inline-block;
}
.dark-mode footer {
  color: white;
}
.wpcf7 {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}
.wpcf7 > * {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 18px;
}

.wpcf7 p {
  margin-bottom: 0 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
} 
.wpcf7 input {
  border: unset;
  background: transparent;
  border-bottom: 1px solid black;
}
.wpcf7 input[type="checkbox"] {
  appearance: none;
  height: 13px;
  width: 13px;
  position: relative;
  display: inline-block;
  border: 1px solid black;
}
.wpcf7 input[type="checkbox"]:checked {
  background: black;
} 
.dark-mode .wpcf7 input[type="checkbox"] {
  border: 1px solid white;
}
.dark-mode .wpcf7 input[type="checkbox"]:checked {
  background: white;
} 
.conditions {
  height: 13px;
  width: 13px;
  border: 1px solid black !important;
  appearance: none;
}
.conditions:checked {
  background-color: black;
}
.dark-mode .conditions {
  border: 1px solid white !important;
}
.dark-mode .conditions:checked {
  background-color: white;
}
.acceptance span {
  margin: 10px 0 0;
}
.dark-mode .wpcf7 input {
  color: white;
  border-bottom: 1px solid white;
}
.dark-mode .wpcf7 input::placeholder {
  color: white;
}
.wpcf7 input.wpcf7-submit {
  border-bottom: unset;
  cursor: pointer;
  border-radius: unset;
}
.wpcf7-form-control.wpcf7-text {
  border-radius: 0;
  -webkit-appearance: none;
}
.wpcf7-response-output {
  border-color: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  border: unset !important;
}
footer a {
  text-decoration: none;
  color: black;
}
.dark-mode footer a {
  color: white;
}
.privacy-policy .content h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1025px){
  form label {
    display: block;
  }
} 
@media screen and (max-width: 1024px){
  .cursor img {
    height: auto;
    max-width: calc(100vw - 40px);
    /* max-width: unset; */
    max-height: 50vh;
  }
  #content-right {
    padding: 20px;
  }
  .lg-row:first-of-type .lg-col .caption {
    margin-top: 0;
  }
  .lg-col .caption {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .lg-grid .lg-col {
    margin-bottom: 0 !important;
  }
  .dark-mode {
    background-image: url('assets/img/night-mode-mobile.svg');

  }
  form {
    margin-bottom: 20px;
  }
  #content-left {
    border-right: 0 !important;
  }
  .more-content {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .dark-mode .more-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  .single .content strong {
    font-weight: bold;
  }
  .single #content-left .content {
    padding: 20px 20px 0;
  }
  .lg-phone-grid {
    padding-bottom: unset !important;
  }
  .more-content span {
    font-size: 14px;
  }
  #content-left p:last-of-type {
    margin-bottom: unset;
  }
  #content-left p {
    margin-bottom: 20px;
  }
  .more-content .plus {
    height: 25px;
    transition: transform 0.4s ease-in-out;
    width: 25px;
    transform: rotate(45deg);
  }
  .more-content .plus .bar1 {
    transform: rotate(-45deg) translate(-7px, 6px);
  }
  .more-content .plus .bar3 {
    transform: rotate(45deg) translate(1px, 1px)
  }
  .plus-open .more-content .plus {
    transform: rotate(0deg);
  }
  .img-hidden {
    display: none;
  }
  .plus-open .img-hidden{
    display: block;
  }
  article.laygridder {
    left: 0;
    width: 100%;
    padding: 10px 20px 20px;
  }
  .menu-menu-1-container {
    display: none;
  }
  form label {
    width: calc(100% - 40px);
    display: flex;
  }
  footer {
    position: relative;
    padding: 20px;
    bottom: unset;
    left: unset;
  }
  .your-email {
    width: 85%;
  }
  .your-email input {
    width: 95%;
  }
  .home .content {
    display: none;
  }
  .info-desktop {
    display: none;
  }
  .info-mobile {
    display: inline-block;
  }
  #content-left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .logo {
    width: 70%;
  }
  .day-night {
    width: 20%;
    text-align: left;
  }
  .day-night img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .day-night img.night {
    bottom: 2px;
    left: 2px;
  }
  .burger {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 1px;
    background-color: #333;
    margin: 2px 0;
    transition: 0.4s;
  }
  .bar1 {
    margin: 0 0 7px;
  }
  .bar3 {
    margin: 7px 0 0;
  }
  .open-burger .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
  }
  .open-burger .bar2 {opacity: 0;}
  
  .open-burger .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  #content-right {
    left: 0;
    width: 100%;
  }
  #content-right .lg-row-empty {
    padding: 0;
  }
  .page-id-412 #content-right {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px){
  #content-left .content {
    padding: 20px 20px 10px;
  }
  .wpcf7 {
    margin-bottom: 20px;
  }
}
.otgs-development-site-front-end {
	display: none;
}