@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Poppins", serif;
}



.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.logo-resp {
  margin-left: -40px;
}

.container-section1 {
  padding: 0px 0px 400px 0;
  background-image: url("../img/fondo-acesor-1-resp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-header-full {
  display: none;
}

.section1-title {
  text-align: center;
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  padding-top: 30px;
}

.section1-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 30px 20px;
}

.section1-subtitle-span {
  color: #fd7017;
}

.container-main-button-section1 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.container-button-section1 {
  background-color: #fd7017;
  width: 230px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
  border-radius: 1rem;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
  cursor: pointer;
}

.container-button2-section1 {
  background-color: #25d366;
  width: 230px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
  border-radius: 1rem;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
  cursor: pointer;
}

.img-arrow-icon {
  margin-left: 10px;
}

.img-arrow-icon-ws {
  margin-right: 10px;
}

.container-section1-bot {
  background-color: #fff5ef;
  padding: 0 20px 20px 20px;
  position: relative;
}

.section1-bot-title {
  color: white;
  margin-top: -50px;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
  font-weight: 500;
}

.section1-bot-text {
  margin-top: 20px;
  font-size: 19px;
  line-height: 27px;
  font-weight: 300;
  color: #181a20;
  text-align: center;
  padding: 10px;
}

.section1-bot-text-span {
  color: #fd7017;
}

.img-flange-icon {
  display: flex;
  justify-content: center;
}

.container-section2 {
  padding: 20px;
}

.section2-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #181a20;
  margin-top: 20px;
}

.section2-text {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.container-img-map {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.container-section3 {
  padding: 20px;
}

.section3-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #181a20;
  margin-top: 20px;
}

.section3-container-card {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.7rem;
  margin-top: 30px;
}

.section3-card-img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.section3-card-title {
  color: #181a20;
  font-weight: 700;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  margin-top: 20px;
}

.section3-card-text {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.section3-card-button-container-main {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.section3-card-button-container {
  background-color: #fd7017;
  display: flex;
  align-items: center;
  color: white;
  padding: 20px 30px;
  border-radius: 0.7rem;
}

.section3-card-button-text {
  margin-right: 5px;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
}

.container-section4 {
  padding: 20px;
}

.section4-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #181a20;
  margin-top: 20px;
}

.section4-text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

.container-main-button-section4 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.container-section4-text-2 {
    display: flex;
    justify-content: center;
}

.section4-text-2 {
  color: #119A44;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 20px;
  max-width: 200px;
  text-align: center;
}

.container-section5 {
  padding: 20px;

}

.section5-container-text-main {
  margin-top: 40px;
}

.section5-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.section5-text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
}

.section5-container-card {
  margin-top: 10px;
}

.section5-card-text {
  color: #181A20;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.section5-card-text2 {
  color: #181A20;
  font-size: 18px;
  line-height: 28px;
}

.container-section6 {
  margin-top: 20px;
  padding: 20px;
}

.section6-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 33px;
  text-align: center;
}

.section6-text {
  color: #FD7017;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
}

.section6-container-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: .7rem;
  margin-top: 20px;
}

.section6-card-img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.section6-card-title {
  text-align: center;
  margin-top: 10px;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
}

.section6-card-text {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  margin-top: 10px;
}

.container-section7 {
  padding: 20px;
}

.section7-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.section7-container-card-main {
  border-radius: 1rem;
  padding: 1px;
  border: 2px solid #fff5ef;
  box-shadow: 0 0 20px rgba(255, 245, 239, 0.8);
}



.section7-card-item {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.section7-card-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff5ef;
  padding: 15px 10px;
  flex: 6;
}

.section7-card-text2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background-color: white;
  padding: 15px 10px;
  flex: 6;
}


.section7-card-img {
  background-color: #fff5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  flex: 1;
}

.section7-card-img2 {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  flex: 1;
}

.section7-card-img-icon {
  height: 26px;
  width: 26px;
}

.section7-button {
  text-align: center;
  margin-top: 20px;
  color: #FD7017;
  font-weight: 600;
  font-size: 19px;
  line-height: 43px;
  cursor: pointer;
}

.container-section8 {
  padding: 20px;
}

.container-section9 {
  padding: 20px;
  background-color: #fff5ef;
}

.section9-title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
} 

.section9-subtitle {
  color: #181A20;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
} 

.section9-text {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  text-align: center;
} 

.section9-text2 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
} 

