@import url("https://fonts.cdnfonts.com/css/bahnschrift");
* {
  font-family: 'Bahnschrift', sans-serif; }

body {
  padding: 0;
  margin: 0; }

.top-bg {
  background: #dd1b2e;
  background: linear-gradient(90deg, #dd1b2e 0%, #fa7d5a 100%);
  padding: 64px 0; }
  .top-bg h2 {
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 43px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 24.8px; }

a {
  text-decoration: none; }

.main-bg {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  min-height: 765px;
  height: 100vh;
  overflow: hidden; }

.gif-arrow {
  position: absolute;
  left: 45%;
  top: 93%; }
  .gif-arrow img {
    max-width: 110px; }

.main-sales {
  padding: 128px 0; }
  .main-sales .link {
    text-decoration: none;
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
    height: 175px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
    .main-sales .link img {
      max-height: 145px; }
    .main-sales .link figure img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .main-sales .link figure:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.buen-fin {
  background: #ffffff;
  position: relative;
  margin-bottom: 128px; }
  .buen-fin .social-title {
    font-size: 42px;
    color: #000000;
    font-weight: 600; }
  .buen-fin .red-social a {
    margin: 0 13px; }
  .buen-fin .red-social img {
    max-width: 57px;
    box-shadow: 21px 15px 33px -15px rgba(13, 0, 105, 0.51);
    -webkit-box-shadow: 21px 15px 33px -15px rgba(13, 0, 105, 0.51);
    -moz-box-shadow: 21px 15px 33px -15px rgba(13, 0, 105, 0.51);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .buen-fin .red-social img:hover {
    box-shadow: 0px 0px 33px -15px rgba(13, 0, 105, 0.51);
    -webkit-box-shadow: 0px 0px 33px -15px rgba(13, 0, 105, 0.51);
    -moz-box-shadow: 0px 0px 33px -15px rgba(13, 0, 105, 0.51); }

.line-red {
  background: #8b2a23;
  background: linear-gradient(90deg, #8b2a23 0%, #b93028 100%);
  height: 10px;
  width: 100%; }

.line-blue {
  background: #4275b4;
  background: linear-gradient(90deg, #4275b4 0%, #4275b4 100%);
  height: 10px;
  height: 10px;
  width: 100%; }

footer .place {
  padding: 32px 0;
  background: #dd1b2e;
  background: linear-gradient(90deg, #dd1b2e 0%, #fa7d5a 100%); }
  footer .place ul {
    margin: 0;
    padding: 0;
    padding: 0px 15px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center; }
    footer .place ul li {
      display: inline-block;
      margin: 0 10px; }
      footer .place ul li a {
        color: #fff;
        font-size: 40px;
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none; }
footer hr {
  margin: 0;
  padding: 0; }
footer .aviso .logo-footer {
  margin: 64px 0; }
footer .aviso .link-aviso {
  font-size: 19px;
  color: #000000;
  border-bottom: solid 2px #bcbcbc;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 32px; }
footer .aviso .gig {
  text-align: center; }
  footer .aviso .gig span {
    font-size: 16px;
    margin-bottom: 32px;
    display: block; }
  footer .aviso .gig b {
    font-size: 16px;
    margin-bottom: 32px;
    display: block; }

.form-floatinger {
  max-width: 90%;
  margin: 30px auto;
  position: relative; }
  .form-floatinger .form-control, .form-floatinger .form-select {
    border-radius: 0;
    border: solid 1px #bdbac0;
    height: 50px;
    border-radius: 5px;
    color: #333333; }
  .form-floatinger .form-control:focus, .form-floatinger textarea:focus {
    border: solid 1px #333333;
    box-shadow: none;
    -webkit-box-shadow: 1px 0px 6px 1px rgba(16, 125, 97, 0.15);
    box-shadow: 1px 0px 6px 1px gba(16, 125, 97, 0.15); }
  .form-floatinger textarea {
    border: solid 1px #bdbac0;
    min-height: 120px;
    resize: none;
    margin-bottom: 32px;
    border-radius: 5px;
    color: #333333; }
  .form-floatinger .form-select {
    border: solid 1px #bdbac0;
    resize: none;
    margin-bottom: 32px;
    border-radius: 5px;
    color: #333333; }
  .form-floatinger textarea:focus, .form-floatinger .form-select:focus {
    border: solid 1px #333333;
    box-shadow: none;
    -webkit-box-shadow: 1px 0px 6px 1px rgba(16, 125, 97, 0.15);
    box-shadow: 1px 0px 6px 1px gba(16, 125, 97, 0.15); }

.send {
  width: 90%;
  background-color: #ff162a;
  border: none;
  text-transform: uppercase;
  font-size: 23px;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto; }
  .send:hover {
    background-color: #ff8b61; }

.form-floating > .form-control:focus ~ .error, .form-floating > .form-control:not(:placeholder-shown) ~ .error, .form-floating > .form-select ~ .error {
  transform: none !important; }

.form-section {
  margin: 128px 0;
  padding-top: 64px; }
  .form-section .contact-head, .form-section .desarrollos {
    color: #000000;
    font-weight: 600;
    font-size: 38px;
    line-height: 54px; }
  .form-section p {
    font-size: 22.5px; }
  .form-section form label {
    font-size: 18px;
    margin-bottom: 12px; }
  .form-section form input, .form-section form textarea {
    font-size: 17px;
    margin-bottom: 32px; }

.call-us .call {
  color: #000000;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 900; }
.call-us .address {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin: 40px 0; }
  .call-us .address b {
    font-weight: 900; }

.form-floating .error {
  color: #000000;
  font-size: 16px;
  border: solid 1px #ff5656;
  text-align: left; }

label.error {
  color: #ff5656 !important;
  font-size: 12px !important;
  border: none !important;
  position: absolute;
  bottom: -31px;
  right: 0;
  text-align: right !important;
  padding: 0; }

.send-fail {
  color: #ffffff; }
  .send-fail h3 {
    font-size: 32px; }
  .send-fail p {
    font-size: 18px; }

@media only screen and (max-width: 600px) {
  .main-bg {
    background-image: url("../images/nov2022_movil.jpg");
    min-height: 650px;
    height: auto; }

  .gif-arrow {
    position: absolute;
    left: 40%;
    top: 90%; }
    .gif-arrow img {
      max-width: 70px; }

  .buen-fin .fin-img {
    max-width: 242px;
    left: 20%;
    top: -175px; }

  .top-bg h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal; }

  .main-sales {
    padding: 32px 0; }
    .main-sales .link {
      width: 75%;
      margin: 0 auto;
      margin-bottom: 16px;
      height: 120px; }
      .main-sales .link img {
        max-height: 90px; }

  .red-social .main-social {
    flex-direction: row;
    flex-wrap: wrap; }
    .red-social .main-social a {
      margin: 25px 14px; }

  .form-section .contact-head, .form-section .desarrollos {
    font-size: 28px;
    line-height: initial; }

  .form-section {
    padding-left: 10px;
    padding-right: 10px; }

  footer .place ul {
    flex-direction: column; }
    footer .place ul li {
      margin: 16px 0;
      display: block; }
      footer .place ul li a {
        font-size: 20px; }

  footer .aviso .logo-footer {
    margin: 32px 0; }
    footer .aviso .logo-footer img {
      margin: 0 auto;
      max-width: 130px; }
  footer .aviso .link-aviso {
    font-size: 16px; }

  footer .aviso .gig span, footer .aviso .gig b {
    font-size: 12px; } }
@media only screen and (min-width: 601px) {
  .main-bg {
    background-image: url("../images/nov2022.jpg"); }

  footer .place ul li a {
    font-size: 24px; }

  .top-bg h2 {
    font-size: 43px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 24.8px; }

  .top-bg h2 {
    font-size: 32px;
    letter-spacing: auto;
    line-height: auto; } }
@media only screen and (min-width: 1024px) {
  footer .place ul li a {
    font-size: 28px; }

  .top-bg h2 {
    font-size: 36px;
    letter-spacing: auto;
    line-height: auto; }

  .gif-arrow {
    top: 85%; } }
@media only screen and (min-width: 1200px) {
  footer .place ul li a {
    font-size: 36px; }

  .gif-arrow {
    top: 90%; } }
@media only screen and (min-width: 1430px) {
  footer .place ul li a {
    font-size: 40px; }

  .top-bg h2 {
    font-size: 43px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 24.8px; } }

/*# sourceMappingURL=main.css.map */
