@import url(normalize.min.css);
@import url(bootstrap-grid.min.css);
@import url(fonts.min.css);
@import url(animate.min.css);
@import url(owl.carousel.min.css);
@import url(magnific-popup.min.css);
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900");
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.25; }

a, button {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  border: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.img {
  position: relative;
  padding-bottom: 56.25%; }
  .img.img-full {
    padding-bottom: 100%; }

.cke_editable {
  background: #fff; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.flex {
  display: flex;
  justify-content: space-between;
  height: 100%; }

.flex-1 {
  flex: 1; }

.full-height {
  position: relative;
  height: 100%; }

.container {
  max-width: 1200px;
  position: relative; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

.cke_editable {
  padding: 30px !important; }
  .cke_editable > *:not(:first-child) {
    margin-top: 1em; }

.row-grid {
  overflow: hidden;
  margin: -15px; }
  .row-grid > * {
    padding: 15px; }

.animated {
  animation-duration: .3s; }

.text-uppercase {
  text-transform: uppercase; }

.wow {
  animation-duration: 1s; }

.slider {
  position: relative; }

section {
  position: relative; }

.image-responsive {
  width: 100%; }

.wrapper {
  position: relative; }

.row-grid-small {
  margin: -7.5px; }
  .row-grid-small > * {
    padding: 7.5px; }

.row-grid-big {
  margin: -30px; }
  .row-grid-big > * {
    padding: 30px; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-size: 1em; }

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  color: #a2a3ab; }
  body.popup-active {
    overflow: hidden; }

section {
  overflow: hidden;
  padding: 60px 0; }
  section h4 {
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold; }

.titulo {
  font-size: 3.5em;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;
  color: #181818;
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1; }
  .titulo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ec3438;
    width: 54px;
    height: 3px;
    margin: auto; }
  .titulo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 3px;
    height: 3px;
    margin: auto;
    transform: translateX(23px); }
  .titulo span {
    font-weight: 200;
    text-transform: capitalize; }
  .titulo.titulo-inline {
    display: inline-block;
    margin-bottom: .5em; }
    .titulo.titulo-inline::before, .titulo.titulo-inline::after {
      top: 0;
      left: calc(100% + .5em); }
    .titulo.titulo-inline::after {
      transform: translateX(48px); }
  .titulo.titulo-normal {
    margin-bottom: 0em; }
    .titulo.titulo-normal::before, .titulo.titulo-normal::after {
      content: none; }

.distribuidor {
  margin: 120px auto; }
  .distribuidor .container {
    padding: 0 30px;
    border-left: 1px solid; }
  .distribuidor h3 {
    font-size: 1.25em !important; }
    .distribuidor h3::before {
      margin: 0; }
  .distribuidor .email {
    color: #ec3438;
    text-decoration: underline; }

.encuentra-form {
  font-size: 3em;
  color: #595959;
  font-weight: 600;
  max-width: 480px;
  padding: 30px; }
  .encuentra-form input {
    padding: 0 .5em;
    border: none;
    border-left: .25em solid #000;
    width: 100%;
    outline: none; }
  .encuentra-form .fa {
    color: #ec3438; }

.selector {
  display: flex;
  font-size: 2em;
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px; }
  .selector a {
    position: relative;
    padding-bottom: 1em;
    margin-right: 1em;
    display: block; }
    .selector a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      background: #ec3438;
      margin: 0;
      transition: .3s; }
    .selector a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      width: 3px;
      height: 3px;
      transform: translateX(48px); }
    .selector a:hover, .selector a.active {
      color: #ec3438; }
      .selector a:hover::before, .selector a.active::before {
        width: 54px;
        height: 3px; }

.grid {
  transition: .3s; }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  display: flex;
  align-items: center; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  .popup .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: .6666666em;
    font-size: 1.5em; }
    .popup .close:hover {
      color: #ec3438; }

.producto {
  width: 80%;
  max-width: 992px;
  padding: 60px;
  color: #5f5f5f;
  background: #fff;
  margin: auto auto 60px auto;
  position: relative;
  max-height: calc(100vh - 30px); }
  .producto h1 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 60px;
    line-height: 1; }
  .producto h2 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 60px;
    line-height: 1; }
  .producto .img-absolute {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 240px;
    max-height: 240px;
    transform: translate(-50%, -50%); }
  .producto .content-html {
    margin-top: 30px;
    line-height: 1.5;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto; }
    .producto .content-html > * {
      margin-top: 1em; }

