/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/**************
 * FORMULARIO PRESUPUESTA Y FORMULARIO CONTACTO*
 **************/
.s_btn-presupuesta {
  display: none;
}

.gf_presupuestar {
  background-color: #e9f6fe;
  padding: 40px 50px;
}

.presupuesta_btn {
  display: inline-block;
  height: 36px;
  width: 110px;
  color: #FFF;
  background-color: #05AEE6;
  border-radius: 10px;
  line-height: 5px;
  cursor: pointer;
}

.gf_presupuestar [id^='input_1']:not([class='gfield_checkbox']):not([id='input_1_18']):not([id='input_1_64']):not([id='input_1_65']):not([type='submit']),
.gf_presupuestar [class*='select2-selection-'] {
  background: #ffffff00!important;
  border: 2px solid #d9d9d9;
}

body[data-form-submit=see-through] input[type=submit] {
  background-color: #05AEE6!important;
  border: none!important;
  color: #fff!important;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
/* .gf_presupuestar input, select {
  background: #ffffff00!important;
  border: 2px solid #d9d9d9!important;
} */
.gf_title-head label {
  font: normal normal bold 14px/20px 'Roboto', sans-serif;
}

.gf_title-head input {
  background: #c6eafa;
  border: 2px solid #d9d9d9;
  font: normal normal 500 14px/20px "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

[class*="gf_category-"] .select2-selection--single {
  background-color: #c6eafa !important;
  border: 2px solid #d9d9d9;
  font: normal normal 500 14px/20px "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.gf_presupuestar .gfield_required,
.gf_presupuestar .gfield_label {
  color: #0a375f !important;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
}

.gsection_title {
  color: #545454;
}

.gf_section-divider {
  border-bottom: 2px solid #25b7f0 !important;
}

.gf_medida label {
  margin-top: 22px !important;
  margin-bottom: 17px !important;
}

.show-form {
  display: block !important;
  opacity: 1 !important;
}

.gf_cantidad-field label {
  display: flex !important;
  align-items: center;
}

.quantity-info {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  background-color: #0a375f;
  border-radius: 50%;
  width: 20px;
  padding: 3px;
}

.quantity-info img {
    object-fit: contain;
    max-height: 12px;
    max-width: 20px !important;
    width: 12px!important;
}

.quantity-popup {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 30%), 0 0.0625rem 0.125rem rgb(0 0 0 / 20%);
  color: #777a7c;
  display: none;
  font: normal normal normal 14px/18px 'Roboto', sans-serif;
  text-transform: none;
  position: absolute;
  width: max-content;
  max-width: 15em;
  padding: 15px 20px;
  z-index: 9999;
}

.gf_whatsapp input, .gf_whatsapp label {
    top: 13px!important;
    position: relative;
    font-weight: 400;
    color: #545454;
}

#gform_1 {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
}

.file-icon {
  font-size: 18px;
  font-weight: 600 !important;
  transform: rotateX(180deg);
  margin-left: 5px;
}

.gf_upload-file button {
  padding: 17px;
  background-color: #0a375f;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}

.gf_upload-btn {
  align-items: center;
  border: 2px solid #d9d9d9;
  display: flex;
  gap: 10px;
  height: auto;
  width: 100%;
}

.gf_upload-btn p:first-child {
  background-color: #0a375f;
  color: #FFF;
  cursor: pointer;
  font: normal normal normal 14px/20px 'Roboto', sans-serif;
  padding: 17px;
}

.gf_upload-btn p:last-child {
  color: #777a7c;
  text-transform: none;
  font: normal normal normal 14px/1 'Roboto';
}

@media (max-width: 680px) {
  .gf_title-head input {
    width: 100% !important;
  }
}

.gf_presupuestar .ginput_container {
  position: relative;
}

.gform_fileupload_rules {
  display: none!important;
}

.ginput_recaptcha > div:first-child {
  width: 100%!important;
}
.rc-anchor-logo-portrait {
  margin: 5px 0!important;
}


/*********************** CONTACT ***********************/
.gf_validity-form {
  position: relative;
}

.gf_no-required {
  position: relative;
}

.gf_contact-form .gfield_label,
.gf_contact-form label {
  font-size: calc(1rem -2px) !important;
  font-weight: 500 !important;
  color: #FFF !important;
  font-family: 'Roboto' !important;

}

.gf_contact-form .gfield_required {
  color: #FFF !important;
}

.gf_contact-form input,
.gf_contact-form textarea {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.gf_contact-form input::placeholder,
.gf_contact-form textarea::placeholder {
  color: #111 !important;
}

[class*="gf_phone"] .charleft {
  display: none;
}

.valid {
  border: 2px solid #16a24b !important;
}

.invalid {
  border: 2px solid #ff0000 !important;
}

.valid-icon {
  color: #16a24b;
  position: absolute !important;
  right: -11px;
  font-weight: bold;
  font-size: 13px;
}

.valid-input {
  color: #16a24b;
  position: absolute !important;
  right: -11px;
  font-weight: bold;
  font-size: 13px;
}

.invalid-msg {
  background-color: #ffffff;
  box-shadow: 0px 3px 21px -6px #000000;
  font-weight: 400;
  color: #ff0000;
  padding: 5px;
  position: absolute;
  bottom: -38px;
  left: 10px;
  z-index: 1;
}

.msg-description {
  margin-left: 15px;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
}

.gf_contact-form [type*='submit'] {
  float: right;
}

@media (min-width: 640px) {
  .gf_phone-number {
    grid-column: span 3;
    align-self: flex-end;
  }

  .gf_phone-number {
    align-self: flex-end;
    grid-column: span 7;
  }

  .gf_whatsapp {
    align-self: center;
    grid-column: span 2;
  }
}

.hide-form {
  display: none !important;
}

.close-confirmation {
  padding: 10px;
  font: normal normal normal 1rem/1rem 'Roboto', sans-serif;
  color: #fff;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0;
}

.close-confirmation:hover {
  color: #00adee;
  background-color: #FFF;
  border: 1px solid #00adee;
}

.close-confirmation-2 {
  padding: 10px;
  font: normal normal normal 1rem/1rem 'Roboto', sans-serif;
  color: #25b7f0;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #25b7f0;
  cursor: pointer;
  opacity: 0;
}

.close-confirmation-2:hover {
  color: #FFF;
  background-color: #00adee;
  border: 1px solid #FFF;
}

.form-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  /* position: absolute; */
  /* right: 50px; */
  height: 36px;
  border-radius: 50%;
  border-left-color: #05AEE6;
  animation: spin 1s ease infinite;
  margin: -30px 0;
  z-index: 99999;
}

.form-spinner-2 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  float: right;
  height: 36px;
  border-radius: 50%;
  border-left-color: #05AEE6;
  animation: spin 1s ease infinite;
  margin: 0 20px;
  z-index: 99999;
}
.gf_contact-form .required-advice {
  font-weight: bold;
  font-size: 15px;

}
.gf_presupuestar .required-advice {
  font-weight: bold;
  font-size: 15px;
  color: #0a375f;
  
}

.submit-disabled {
  pointer-events: none;
  cursor: default;
}

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

  100% {
    transform: rotate(360deg);
  }

}

