/* Reiniciar estilos básicos */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, figure, figcaption, blockquote, pre, code, address, time, iframe, audio, video, canvas, progress, meter, fieldset, form, label, legend, textarea, select, button, article, aside, details, embed, footer, header, nav, section, summary, mark, meter, progress, output, svg, canvas, dialog, template, picture {
  margin: 0;
  padding: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}


body {
  font-family: "Poppins", sans-serif;
  
}


ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  
}


table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
}

article, aside, details, footer, header, nav, section {
  display: block;
}

[hidden] {
  display: none;
}

video, audio {
  max-width: 100%;
  height: auto;
}

.button-arrow-up {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 40px;
  padding: 7px 14px;
  background-color: #2a2c31;
  border-radius: 1.9rem;
  border: 2px solid #fd7017;
}


.header-gradient {
  color: #fd7017 !important;
}

.menu {
  display: none;
  flex-direction: column;
  background-color: white;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  z-index: 9999;
  padding-left: 20px;
  font-size: 17.5px;
}

.menu a {
  padding: 10px;
  text-decoration: none;
  color: black;
  display: block;
}

.header-gradient {
  color: #fd7017 !important;
}

.menu a:hover {
  background-color: #ddd;
}

.img-menu {
  cursor: pointer;
}

.img-icon-menu {
  margin-left: -60px !important;
}

.text-footer {
  color: white !important;
}

.container-button-polizas {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.button-polizas {
  color: #fd7017;
  border-radius: 2rem;
  padding: 15px 30px;
  font-size: 17.5px;
  border: 2px solid #fd7017;
  background-color: white;
}

.footer-container-legend {
  margin-top: 20px;
  color: #bebdbd;
}



.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: 20px !important;
}

.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;
}

.footer-legend-text-g {
  color: gray
}

.section2-container-img {
  margin-top: 20px;
}




@media (min-width: 868px) {
  .footer-container-legend {
    display: flex;
    justify-content: space-between;
  }

  .container-footer {
    background-color: #181a20;
    padding: 20px 50px;

  }

  .container-foorter-full {
    display: flex;
    gap: 20px;
  }

  .footer-card1-container {
    flex: 1;
    padding-right: 20px;
  }

  .footer-card2-container {
    flex: 1;
    margin-top: 60px !important;
  }

  .footer-card2-container-child {
    display: flex;
    gap: 50px;
  }

  .container-img-footer {
    justify-content: start;
  }

  .footer-card1-text {
    margin-top: 10px;
  }



}