.productos-grid {
  max-width: 800px;
  margin: auto;
  position: relative; }
  .productos-grid::before {
    content: '';
    position: absolute;
    top: 33.33333333%;
    height: 33.33333333%;
    background: #181818;
    left: -9999px;
    right: -9999px; }

.negocios {
  text-align: center; }
  .negocios .img {
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 0; }
  .negocios h3 {
    color: #ec3438;
    font-size: 1.25em;
    margin-bottom: 1em; }
  .negocios .content-html {
    margin-bottom: 1em; }
  .negocios .mas {
    font-size: .8em;
    color: #ec3438;
    text-decoration: underline; }
    .negocios .mas:hover {
      text-decoration: none; }

.destacado {
  background: #f0f1f5;
  text-align: center; }
  .destacado .row {
    text-align: left; }
    .destacado .row .inner-container {
      background: #fff;
      padding: 60px; }
  .destacado h3 {
    color: #181818;
    margin-bottom: 1em;
    font-size: 1.66666666em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.05em; }
  .destacado .full-height {
    background: #000; }
  .destacado .content-html {
    margin-bottom: 60px; }
  .destacado .mas {
    color: #181818;
    font-weight: 600;
    text-decoration: underline; }
    .destacado .mas:hover {
      text-decoration: none; }

.productos .titulo::before, .productos .titulo::after {
  margin: 0; }
.productos .titulo::after {
  transform: translateX(48px); }

.responsabilidad {
  padding-bottom: 0; }
  .responsabilidad .inner-container {
    padding: 60px;
    max-width: 600px; }
  .responsabilidad .full-height {
    padding-bottom: 75%; }
  .responsabilidad .titulo::before, .responsabilidad .titulo::after {
    margin: 0; }
  .responsabilidad .titulo::after {
    transform: translateX(48px); }
  .responsabilidad .mas {
    color: #181818;
    font-weight: 600;
    text-decoration: underline; }
    .responsabilidad .mas:hover {
      text-decoration: none; }

.main {
  background: url("../img/main.jpg") center center no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff; }
  .main .row {
    margin: 0 -3px;
    overflow: hidden; }
  .main .item {
    padding-bottom: 166.66666666%;
    margin: 0 3px;
    position: relative;
    overflow: hidden; }
    .main .item:hover .overlay-text {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); }
  .main .overlay-text {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: .3s; }
    .main .overlay-text .inner-container {
      position: relative;
      padding: 60px;
      font-size: 1.25em; }
    .main .overlay-text h3 {
      font-size: 2em;
      text-transform: uppercase; }
    .main .overlay-text .content-html {
      margin: 1em auto; }
    .main .overlay-text .mas {
      font-size: 1.25em;
      font-weight: 600;
      text-decoration: underline; }
      .main .overlay-text .mas:hover {
        text-decoration: none; }
  .main .text {
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .main .text span {
      background: #8b8f92;
      padding: 1em 2em; }
    .main .text h3 {
      padding: 1em 2em;
      text-transform: uppercase; }

.noticias {
  text-align: center;
  background: #f0f1f5; }
  .noticias h3.titulo {
    font-weight: 600;
    font-size: 1.66666666em; }
    .noticias h3.titulo::before, .noticias h3.titulo::after {
      margin: 0; }
    .noticias h3.titulo::after {
      transform: translateX(48px); }
  .noticias .inner-container {
    background: #fff;
    height: 100%; }
  .noticias .text-container {
    padding: 30px 60px;
    text-align: left; }
    .noticias .text-container p {
      margin: 1em auto;
      display: block; }
    .noticias .text-container .fecha {
      font-weight: 600;
      margin-bottom: 1em;
      display: block; }
  .noticias .mas {
    color: #4f5354;
    font-weight: 600;
    text-decoration: underline; }
    .noticias .mas:hover {
      text-decoration: none; }

.contacto {
  background: #181818;
  color: #fff;
  padding: 0;
  font-size: 1.25em; }
  .contacto .inner-container {
    padding: 60px;
    max-width: 600px; }
  .contacto .titulo {
    color: inherit; }
    .contacto .titulo::before, .contacto .titulo::after {
      background: #fff;
      margin: 0; }
    .contacto .titulo::after {
      transform: translateX(48px);
      background: #181818; }
  .contacto form {
    margin-top: 60px; }

.enfoque {
  background: #181818;
  color: #b6b6b6;
  padding: 0; }
  .enfoque .inner-container {
    padding: 60px;
    max-width: 700px; }
  .enfoque .titulo {
    color: #fff;
    margin-bottom: .5em; }
    .enfoque .titulo::before, .enfoque .titulo::after {
      content: none; }
  .enfoque .content-html .row {
    margin-top: 60px;
    color: #fff; }
    .enfoque .content-html .row > * {
      display: flex;
      align-items: center;
      line-height: 1.5; }
      .enfoque .content-html .row > *:not(:first-child)::before {
        content: '';
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        margin: 30px auto; }
    .enfoque .content-html .row img {
      max-width: 60px;
      margin-right: 1em; }

#map {
  padding-bottom: 50%;
  position: relative;
  margin-top: 60px; }

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 4em;
  transition: .3s;
  opacity: 0;
  transform: translateX(-100%);
  font-size: 1.25em;
  z-index: 10000; }
  .sidebar.active {
    opacity: 1;
    transform: translateX(0); }

.messenger {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1em 0 0 1em; }
  .messenger a {
    max-width: 40%;
    margin-left: 5%; }
    .messenger a:hover {
      transform: scale(1.1); }

.encuentra {
  line-height: 1;
  padding: 1em;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  transition: .3s; }
  .encuentra span {
    color: #fff;
    transition: .3s;
    margin-left: 1em; }
  .encuentra img {
    transition: .3s; }
  .encuentra .flex {
    align-items: center; }
  .encuentra .img-container {
    width: 40px; }
  .encuentra b {
    display: block; }
  .encuentra:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); }
    .encuentra:hover span {
      color: #000; }
    .encuentra:hover img {
      filter: brightness(0); }

.alert {
  display: none;
  margin-bottom: 15px;
  border: 2px solid;
  color: #c00;
  background: #fff;
  text-align: center;
  padding: 1em; }

#noticias .content {
  padding-top: 90px;
  padding-bottom: 90px; }