/************************
 * CONFIRMATION MESSAGE *
 ************************/

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

.gf_thanks_content {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  text-align: center;
  box-sizing: border-box;
  background-color: #25b7f0;
  height: auto;
  position: relative;
  width: 100%;
  transition: display 0.5s ease-in-out;
}

.thanks_message {
  margin: 40px auto;
  padding: 0 50px;
}

.thanks_message p {
  color: #fff;
  font: normal normal normal 24px / 1.4rem 'Roboto', sans-serif;
}

.mg_logotipo {
  width: 100%;
}

.mg_logotipo img {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 130px !important;
}

#gform_ajax_spinner_2,
#gform_ajax_spinner_1 {
  display: none !important;
}

@media (max-width: 680px) {
  .thanks_message {
   padding: 20px;
  }
}

@media (max-width: 480px) {
  .gf_presupuestar{
    padding: 10px;
  }

  .thanks_message {
    padding: 10px;
   }
   .thanks_message p {
    font-size: 18px;
   }

  .mg_logotipo img {
    width: 100px !important;
  }
}

.LandbotLivechat {
    bottom: 40px!important;
}
/***********
 * GALERIA *
 ***********/


/*  .gallery-section {
  display: grid;
} */

.gallery-list {
  padding: 50px 10px 80px 10px;

  /* display: flex;
  flex-wrap: wrap;
  background-color: #333;
  gap: 5px 10px ;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center; */
}

/* .gallery-item {
  list-style: none;
}
.gallery-item a {
  display: flex;
} */
.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* max-height: 448px;
  max-width: 448px; */
}
.header-image img {
  width: 100%;
  height: auto;
}

.gallery-list {
  background-color: #DFDDE2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.gallery-list,
.gallery-item {
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 690px){
  body:not(.single-post) #page-header-bg:not(.fullscreen-header){
  height: 300px !important;
  }
  }
  
  @media only screen and (max-width: 690px){
  #page-header-bg[data-bg-pos="center"] .page-header-bg-image{
    background-position: 33% 75% !important;
  }
  }

@media only screen and (max-width: 768px) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Apply responsive header for post */
/*reverse row in desktop*/
@media only screen and (min-width: 1001px) {   
  .reverse-row >.col.span_12 {        
 flex-direction: row-reverse !important;  
   }
 }
 
 body [class^="icon-"].icon-default-style {
     line-height: 15px;
     height: 15px;
     font-size: 15px;
 }
 
 
 @media only screen and (max-width: 690px){
 body:not(.single-post) #page-header-bg:not(.fullscreen-header){
 height: 300px !important;
 }
 }
 
 @media only screen and (max-width: 690px){
 #page-header-bg[data-bg-pos="center"] .page-header-bg-image{
   background-position: 33% 75% !important;
 }
 }

 /* Landbot styles */
 /*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.landbot__prompt-block {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 90px;
  right: 30px;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 15px 30px;
  background-color: #fff;
  -webkit-box-shadow: 10px 13px 73px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 13px 73px -21px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 13px 73px -21px rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  white-space: nowrap;
}

.landbot__prompt-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -14px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  cursor: pointer;
  visibility: hidden;
}

.landbot__prompt-block::after {
  content: "";
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
  position: absolute;
  right: 21px;
  bottom: -7px;
  left: auto;
}
.landbot__prompt-block:hover .landbot__prompt-close {
  visibility: visible;
}
.landbot__prompt-close svg {
  width: 15px;
  height: 17px;
}

.landbot__prompt-inner {
  overflow: visible;
}

/* CSS */
.landbot-prompt-typing {
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}

.landbot-prompt-typing div {
  display: inline-block;
  margin-right: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}
.landbot-prompt-typing div:nth-child(1) {
  animation: dot1 1s infinite;
}
.landbot-prompt-typing div:nth-child(2) {
  animation: dot2 1s infinite;
}
.landbot-prompt-typing div:nth-child(3) {
  animation: dot3 1s infinite;
}
@keyframes dot1 {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }
  20% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
    opacity: 0.5;
  }
}

@keyframes dot2 {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }
  40% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
    opacity: 0.5;
  }
}

@keyframes dot3 {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
    opacity: 0.5;
  }
}

.landbot-prompt-typing {
  animation: dots-down 1s infinite;
}

@keyframes dots-down {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
