/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Quicksand&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container-100 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.container-85 {
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
}

@font-face {
  src: url("../../assets/fonts/Refrigerator-Deluxe-Heavy.otf");
  font-family: "Refrigerator-Delux-Heavy";
}
.header {
  background-color: #2A2C76;
}
.header .header_brand img {
  height: auto;
  width: 300px;
}
.header .col-md-6:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
.header .brand_info {
  text-align: center;
}
.header .brand_info h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6em;
}
.header .brand_info a {
  background-color: #ED212A;
  color: #fff;
  text-decoration: none;
  padding: 0.35em 1.5em;
  border-radius: 3em;
  font-family: "Open Sans", sans-serif;
  font-size: 1.35em;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.header .brand_info a .mdi {
  font-size: 1.4em;
  margin-right: 0.4em;
}
.header .brand_info a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  background-color: #fff;
}
.header .brand_info a:hover {
  color: #2A2C76;
}
.header .brand_info a:hover::before {
  left: 0;
  width: 100%;
}

.menuNav {
  background-color: #F0EFEF;
}
.menuNav .navbar-nav {
  justify-content: center;
  padding: 0.5em 0;
}
.menuNav .navbar-nav .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #2A2C76;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 0.4em;
}
.menuNav .navbar-nav .nav-link:hover {
  color: #ED212A;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 767px) {
  .offcanvas-header {
    display: block;
    padding: 0.5rem !important;
  }
  .offcanvas-header .header_mobile {
    margin-bottom: 1em;
  }
  .offcanvas-header .header_mobile img {
    height: auto;
    width: 220px;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    z-index: 1200;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background-color: #ED212A;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .offcanvas-header {
    display: block;
    padding: 0.5rem !important;
  }
  .offcanvas-header .header_mobile {
    margin-bottom: 1em;
  }
  .offcanvas-header .header_mobile img {
    height: auto;
    width: 320px;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: 1200;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background-color: #ED212A;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
/* ============ mobile view .end// ============ */
.banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner .swiper .swiper-wrapper .swiper-slide img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .banner .swiper .swiper-wrapper .swiper-slide img {
    height: 180px;
  }
}

.about {
  background-color: #F0EFEF;
  padding: 8em 0;
  text-align: center;
}
.about .about_title h3 {
  font-family: "Refrigerator-Delux-Heavy";
  font-size: 4em;
  font-weight: 900;
  color: #2A2C76;
  text-transform: uppercase;
}
.about .about_txt {
  padding: 0 5em;
}
.about .about_txt p {
  font-family: "Quicksand", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
}

.products-main {
  padding: 6em 0;
}
.products-main .product-title {
  margin-bottom: 4em;
}
.products-main .product-title h3 {
  font-family: "Refrigerator-Delux-Heavy";
  font-size: 3.5em;
  font-weight: 900;
  color: #2A2C76;
  text-transform: uppercase;
}
.products-main .box-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
}
.products-main .box-cards .cards {
  border: 1px solid #ced4da;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2em 3em;
  max-width: 350px;
}
.products-main .box-cards .cards-img {
  margin-bottom: 1em;
}
.products-main .box-cards .cards-img img {
  height: auto;
  width: 200px;
}
.products-main .box-cards .cards-title {
  border-top: 1px solid #ced4da;
  padding-top: 1em;
}
.products-main .box-cards .cards-title h4 {
  font-family: "Refrigerator-Delux-Heavy";
  font-size: 1.7em;
  font-weight: 900;
  color: #ED212A;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.products-main .box-cards .cards-price h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .products-main .product-title {
    text-align: center;
  }
  .products-main .product-title h3 {
    font-size: 2.4em;
  }
  .products-main .box-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 1em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .products-main .box-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.distribution .img_distribution {
  background-image: url("../../assets/img/img-distribution.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 650px;
}
.distribution .col-lg-6 {
  margin: 0;
  padding: 0;
}
.distribution .col-lg-6:nth-child(2) {
  background-color: #2A2C76;
  padding: 5em 8em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.distribution .distribution_title h4 {
  font-family: "Refrigerator-Delux-Heavy";
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.distribution .distribution_txt {
  text-align: left;
}
.distribution .distribution_txt p {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
}
.distribution .distribution_txt ul {
  column-count: 2;
  list-style-position: inside;
  text-align: center;
  margin-top: 3em;
}
.distribution .distribution_txt ul li {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1em;
}

.callto {
  background-color: #F0EFEF;
  padding: 3em 0;
}
.callto .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
.callto .callto_title h4 {
  font-family: "Refrigerator-Delux-Heavy";
  font-size: 3.5em;
  font-weight: 900;
  color: #2A2C76;
  text-transform: uppercase;
  margin: 0;
}
.callto .callto_btn a {
  background-color: #ED212A;
  color: #fff;
  text-decoration: none;
  padding: 0.35em 1.5em;
  border-radius: 3em;
  font-family: "Open Sans", sans-serif;
  font-size: 1.35em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.callto .callto_btn a .mdi {
  font-size: 1.4em;
  margin-right: 0.4em;
}
.callto .callto_btn a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  background-color: #2A2C76;
}
.callto .callto_btn a:hover {
  color: #fff;
}
.callto .callto_btn a:hover::before {
  left: 0;
  width: 100%;
}

.textCall {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  border-bottom: 25px solid #ED212A;
}
.textCall .textCall_txt {
  text-align: center;
}
.textCall .textCall_txt p {
  font-family: "Quicksand", sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  color: #000;
}

.gallery-main {
  padding: 5em 0;
}
.gallery-main .gallery-title {
  text-align: center;
  margin-bottom: 2em;
}
.gallery-main .gallery-title h3 {
  font-family: "Refrigerator-Delux-Heavy";
  font-size: 4em;
  font-weight: 900;
  color: #2A2C76;
  text-transform: uppercase;
}
.gallery-main .gallery-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-main .gallery-img a img {
  height: auto;
  width: 100%;
}
.gallery-main .video-main {
  display: flex;
  gap: 20px;
  overflow: hidden;
  margin-top: 4em;
}
.gallery-main .video-main video {
  aspect-ratio: auto 4/3;
  height: 400px;
}
@media (max-width: 767px) {
  .gallery-main .gallery-img {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-main .gallery-title h3 {
    font-size: 2.5em;
  }
  .gallery-main .video-main {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-main .video-main {
    flex-wrap: wrap;
  }
}

.footer {
  background-color: #2A2C76;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
.footer .footer_brand img {
  height: auto;
  width: 330px;
}
.footer .footer_social {
  text-align: right;
  margin-bottom: 1em;
}
.footer .footer_social a {
  margin: 0 0.5em;
}
.footer .footer_social a img {
  height: auto;
  width: 50px;
}
.footer .footer_txt {
  text-align: right;
}
.footer .footer_txt p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
.footer .footer_txt a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.copyright {
  background-color: #3C3C3C;
  padding: 1em 0;
}
.copyright .super img {
  height: auto;
  width: 220px;
}
.copyright .axesa {
  text-align: right;
}
.copyright .axesa img {
  height: auto;
  width: 220px;
}

.row {
  margin: 0 !important;
  padding: 0 !important;
}

.form {
  background-color: #F0EFEF;
  padding: 5em 0;
  border-bottom: 45px solid #ED212A;
}
.form .form_title {
  text-align: center;
  margin-bottom: 1.5em;
}
.form .form_title h2 {
  font-family: "Refrigerator-Delux-Heavy";
  font-size: 5em;
  font-weight: 900;
  color: #2A2C76;
  text-transform: uppercase;
}
.form .form_formulario .form-floating input {
  margin-bottom: 1.2em;
  border: 1px solid #ED212A;
  box-shadow: none;
}
.form .form_formulario .form-floating textarea {
  border: 1px solid #ED212A;
  box-shadow: none;
  min-height: 200px;
  max-height: 250px;
}
.form .form_formulario .button_form {
  margin-top: 1em;
  text-align: right;
}
.form .form_formulario .button_form input {
  background-color: #2A2C76;
  color: #fff;
  border: 2px solid #2A2C76;
  padding: 0.8em 5em;
  border-radius: 3em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .header .header_brand {
    text-align: center;
  }
  .header .header_brand img {
    height: auto;
    width: 220px;
  }
  .header .brand_info {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .header .brand_info h5 {
    margin: 0;
  }
  .header .brand_info a .mdi {
    font-size: 1.2em;
  }

  .menuNav {
    padding: 1em 0;
  }
  .menuNav .mdi {
    background-color: #ED212A;
    color: #fff;
    font-size: 2em;
    padding: 0.3em 0.4em;
    border-radius: 0.4em;
  }
  .menuNav .navbar-nav .nav-link {
    color: #fff;
  }

  .banner {
    min-height: 180px;
  }

  .about {
    padding: 4em 0;
  }
  .about .about_title h3 {
    font-size: 2.4em;
  }
  .about .about_txt {
    padding: 0 2em;
  }
  .about .about_txt p {
    font-size: 1.1em;
  }

  .distribution .img_distribution {
    min-height: 450px;
  }
  .distribution .col-lg-6:nth-child(2) {
    padding: 5em 3em;
  }
  .distribution .distribution_title h4 {
    font-size: 3em;
  }
  .distribution .distribution_txt p {
    font-size: 1.2em;
  }
  .distribution .distribution_txt ul {
    list-style-position: outside;
    text-align: left;
  }
  .distribution .distribution_txt ul li {
    font-size: 1.2em;
  }

  .callto {
    padding: 3em 0;
  }
  .callto .callto_title {
    text-align: center;
  }
  .callto .callto_title h4 {
    font-size: 2.8em;
  }

  .textCall {
    min-height: 350px;
  }
  .textCall .textCall_txt {
    text-align: center;
  }
  .textCall .textCall_txt p {
    font-size: 1.4em;
  }

  .footer {
    min-height: 400px;
  }
  .footer .footer_brand {
    text-align: center;
  }
  .footer .footer_brand img {
    width: 230px;
  }
  .footer .footer_social {
    text-align: center;
  }
  .footer .footer_txt {
    text-align: center;
  }
  .footer .footer_txt p {
    font-size: 1.1em;
  }
  .footer .footer_txt a {
    font-size: 1.1em;
    text-decoration: none;
  }

  .copyright .super img {
    height: auto;
    width: 100%;
  }
  .copyright .axesa {
    text-align: right;
  }
  .copyright .axesa img {
    height: auto;
    width: 100%;
  }

  .form .form_title {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .form .form_title h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header {
    padding: 1em 0;
  }
  .header .header_brand {
    text-align: center;
  }
  .header .header_brand img {
    height: auto;
    width: 210px;
  }
  .header .brand_info {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .header .brand_info h5 {
    margin: 0;
  }
  .header .brand_info a .mdi {
    font-size: 1.2em;
  }

  .menuNav {
    padding: 1em 0;
  }
  .menuNav .mdi {
    background-color: #ED212A;
    color: #fff;
    font-size: 2em;
    padding: 0.3em 0.4em;
    border-radius: 0.4em;
  }
  .menuNav .navbar-nav .nav-link {
    color: #fff;
  }

  .banner {
    min-height: 300px;
  }

  .about {
    padding: 4em 0;
  }
  .about .about_title h3 {
    font-size: 3em;
  }
  .about .about_txt {
    padding: 0 2em;
  }
  .about .about_txt p {
    font-size: 1.1em;
  }

  .distribution .img_distribution {
    min-height: 450px;
  }
  .distribution .col-lg-6:nth-child(2) {
    padding: 5em 3em;
  }
  .distribution .distribution_title h4 {
    font-size: 3em;
  }
  .distribution .distribution_txt p {
    font-size: 1.2em;
  }
  .distribution .distribution_txt ul {
    list-style-position: outside;
    text-align: left;
  }
  .distribution .distribution_txt ul li {
    font-size: 1.2em;
  }

  .callto {
    padding: 3em 0;
  }
  .callto .callto_title {
    text-align: center;
  }
  .callto .callto_title h4 {
    font-size: 2.8em;
  }

  .textCall {
    min-height: 350px;
  }
  .textCall .textCall_txt {
    text-align: center;
  }
  .textCall .textCall_txt p {
    font-size: 1.4em;
  }

  .footer {
    min-height: 400px;
  }
  .footer .footer_brand {
    text-align: center;
  }
  .footer .footer_brand img {
    width: 280px;
  }
  .footer .footer_social {
    text-align: center;
  }
  .footer .footer_txt {
    text-align: center;
  }
  .footer .footer_txt p {
    font-size: 1.1em;
  }
  .footer .footer_txt a {
    font-size: 1.1em;
    text-decoration: none;
  }

  .copyright .super img {
    width: 220px;
  }
  .copyright .axesa img {
    width: 220px;
  }

  .form .form_title {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .form .form_title h2 {
    font-size: 3.5em;
  }
}