#noticias .inner-container {
  border-right: 4px solid #ccc;
  padding-right: 30px;
  min-height: 100%; }
#noticias ul li + li {
  margin-top: 30px; }
#noticias ul h3 {
  font-size: 2em;
  line-height: 1.25;
  color: #000; }
  #noticias ul h3 a:hover {
    color: #ec3438; }
#noticias ul .content-html {
  margin-top: 1em; }
#noticias .image-responsive {
  margin-bottom: 45px; }
#noticias .content-html {
  color: #424242;
  line-height: 1.5; }
  #noticias .content-html > *:not(:first-child) {
    margin-top: 30px; }
  #noticias .content-html h1 {
    font-size: 2em;
    line-height: 1.25; }
#noticias .otras {
  margin-top: 30px;
  font-weight: bold; }
  #noticias .otras ul li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 2px solid #eee; }
    #noticias .otras ul li a:hover {
      color: #000; }
  #noticias .otras h2 {
    font-size: 1.25em;
    color: #ec3438; }

.footer {
  padding: 60px 0; }
  .footer h3 {
    color: #031b47;
    margin-bottom: 1em;
    font-size: 1.25em; }
    .footer h3:not(:first-child) {
      margin-top: 1em; }
  .footer .social {
    color: #3c4852;
    width: 1em;
    font-size: 1.5em;
    text-align: center;
    display: flex; }
    .footer .social a:not(:first-child) {
      margin-left: 1em; }

