* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 1;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
body {
  font-size: 16px;
}
@media only screen and (max-device-width: 736px) {
  body {
    font-size: 12px;
  }
}
p {
  color: #7f8081;
}
h1 {
  font-size: 2em;
  color: #36c1eb;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-weight: 400;
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}
.alert-danger {
  color: #721c24;
  margin-top: 1rem;
}
.alert {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
}
.color_white {
  color: #fff;
}
.primary {
  color: #36c1eb;
}
.gray_light {
  color: #f3f4f5;
}
.gray_dark {
  color: #7f8081;
}
.text_upp {
  text-transform: uppercase;
}
.text_center {
  text-align: center;
}
.pt-0 {
  padding-top: 0;
}
.pt_2 {
  padding-top: 0.5rem;
}
.mt_1 {
  margin-top: 0.25rem;
}
.mt_2 {
  margin-top: 0.5rem;
}
.mt_3 {
  margin-top: 1rem;
}
.mt_4 {
  margin-top: 1.5rem;
}
.mt_5 {
  margin-top: 3rem;
}
@media only screen and (max-device-width: 736px) {
  .mt_2_sm {
    margin-top: 0.5rem;
  }
}
.w-100 {
  width: 100%;
}
.btn_form {
  width: 180px;
  border: none;
  padding: 1rem;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2rem;
  background: #36c1eb;
  box-shadow: 0 0 0.5rem 0 #36c1eb;
  background: linear-gradient(90deg, #00a0ff 0%, #36c1eb 100%);
}
@media only screen and (max-device-width: 736px) {
  .btn_form {
    font-size: 1rem;
  }
}
.invisible-msj {
  display: none;
}
.sec {
  padding: 10vh 12vw;
}
@media only screen and (max-device-width: 736px) {
  .sec {
    padding: 5vh 5vw;
  }
}
@media only screen and (min-device-width: 1440px) {
  .sec {
    padding-left: 20vw;
    padding-right: 20vw;
  }
}
.sec_banner {
  padding: 0;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/img_banner.png");
}
@media only screen and (max-device-width: 736px) {
  .sec_banner {
    background-position: 67% bottom;
  }
}
.sec_banner_img {
  width: 100%;
}
@media only screen and (max-device-width: 736px) {
  .sec_banner_img {
    display: none;
  }
}
.sec_banner_detail {
  top: 0;
  left: 12vw;
  height: 100%;
  position: absolute;
}
@media only screen and (max-device-width: 736px) {
  .sec_banner_detail {
    left: 5vw;
  }
}
@media only screen and (min-device-width: 1440px) {
  .sec_banner_detail {
    left: 20vw;
  }
}
.sec_banner_detail_logo__img {
  width: 8rem;
}
@media only screen and (max-device-width: 736px) {
  .sec_banner_detail_logo__img {
    width: 5rem;
  }
}
.sec_banner_detail_article {
  height: 60%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_banner_detail_article__title {
  padding: 0 0.5rem;
  width: fit-content;
  margin-bottom: 0.1rem;
  background-color: #0e2845;
}
.sec_banner_detail_article__subtitle {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-device-width: 736px) {
  .sec_banner_detail_article__subtitle {
    display: none;
  }
}
.sec_catalog_description {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 736px) {
  .sec_catalog_description__title {
    width: 55%;
  }
}
@media only screen and (min-width: 736px) {
  .sec_catalog_description__subtitle {
    font-size: 1.5rem;
  }
}
.sec_catalog_description__body {
  width: 50%;
}
@media only screen and (max-device-width: 736px) {
  .sec_catalog_description__body {
    width: 85%;
  }
}
.sec_catalog_models_nav {
  display: grid;
  margin-top: 10vh;
  grid-auto-flow: column;
  grid-auto-columns: 25%;
}
@media only screen and (max-device-width: 736px) {
  .sec_catalog_models_nav {
    margin-top: 2.5vh;
    grid-gap: 0.5rem;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 0.25rem), 1fr));
  }
}
.sec_catalog_models_nav_item {
  height: 20px;
  color: #7f8081;
  box-sizing: border-box;
  border-right: 1px solid #7f8081;
}
.sec_catalog_models_nav_item:nth-last-child(1) {
  border: none;
}
@media only screen and (max-device-width: 736px) {
  .sec_catalog_models_nav_item {
    border: none;
    height: 2rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .sec_catalog_models_nav_item:nth-child(odd)::after {
    width: 1px;
    content: '';
    height: 80%;
    position: absolute;
    right: calc(-0.25rem + -1px);
    background-color: #7f8081;
  }
  .sec_catalog_models_nav_item:nth-child(3)::before,
  .sec_catalog_models_nav_item:nth-child(4)::before {
    width: 80%;
    content: '';
    height: 1px;
    position: absolute;
    top: calc(-0.25rem + -1px);
    background-color: #7f8081;
  }
}
.sec_catalog_models_nav_item:nth-child(1) {
  font-weight: 900;
  color: #0e2845;
}
.sec_catalog_models_nav_item__link {
  cursor: pointer;
  transition: all 500ms ease-in-out;
}
.sec_catalog_models_nav_item__link:hover {
  font-weight: 900;
  color: #0e2845;
}
.sec_catalog_models_preview {
  display: grid;
  overflow: hidden;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
}
.sec_catalog_models_preview_container {
  display: grid;
  grid-column-gap: 0.5rem;
  transition: all 1s ease-in-out;
  grid-template-columns: 30% 1fr;
}
@media only screen and (max-device-width: 736px) {
  .sec_catalog_models_preview_container {
    grid-template-columns: unset;
  }
}
.sec_catalog_models_preview_container_detail_thumb__img {
  width: 100%;
}
.sec_catalog_models_preview_container_detail_description {
  padding: 1rem;
  display: flex;
  text-align: right;
  align-items: flex-end;
  flex-direction: column;
  color: #7f8081;
}
@media only screen and (max-device-width: 736px) {
  .sec_catalog_models_preview_container_detail_description {
    text-align: left;
    align-items: center;
  }
}
.sec_catalog_models_preview_container_detail_description__title {
  color: #000;
  font-weight: 800;
}
.sec_catalog_models_preview_container_pictures {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-device-width: 736px) {
  .sec_catalog_models_preview_container_pictures {
    display: none;
  }
}
.sec_catalog_models_preview_container_pictures_item {
  width: 100%;
  height: 100%;
}
.sec_catalog_models_preview_container_pictures_item__img {
  width: 100%;
}
.sec_benefits {
  display: grid;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f3f4f5;
  grid-template-columns: 1fr 32%;
}
@media only screen and (max-device-width: 736px) {
  .sec_benefits {
    display: flex;
    padding-top: 5vh;
    padding-bottom: 5vh;
    flex-direction: column;
  }
}
@media only screen and (min-device-width: 1440px) {
  .sec_benefits {
    grid-template-columns: 1fr 34vw;
  }
}
.sec_benefits_description_detail {
  padding-left: 12vw;
}
@media only screen and (max-device-width: 736px) {
  .sec_benefits_description_detail {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-device-width: 1440px) {
  .sec_benefits_description_detail {
    padding-left: 20vw;
  }
}
.sec_benefits_description_detail__title {
  width: 50%;
}
@media only screen and (max-device-width: 736px) {
  .sec_benefits_description_detail__title {
    width: 100%;
    text-align: center;
  }
}
.sec_benefits_description_detail__subtitle {
  font-weight: 400;
  color: #7f8081;
}
@media only screen and (max-device-width: 736px) {
  .sec_benefits_description_detail__subtitle {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.sec_benefits_to_form {
  align-self: center;
  padding-left: 3rem;
}
@media only screen and (max-device-width: 736px) {
  .sec_benefits_to_form {
    display: flex;
    padding: 1rem 5vw 0;
    align-self: unset;
    align-items: center;
    flex-direction: column;
  }
}
.sec_benefits_to_form__detail {
  width: 45%;
  font-weight: 400;
  color: #7f8081;
}
@media only screen and (max-device-width: 736px) {
  .sec_benefits_to_form__detail {
    width: 80%;
    text-align: center;
  }
}
.sec_social {
  overflow: hidden;
  background-color: #f3f4f5;
}
.sec_social_description {
  text-align: right;
}
.sec_social_description__subtitle {
  font-weight: 400;
  color: #7f8081;
}
.sec_social_carousel {
  display: grid;
  margin-top: 5rem;
  justify-content: start;
  grid-column-gap: 2rem;
  grid-auto-flow: column;
  grid-auto-columns: 26vw;
  transition: all 500ms ease-in-out;
}
@media only screen and (max-device-width: 736px) {
  .sec_social_carousel {
    margin-top: 2.5rem;
    grid-column-gap: 0.75rem;
    grid-auto-columns: 60vw;
  }
}
@media only screen and (min-device-width: 1440px) {
  .sec_social_carousel {
    grid-auto-columns: 22vw;
  }
}
.sec_social_carousel_item {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #fff;
  transition: all 750ms ease-in-out;
  box-shadow: 0 20px 30px -10px #b9b9b9;
}
@media only screen and (max-device-width: 736px) {
  .sec_social_carousel_item {
    border-radius: 0.5rem;
  }
  .sec_social_carousel_item:not(:first-child) {
    opacity: 0.35;
    transform: scale(0.9);
  }
}
.sec_social_carousel_item_pic__img {
  width: 100%;
}
.sec_social_carousel_item_detail {
  padding: 2.5rem;
}
@media only screen and (max-device-width: 736px) {
  .sec_social_carousel_item_detail {
    padding: 1rem;
  }
}
.sec_social_carousel_item_detail_container {
  display: flex;
  align-items: center;
}
.sec_social_carousel_item_detail_container__title {
  color: #36c1eb;
}
.sec_social_carousel_item_detail_container__line {
  height: 2px;
  flex-grow: 2;
  margin-left: 1rem;
  background-color: #36c1eb;
}
.sec_social_carousel_item_detail__description {
  line-height: 1.6;
}
.sec_social_controller {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: space-between;
}
.sec_social_controller_nav {
  display: flex;
}
.sec_social_controller_nav_item {
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
  border-radius: 100%;
  margin-right: 0.75rem;
  background-color: #7f8081;
}
@media only screen and (min-device-width: 737px) {
  .sec_social_controller_nav_item:nth-last-child(1),
  .sec_social_controller_nav_item:nth-last-child(2),
  .sec_social_controller_nav_item:nth-last-child(3) {
    display: none;
  }
}
.sec_social_controller_nav_item:nth-child(1) {
  background-color: #36c1eb;
}
.sec_brands_description {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec_brands_description__subtitle {
  font-weight: 400;
}
.sec_brands_description__body {
  width: 50%;
  font-weight: 400;
}
@media only screen and (max-device-width: 736px) {
  .sec_brands_description__body {
    width: 85%;
  }
}
.sec_brands_logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10vh;
  justify-content: space-evenly;
}
@media only screen and (max-device-width: 736px) {
  .sec_brands_logos {
    margin-top: 2.5rem;
  }
}
.sec_brands_logos__img {
  height: 6rem;
}
@media only screen and (max-device-width: 736px) {
  .sec_brands_logos__img {
    height: 4rem;
  }
}
.sec_contact_title {
  margin: auto;
  margin-bottom: 5vh;
}
@media only screen and (max-device-width: 736px) {
  .sec_contact_title__break {
    display: none;
  }
}
.sec_contact__iframe {
  width: 100%;
  height: 360px;
}
@media only screen and (max-device-width: 736px) {
  .sec_contact__iframe {
    height: 550px;
  }
}
.sec_contact_form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec_contact_form__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1rem 1.5rem;
  justify-content: center;
}
@media only screen and (max-device-width: 736px) {
  .sec_contact_form__container {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
}
.sec_contact_form__select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 0.6rem), calc(100% - 0.9rem) calc(1em + 0.6rem), calc(100% - 2.5em) 0.9rem;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
@media only screen and (max-device-width: 736px) {
  .sec_contact_form__select {
    background-size: 5px 5px, 5px 5px, 1px 1.5rem;
    background-position: calc(100% - 1.2rem) calc(1em + 0.6rem), calc(100% - 0.9rem) calc(1em + 0.6rem), calc(100% - 2.5em) 0.9rem;
  }
}
.sec_contact_form__select,
.sec_contact_form__input {
  border: none;
  padding: 1rem 0;
  height: 3.125rem;
  color: #7f8081;
  font-style: italic;
  padding-left: 2.5rem;
  border-radius: 0.5rem;
  width: calc(50% - 0.75rem);
  box-shadow: none !important;
  background-color: #f3f4f5;
  transition: background-color 250ms ease-in-out;
}
.sec_contact_form__select:focus,
.sec_contact_form__input:focus {
  color: #36c1eb;
  background-color: #0e2845;
}
.sec_contact_form__select:focus::placeholder,
.sec_contact_form__input:focus::placeholder {
  color: #36c1eb;
}
@media only screen and (max-device-width: 736px) {
  .sec_contact_form__select,
  .sec_contact_form__input {
    width: 100%;
    padding-left: 1rem;
  }
}
.sec_footer {
  background: #f3f4f5;
}
.sec_footer_imagotipo {
  display: flex;
  justify-content: center;
}
.sec_footer_legend {
  display: flex;
  flex-direction: column;
}
.input_error {
  border: 1px solid #721c24;
}
