/**
 * ITCSS port of Bootstrap v3.3.3
 *
 * 1. Settings................Global variables, config switches.
 * 2. Tools...................Default mixins and functions.
 * 3. Generic.................Ground-zero styles (resets, box-sizing).
 * 4. Base....................Unclassed HTML elements (type selectors).
 * 5. Objects.................Cosmetic-free design patterns.
 * 6. Components..............Designed components, chunks of UI.
 * 7. Trumps..................Helpers and overrides.
 *
 */
@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.error {
  right: 0;
  color: #c60f1e !important; }

@font-face {
  font-family: 'Arial Bold';
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial MT';
  src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* The container1 */
.miniaturaplay {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .miniaturaplay:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

.container1 {
  font-family: "Gotham Medium";
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  /* gris */
  color: #404041;
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 17px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #DC1C2E; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block; }

html {
  overflow-x: hidden; }

/* Style the checkmark/indicator */
.container1 .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

a, .a {
  font-size: 0.813rem;
  font-family: "Gotham Medium"; }

h1, .h1 {
  font-size: 5.313rem; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 1.875rem; }

h4, .h4 {
  font-size: 2.25rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1.25rem; }

p {
  font-family: "Arial MT"; }

ul {
  padding-left: 0;
  list-style: none; }

body {
  font-family: "Gotham Book";
  font-size: 1rem; }

.left {
  left: 0 !important; }

.footer {
  background: #FFFFFF;
  -webkit-box-shadow: 0px -15px 18px rgba(148, 156, 161, 0.05);
          box-shadow: 0px -15px 18px rgba(148, 156, 161, 0.05);
  padding: 25px 0 11px 0; }
  .footer__left a {
    font-size: 14px;
    color: #003DA5;
    margin-left: 7px; }
  .footer__left p {
    margin-bottom: 0;
    font-size: 14px;
    color: #404041;
    margin: 0 0 0 -12px; }
    .footer__left p a {
      margin-left: 0px;
      font-size: 14px;
      color: #404041; }
  .footer__right .facebook {
    background: #2082E3; }
  .footer__right .twitter {
    background: #38A4EF; }
  .footer__right .instagram {
    background: #D10869; }
  .footer__right a {
    color: #fff;
    padding-top: 4px;
    margin-right: 24px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 4px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px rgba(22, 54, 111, 0.2);
            box-shadow: 0px 5px 10px rgba(22, 54, 111, 0.2);
    border-radius: 30px;
    font-size: 25px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .footer__right a:hover {
      background: #003DA5; }

header {
  padding: 11px 0;
  background: #fff;
  -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
          box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
  height: 85px; }
  header .header {
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 10;
    padding: 11px 0;
    width: 100%; }
    header .header__right {
      text-transform: uppercase; }

.modal-body {
  padding: 0;
  height: 300px; }

.blue {
  color: #003DA5 !important; }

.close {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: -20px;
  opacity: 1; }
  .close span {
    color: red; }

.banner {
  background: url("../img/banner.jpg"); }
  .banner__contenedor {
    position: relative;
    left: 22%; }
    .banner__contenedor__botones {
      margin-top: 56px; }
      .banner__contenedor__botones__descripcion {
        cursor: pointer;
        left: 14px;
        top: 12px;
        color: #fff; }
    .banner__contenedor ul li {
      margin-right: 35px; }
      .banner__contenedor ul li svg {
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer; }
        .banner__contenedor ul li svg circle {
          -webkit-transition: all .5s;
          transition: all .5s; }
        .banner__contenedor ul li svg path {
          -webkit-transition: all .5s;
          transition: all .5s; }
        .banner__contenedor ul li svg:hover {
          -webkit-transform: rotate(360deg);
                  transform: rotate(360deg); }
          .banner__contenedor ul li svg:hover circle {
            fill: #003DA5; }
          .banner__contenedor ul li svg:hover path {
            fill: #fff; }
    .banner__contenedor h4 {
      color: #fff;
      margin-bottom: 25px;
      font-weight: 325; }
      .banner__contenedor h4 span {
        font-weight: bold; }
    .banner__contenedor h1 {
      color: #fff;
      font-family: "Gotham Bold";
      margin-bottom: 0; }
      .banner__contenedor h1:nth-child(3) {
        font-family: "Gotham Book";
        margin-bottom: 27px;
        margin-top: 5px; }
  .banner__persona {
    padding-left: 75px;
    padding-top: 20px; }
    .banner__persona__globo--1 {
      left: 1%;
      top: 14%; }
    .banner__persona__globo--2 {
      bottom: 11%;
      right: 19%; }

.banner__contenedor__botones ul a {
  text-transform: uppercase;
  margin: 0; }

.btn {
  margin: 1rem; }
  .btn-jelly {
    padding: 20px 29px;
    margin: 0 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#DC1C2E), to(#C40E1D));
    background: linear-gradient(180deg, #DC1C2E 0%, #C40E1D 100%);
    -webkit-box-shadow: 0px 15px 24px rgba(22, 54, 111, 0.1);
            box-shadow: 0px 15px 24px rgba(22, 54, 111, 0.1);
    border-radius: 6px;
    border: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    letter-spacing: 0.05em; }
    .btn-jelly:hover {
      -webkit-animation: jelly 0.5s;
              animation: jelly 0.5s;
      background: #003DA5; }

.nosotros {
  padding-top: 100px;
  padding-bottom: 100px; }
  .nosotros__left {
    left: 46px;
    top: 20px; }
  .nosotros__right {
    right: 5px; }
    .nosotros__right h5 {
      font-family: "Gotham Bold";
      color: #003DA5; }
      .nosotros__right h5 span {
        color: #DC1C2E; }
    .nosotros__right a {
      text-transform: uppercase;
      margin: auto;
      margin-top: 37px; }
    .nosotros__right p {
      position: relative;
      padding-left: 30px;
      margin: 32px 0 47px 0; }
      .nosotros__right p:before {
        content: "";
        background: #DC1C2E;
        width: 2px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .nosotros__right h2 {
      font-family: "Gotham Bold";
      color: #003DA5;
      padding-right: 90px;
      margin-top: 25px; }
      .nosotros__right h2 span {
        color: #DC1C2E; }

.mapa {
  background: url("../img/mapa.png");
  background-size: cover;
  background-position: right;
  padding: 120px 0;
  padding-left: 125px; }
  .mapa__left {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
            box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
    border-radius: 5px;
    width: 530px;
    padding: 28px 0 60px 60px;
    height: 465.36px; }
    .mapa__left__cuadritos {
      padding-left: 20px; }
      .mapa__left__cuadritos__card {
        width: 255px;
        padding: 45px 25px;
        height: 141.69px;
        background: #fff;
        -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
                box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
        border-radius: 5px;
        margin-bottom: 20px; }
        .mapa__left__cuadritos__card .descripcion {
          left: 15px; }
          .mapa__left__cuadritos__card .descripcion p {
            margin-bottom: 0;
            letter-spacing: 0.05em; }
        .mapa__left__cuadritos__card p {
          text-transform: uppercase;
          color: #DC1C2E; }
        .mapa__left__cuadritos__card h3 {
          color: #003DA5;
          font-family: "Gotham Bold"; }
    .mapa__left p {
      position: relative;
      padding-left: 30px;
      margin: 32px 0 47px 0; }
      .mapa__left p:before {
        content: "";
        background: #DC1C2E;
        width: 2px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .mapa__left h5 {
      font-family: "Gotham Bold";
      color: #DC1C2E; }
      .mapa__left h5 span {
        color: #003DA5; }
    .mapa__left h2 {
      font-family: "Gotham Bold";
      color: #003DA5;
      padding-right: 90px;
      margin-top: 25px; }
      .mapa__left h2 span {
        color: #DC1C2E; }
    .mapa__left a {
      margin: auto;
      margin-top: 25px;
      text-transform: uppercase; }

.negocio {
  background: url("../img/bgnegocio.jpg");
  padding: 90px 0;
  background-size: cover;
  padding-top: 100px; }
  .negocio__left {
    position: relative;
    z-index: 2; }
    .negocio__left a {
      text-transform: uppercase; }
    .negocio__left h5 {
      font-family: "Gotham Book";
      color: #fff;
      padding-top: 13px;
      line-height: 28px;
      padding-bottom: 30px; }
    .negocio__left h2 {
      color: #fff;
      text-transform: uppercase;
      font-family: "Gotham Book";
      border-bottom: 3px solid #007DC3;
      padding-bottom: 32px; }
      .negocio__left h2 span {
        font-family: "Gotham Bold"; }
  .negocio__right {
    color: #fff;
    margin-top: -10px;
    position: relative;
    z-index: 2; }
    .negocio__right__card {
      border: 2px solid #ffffff30;
      width: 261px;
      text-align: center;
      margin-left: 75px;
      padding: 0px 35px;
      margin-bottom: 30px;
      padding-top: 15px; }
      .negocio__right__card h2 {
        font-family: "Gotham Bold"; }
      .negocio__right__card p {
        text-transform: uppercase; }

.contacto {
  background: #efefef;
  padding: 70px 0; }
  .contacto__right {
    background: #FFFFFF;
    padding-bottom: 34px; }
    .contacto__right__formulario {
      margin-top: 80px;
      padding: 0 57px; }
      .contacto__right__formulario__boton {
        margin: 20px 0 0 0; }
        .contacto__right__formulario__boton input {
          margin: auto;
          padding: 20px 56px; }
      .contacto__right__formulario__check {
        margin: -30px 0 0 0; }
      .contacto__right__formulario__input {
        position: relative;
        margin-bottom: 63px; }
        .contacto__right__formulario__input__select:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f107";
          position: absolute;
          right: 20px;
          top: 18px;
          color: #DC1C2E; }
        .contacto__right__formulario__input select {
          -webkit-appearance: none;
          -moz-appearance: none;
          text-indent: 1px;
          text-overflow: ''; }
          .contacto__right__formulario__input select:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f007"; }
        .contacto__right__formulario__input input, .contacto__right__formulario__input select {
          background: #FFFFFF;
          /* azul */
          height: 60px;
          border: 1px solid #E0E0E0;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px;
          margin: -6px 0 0 0; }
        .contacto__right__formulario__input label {
          position: absolute;
          top: -29px;
          font-size: 13px;
          font-family: "Gotham Bold";
          color: #404041; }
    .contacto__right h3 {
      color: #003DA5;
      background: #FFFFFF;
      border-bottom: 1px solid #cccccc87;
      padding: 50px 0;
      letter-spacing: 0.05em;
      font-size: 30px; }
      .contacto__right h3 b {
        color: #DC1C2E; }
      .contacto__right h3 span {
        color: #DC1C2E; }
  .contacto__left {
    background: #fff;
    -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
            box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
    border-radius: 5px; }
    .contacto__left h5 {
      font-family: "Gotham Bold";
      color: #DC1C2E;
      text-transform: uppercase; }
    .contacto__left h3 {
      font-family: "Gotham Bold";
      color: #003DA5;
      padding-bottom: 35px;
      position: relative;
      margin-top: 25px;
      margin-bottom: 32px; }
      .contacto__left h3:before {
        left: 0;
        content: "";
        background: #DC1C2E;
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 2px;
        right: 0;
        width: 45%;
        margin: auto; }
      .contacto__left h3 span {
        color: #DC1C2E; }
    .contacto__left h2 {
      font-family: "Gotham Bold";
      color: #DC1C2E; }
      .contacto__left h2 span {
        color: #003DA5; }
    .contacto__left--1 {
      padding: 36px 0;
      padding-bottom: 92px; }
      .contacto__left--1 h5:nth-child(2) {
        color: #003DA5; }
    .contacto__left--2 {
      background: #003DA5;
      height: 257px; }
      .contacto__left--2__glovo {
        top: -67px; }
      .contacto__left--2 ul li {
        margin: 0 36px;
        margin-top: 50px; }
        .contacto__left--2 ul li img {
          padding-right: 10px; }
        .contacto__left--2 ul li h5 a {
          color: #fff;
          font-size: 1.125rem; }
        .contacto__left--2 ul li p {
          text-transform: uppercase;
          color: #fff;
          margin-bottom: 0; }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05); } }

.gracias {
  background: url("../img/bggracias.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center; }
  .gracias__contenedor {
    color: #fff;
    width: 100%;
    margin: -70px 0 0 0; }
    .gracias__contenedor h1 {
      margin: 18px 0 30px 0;
      font-family: "Gotham Bold"; }
    .gracias__contenedor h4 {
      margin-bottom: 100px; }
    .gracias__contenedor a {
      padding: 22px 50px;
      font-size: 16px; }

@media (max-width: 767.98px) {
  .gracias img {
    width: 100px; }
  .gracias h1 {
    font-size: 35px; }
  .gracias h4 {
    font-size: 20px;
    margin-bottom: 25px; }
  .btn-jelly {
    padding: 20px 10px; }
  header {
    height: 70px; }
  section {
    overflow: hidden; }
  .header__left img {
    width: 129px; }
  .header__right a {
    font-size: 11px !important;
    padding: 7px 0 !important;
    margin: 0; }
  .footer__right {
    width: 100%;
    padding-top: 25px; }
    .footer__right ul li {
      margin: auto; }
  .footer__left {
    display: block !important;
    text-align: center;
    width: 100%; }
    .footer__left p {
      margin-bottom: 25px; }
    .footer__left a {
      margin-left: 0; }
  .contacto {
    overflow: hidden; }
    .contacto__right {
      margin-top: 25px; }
      .contacto__right__formulario {
        padding: 0 15px; }
    .contacto h3 {
      font-size: 1.5rem;
      padding: 20px 20px; }
    .contacto__left--2 {
      padding: 70px 0;
      height: auto; }
      .contacto__left--2 ul {
        display: block !important; }
        .contacto__left--2 ul li {
          padding: 0;
          margin-bottom: 50px;
          margin: auto;
          display: block !important; }
          .contacto__left--2 ul li .text-left {
            text-align: center !important; }
          .contacto__left--2 ul li img {
            margin-top: 25px;
            padding-right: 0;
            margin-bottom: 15px; }
  .negocio {
    padding-top: 50px;
    padding: 30px 0; }
    .negocio__right__card {
      margin: auto;
      margin-bottom: 25px; }
    .negocio__left {
      margin-bottom: 50px; }
    .negocio__globos {
      display: none; }
  .mapa {
    padding: 50px 0;
    background-position: center; }
    .mapa .d-flex {
      display: block !important;
      margin: auto;
      margin-bottom: 25px;
      width: 100%; }
    .mapa__left {
      padding: 25px;
      padding-bottom: 40px;
      width: 100%;
      height: auto; }
      .mapa__left__cuadritos {
        margin-top: 30px;
        padding-left: 0; }
        .mapa__left__cuadritos .descripcion {
          left: 0;
          margin-top: 8px; }
        .mapa__left__cuadritos__card {
          padding: 18px 0;
          text-align: center; }
          .mapa__left__cuadritos__card h3 {
            font-size: 20px; }
  h2 {
    font-size: 2rem;
    padding: 0; }
  .nosotros {
    padding-top: 50px;
    padding-bottom: 50px; }
    .nosotros__left {
      left: 0;
      top: 0; }
      .nosotros__left img {
        width: 300px; }
  .banner {
    background: url("../img/bgmobile.png");
    background-size: cover;
    height: 100vh;
    background-position: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner__persona {
      display: none; }
    .banner__contenedor {
      left: 0; }
      .banner__contenedor ul li {
        margin-bottom: 30px; }
      .banner__contenedor__botones ul {
        display: block !important; }
      .banner__contenedor img {
        width: 211.91px; }
      .banner__contenedor h1 {
        font-size: 3rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .gracias img {
    width: 100px; }
  .gracias h1 {
    font-size: 35px; }
  .gracias h4 {
    font-size: 20px;
    margin-bottom: 25px; }
  section {
    overflow: hidden; }
  .header__left img {
    width: 129px; }
  .header__right a {
    padding: 15px 15px !important; }
  .footer__right {
    width: 100%;
    padding-top: 25px; }
    .footer__right ul li {
      margin: auto; }
  .footer__left {
    display: block !important;
    text-align: center;
    width: 100%; }
    .footer__left p {
      margin-bottom: 25px; }
    .footer__left a {
      margin-left: 0; }
  .contacto {
    overflow: hidden; }
    .contacto__right {
      margin-top: 25px; }
    .contacto h3 {
      font-size: 1.5rem;
      padding: 20px 20px; }
    .contacto__left--2 {
      padding: 70px 0;
      height: auto; }
      .contacto__left--2 ul {
        display: block !important; }
        .contacto__left--2 ul li {
          padding: 0;
          margin-bottom: 50px;
          margin: auto;
          display: block !important; }
          .contacto__left--2 ul li .text-left {
            text-align: center !important; }
          .contacto__left--2 ul li img {
            margin-top: 25px;
            padding-right: 0;
            margin-bottom: 15px; }
  .negocio__right__card {
    margin: auto;
    margin-bottom: 25px; }
  .negocio__left {
    margin-bottom: 50px; }
  .negocio__globos {
    display: none; }
  .mapa {
    padding: 50px 0;
    background-position: center; }
    .mapa .d-flex {
      display: block !important;
      margin: auto;
      margin-bottom: 25px; }
    .mapa__left {
      padding: 25px;
      width: 100%; }
      .mapa__left__cuadritos {
        margin-top: 30px;
        padding-left: 0; }
        .mapa__left__cuadritos .descripcion {
          left: 0; }
        .mapa__left__cuadritos__card {
          padding: 18px 0;
          text-align: center; }
  h2 {
    font-size: 2rem;
    padding: 0; }
  .nosotros {
    padding-top: 50px; }
    .nosotros__left {
      left: 0;
      top: 0; }
      .nosotros__left img {
        width: 300px; }
  .banner {
    background: url("../img/bgmobile.png");
    background-size: cover;
    height: 100vh;
    background-position: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner__persona {
      display: none; }
    .banner__contenedor {
      left: 0; }
      .banner__contenedor ul li {
        margin-bottom: 30px; }
      .banner__contenedor__botones ul {
        display: block !important; }
      .banner__contenedor img {
        width: 211.91px; }
      .banner__contenedor h1 {
        font-size: 3rem; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .gracias img {
    width: 100px; }
  .gracias h1 {
    font-size: 35px; }
  .gracias h4 {
    font-size: 20px;
    margin-bottom: 25px; }
  section {
    overflow: hidden; }
  .header__left img {
    width: 129px; }
  .header__right a {
    padding: 15px 15px !important; }
  .footer__right {
    width: 100%;
    padding-top: 25px; }
    .footer__right ul li {
      margin: auto; }
  .footer__left {
    display: block !important;
    text-align: center;
    width: 100%; }
    .footer__left p {
      margin-bottom: 25px; }
    .footer__left a {
      margin-left: 0; }
  .contacto {
    overflow: hidden; }
    .contacto__right {
      margin-top: 25px; }
    .contacto h3 {
      font-size: 1.5rem;
      padding: 20px 20px; }
    .contacto__left--2 {
      padding: 70px 0;
      height: auto; }
      .contacto__left--2 ul {
        display: block !important; }
        .contacto__left--2 ul li {
          padding: 0;
          margin-bottom: 50px;
          margin: auto;
          display: block !important; }
          .contacto__left--2 ul li .text-left {
            text-align: center !important; }
          .contacto__left--2 ul li img {
            margin-top: 25px;
            padding-right: 0;
            margin-bottom: 15px; }
  .negocio__right__card {
    margin: auto;
    margin-bottom: 25px; }
  .negocio__left {
    margin-bottom: 50px; }
  .negocio__globos {
    display: none; }
  .mapa {
    padding: 50px 0;
    background-position: center; }
    .mapa .d-flex {
      display: block !important;
      margin: auto;
      margin-bottom: 25px; }
    .mapa__left {
      padding: 25px;
      width: 100%; }
      .mapa__left__cuadritos {
        margin-top: 30px;
        padding-left: 0; }
        .mapa__left__cuadritos .descripcion {
          left: 0; }
        .mapa__left__cuadritos__card {
          padding: 18px 0;
          text-align: center; }
  h2 {
    font-size: 2rem;
    padding: 0; }
  .nosotros {
    padding-top: 50px; }
    .nosotros__left {
      left: 0;
      top: 0; }
      .nosotros__left img {
        width: 300px; }
  .banner {
    background-size: cover;
    height: auto;
    background-position: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner__contenedor {
      left: 0; }
      .banner__contenedor ul li {
        margin-bottom: 30px; }
      .banner__contenedor__botones ul {
        display: block !important; }
      .banner__contenedor img {
        width: 211.91px; }
      .banner__contenedor h1 {
        font-size: 3rem; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .gracias__contenedor {
    margin: 0 0 0 0; }
    .gracias__contenedor a {
      padding: 21px 40px;
      font-size: 11px; }
    .gracias__contenedor h4 {
      font-size: 27px; }
    .gracias__contenedor h1 {
      font-size: 64px; }
  .gracias img {
    width: 155px; }
  .gracias h4 {
    margin-bottom: 50px; }
  h5 {
    font-size: 14px;
    line-height: 20px; }
  p {
    font-size: 12px;
    line-height: 22px; }
  h2 {
    font-size: 35px; }
  h3 {
    font-size: 21px; }
  .contacto {
    padding: 52px 0; }
    .contacto__right__formulario {
      margin-top: 57px;
      padding: 0 44px; }
      .contacto__right__formulario__boton input {
        padding: 13px 56px;
        font-size: 9px !important; }
      .contacto__right__formulario__check {
        margin: 0px 0 -20px 0; }
      .contacto__right__formulario__input {
        margin-bottom: 48px; }
      .contacto__right__formulario input, .contacto__right__formulario select {
        height: 47px;
        font-size: 11px; }
      .contacto__right__formulario label {
        font-size: 10px;
        top: -22px; }
    .contacto__right h3 {
      font-size: 22px;
      padding: 40px 0; }
    .contacto__left--2 {
      height: 192px; }
      .contacto__left--2 ul li {
        margin-top: 40px; }
        .contacto__left--2 ul li h5 a {
          font-size: 12px; }
        .contacto__left--2 ul li img {
          width: 50px; }
      .contacto__left--2__glovo {
        top: -54px; }
        .contacto__left--2__glovo img {
          width: 78px; }
    .contacto__left--1 {
      padding: 47px 0;
      padding-bottom: 68px; }
      .contacto__left--1 p {
        margin-bottom: 4px; }
      .contacto__left--1 img {
        width: 209px; }
      .contacto__left--1 h3 {
        margin-top: 16px;
        padding-bottom: 26px;
        margin-bottom: 22px; }
  .negocio__right__card {
    width: 193px;
    margin-left: 48px;
    margin-bottom: 17px; }
    .negocio__right__card p {
      font-size: 9px !important;
      line-height: 12px; }
  .mapa {
    padding: 87px 88px; }
    .mapa .col-xl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 51%;
              flex: 0 0 51%;
      max-width: 51%; }
    .mapa__left {
      padding: 15px 0 60px 48px;
      height: 358.36px; }
      .mapa__left__cuadritos__card {
        padding: 24px 12px;
        height: 106.69px;
        width: 194px; }
        .mapa__left__cuadritos__card p {
          font-size: 10px; }
        .mapa__left__cuadritos__card img {
          width: 41px; }
      .mapa__left p {
        margin: 23px 0 25px 0;
        padding-left: 22px;
        padding-right: 63px; }
      .mapa__left a {
        margin-top: 12px; }
      .mapa__left h2 {
        padding-right: 25px; }
  .nosotros {
    padding-top: 65px; }
    .nosotros__right {
      right: 21px; }
      .nosotros__right a {
        margin-top: 18px; }
      .nosotros__right p {
        padding-left: 24px;
        margin: 25px 0 25px 0; }
    .nosotros__left {
      left: 25px;
      top: 15px; }
      .nosotros__left img {
        width: 346px; }
  header {
    height: 68px; }
  .banner__persona img:nth-child(1) {
    width: 138px; }
  .banner__persona img:nth-child(2) {
    width: 367px;
    position: relative;
    margin: 0 0 0 -29px; }
  .banner__contenedor svg {
    width: 50px; }
  .banner__contenedor__botones {
    margin-top: 34px; }
  .banner__contenedor img {
    width: 260px; }
  .banner__contenedor h1 {
    font-size: 62px; }
  .banner__contenedor h4 {
    font-size: 27px; }
  .btn-jelly {
    padding: 17px 28px;
    font-size: 9px; }
  .container {
    max-width: 1260px; }
  .header {
    padding: 8px 0 11px 0; }
    .header__left img {
      width: 128px; } }

@media (min-width: 1600px) and (max-width: 1800px) {
  .mapa__left {
    padding: 0 0 80px 60px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1670px; } }

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1220px; }
  .modal-body {
    height: 642.14px; } }