.heading {
  position: relative;
  padding: 10em 0 2em;
  line-height: .8;
  letter-spacing: -.05em; }
  .heading .container {
    position: relative; }
  .heading h1 {
    font-size: 5em;
    color: #fff;
    text-transform: uppercase; }
  .heading h2 {
    font-size: 3em;
    color: #ec3438; }

.copyright {
  background: #181818;
  color: #fff;
  padding: 30px 0;
  text-align: center; }

.form-control {
  color: #767676;
  background: #f5f8fa;
  line-height: 1;
  padding: 1em;
  width: 100%;
  border: none;
  resize: none;
  font-weight: 600; }

.btn {
  padding: 1em 3em;
  background: #ec3438;
  font-weight: 600;
  border: 2px solid transparent;
  transition: .3s;
  cursor: pointer;
  color: #fff; }
  .btn:hover {
    background: #fff;
    color: #ec3438;
    border: 2px solid; }

.header {
  background: #000;
  font-weight: bold;
  color: #fff; }
  .header .flex {
    align-items: center; }

.logo {
  max-height: 64px;
  margin: 16px auto; }

.nav ul {
  display: flex;
  text-transform: uppercase; }
  .nav ul li {
    margin-left: 3em; }

.home-slider {
  font-size: 1.25em; }
  .home-slider .item {
    padding-bottom: 41.66666666%;
    color: #fff; }
    .home-slider .item .container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      align-items: center; }
    .home-slider .item .inner-container {
      max-width: 600px; }
  .home-slider h2 {
    color: #ec3438;
    font-size: 2em; }
  .home-slider h1 {
    font-size: 4em;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -.05em; }

.productos-slider {
  font-size: .8em; }
  .productos-slider .img {
    border: 1px solid #ccc; }
  .productos-slider h3 {
    line-height: 1;
    font-weight: bold;
    color: #181818;
    margin: 1em auto; }
  .productos-slider .mas {
    color: #3c4852;
    display: inline-block; }
    .productos-slider .mas::before {
      content: '';
      height: 2px;
      display: inline-block;
      margin-right: .75em;
      width: 1.5em;
      background: #ec3438;
      vertical-align: middle; }
  .productos-slider .owl-nav {
    margin-top: 30px; }
    .productos-slider .owl-nav button .fa {
      color: #fff !important;
      background: #ec3438 !important;
      width: 2em;
      line-height: 1;
      text-align: center;
      font-size: 2em;
      padding: .5em;
      transition: .3s; }
    .productos-slider .owl-nav button:hover .fa {
      background: #181818; }

.sucursales {
  padding: 30px;
  font-size: 1.25em;
  max-width: 480px; }
  .sucursales li {
    display: none;
    border-bottom: 1px solid;
    padding: 1em; }
    .sucursales li.active {
      display: block; }
    .sucursales li:hover a {
      color: #ec3438; }

.info-box h3 {
  color: #000;
  font-size: 1.25em;
  margin-bottom: 0.5em; }

.mobile-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  display: none;
  color: #fff; }
  .mobile-button:hover {
    background: #ec3438; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.95);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  line-height: 1;
  visibility: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  animation-duration: .3s;
  font-weight: bold; }
  .mobile-menu.animated {
    visibility: visible; }
  .mobile-menu .mobile-nav ul {
    margin: 0 30px; }
    .mobile-menu .mobile-nav ul li {
      margin: 1em 0; }
      .mobile-menu .mobile-nav ul li.active > a {
        color: #ec3438; }
      .mobile-menu .mobile-nav ul li a {
        font-size: 1.5em; }
        .mobile-menu .mobile-nav ul li a:hover {
          color: #ec3438; }
      .mobile-menu .mobile-nav ul li .fa {
        display: none;
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.5em;
        margin-right: .5em;
        width: 1em;
        text-align: center; }
  .mobile-menu .close {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em; }
    .mobile-menu .close:hover {
      color: #ec3438; }

.mobile-logo {
  margin: auto;
  margin-bottom: 30px; }

@media screen and (max-width: 1600px) {
  .main .text {
    font-size: 1.25em; }
  .main .overlay-text .inner-container {
    font-size: 1em;
    padding: 30px; }
  .main .overlay-text h3 {
    font-size: 1.5em; }

  .sidebar {
    height: 8em; }
    .sidebar span, .sidebar .messenger {
      display: none; }
    .sidebar:hover span {
      display: block; }
    .sidebar:hover .messenger {
      display: flex; } }
@media screen and (max-width: 1200px) {
  .main .text {
    font-size: 1em; }
  .main .overlay-text .inner-container {
    padding: 30px; }

  .home-slider {
    font-size: 1em; }

  .selector {
    font-size: 1.5em; } }
@media screen and (max-width: 992px) {
  .main .item {
    padding-bottom: 125%; }

  .home-slider .item {
    padding-bottom: 56.25%; }

  .sidebar {
    font-size: 1em; }

  .messenger img {
    max-width: 40px; }

  .selector {
    font-size: 1.25em; }

  .producto {
    padding: 30px;
    overflow: auto; }
    .producto h1, .producto h2 {
      margin-left: 0; }
    .producto img {
      position: static;
      max-width: initial;
      max-height: initial;
      transform: none;
      margin: 30px auto; } }
@media screen and (max-width: 768px) {
  .nav {
    display: none; }

  .mobile-button {
    display: block; }

  .logo {
    margin: 5px 0;
    max-height: 40px; }

  .home-slider .item {
    padding-bottom: 75%; }
  .home-slider h1 {
    font-size: 3em; }

  section {
    padding: 30px 0; }
    section .titulo {
      font-size: 3em; }

  .destacado .row .inner-container {
    padding: 30px; }
  .destacado .content-html {
    margin-bottom: 30px; }

  .responsabilidad .inner-container, .enfoque .inner-container {
    padding: 30px; }

  .contacto form {
    margin-top: 30px; }
  .contacto .inner-container {
    padding: 30px; }

  .noticias .text-container {
    padding: 30px; }

  .footer {
    padding: 30px 0; }

  .copyright {
    padding: 15px; }

  .sidebar {
    font-size: .75em;
    margin: 0;
    display: none; }

  .encuentra .img-container {
    width: 30px; }

  .selector {
    font-size: 1.25em; }

  .main .item {
    padding-bottom: 0; }
  .main .overlay-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative; }
  .main .text {
    display: none; }

  #map {
    padding-bottom: 75%; } }
@media screen and (max-width: 576px) {
  body {
    font-size: 15px; }

  .distribuidor {
    margin: 0; }
    .distribuidor .container {
      padding: 0 15px;
      border: none; }

  .encuentra-form {
    font-size: 2em; }

  .heading h1 {
    font-size: 3em; }
  .heading h2 {
    font-size: 2em; }

  section {
    padding: 30px 0; }
    section .titulo {
      font-size: 2em; }

  .home-slider .item {
    padding-bottom: 100%; }

  .destacado .row .inner-container {
    padding: 15px; }
  .destacado .content-html {
    margin-bottom: 15px; }

  .responsabilidad .inner-container, .enfoque .inner-container {
    padding: 15px; }

  .enfoque .content-html .row {
    margin: -15px;
    margin-top: 30px; }
    .enfoque .content-html .row > * {
      padding: 15px; }
      .enfoque .content-html .row > *::before {
        content: none !important; }

  .noticias .text-container {
    padding: 15px; }

  .contacto form {
    margin-top: 15px; }
  .contacto .inner-container {
    padding: 15px; }

  .footer {
    padding: 15px 0; }

  .sidebar {
    font-size: .75em; }

  .encuentra .img-container {
    width: 20px; }

  .selector {
    display: block; }
    .selector a {
      padding-bottom: .5em;
      margin-bottom: .5em; }

  .productos-grid .img {
    padding-bottom: 100%; }

  .producto {
    width: 100%;
    margin: 0 15px;
    padding: 15px; }
    .producto h1 {
      font-size: 2em;
      padding-right: 30px; }
    .producto h2 {
      font-size: 1.5em;
      padding-right: 30px; }

  #map {
    padding-bottom: 100%;
    margin-top: 30px; } }
    
    
    
    /* Bitrix Form start */

#bitrix .b24-form-content.b24-form-padding-side > form > div.b24-form-btn-container > div > button:after {
	visibility: visible;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: 'ME INTERESA LA PROMO';
	background: #ff010b;
	font-family: 'gilambold' !important;
	font-size: 20px;
	color: white;
	width: 100%;
	border-radius: 5px;
	border-bottom:#000;
}
#bitrix .b24-form-content.b24-form-padding-side > form > div.b24-form-btn-container > div > button:hover:after {
	background: #b1002b;
}


a.myButton:link,
a.myButton:visited,
a.myButton:focus,
a.myButton:active {
	background: #ff010b;
	border-radius: 5px;
	border: 1px solid #ff010b;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'gilambold';
	font-size: 23px;
	padding: 10px 50px;
	text-decoration: none;
	margin-top: 30px;
}

a.myButton:hover {
	background: #b1002b;
	border-color: #b1002b;
}

footer {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin-top: 50px;
}

footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* Mediaqueries */
@media (max-width: 1200px) {
	#bitrix .b24-form-header.b24-form-padding-side > div:before {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	#bitrix .b24-form-header.b24-form-padding-side > div:before {
		font-size: 22px;
	}
	#bitrix .b24-form-header.b24-form-padding-side > div:after {
		font-size: 15px;
		margin-top: -10px;
	}
	#header .col-md-4 h2,
	#header .col-md-4 h2 strong {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	.wrapper {
		background: none;
		padding-bottom: 0;
	}
	#header {
		margin-bottom: 0;
	}
	#gx3 {
		background-image: url('../img/fondo.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 0px;
		margin-bottom: 20px;
	}
	#bitrix .b24-form-header.b24-form-padding-side > div:before {
		font-size: 22px;
	}
	#bitrix .b24-form-header.b24-form-padding-side > div:after {
		font-size: 14px;
		margin-top: 0px;
	}
	#bitrix .b24-form-content.b24-form-padding-side > form > div.b24-form-btn-container > div > button:after {
		font-size: 20px;
	}
	h2.cta {
		font-size: 19px;
	}
	a.myButton:link,
	a.myButton:visited,
	a.myButton:focus,
	a.myButton:hover,
	a.myButton:active {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 20px;
	}
	.inteligencia {
		font-size: 20px;
	}
	.logo-h {
		display: flex;
		justify-content: center;
	}
	#bitrix .b24-form-header {
		padding: 15px 30px 40px;
	}
	#bitrix .b24-form-header.b24-form-padding-side > div:after {
		font-size: 14px;
		margin-top: -10px;
	}
}

@media (max-width: 320px) {
	#bitrix .b24-form-header.b24-form-padding-side > div:before {
		font-size: 18px;
	}
	h2 {
		font-size: 20px;
	}
	h2.cta {
		font-size: 18px;
	}
	h3 {
		font-size: 18px;
	}
	a.myButton:link,
	a.myButton:visited,
	a.myButton:focus,
	a.myButton:active {
		padding: 10px 30px;
	}
}

#bitrix .b24-form-wrapper.b24-form-border-bottom {
    border-bottom:#000;
}


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