@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,700,800,900|Roboto:100,300,400,500,700,900");
/*****Data primaria****** */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  color: #757575;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  padding-top: 64px;
  background-color: #FAFAFA; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 16px; } }

::selection {
  background: rgba(181, 209, 253, 0.6); }

::-moz-selection {
  background: rgba(181, 209, 253, 0.6); }

a, a:hover, a:active, a:visited {
  border: none;
  text-decoration: none;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  margin-top: 0px;
  letter-spacing: 0.7px;
  font-family: "Roboto", sans-serif; }

.container-fluid {
  padding-right: 40px !important;
  padding-left: 40px !important; }
  @media screen and (max-width: 767px) {
    .container-fluid {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 768px) {
  .v-center-false {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.img-responsive {
  width: 100%; }

.fa-home {
  position: relative;
  top: 0.9px; }

.navbar {
  min-height: 74px; }

.navbar-right {
  position: relative;
  right: 30px; }
  @media screen and (max-width: 767px) {
    .navbar-right {
      position: relative;
      right: 0px; } }

.navbar-left {
  position: relative;
  left: 60px; }
  @media screen and (max-width: 767px) {
    .navbar-left {
      position: relative;
      left: 0px; } }
  .navbar-left li {
    color: #fff;
    box-sizing: border-box; }
    .navbar-left li a {
      padding: 5px 10px;
      margin: 10px !important;
      color: #fff !important;
      background: #E91E63;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.16);
      transition: all 400ms ease; }
      .navbar-left li a:hover {
        background: #C2185B !important;
        transform: scale(1.2) rotate(360deg);
        cursor: pointer; }
      .navbar-left li a:link {
        background: #E91E63 !important; }
      .navbar-left li a i {
        box-sizing: border-box;
        color: #fff !important; }
        .navbar-left li a i:hover {
          color: #fff !important; }

.navbar-default {
  padding: 14px 0px 0px;
  background-color: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  border: none; }

.navbar-default .navbar-nav > li > a {
  margin-left: 20px;
  letter-spacing: 0.6px;
  font-size: 15px;
  color: #E91E63; }
  @media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
      margin-left: 0px; } }
  .navbar-default .navbar-nav > li > a:hover {
    color: #AD1457; }

.navbar-default .navbar-nav > li > a.selected {
  color: #AD1457; }

.navbar-header {
  position: relative;
  left: 30px; }
  @media screen and (max-width: 767px) {
    .navbar-header {
      position: relative;
      left: 0px; } }

.navbar-brand {
  padding: 0px 0px;
  position: relative;
  top: -5px; }
  @media screen and (max-width: 1200px) {
    .navbar-brand {
      left: -30px; } }
  @media screen and (max-width: 768px) {
    .navbar-brand {
      left: 15px; } }
  .navbar-brand img {
    width: 120px;
    display: inline-block;
    float: left; }
  .navbar-brand small {
    position: relative;
    left: 15px;
    text-transform: uppercase;
    color: #E91E63;
    font-weight: 600; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #C2185B; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #C2185B; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1) !important; }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    position: relative;
    top: 7px;
    margin-bottom: 7px; } }

.carousel-control {
  width: 10%; }

.carousel {
  height: 500px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .carousel {
      height: 100%; } }
  .carousel .gradient {
    height: 500px;
    width: 66%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: -webkit-linear-gradient(left, #000 0, #000 5%, transparent 100%);
    background: linear-gradient(to right, #000 0, #000 5%, transparent 100%); }
    @media screen and (max-width: 767px) {
      .carousel .gradient {
        height: 100%; } }
  .carousel .fill {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .carousel .fill {
        padding: 0px 20px; } }
    .carousel .fill .text-carousel {
      z-index: 4; }
      .carousel .fill .text-carousel h1, .carousel .fill .text-carousel h2, .carousel .fill .text-carousel h3, .carousel .fill .text-carousel h4, .carousel .fill .text-carousel h5, .carousel .fill .text-carousel h6 {
        color: rgba(255, 255, 255, 0.9); }
      .carousel .fill .text-carousel h1 {
        font-weight: 600;
        font-size: 60px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .carousel .fill .text-carousel h1 {
            font-size: 48px; } }
        @media screen and (max-width: 359px) {
          .carousel .fill .text-carousel h1 {
            font-size: 36px; } }
      .carousel .fill .text-carousel h2 {
        font-weight: 300;
        font-size: 48px; }
        @media screen and (max-width: 767px) {
          .carousel .fill .text-carousel h2 {
            font-size: 36px; } }
        @media screen and (max-width: 359px) {
          .carousel .fill .text-carousel h2 {
            font-size: 24px; } }
      .carousel .fill .text-carousel button {
        font-size: 18px;
        letter-spacing: 0.6px;
        border-radius: 999px;
        margin-top: 20px;
        padding: 10px 30px;
        border: none;
        outline: none;
        background-color: #7C4DFF;
        color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
        .carousel .fill .text-carousel button:hover {
          background-color: #6200EA;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.clear {
  clear: both; }

article.section {
  padding: 60px 0px; }
  @media screen and (max-width: 767px) {
    article.section {
      padding: 50px 0px; } }

.section, .section-colored {
  padding: 80px 0px; }
  @media screen and (max-width: 767px) {
    .section, .section-colored {
      padding: 50px 0px; } }
  .section ul li, .section-colored ul li {
    margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .section .button-container, .section-colored .button-container {
      text-align: center; } }
  .section button, .section-colored button {
    letter-spacing: 0.6px;
    border-radius: 999px;
    margin-top: 20px;
    padding: 10px 30px;
    border: none;
    outline: none;
    background-color: #7C4DFF;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .section button:hover, .section-colored button:hover {
      background-color: #6200EA;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

video {
  width: 100% !important;
  height: auto !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  @media screen and (max-width: 768px) {
    .videoWrapper {
      margin-top: 15px;
      padding-top: 5px; } }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section .container-fluid {
  padding-right: 65px !important;
  padding-left: 55px !important; }
  @media screen and (max-width: 767px) {
    .section .container-fluid {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
.section h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  text-transform: none;
  color: #E91E63; }
  @media screen and (max-width: 767px) {
    .section h2 {
      text-align: center;
      font-size: 32px; } }
.section .img-full-right {
  width: 100%;
  position: relative;
  height: 300px;
  object-fit: cover; }

#jumb-container {
  margin-left: 50px;
  margin-right: 50px; }
  @media screen and (min-width: 1200px) {
    #jumb-container {
      width: 1366px; } }
  @media screen and (max-width: 767px) {
    #jumb-container {
      margin: 0px; } }

#video-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    #video-mobile {
      padding: 0px 0px 50px 0px;
      display: block; } }

.nuevos {
  padding: 0px 0px 0px;
  height: 500px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .nuevos {
      height: 100%; } }
  .nuevos .gradient {
    height: 500px;
    width: 66%;
    position: absolute;
    top: 64px;
    z-index: 3;
    background: -webkit-linear-gradient(left, #000 0, #000 33%, transparent 100%);
    background: linear-gradient(to right, #000 0, #000 33%, transparent 100%); }
    @media screen and (max-width: 767px) {
      .nuevos .gradient {
        top: 0px;
        height: 100%; } }
  .nuevos .gradient-1 {
    height: 500px;
    width: 66%;
    position: absolute;
    top: 64px;
    z-index: 3;
    background: -webkit-linear-gradient(left, #000 0, #000 5%, transparent 100%);
    background: linear-gradient(to right, #000 0, #000 5%, transparent 100%); }
    @media screen and (max-width: 767px) {
      .nuevos .gradient-1 {
        top: 0px;
        height: 100%; } }
  .nuevos .mensaje-somos {
    color: #fff;
    position: relative;
    z-index: 4; }
    .nuevos .mensaje-somos h1 {
      font-size: 48px;
      color: #fff; }
    .nuevos .mensaje-somos h2 {
      width: 80%;
      font-size: 18px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8); }
  .nuevos p {
    margin: 0px; }

.welcome-video {
  width: 100%;
  height: 600px; }
  .welcome-video .gradient {
    height: 600px;
    width: 66%;
    position: absolute;
    top: 64px;
    z-index: 3;
    background: -webkit-linear-gradient(left, #000 0, #000 33%, transparent 100%);
    background: linear-gradient(to right, #000 0, #000 33%, transparent 100%); }
    @media screen and (max-width: 767px) {
      .welcome-video .gradient {
        height: 100%; } }
  .welcome-video .welcome-video-bg {
    padding-top: 74px;
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%; }
    .welcome-video .welcome-video-bg .mensaje-somos {
      position: absolute;
      z-index: 4;
      color: #fff; }
      .welcome-video .welcome-video-bg .mensaje-somos h1 {
        font-size: 48px;
        color: #fff; }
      .welcome-video .welcome-video-bg .mensaje-somos h2 {
        width: 80%;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8); }

.section-white {
  background-color: #fff; }

.section-special h2 {
  margin-bottom: 35px; }
.section-special .value {
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease; }
  @media screen and (max-width: 768px) {
    .section-special .value {
      margin-bottom: 20px; } }
  .section-special .value:hover {
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .section-special .value img {
    height: 216px;
    object-fit: cover; }
  .section-special .value .description-values {
    padding: 0px 15px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px; }
    .section-special .value .description-values h3 {
      font-size: 24px;
      text-align: center;
      color: #C2185B; }
    .section-special .value .description-values p {
      font-size: 14px;
      text-align: center; }

.section-colored {
  background-color: #E91E63;
  color: rgba(255, 255, 255, 0.9); }
  .section-colored a, .section-colored a:hover, .section-colored a:visited, .section-colored a:active {
    color: rgba(255, 255, 255, 0.9); }
  .section-colored h1, .section-colored h2, .section-colored h3, .section-colored h4, .section-colored h5, .section-colored h6 {
    color: rgba(255, 255, 255, 0.9); }
  .section-colored h3 {
    font-size: 36px; }
  .section-colored .solo h3 {
    font-size: 60px;
    font-weight: 300;
    margin: 0px 0px 20px; }
    @media screen and (max-width: 767px) {
      .section-colored .solo h3 {
        font-size: 42px; } }
  .section-colored .solo p {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .section-colored .solo p {
        font-size: 16px; } }
  .section-colored .solo button {
    background-color: #fff;
    padding: 12px 35px;
    color: #C2185B;
    border-radius: 999px; }
    .section-colored .solo button:hover {
      background-color: #C2185B;
      color: #fff; }

/***************Pages**************** */
section {
  background-position: center;
  background-size: cover; }
  section button {
    letter-spacing: 0.6px;
    border-radius: 999px;
    margin-top: 20px;
    padding: 10px 30px;
    border: none;
    outline: none;
    background-color: #7C4DFF;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    section button:hover {
      background-color: #6200EA;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/*Footer */
footer {
  margin: 0px 0px;
  padding: 15px 10px;
  background-color: #fafafa; }
  footer .footer-text p {
    font-size: 13px;
    margin: 5px 10px 0px 0px;
    float: left; }
    @media screen and (max-width: 767px) {
      footer .footer-text p {
        display: block;
        float: none;
        text-align: center; } }
  footer .barrita {
    position: relative;
    top: 1px;
    float: left;
    margin-right: 10px;
    color: #E91E63; }
    @media screen and (max-width: 767px) {
      footer .barrita {
        display: none; } }
  footer .buttons {
    float: right; }
    @media screen and (max-width: 767px) {
      footer .buttons {
        float: none;
        text-align: center;
        margin-top: 20px; } }
    footer .buttons a.icon-footer {
      padding: 5px 10px;
      margin: 10px 8px !important;
      color: #fff !important;
      background: #E91E63;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.16);
      transition: all 400ms ease; }
      footer .buttons a.icon-footer:hover {
        background: #C2185B !important; }
      footer .buttons a.icon-footer i {
        box-sizing: border-box;
        color: #fff !important; }
        footer .buttons a.icon-footer i:hover {
          color: #fff !important; }

section.quienes-somos {
  width: 100%; }
  section.quienes-somos .parte-1 {
    width: 50%;
    float: left;
    height: 550px;
    padding: 70px 55px; }
    @media screen and (max-width: 991px) {
      section.quienes-somos .parte-1 {
        height: 700px; } }
    @media screen and (max-width: 768px) {
      section.quienes-somos .parte-1 {
        padding: 50px 15px;
        width: 90%;
        height: 700px; } }
    @media screen and (max-width: 359px) {
      section.quienes-somos .parte-1 {
        padding: 50px 15px;
        width: 90%;
        height: 800px; } }
    section.quienes-somos .parte-1 h2 {
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 36px;
      text-transform: none;
      color: #E91E63; }
  section.quienes-somos .parte-2 {
    background-position: center;
    background-size: cover;
    width: 50%;
    float: left;
    height: 550px;
    background-color: rgba(194, 24, 91, 0.9);
    background-blend-mode: multiply;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media screen and (max-width: 991px) {
      section.quienes-somos .parte-2 {
        height: 700px; } }
    @media screen and (max-width: 768px) {
      section.quienes-somos .parte-2 {
        width: 10%;
        height: 700px; } }
    @media screen and (max-width: 359px) {
      section.quienes-somos .parte-2 {
        height: 800px; } }

section.ventajas-white {
  background-color: #fff; }

section.ventajas {
  width: 100%; }
  section.ventajas div {
    background-position: center;
    background-size: cover; }
  section.ventajas .left-second {
    width: 100%;
    float: left;
    padding: 0px;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply; }
    @media screen and (max-width: 768px) {
      section.ventajas .left-second {
        height: 450px; } }
    @media screen and (max-width: 359px) {
      section.ventajas .left-second {
        height: 500px; } }
  section.ventajas .right-second {
    padding: 140px 40px;
    width: 35%;
    right: 0;
    position: absolute;
    height: 600px;
    background-color: rgba(194, 24, 91, 0.75);
    background-blend-mode: multiply;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media screen and (max-width: 768px) {
      section.ventajas .right-second {
        padding: 75px 15px;
        width: 90%;
        max-height: 450px; } }
    @media screen and (max-width: 359px) {
      section.ventajas .right-second {
        padding: 50px 15px;
        max-height: 500px; } }
    section.ventajas .right-second:hover {
      background-color: rgba(194, 24, 91, 0.9); }
    section.ventajas .right-second h2 {
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 20px; }
    section.ventajas .right-second p {
      color: #fff; }
  section.ventajas .left-first {
    width: 35%;
    left: 0;
    position: absolute;
    height: 600px;
    padding: 140px 40px;
    height: 600px;
    background-color: #C2185B;
    background-color: rgba(194, 24, 91, 0.75);
    background-blend-mode: multiply;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media screen and (max-width: 768px) {
      section.ventajas .left-first {
        width: 90%;
        padding: 75px 15px;
        max-height: 450px; } }
    @media screen and (max-width: 359px) {
      section.ventajas .left-first {
        padding: 50px 15px;
        max-height: 500px; } }
    section.ventajas .left-first:hover {
      background-color: rgba(194, 24, 91, 0.9); }
    section.ventajas .left-first h2 {
      color: #fff;
      margin-bottom: 20px; }
    section.ventajas .left-first p {
      color: rgba(255, 255, 255, 0.9); }
  section.ventajas .right-first {
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    width: 100%;
    float: left;
    height: 600px; }
    @media screen and (max-width: 768px) {
      section.ventajas .right-first {
        height: 450px; } }
    @media screen and (max-width: 359px) {
      section.ventajas .right-first {
        height: 500px; } }

.modal .btn-default {
  background-color: #7C4DFF !important;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .modal .btn-default:hover {
    background-color: #6200EA;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    color: #fff; }
  .modal .btn-default:focus {
    color: #fff; }
.modal .modal-header {
  background-color: #C2185B;
  border-bottom: 0px; }
  .modal .modal-header h4 {
    color: #fff !important; }
.modal .modal-body {
  font-size: 15px; }
.modal .modal-description {
  background-color: #E91E63;
  color: #fff;
  padding: 15px; }
  .modal .modal-description p {
    margin: 0px;
    font-size: 15px; }
.modal .googleMapContainer {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.modal .googleMapContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.contact-mid {
  height: 350px;
  background-color: rgba(36, 36, 36, 0.7);
  text-align: center;
  background-blend-mode: multiply;
  margin-bottom: 0px; }
  .contact-mid h2 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin: 0px; }

section.mitad {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box; }
  section.mitad .left {
    height: 100%;
    width: 65%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    float: left; }
    @media screen and (max-width: 768px) {
      section.mitad .left {
        width: 5%; } }
  section.mitad .right {
    width: 35%;
    float: left; }
    @media screen and (max-width: 768px) {
      section.mitad .right {
        width: 95%; } }
    section.mitad .right .titulo-contacto {
      padding: 50px 40px 40px 40px;
      background-color: #E91E63;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        section.mitad .right .titulo-contacto {
          padding: 40px 20px;
          margin-bottom: 20px; } }
      section.mitad .right .titulo-contacto h3 {
        color: #fff !important;
        font-size: 32px;
        margin: 0px; }
        @media screen and (max-width: 768px) {
          section.mitad .right .titulo-contacto h3 {
            font-size: 24px; } }
    section.mitad .right .contenido-contacto {
      padding: 0px 40px; }
      @media screen and (max-width: 768px) {
        section.mitad .right .contenido-contacto {
          padding: 0px 20px; } }
      section.mitad .right .contenido-contacto .informacion-contacto {
        margin: 30px 0px 0px 0px; }
        @media screen and (max-width: 767px) {
          section.mitad .right .contenido-contacto .informacion-contacto {
            margin: 15px 0px 0px 0px; } }
        section.mitad .right .contenido-contacto .informacion-contacto span {
          font-size: 18px;
          position: relative; }
          @media screen and (max-width: 768px) {
            section.mitad .right .contenido-contacto .informacion-contacto span {
              font-size: 15px; } }
        section.mitad .right .contenido-contacto .informacion-contacto span.phone-number {
          top: -7px; }
        section.mitad .right .contenido-contacto .informacion-contacto span.email {
          top: -3px; }
        section.mitad .right .contenido-contacto .informacion-contacto span.direccion {
          top: -3px; }
        section.mitad .right .contenido-contacto .informacion-contacto i {
          font-size: 32px;
          color: #E91E63;
          margin-right: 20px;
          width: 30px;
          text-align: center; }

@media screen and (max-width: 768px) {
  .tienda {
    display: block; } }

section.lista-tiendas img {
  max-height: 367px; }

section.mision-vision {
  padding: 40px 0px;
  background-color: #f5f5f5; }
  section.mision-vision h2 {
    margin-bottom: 20px;
    color: #E91E63; }

.contenedor-marcas {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .contenedor-marcas {
      margin-top: 5px; } }
  .contenedor-marcas img {
    margin: 15px;
    height: 110px; }
    @media screen and (max-width: 768px) {
      .contenedor-marcas img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px; } }

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