@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800);
@import url(https://unpkg.com/ionicons@4.4.6/dist/css/ionicons.min.css);
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400; }

.mtop {
  margin-top: 35px; }

.mbot {
  margin-bottom: 35px; }

.top-cien {
  margin-top: 100px; }

.bot-cien {
  margin-bottom: 100px; }

.no-pad {
  padding: 0; }

.w-full {
  width: 100% !important;
  max-width: 100% !important;
  flex: initial !important; }

.force-left {
  float: left !important;
  margin-left: 30px; }

.w-cien {
  width: 100%; }

.btn {
  border: 2px solid #1d1d1b;
  color: black;
  background: white;
  border-radius: 0;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .btn.standar-size {
    font-size: 16px; }
    .btn.standar-size:hover{color: #664393;}
  .btn.small-size {
    font-size: 16px; }
    .btn.small-size:hover{color: #664393;}
    
  .btn.doble:before {
    border: #fff solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px; }
  .btn.doble:hover:before, .btn.doble:focus:before, .btn.doble:active:before {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px; 
    color: #664393;}
  .btn:before {
    content: '';
    position: absolute;
    border: #000 solid 2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .btn:hover:before, .btn:focus:before, .btn:active:before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; }

.menu-nav {
  background: url(../img/menu-bg.png) top center repeat-y;
  background-size: 100%; }
  .menu-nav .container {
    padding: 0; }
  .menu-nav nav {
    text-transform: uppercase; }
.ajax_loader{
  width: 100%;
  background: #2d2d2d;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}

.box-txt-elpacto p{width: 100%;}

#myModal{
  background: transparent;
  width: 450px;
  height: 400px;
  margin: 0 auto;
  top: 10%;
  padding: 0px !important;
}
#myModal .modal-header{position: relative; border-bottom: none;}
#myModal h3{
  color: #4e4e4d;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
#myModal h3:before{
  position: absolute;
  bottom: -9px;
  left: 0;
  content: "";
  background: url("../img/linea.png") top left no-repeat;
  width: 243px;
  height: 4px;
  background-size: 100%;
}
#myModal p{
  color: #1e120d;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}
#myModal form{margin-top: 30px;}
#myModal .modal-body{padding-bottom: 35px;}
#myModal .modal-footer{padding-top: 35px;}
#myModal #btn-colectivo{width: 110px;}


#YouTubeModalDialog.modal-dialog{
  width:90%!important;
  max-width:1200px!important;
}
#YouTubeModalBody{
  margin-bottom: -5px !important;
  position: relative; 
    padding-bottom: 56.25%!important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
#YouTubeModalDialog iframe{
  margin: 0px !important; left: -1px; border-radius: 0px !important;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#YouTubeModal{
  z-index: 999999;
}
#YouTubeModal .modal-header{display: none;}
#YouTubeModal #YouTubeModalBody iframe{margin: 0px;}


.fotopacto {
  float: right;
}

@media (max-width: 767px) {
  /*nav mobile*/
  .txt-des-pacto{position: relative !important;}
  #YouTubeModalDialog{width: 95% !important;}
    #YouTubeModalDialog iframe{margin: 0px !important; left: -1px;}
}

    @media screen and (max-width: 992px) {
      .menu-nav nav ul {
        padding: 30px 0; } }
    @media screen and (max-width: 992px) {
      .menu-nav nav ul li {
        text-align: center; } }
    .menu-nav nav ul li a {
      font-weight: 700;
      font-size: 13px;
      margin-left: 10px; }
      @media screen and (max-width: 1200px) {
        .menu-nav nav ul li a {
          margin-left: 50px; } }
      @media screen and (max-width: 992px) {
        .menu-nav nav ul li a {
          margin: 0; } }
    .menu-nav nav.bg-dark {
      background: none !important; }

header {
  background: url("../img/header.jpg") top center no-repeat;
  padding-top: 44.875%;
  background-size: 100%; }
  header .container {
    margin-top: -30%; }
    @media screen and (max-width: 1024px) {
      header .container {
        margin-top: -35%; } }
    @media screen and (max-width: 576px) {
      header .container .icono-slogan-header {
        width: 50%; } }
    header .container .icono-slogan-header img.header-icon {
      width: 30%; }
    header .container .icono-slogan-header img.header-txt {
      width: 68%; }
      @media screen and (max-width: 576px) {
        header .container .icono-slogan-header img.header-txt {
          width: 60%; } }

.me-sumo {
  margin-top: -30px;
  background: white;
  padding: 20px 30px;
  width: 954px;
  -webkit-box-shadow: 0px 11px 15px 0px rgba(199, 199, 199, 0.44);
  -moz-box-shadow: 0px 11px 15px 0px rgba(199, 199, 199, 0.44);
  box-shadow: 0px 11px 15px 0px rgba(199, 199, 199, 0.44); }
  .total-users p{width: 100%; text-align: right; font-size: 36px;}
  @media screen and (max-width: 954px) {
    .me-sumo {
      width: 100%;
      max-width: 100%; } }
  .me-sumo p {
    font-size: 20px;
    text-align: center;
    margin: 00; }
    @media screen and (max-width: 768px) {
      .me-sumo p {
        margin-bottom: 10px;
        margin-top: 5px; } }
    .me-sumo p a.btn {
      margin-left: 10px; }

.pacto-articulo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e1e1+0,e2e1e1+50,ffffff+50,ffffff+100 */
  background: #e2e1e1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e2e1e1 0%, #e2e1e1 50%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e2e1e1 0%, #e2e1e1 50%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e2e1e1 0%, #e2e1e1 50%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e1e1', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  margin-top: -40px;
  margin-bottom: 80px;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .pacto-articulo {
      background: none;
      filter: none; } }
  .pacto-articulo.interior {
    margin-top: 0;
    background: none; }
    @media screen and (max-width: 875px) {
      .pacto-articulo.interior .col-sm-6:first-child {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: none; } }
    @media screen and (max-width: 576px) {
      .pacto-articulo.interior .col-sm-6:first-child {
        text-align: right; } }
    .pacto-articulo.interior .col-sm-6:first-child span {
      display: flex;
      align-content: flex-start; }
      .pacto-articulo.interior .col-sm-6:first-child span img:first-child {
        align-self: flex-start;
        width: 36.8%; }
      .pacto-articulo.interior .col-sm-6:first-child span img:last-child {
        align-self: flex-start;
        width: 63.1%; }
    .pacto-articulo.interior .col-sm-6:first-child .compromiso {
      background: #c8bbd8;
      justify-content: flex-end;
      padding: 80px 0; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.violeta {
        background: #7c2c87; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.coral {
        background: #ed6c50; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.celeste {
        background: #80b2c2; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.naranja {
        background: #f1863a; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.rojo {
        background: #e8405e; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.vino {
        background: #c33871; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.marron {
        background: #d39161; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones.rosa {
        background: #ef798e; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child {
        margin-bottom: 0; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.violeta {
          color: #7c2c87; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.coral {
          color: #ed6c50; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.celeste {
          color: #80b2c2; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.naranja {
          color: #f1863a; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.rojo {
          color: #e8405e; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.vino {
          color: #c33871; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.marron {
          color: #d39161; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso.asociaciones h2:first-child.rosa {
          color: #ef798e; }
      .pacto-articulo.interior .col-sm-6:first-child .compromiso span {
        display: inline-block;
        width: 63.1%; }
        @media screen and (min-width: 1024px) {
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span {
            max-width: 550px; } }
        @media screen and (max-width: 768px) {
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span {
            width: 80%; } }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso span h2 {
          font-size: 36px;
          color: white;
          margin-top: 0;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .pacto-articulo.interior .col-sm-6:first-child .compromiso span h2 {
              font-size: 30px; } }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span h2:before {
            content: none; }
        .pacto-articulo.interior .col-sm-6:first-child .compromiso span form {
          display: flex;
          flex-direction: column;
          /*** custom checkboxes ***/
          /* to hide the checkbox itself */
          /* unchecked icon */
          /* space between checkbox and label */
          /* checked icon */
          /* allow space for check mark */ }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input {
            border: none;
            background: rgba(255, 255, 255, 0.65);
            padding: 5px 30px;
            margin-bottom: 20px;
            color: #c8bbd8;
            font-weight: 700; }
            .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[placeholder]::-webkit-input-placeholder {
              font-weight: 700;
              font-size: 18px;
              color: white; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form select {
            -webkit-appearance: none;
            border-radius: 0;
            border: none;
            /*background: rgba(255, 255, 255, 0.65);*/
            background: #ece7f1;
            padding: 5px 30px;
            margin-bottom: 20px;
            color: #c8bbd8;
            font-weight: 700;
            font-size: 18px;
            position: relative;
            background-image: url(../img/drop-down.png);
            background-position: 90% center;
            background-repeat: no-repeat; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form label {
            position: relative;
            font-size: 14px;
            font-weight: 500;
            padding-left: 40px;
            margin-left: 12px;
            margin-bottom: 15px;
            color: white;
            text-align: left; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox]:checked + label:after {
            top: 1px;
            position: absolute;
            left: 4px; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox] + label:before {
            position: absolute;
            width: 30px;
            top: -9px;
            left: 0px; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox] {
            display: none; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox] + label:before,
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox] + label:after {
            font-family: Ionicons;
            display: inline-block;
            color: white; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox] + label:before {
            content: "\f380";
            font-size: 26px; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox] + label:before {
            letter-spacing: 10px; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox]:checked + label:after {
            content: "\f2bc"; }
          .pacto-articulo.interior .col-sm-6:first-child .compromiso span form input[type=checkbox]:checked + label:after {
            letter-spacing: 5px; }
    .pacto-articulo.interior .col-sm-6:first-child a.btn-subir {
      cursor: pointer;
      margin-top: -48px;
      z-index: 9;
      position: relative;
      margin-right: 30%;
      display: table;
      padding: 2px 15px;
      background: rgba(255, 255, 255, 0.65);
      float: right;
      font-size: 18px;
      color: #282828;
      text-decoration: none;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .pacto-articulo.interior .col-sm-6:first-child a.btn-subir:hover {
        background: white; }
    .pacto-articulo.interior .col-sm-5 {
      justify-content: center;
      display: flex;
      flex-direction: column;
      padding-left: 100px;
      padding-top: 125px; }
      @media screen and (min-width: 1024px) {
        .pacto-articulo.interior .col-sm-5 {
          max-width: 550px; } }
      @media screen and (max-width: 875px) {
        .pacto-articulo.interior .col-sm-5 {
          display: block;
          width: 100%;
          max-width: 100%;
          flex: none;
          padding-right: 100px; } }
      @media screen and (max-width: 768px) {
        .pacto-articulo.interior .col-sm-5 {
          padding-left: 50px;
          padding-right: 50px;
          padding-top: 50px; } }
    .pacto-articulo.interior p {
      text-align: left; }
    .pacto-articulo.interior h2.sin-linea {
      font-weight: 700;
      font-size: 30px;
      color: #4e4e4d; }
      @media screen and (max-width: 768px) {
        .pacto-articulo.interior h2.sin-linea {
          font-size: 24px; } }
      .pacto-articulo.interior h2.sin-linea span {
        font-size: 36px; }
      .pacto-articulo.interior h2.sin-linea:before {
        content: none; }
    .pacto-articulo.interior h2:before {
      width: 243px;
      background-size: 100%; }
    .pacto-articulo.interior .item {
      margin-bottom: 70px;
      /*** custom checkboxes ***/
      /* to hide the checkbox itself */
      /* unchecked icon */
      /* space between checkbox and label */
      /* checked icon */
      /* allow space for check mark */ }
      @media screen and (max-width: 768px) {
        .pacto-articulo.interior .item:last-child {
          margin-bottom: 0; } }
      .pacto-articulo.interior .item h3, .pacto-articulo.interior .item h4 {
        font-size: 16px; }
      .pacto-articulo.interior .item h3 {
        font-weight: 500;
        position: relative; }
        .pacto-articulo.interior .item h3:before {
          position: absolute;
          bottom: -9px;
          left: 0;
          content: "";
          background: url("../img/linea.png") top left no-repeat;
          width: 243px;
          height: 4px;
          background-size: 100%; }
      .pacto-articulo.interior .item h4 {
        font-weight: 700;
        margin: 20px 0 35px 12px; }
      .pacto-articulo.interior .item label {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        padding-left: 40px;
        margin-left: 12px;
        margin-bottom: 15px; }
      .pacto-articulo.interior .item input[type=checkbox]:checked + label:after {
        top: 3px;
        position: absolute;
        left: 4px; }
      .pacto-articulo.interior .item input[type=checkbox] + label:before {
        position: absolute;
        width: 30px;
        top: -6px;
        left: 0px; }
      .pacto-articulo.interior .item input[type=checkbox] {
        display: none; }
      .pacto-articulo.interior .item input[type=checkbox] + label:before,
      .pacto-articulo.interior .item input[type=checkbox] + label:after {
        font-family: Ionicons;
        display: inline-block; }
      .pacto-articulo.interior .item input[type=checkbox] + label:before {
        content: "\f380";
        font-size: 26px; }
      .pacto-articulo.interior .item input[type=checkbox] + label:before {
        letter-spacing: 10px; }
      .pacto-articulo.interior .item input[type=checkbox]:checked + label:after {
        content: "\f2bc"; }
      .pacto-articulo.interior .item input[type=checkbox]:checked + label:after {
        letter-spacing: 5px; }
      .pacto-articulo.interior .item .btn {
        font-size: 30px;
        font-weight: 700;
        color: white;
        background: #1d1d1b;
        padding: 30px;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media screen and (max-width: 768px) {
          .pacto-articulo.interior .item .btn {
            font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .pacto-articulo.interior .col-sm-6:first-child label.label{width: 100%;}
    #cropContainerModal{width: 100% !important; background-size: cover;}
    .pacto-articulo.interior .col-sm-6:first-child span img.reveal{display: none;}
    .pacto-articulo .container {
      width: 100%;
      max-width: 100%; } }
  .pacto-articulo .col-sm-6:first-child {
    text-align: right; }
    @media screen and (max-width: 576px) {
      .pacto-articulo .col-sm-6:first-child {
        text-align: left;
        background: #e2e1e1;
        margin-bottom: 35px; } }
    @media screen and (max-width: 768px) {
      .pacto-articulo .col-sm-6:first-child img.simbolo-art {
        width: 100%; } }
    @media screen and (max-width: 576px) {
      .pacto-articulo .col-sm-6:first-child img.simbolo-art {
        width: 50%; } }
  .pacto-articulo .col-sm-6:last-child {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-left: 100px; }
    @media screen and (max-width: 768px) {
      .pacto-articulo .col-sm-6:last-child {
        padding-left: 30px;
        padding-right: 30px; } }
  .pacto-articulo h2 {
    color: #4e4e4d;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .pacto-articulo h2 {
        font-size: 24px; } }
    .pacto-articulo h2:before {
      position: absolute;
      top: -30px;
      left: 0;
      content: "";
      background: url("../img/linea.png") top left no-repeat;
      width: 157px;
      height: 4px; }
  .pacto-articulo p.bajada {
    color: #664394;
    font-size: 16px;
    text-align: left !important;
    font-weight: 500; }
  .pacto-articulo p {
    color: #1e120d;
    font-size: 14px;
    font-weight: 300;
    text-align: justify; }

.video {
  text-align: center;
  background: url("../img/video-thumb.gif") top left no-repeat;
  padding: 12% 0; }
  @media screen and (min-width: 768px) {
    .video {
      background-size: 100%; } }
  .video a {
    display: block; }

.linea-bot {
  margin-top: 20px;
  margin-bottom: 112px; }
  .linea-bot img {
    width: 100%;
    height: 7px; }

.grilla-slogan .gris {
  background: #d1d8da;
  display: flex; }
  .grilla-slogan .gris img {
    margin: auto; }
    @media screen and (max-width: 768px) {
      .grilla-slogan .gris img {
        width: 100%;
        padding: 30px;
        align-self: center; } }
.grilla-slogan .articulo {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
  align-items: flex-start; }
  .grilla-slogan .articulo.al-right {
    align-items: flex-end; }
    .grilla-slogan .articulo.al-right h2 {
      text-align: right; }
      .grilla-slogan .articulo.al-right h2:before {
        left: initial;
        right: 0; }
    .grilla-slogan .articulo.al-right p {
      text-align: right; }
  .grilla-slogan .articulo h2 {
    color: #4e4e4d;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .grilla-slogan .articulo h2 {
        max-width: 465px; } }
    @media screen and (max-width: 768px) {
      .grilla-slogan .articulo h2 {
        font-size: 23px;
        margin-top: 55px;
        margin-bottom: 15px; } }
    .grilla-slogan .articulo h2:before {
      position: absolute;
      top: -30px;
      left: 0;
      content: "";
      background: url("../img/linea.png") top left no-repeat;
      width: 157px;
      height: 4px; }
  .grilla-slogan .articulo p {
    color: #1e120d;
    font-size: 14px;
    font-weight: 300;
    text-align: justify; }
    @media screen and (min-width: 768px) {
      .grilla-slogan .articulo p {
        max-width: 465px; } }
.grilla-slogan .hover-img {
  position: absolute;
  bottom: 20px;
  right: 10%;
  font-size: 17px;
  padding: 10px;
  background: white; }
.grilla-slogan .marcas-adheridas h2.title-bloque {
  font-size: 36px;
  color: white;
  text-align: center;
  margin: 0;
  padding: 5px 0; }
  @media screen and (max-width: 768px) {
    .grilla-slogan .marcas-adheridas h2.title-bloque {
      font-size: 20px; } }
  .grilla-slogan .marcas-adheridas h2.title-bloque.violeta {
    background: #7c2c87; }
  .grilla-slogan .marcas-adheridas h2.title-bloque.coral {
    background: #ed6c50; }
  .grilla-slogan .marcas-adheridas h2.title-bloque.celeste {
    background: #80b2c2; }
  .grilla-slogan .marcas-adheridas h2.title-bloque.naranja {
    background: #f1863a; }
  .grilla-slogan .marcas-adheridas h2.title-bloque.rojo {
    background: #e8405e; }
  .grilla-slogan .marcas-adheridas h2.title-bloque.vino {
    background: #c33871; }
  .grilla-slogan .marcas-adheridas h2.title-bloque.marron {
    background: #d39161; }
  .grilla-slogan .marcas-adheridas h2.title-bloque.rosa {
    background: #ef798e; }
.grilla-slogan .marcas-adheridas .grupo-marcas {
  text-align: center;
  display: flex;
  justify-content: center; }
  .grilla-slogan .marcas-adheridas .grupo-marcas img {
    width: 33.33%;
    padding: 24%;
    align-self: center; }
.grilla-slogan .marcas-adheridas .hover-img {
  width: 162px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .grilla-slogan .marcas-adheridas .hover-img {
      bottom: 2%; } }

#imgpacto{
  margin-top: 50px;
  margin-bottom: 50px;
}
    

.mas-es-menos img.mas {
  margin-top: 140px;
  margin-bottom: 100px; }
.mas-es-menos .acciones h2 {
  color: #4e4e4d;
  font-size: 36px;
  font-weight: 400;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .mas-es-menos .acciones h2 {
      font-size: 26px; } 
    .video{
      padding: 24% 0;
    }
    .total-users p{text-align: center !important;}
  }
  @media screen and (max-width: 576px) {
    .mas-es-menos .acciones h2 {
      margin-bottom: 80px; } }
  .mas-es-menos .acciones h2:before {
    position: absolute;
    top: -30px;
    left: 0;
    content: "";
    background: url("../img/linea.png") top left no-repeat;
    width: 157px;
    height: 4px; }
  .mas-es-menos .acciones h2:after {
    position: absolute;
    bottom: -30px;
    left: 0;
    content: "";
    background: url("../img/linea.png") top left no-repeat;
    width: 157px;
    height: 4px; }
.mas-es-menos p {
  color: #1e120d;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 35px; }
.mas-es-menos .redes a {
  display: inline-block; }

.adhesiones h2.linea {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px; }
  .adhesiones h2.linea:before {
    position: absolute;
    bottom: -23px;
    left: 0;
    content: "";
    background: url(../img/linea.png) top left no-repeat;
    width: 243px;
    height: 4px;
    background-size: 100%; }
.adhesiones p {
  font-size: 18px; }
.adhesiones .adhesiones-comercios {
  text-align: center;
  font-size: 24px;
  margin-top: 50px; }
  .adhesiones .adhesiones-comercios img {
    padding: 18px;
    margin-bottom: 16px; }
    .adhesiones .adhesiones-comercios img.violeta {
      background: #7c2c87; }
    .adhesiones .adhesiones-comercios img.coral {
      background: #ed6c50; }
    .adhesiones .adhesiones-comercios img.celeste {
      background: #80b2c2; }
    .adhesiones .adhesiones-comercios img.naranja {
      background: #f1863a; }
    .adhesiones .adhesiones-comercios img.rojo {
      background: #e8405e; }
    .adhesiones .adhesiones-comercios img.vino {
      background: #c33871; }
    .adhesiones .adhesiones-comercios img.marron {
      background: #d39161; }
    .adhesiones .adhesiones-comercios img.rosa {
      background: #ef798e; }
  .adhesiones .adhesiones-comercios h3 {
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .adhesiones .adhesiones-comercios h3 {
        font-size: 20px; } }

textarea {
  border: solid 1px black;
  width: 100%; }

#main-footer {
  background-color: #222; margin-top: 100px;}
  #main-footer #footer-widgets {
    padding: 6% 0 0; }
  #main-footer .footer-widget {
    float: left;
    width: 20.875%;
    margin-right: 5.5%;
    margin-bottom: 5.5%; }
    @media screen and (max-width: 576px) {
      #main-footer .footer-widget {
        margin-bottom: 50px;
        margin-top: 20px;
        width: 100%;
        display: block;
        float: initial; } }
    #main-footer .footer-widget:last-child {
      margin-right: 0; }
    #main-footer .footer-widget h4 {
      color: #c8bbd8;
      font-size: 18px;
      font-weight: 400; }
    #main-footer .footer-widget ul {
      padding: 0;
      list-style: none; }
    #main-footer .footer-widget li {
      position: relative;
      padding-left: 14px; }
      #main-footer .footer-widget li:before {
        position: absolute;
        top: 9px;
        left: 0;
        border-width: 3px;
        border-style: solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        content: "";
        border-color: #c8bbd8; }
      #main-footer .footer-widget li a {
        color: #ffffff; }
        #main-footer .footer-widget li a:hover {
          text-decoration: none; }
  #main-footer #et-footer-nav {
    background-color: rgba(255, 255, 255, 0.05);
    clear: left; }
    #main-footer #et-footer-nav .bottom-nav {
      font-size: 16px;
      padding: 15px 0;
      margin: 0; }
      #main-footer #et-footer-nav .bottom-nav li {
        display: inline-block;
        padding-right: 22px;
        font-size: 14px;
        font-weight: 600; }
        #main-footer #et-footer-nav .bottom-nav li a {
          color: #bbb;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
          #main-footer #et-footer-nav .bottom-nav li a:hover {
            opacity: 0.7;
            text-decoration: none; }

#cropContainerModal{
  width: 505px;
  height: 540px;
  background-image: url('../img/tu-foto.jpg');
}
#cropContainerModal.w-full{
  width: 950px;
  height: 640px;
 background-image: url('../img/nos-unimos-asociacion.jpg')
}

.croppedImg{width: auto !important;}
.modal-seleccion{background: #fff !important;}
.modal-content{border-radius: 0px;}

.box_respuesta_sumo {
  font-weight: 500;
  position: relative;
  margin-bottom: 25px; }
  .box_respuesta_sumo:before {
    position: absolute;
    bottom: -9px;
    left: 0;
    content: "";
    background: url("../img/linea.png") top left no-repeat;
    width: 243px;
    height: 4px;
    background-size: 100%; }

.modal-body a{
  color: #1e120d;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-body a.btn{
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px !important;
}
.redes{margin-bottom: 30px;}
.owl-carousel .owl-item img{width: 100% !important;}
.btn-derecha{
  width: 100%;
  text-align: right !important;
}
#formSumo a, #formAsociacion a{color: #fff;}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { 
  .icono-mm{display: none;}
}


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