:root {
	--backgroud-color: #F9F5F5;
	--grey-light-color:  #F4F4F4;
    --grey-intense-color: #898989;
    --white: #ffffff;

}

.contact-info-container {
    display: grid;
    grid-template-columns: 6fr 2fr;
    grid-gap: 40px;
    min-height: 182px;
    align-items: center;
  }
.social_item {
    height: 27px;
    width: 27px;
    /*border: solid 3px;*/
    display: inline-block;
}

.siguenosText1{
    height: 24px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    color: var(--hight-text-color);
}

.siguenosText2{
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    color: var(--text-color);
}

.container-socialmedia {
    display: flex;
    justify-content: space-between;
    max-width: 180px;
    margin-top: 17px;
  }

.primera_info {
    background-color: var(--grey-light-color);
    margin-top: 45px;
}


.segunda_info {
    height: 40px;
    padding: 10px 0px 13px 0px;
    background-color: var(--grey-intense-color);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--white);
}

.contactanosText {
    width: 100%;
    height: 19px;
    margin-bottom: 4px;
    font-family: "Open Sans";
    font-size: 16px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    float: left;
    color: var(--text-color);
  }

.textoExpertos {
  width: 100%;
  min-height: 24px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  float: left;
  color: var(--hight-text-color);
}

.info_data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

.divsBottomInfo{
    
    display: flex;
}

.infoContacto{
    float: left;
    margin-top: 23px;
    width: 100px;
    height: 22px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--text-color);
}


.contact_data {
  margin-top: 18px;
  max-width: 375px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact_data_item {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
  }
  .contact_data_item .fa {
    margin-right: 10px;
  }
  .asociations_container {
    display: flex;
    justify-content: space-between;
    /* padding-top: 20px; */
    align-items: center;
  }
  .footer_container {
    display: grid;
    grid-template-columns: 4fr 2fr;
    padding-top: 40px;
    padding-bottom: 40px;
    /* padding-bottom: 109px; */
  }
  .logo-follow-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact-links {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
  .links-list{
    list-style: none;
  }
  .links-list a {
    color: var(--header-color);
    text-decoration: none;
    font-size: 0.75rem;
  }
  .links-container{
    display: flex;
  }
  
  /* Pagina preguntas frecuentes */

  .faq-section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
}

.faq-section h1 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 32px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.faq-images {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq-images img {
    width: 318px;
    height: auto;
}

.faq-item {
    margin-bottom: 4px;
    width: 100%;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--text-color);
    cursor: pointer;
    font-family: "Open Sans";
    font-weight: bold;
}

.faq-question.active {
    color: var(--secondary-color);
    font-weight: bold;
}

.faq-answer {
    display: none;
    padding-left: 20px;
    font-size: 14px;
    font-family: "Open Sans";
    color: var(--text-color);
}

.faq-toggle {
    font-size: 24px;
    
}

/* Pagina contacto */
.container-contactanos {
  display: flex;
  align-items: center;
  padding: 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
text-align: left;
  margin-bottom: 50px;
  margin-top: 20px;
}

.image-section img {
  width: 600px;
  height: auto;
}

.contact-section {
  margin-left: 100px;
}

.contact-section h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 10px;
  font-family: "Open Sans";
  text-transform: capitalize;
}

.expert-text {
  font-size: 15px;
  color: var(--hight-text-color);
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Open Sans";
}

.contact-info p {
  font-size: 16px;
  margin: 30px 0;
  color: var(--text-color);
  font-family: "Open Sans";
}

.contact-info i {
  margin-right: 20px;
  color: var(--text-color);
}

.contact-info a {
  color: var(--text-color);
  text-decoration: none;
}


.linea-divisora {
  border-top: 1px solid #939393;
  margin: 20px 0;
  width: 100%;
}


/*pagina preguntas frecuentes */

.contact-form-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;

}

.contact-form-section h2 {
  font-size: 20px;
  color: var(--text-color);
  margin-bottom: 10px;
  font-family: "Open Sans";
  font-weight: bold;
}

.contact-form-section p {
  color: var(--text-color);
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 14px;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  color: var(--text-color);
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.form-group .datauser{
  display: flex;
  flex-direction: row;
  width: 48%;
}


.full-width {
  width: 100%;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--text-color);
}

.form-group input, textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  width: 100%;
  
}

.form-group textarea {
  resize: none;
}

.submit-btn {
  background-color: var(--secondary-color);
  color: var(--header-bgcolor);
  font-family: "Open Sans";
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 200px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

.submit-btn:hover {
  background-color: #d85c29;
}

/*pagina detalles hotel */


.rounded-btn-details {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: bold;
  border: 1px solid var(--header-color);;
  color: var(--text-color);
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.rounded-btn-details:hover {
  background-color: var(--secondary-color);
  color: var(--header-bgcolor);
}

.date-box {
  background-color: #fdece8;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  margin-left: 20px;
  width: 90%;
  margin-top: 25px;
  color: var(--text-color);
  visibility: collapse;
}

.date-box .label {
  color: #888;
  margin-bottom: 5px;
}

.date-box .dates {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.date-box .details {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

/*Loader*/
.loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loader {
  width: 62px;
  height: 62px;
  background-image: url("/assets/images/image_loader.png");
  animation: spin 2.4s linear infinite;
  margin-bottom: 45px;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/*
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 100%;
  background:
    linear-gradient(0deg ,rgba(255, 94, 0, 0.5) 30%,#9c796400 0 70%,rgb(211, 105, 6) 0) 50%/8% 100%,
    linear-gradient(90deg,rgba(255, 81, 0, 0.25) 30%,#9c796400 0 70%,rgba(255, 123, 0, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 100%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}

*/




.loading-text {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-loader {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}


.footer-text {
  font-size: 14px;
  color: var(--text-color);
  font-family: "Open Sans";
  margin-top: 15px;
}

@media screen and (max-width: 992px){
  .primera_info{
  margin-top: 50px;
  }

  .primera_info .container{
    margin-top: 50px;
    padding-top: 0px;
    }

  .social_data{
      display: inline-block;
      margin-bottom: 20px;
  }

  .followus {
    visibility: collapse;
  }

  .contact-info-container {
    grid-template-columns: 1fr;
    padding-top: 15px;
  }

  .contact-links {
    grid-template-columns: 1fr;
   
  }

  .footer_container{
    grid-template-columns: 1fr;
  }


  .links-container{
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .rounded-btn-details{
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-images{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 115%;
  }
  .faq-images img:first-child{
    width: 115%;
  }
  .faq-images img:nth-child(2) {
    visibility: collapse;
  }
  .faq-images img:nth-child(3) {
    visibility: collapse;
  }

  .date-box {
    visibility: visible;
  }

  .container-contactanos {
    flex-direction: column;
  }

  .image-section img {
    width: 400px;
  }

  .contact-section {
    margin-left: 0px;
  }

  .container-contactanos .contact-section{
    align-items: flex-start;
  }
  
  .links-list {
    width: 100%;
    padding-left: 0px;
  }
  .textoExpertos{
    max-width: 190px;
  }
}

@media screen and (max-width:480px){
	.buttons-section-details{
		justify-content: space-between;
	}

  .rounded-btn-details {
    font-size: 14px;
  }

  .date-box {
    visibility: visible;
  }
  
  .container-contactanos {
    flex-direction: column;
  }

  .image-section img {
    width: 400px;
  }

  .contact-section {
    margin-left: 0px;
  }

  .container-contactanos .contact-section{
    align-items: flex-start;
  }

  .followus {
    visibility: collapse;
  }
}