.section9-text-span {
  color: #FD7017;
} 

.section9-container-img {
  display: flex;
  justify-content: center;
}

.section9-container-icon {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.section9-icon {
  width: 150px;
}

.container-section10 {
  padding: 20px;
}

.section10-title {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.section10-subtitle {
  text-align: center;
  color: #181A20;
  font-size: 18px;
  line-height: 26px;
}

.section10-subtitle-span {
  font-weight: 600;
}

.section10-container-text {
  margin-top: 20px;
}

.section10-text1 {
  background-color: #f4f8fc;
  border-radius: .7rem;
  padding: 10px;
  color: #262A37;
}

.section10-text2 {
  background-color: #f0fceb;
  border-radius: .7rem;
  padding: 10px;
  color: #59C526;
  margin-top: 10px;
}

.section10-text3 {
  background-color: #fff5ef;
  border-radius: .7rem;
  padding: 10px;
  color: #FD7017;
  margin-top: 10px;
}

.section10-container-text2 {
  padding: 10px;
  background-color: #f4f8fc;
  margin-top: 20px;
}

.section10-color-icon-li {
  color: #FD7017;
  margin-right: 10px;
}

.section10-text-4 {
  color: #262A37;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
}

.section10-text-4-span {
  color: #FD7017;
}

.container-section11 {
  padding: 20px;
}

.section11-container-form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: .7rem;
}

.section11-header {
  background-color: #232323;
  padding: 20px;
  border-top-left-radius: .7rem;
  border-top-right-radius: .7rem;
}

.section11-header-title {
  color: white;
  text-align: center;
}

.section11-header-text {
  color: white;
  margin-top: 10px;
  text-align: center;
}

.section11-container-form-body {
  padding: 20px;
}

.section11-container-input {
  margin-top: 10px;
}

.name-input-text {
  font-weight: 600;
  font-size: 17px;
}

.span-red {
  color: #f30707;
}

.input-text {
  padding: 10px;
  width: 100%;
  border-radius: .4rem;
  border: 1px solid #D1CFCF;
  margin-top: 5px;
}

.input-select {
  width: 100%;
  border-radius: .4rem;
  border: 1px solid #D1CFCF;
  padding: 10px;
}

.container-button-form {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-form1 {
  background-color: #FD7017;
  padding: 10px 25px;
  color: white;
  border-radius: .7rem;
}


.button-form2 {
  background-color: white;
  padding: 10px 25px;
  color: #FD7017;
  border-radius: .7rem;
  border: 1px solid #FD7017;
}

.container-section7-title {
  display: flex;
  justify-content: center;
}

.section7-subtitle {
  text-align: center;
}

/* mapa  */
.mapa-container {
  position: relative;
  margin: 20px auto;
  overflow: hidden;
}

.mapa-full {
  display: block;
  width: 100%;
  height: auto;
}

.info-tooltip {
  position: fixed;
  background-color: gray;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 20;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -100%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.info-tooltip.visible {
  display: block;
  opacity: 1;
}

.info-tooltip::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f77f00;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-title {
  margin: 0 0 5px 0;
  font-size: 1.1em;
  font-weight: bold;
}

.tooltip-phone {
  margin: 0;
  font-size: 0.9em;
}

.map-container-call-div .phone-entry {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: inherit;
}

.map-container-call-div .phone-entry img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}

.map-container-call-div .phone-entry p {
  margin: 0;
  font-size: 0.9em;
  white-space: normal;
}

.tooltip-phone {
  margin: 0;
  padding: 0;
}






























































.container-button1 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.button-save-exit {
  padding: 20px 5px;
  border: 1px solid #fd7017;
  background-color: white;
  color: #fd7017;
  border-radius: 0.7rem;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  width: 160px;
}

.button-save-next {
  padding: 20px 5px;
  border: 1px solid white;
  background-color: #fd7017;
  color: white;
  border-radius: 0.7rem;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  width: 180px;
}

.button-save-full {
  padding: 20px 5px;
  border: 1px solid white;
  background-color: #fd7017;
  color: white;
  border-radius: 0.7rem;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  width: 100%;
  margin-top: 10px;
}

.container-footer {
  background-color: #181a20;
  padding: 20px;
}

.container-img-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer-card1-container {
  margin-top: 20px;
}

.footer-card1-text {
  color: #bebdbd;
  font-size: 16px;
  line-height: 21px;
}

.footer-card1-text2 {
  color: #bebdbd;
  font-size: 16px;
  line-height: 21px;
  margin-top: 30px;
}

.footer-card1-text3 {
  color: #ffffff;
  margin-top: 20px;
}

.footer-card1-text4 {
  color: #ffffff;
  margin-top: 40px;
}

.footer-container-redes {
  display: flex;
  margin-top: 20px;
}

.img-redes-resp {
  margin-right: 40px;
}

.footer-container-email {
  padding: 10px;
  background-color: #2a2c31;
  border-radius: 0.7rem;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.form-input {
  background-color: #2a2c31;
  border: none;
  padding: 10px;
  color: white;
}

.form-input-button {
  background-color: #2a2c31;
  border: none;
  padding: 10px;
  color: white;
  width: 60%;
}

.button-footer-span {
  background-color: #383a3e;
  padding: 16px 25px;
  color: #ffffff;
  border-radius: 0.7rem;
}

.footer-card2-container {
  margin-top: 40px;
}

.footer-link {
  color: #bebdbd;
  font-size: 16px;
  line-height: 14px;
  margin-top: 15px;
}

.footer-card2-text1 {
  color: #ffffff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  margin-top: 10px;
}

.footer-border-bootom {
  width: 100%;
  border-bottom: 1px solid #bebdbd;
  margin-top: 40px;
}

.footer-container-legend {
  margin-top: 20px;
  color: #bebdbd;
}

.footer-legend-text {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.container-input-checkbox {
  display: flex;
  align-items: start;
  margin-top: 20px;
}

.input-checkbox-label {
  color: #737373;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}

.title-form-header {
  color: #181a20;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.error-message {
  color: red;
  font-size: 0.875em;
  display: none;
}

.section2-map-full {
  display: none;
}

.section4-img-full {
  display: none;
}

.section5-img-full {
  display: none;
}


.container-section7-show {
  margin-top: 20px;
  display: none;
}

.section7-card-text-title {
  text-align: center;
  font-size: 19px;
}

.section7-container-card-main {
  margin-top: 20px;
}

.section5-container-img {
    margin-top: 20px;
    
  }


@media (min-width: 920px) {
  .container-header {
    display: none;
  }

  .container-section1-main {
    background-image: url("../img/fondo-acesor-1-full.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-section1 {
    background-image: none;
  }

  .container-header-full {
    display: block;
    width: 100%;
  }


  .container-header-link {
    display: flex;
    justify-content: space-between;
    color: #000000;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    margin: 0 10px;
    flex-wrap: wrap;
  }

  .header-link-i {
    display: flex;
    color: #000000;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    margin-right: 20px;
  }

  .header-link-button {
    color: #fd7017;
    border: 1px solid #fd7017;
    padding: 10px;
    border-radius: 1.5rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0 10px;
  }

  .border-header-full {
    border-bottom: 1px solid #fd7017;
    width: 20px;
    margin: 0 5px;
  }

  .header-full-container-title {
    padding: 0px 150px;
    margin-top: 20px;
  }

  .header-full-title {
    font-size: 41px;
    line-height: 58px;
    font-weight: 600;
  }

  .border-header-full-title {
    border-bottom: 3px solid #fd7017;
    width: 710px;
  }

  .container-section1-full {
    display: flex;
    justify-content: space-between;
  }

  .container-section1 {
    padding: 0 0 0 80px;
    max-width: 580px;
  }

  .container-section1-div {
    width: 750px;
  }

  .section1-title {
    text-align: left;
    font-size: 34px;
    line-height: 48px;
  }
  
  .section1-subtitle {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    padding: 10px 70px 10px 0;
  }
  
  .container-main-button-section1 {
    display: flex;
    justify-content: start;
    margin-top: 20px;
  }

  .section2-map-full {
    display: block;
  }

  .section2-map-resp {
    display: none;
  }

 .section2-title {
    font-size: 30px;
    line-height: 43px;
    margin-top: 30px;
  }

  .container-section2-text {
    display: flex;
    justify-content: center;
  }

  .section2-text {
    max-width: 500px;
    margin-top: 10px;
  }

  .container-section3 {
    margin-top: 40px;
  }

  .section3-title {
    font-size: 28px;
    line-height: 43px;
  }

  .section3-container-card-main {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
  }

  .section3-container-card {
    flex: 1;
    max-width: 350px;
  }

  .section3-card-text {
    height: 80px;
  }

  .container-section4 {
    display: flex;
    padding: 100px;
    align-items: center;
  }

  .section4-img-resp {
    display: none;
  }

  .section4-img-full {
    display: block;
  }

  .section4-title {
    text-align: left;
  }

  .section4-text {
    text-align: left;
  }

  .section4-container-text {
    padding-right: 100px;
    flex: 1;
    max-width: 600px;
  }

  .section4-container-img {
    flex: 1;
  }

  .section4-container-text-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .container-section5 {
    display: flex;
    flex-direction: row-reverse;
    padding: 100px;
    align-items: center;
  }



  .section5-img-resp {
    display: none;
  }

  .section5-container-text-main {
    flex: 1;
    padding-left: 50px;
    margin-top: 0;
  }

  .section5-container-card {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-top: 20px;
  }

  .section5-container-text-title {
    padding-left: 80px;
  }



  .section5-container-img {
    flex: 1;
    
  }

  .section5-img-full {
    display: block;
  }

  .section6-container-card-main {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 20px;

  }

  .section6-container-card {
    max-width: 400px;
    height: 300px;
  }

  .container-section7 {
    margin-top: 100px;
  }

  .section7-container-main-full {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .section7-container-card-main {
    width: 700px;
  }

  .section7-card-img {
    height: 54px;
  }

  .section7-card-img2 {
    height: 54px;
  }

  .container-section9 {
    display: flex;
    padding: 70px 100px;
    align-items: start;
    justify-content: center;
  }

  .section9-container-img {
    flex: 1;
  }

  .section9-container-2 {
    padding-right: 150px;
    flex: 1;
  }

  .section9-title {
    margin-top: 40px;
    font-size: 27px;
    line-height: 43px;
    text-align: left;
  }

  .section9-subtitle {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .section9-text {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    
  }

  .section9-text2 {
    text-align: left;
  }

  .section9-container-icon {
    margin-top: 20px;
    justify-content: start;
    gap: 20px;
    
  }

  .section10-container-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .section10-text1 {
    font-size: 17px;
    line-height: 38px;
    padding: 10px 30px;
  }

  .section10-text2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 38px;
    padding: 10px 30px;
  }

  .section10-containet-text3 {
    display: flex;
    justify-content: center;
  }

  .section10-text3 {
    width: 850px;
    text-align: left;
    font-size: 17px;
    line-height: 38px;
    padding: 10px 30px;

  }

  .section10-container-text2 {
    display: flex;
    justify-content: center;
    background-color: white;
  }

  .section10-container-text2-full {
    width: 600px;
    padding: 10px 30px;
    background-color: #f4f8fc;
    border-radius: .7rem;
  }

  .container-section11 {
    display: flex;
    justify-content: center;
  }

  .section11-container-form-body {
    padding: 20px 40px;
  }

  .section11-container-form {
    width: 900px;
  }

  .section11-container-input-full {
    display: flex;
    gap: 20px;
  }

  .section11-container-input {
    flex: 1;
    margin-top: 20px;
  }

  .input-text {
    margin-top: 10px;
  }

  .input-select {
    margin-top: 10px;
  }

  .container-button-form {
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .section7-title {
    max-width: 500px;
  }

  .section7-subtitle {
    max-width: 600px;
  }

  .container-img-footer {
    justify-content: start;
    margin-bottom: 20px;
  }

  .header-link {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 500;
  }

  
  



  
  




















  .button-save-exit {
    width: 240px;
    margin-right: 20px;
  }

  .button-save-next {
    width: 240px;
    margin-right: 20px;
  }

  .button-save-full {
    margin-top: 20px;
    width: 240px;
  }

  .container-footer {
    background-color: #181a20;
    padding: 20px 50px;
    margin-top: 100px;
  }

  .container-foorter-full {
    display: flex;
    gap: 20px;
  }

  .footer-card1-container {
    flex: 1;
  }

  .footer-card2-container {
    flex: 1;
  }

  .footer-card2-container-child {
    display: flex;
    gap: 50px;
  }


}

@media (min-width: 1420px) {
  .header-link-main-c {
    display: flex;
    justify-content: space-between;
  }

  .container-header-link-main {
    gap: 30px;
  }

  

  .container-section1-main {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 220px;
  }

  .container-main {
    display: flex;
    justify-content: center;
  }
  
  .container-card-main {
    max-width: 1450px;
  }




}