@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
  font-family: "Montserrat", sans-serif;
}
p{
  margin: 0;
}
a {
    text-decoration: none !important;
}
section#banner:before {
    content: '';
    position: absolute !important;!i;!;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom right, transparent 50%, #ffffff 50%);
    width: 100%;
    height: 200px;
    z-index: 2;
}

section#banner {
    position: relative;
}

section#banner * {
    position: relative;
    z-index: 3;
}
.form-box {
    background-color: #fff;
    margin-top: 40px;
    padding: 30px 30px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
      box-shadow: 0 0 24px #0000000f;
}

.form-box input:not([type="submit"]),.form-box select {
    border: 0;
    border-bottom: 1px solid #A71930;
    padding: 8px 15px;
}

.form-box input[type="submit"] {
    display: block;
    color: #fff;
    background-color: #A71930;
    border: 0;
    width: 100%;
    max-width: 120px;
    padding: 8px;
    margin: 30px auto 0px;
}

.form-box h3 {
    text-transform: uppercase;
    font-size: 25px;
}

ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
    text-align: left;
    font-size: 12px;
    list-style: none;
}

.input {
    text-align: left;
}
#banner{
  padding: 70px 0;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-text {
  text-align: center;
  color: #A71930;
}
.banner-text p {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
}
.banner-text h2{
  font-weight: 800;
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
}
header {
  background-color: #BC2924;
  padding: 5px 0;
}
#proyectos{
  padding: 60px 0;
}
.txt-red h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  color: #A71930;
  margin: 0;
}
.txt-red p {
  font-size: 12px;
  font-weight: 400;
  color: #A71930;
  text-transform: uppercase;
}
.txt-num {
  font-weight: 400;
  font-size: 15px;
  color: #6E0007;
  margin-bottom: 20px;
  margin-top: 20px;
}
.txt-num span {
  font-size: 18px;font-weight: 700;
}
.icons-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.icons span {
  color: #6C757D;
  font-size: 15px;
  line-height: 1.2;
}
.btn {
  margin-top: 30px;
  padding: 0;
}

.btn a {
  border: 1px #A71930 solid;
  padding: 8px 40px 8px 40px;
  font-weight: 600;
  font-size: 12px;
  color: #A71930;
  display: inline-block;
}
.card{
  max-width: 365px;
}
.card-text {
  padding: 15px 30px 30px;
}
.flex{
  display: flex;
  align-items: center;
  gap: 5px;
}
.card-img img {
  width: 100%;
  object-fit: cover;
}

/*footer*/
#footer{
  background-color: #BC2924;
}
#footer ul{
  list-style:none;
}
#footer .parte1 {
  padding: 60px 0 30px;
}
#footer .parte2{
  padding: 40px 0;
}
#proyectos .col-md-4.col-12.mb-5 {
    display: flex;
    justify-content: center;
}
.foot-logo {
    max-width: 20%;
  margin-bottom: auto;
}
.proyectos {
    max-width: 55%;
    margin-bottom: auto;
}
.enlaces {
    max-width: 25%;
  margin-bottom: auto;
}

/*proyectos*/
.proyectos-titulo h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.list-link li {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
}
.list-link li a {
    color: #ffffff;
}
.list-link-2 li {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.list-link-2 a{
  color: #ffffff;
}
.footer-icons {
    display: flex;
    gap: 32px;
    justify-content: center;
}
.list-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: end;
    align-items: center;
}
.item-desktop {
    font-weight: 700;
    font-size: 12px !important;
}
.list-3 li {
    color: #ffffff;
    font-size: 10px;
}


/* responsive */
@media (max-width: 992px) {
  .foot-logo {
    max-width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .foot-logo img{
  width: 180px;
  }
  .proyectos {
      max-width: 70%;
  }

  .enlaces {
      max-width: 30%;
  }

  .list-link li {
      font-size: 16px;
  }

  .list-link-2 li {
      font-size: 16px;
  }
  .parte2 .col-5 {
    width: 100%;
    padding-bottom: 15px;
  }
  .parte2 .col-7 {
    width: 100%;
  }
  .list-3 {
      justify-content: center;
  }
  #footer .parte2 {
    padding: 20px 0 40px;
  }
  .btn a {
    padding: 8px 20px;
  }
}

@media (max-width: 768px){
  .proyectos {
    max-width: 100%;
    display: none;
  }
  .enlaces {
    max-width: 100%;
    text-align: center;
  }
  .item-desktop {
      font-weight: 700;
      font-size: 12px !important;
  }
  .list-3 li {
      color: #ffffff;
      font-size: 10px;
  }
}


