@charset "utf-8";
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
/*#popupBody{
    width: 46%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    transition: all 5s ease-in-out;
    margin: 20% auto;
}*/
.close{

    position: absolute;
    top: 5px;
    right: 10px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #393535 !important;

}

@import url('https://fonts.googleapis.com/css?family=Montserrat');
font-wei{
  font-family:'Montserrat', arial, sans-serif;
}

.popupcontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    border-radius: 18px;
    background-color: #fff;
    background-image: url('../../images/popupmaps1.png');
    filter: blur(0px);
    background-size: 100% 100%;
}

#popupagrega form{
    width: 100%;
    margin: 0 5%
}

.standard{
  background-color: #f1f2f6;
  background-image: -webkit-linear-gradient(bottom right, #f1f2f6 0%, #c9c6c6 74%);
  background-image: -o-linear-gradient(bottom right, #f1f2f6 0%, #c9c6c6 74%);
  background-image: linear-gradient(to top left, #f1f2f6 0%, #c9c6c6 74%);
}

.premium{
  background-color: #facc6b;
  background-image: -webkit-linear-gradient(bottom right, #facc6b 0%, #fabc3c 74%);
  background-image: -o-linear-gradient(bottom right, #facc6b 0%, #fabc3c 74%);
  background-image: linear-gradient(to top left, #facc6b 0%, #fabc3c 74%);
}

.arrow{
  position:absolute;
  font-size:2.4em;
  top:50%;
  color:#000;
  opacity:0.4;
  cursor:pointer;
  transition:0.1s;
  z-index: 5;
}

.arrow:hover{
  opacity:0.8;
  font-size:2.4em;
  top: 50%;
  z-index: 6;
}

.arrowLeft{
  left:10px;
}

.arrowRight{
  right:10px;
}

.iconBox{
  position:absolute;
  width:180px;
  height:180px;
  border-radius:100px;
  background:#FFF;
  opacity:0.6;
  left:80px;
  top:30px;
}

.slideDot {
  position: absolute;
  width: auto;
  height: 40px;
  text-align: center;
  left: 46%;
  bottom: 0;
}

.dot{
  margin:5px;
  width:15px;
  height:15px;
  border-radius:100px;
  display:inline-block;
  background:#000;
  cursor:pointer;
}

.title {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  line-height: 40px;
  font-style: italic;
  flex: 0 0 100%;
  height: 60px;
}

.textBox, .textBoxAgrega {
    /* position: absolute; */
    width: 80%;
    height: auto;
    top: 20px;
    background: transparent;
    color: #000;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    z-index: 3;
    top: 8%;
    max-height: 80%;
}

.textBox, .textBoxAgrega {
  width: 58%;
  /* margin-top: 10% !important; */left: 20%;
  overflow-y: auto;
  margin: 20px;
background: #FFFC;
    border-radius: 10px;border: 0;}
.standard .textBox, .premium .textBox{
  position: absolute;
  width: 85%;
  height: auto;
  top: 10%;
  left: 10%;
  /*background: lightgreen;*/
  color: #000;
  text-align: left;
  font-size: 21px;
  max-height: 60%;
  overflow-y: scroll;
}

.textStandard ul, .textPremium ul, .standard .textBox ul, .premium .textBox ul{
  margin: 10px 30px;
  flex: 100%;
  height: calc(100% - 100px);
  list-style: square;
}

.textStandard li, .textPremium li, .standard .textBox li, .premium .textBox li{
  margin: 10px;
}

.textStandard {
    text-align: left;
    /* border: 3px solid gray; */
    color: #000;
    padding: 6px 30px 0 40px;
    border-radius: 20px;
    margin: 0;
    flex: 0 0 100%;
    height: calc(100% - 100px);
}

.textPremium {
    text-align: left;
    border: 3px solid #facc6b;
    color: #000;
    padding: 6px 30px 0 40px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0;
    flex: 0 0 50%;
    height: calc(100% - 100px);
}

.textBox h2, .textBoxAgrega h2{
  margin-top:0px;
  margin-bottom:5px;
}

.textBox h3, .textBoxAgrega h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.emin{
  margin-left:35px;
}

.pasin{
  margin-left:5px;
}

.conin{
  margin-left:16px;
}

.masinfo {
  text-align: center;
  margin: 20px;
  font-size: 1.4rem;
  cursor: pointer;
}

.submitBTN {
    margin: 30px auto;
    width: fit-content;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.1s;
    border: 2px solid #000;
    padding: 10px 53px;
    text-align: center;
}

.submitBTN:hover{
  /* font-size:1em; */
  color:#5F3C1C;
}

.active{
  background:#cac7c7;
}

.btn-promociona{
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 2px 10px;
    color: #a3182d;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    cursor: pointer;
}

.btn-add-negocio{
    border: 0px solid #a3182d;
    border-radius: 5px;
    width: fit-content;
    padding: 4px 15px;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin: 20px 0 20px auto;
    order: 2;
}

.textBoxAgrega ul {
    margin: 0 7%;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    flex: 100%;
    height: calc(100% - 160px);
    list-style: square;
    color: #071124;
}

.textBoxAgrega ul li {
  margin: 15px 0;
}

@media only screen and (max-device-width: 480px) {

  .popupcontainer{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 96%;
    height: 96%;
    border-radius: 18px;
    background-color: #fff;
    border: 6px solid #a3182d;
  }

  .standard{
    background-color: #f1f2f6;
    background-image: -webkit-linear-gradient(bottom right, #f1f2f6 0%, #c9c6c6 74%);
    background-image: -o-linear-gradient(bottom right, #f1f2f6 0%, #c9c6c6 74%);
    background-image: linear-gradient(to top left, #f1f2f6 0%, #c9c6c6 74%);
  }

  .premium{
    background-color: #facc6b;
    background-image: -webkit-linear-gradient(bottom right, #facc6b 0%, #fabc3c 74%);
    background-image: -o-linear-gradient(bottom right, #facc6b 0%, #fabc3c 74%);
    background-image: linear-gradient(to top left, #facc6b 0%, #fabc3c 74%);
  }

  .arrow {
    position: absolute;
    font-size: 1.8em;
    top: 50%;
    color: #000;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.1s;
    z-index: 5;
  }

  .arrow:hover{
    opacity: 0.8;
    font-size: 1.8em;
    top: 50%;
    z-index: 6;
  }

  .arrowLeft{
    left:15px;
  }

  .arrowRight{
    right:15px;
  }

  .iconBox{
    position: absolute;
    width: 680px;
    height: 680px;
    border-radius: 400px;
    background: #FFF;
    opacity: 0.6;
    left: 160px;
    top: 130px;
  }

  .slideDot {
    position: absolute;
    width: auto;
    height: auto;
    text-align: center;
    left: 35%;
    top: 92%;
  }

  .dot{
    margin: 5px;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    display: inline-block;
    background: #000;
    cursor: pointer;
  }

  .title {
    font-size: 31px;
    text-align: left;
    font-weight: 300;
    line-height: 40px;
    font-style: italic;
    flex: 100%;
    height: fit-content;
    margin-bottom: 28px;
  }

  .textBox, .textBoxAgrega {
    position: absolute;
    width: 90%;
    height: auto;
    top: 20px;
    left: 0;
    background: #FFFC;
    color: #000;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    z-index: 3;
    top: 4px;
    max-height: 93%;
    padding: 50px 0;
    /* top: 20%; */
    max-height: 93%;
    overflow-y: scroll;
  }

  .standard .textBox, .premium .textBox{
    position: absolute;
    width: 85%;
    height: auto;
    top: 10%;
    left: 10%;
    /*background: lightgreen;*/
    color: #000;
    text-align: left;
    font-size: 16px;
    max-height: 63%;
    overflow: scroll;
  }

  .textStandard ul, .textPremium ul, .standard .textBox ul, .premium .textBox ul{
    margin: 10px 30px;
    flex: 100%;
    height: calc(100% - 100px);
    list-style: square;
  }

  #popupagrega form p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  color: #3F434A;
  line-height: 32px;
  padding: 22px;
}

  .textStandard {
    text-align: left;
    border: 3px solid #f1f2f6;
    color: #000;
    padding: 6px 15px 0 15px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0;
    margin-bottom: 0px;
    flex: 100%;
    height: calc(100% - 100px);
  }

  .textPremium {
    text-align: left;
    border: 3px solid #facc6b;
    color: #000;
    padding: 6px 15px 0 15px;
    border-radius: 20px;
    margin: 0;
    margin-bottom: 0px;
    flex: 100%;
    height: calc(100% - 100px);
  }

  .textBox h2, .textBoxAgrega h2{
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .textBox h3, .textBoxAgrega h3{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
  }

  .emin{
    margin-left:35px;
  }

  .pasin{
    margin-left:5px;
  }

  .conin{
    margin-left:16px;
  }

  .masinfo {
    text-align: center;
    margin: 15px;
    font-size: 20px;
  }

  .submitBTN {
    margin: 30px auto;
    width: fit-content;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.1s;
    border: 2px solid #000;
    padding: 10px 53px;
    text-align: center;
}

  .submitBTN:hover{
    font-size: 1.4em;
    color: #5F3C1C;
    background-color: beige;
  }

  .active{
    background:#cac7c7;
  }

  .cerrar{
    position: absolute;
    top: -15px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #281E1E94;
  }

  .btn-promociona {
    background: #fff;
    border: 2px solid #333;
    border-radius: 4px;
    padding: 2px 10px;
    color: #a3182d;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    width: fit-content;
    cursor: pointer;
    margin: 14px 0px;
  }

  .btn-add-negocio {
     border: 0px solid #a3182d;
     border-radius: 5px;
     width: 100%;
     padding: 10px 20px;
     display: block;
     font-size: 18px;
     color: #000;
     font-weight: 600;
     font-family: 'Montserrat';
   }

   .textBoxAgrega ul {
     margin: 0 5%;
     padding: 12px;
     font-size: 14px;
     font-weight: 400;
     text-align: left;
     flex: 100%;
     height: calc(100% - 160px);
     list-style: square;
    }

}


    .popupcontainer.premium .arrowRight,
    .popupcontainer:not(.premium):not(.standard) .arrowLeft
    {
      display: none;
    }


.textBox h2, .textBoxAgrega h2, .preciohead{

    margin-top: 0px;
    margin-bottom: 0;
    background: #facc6b;
    color: #000;
    width: 100%;
    display: block !important;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 10px;

}

.textBoxAgrega h2{
  margin-top: 15px;
  margin-bottom: 10px;
  background: none;
  color: #333;
  font-size: 26px;
  display: block !important;
  text-align: center;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.textStandard, .textPremium {
    padding: 0;
    margin-bottom: 20px;
}

.textStandard ul, .textPremium ul, .standard .textBox ul, .premium .textBox ul {
    margin: 20px 25px 20px 40px;
}

 .preciohead{

    border-radius:  0;
    padding: 0 10px 10px;
}

.precioheadpremium {

    border-radius: 0;
    padding: 10px 10px;
    background: #facc6b;
    text-align: center;
    font-weight: 600;

}

.icon-premium {
  color: #facc6b;
  font-weight: bold;
}

.precioheadstandard {

    border-radius: 0;
    padding: 10px 10px;
    background: #f1f2f6;
    text-align: center;
     font-weight: 600;

}

@media (min-width: 1025px){

.textBox, .textBoxAgrega {
  padding: 10px;
}

.textBoxAgrega{
  padding: 66px;
}

.textStandard, .textPremium {
    padding: 0;
    margin: 0 2%;
    flex: 0 0 96%;
}

.textBox {
    max-height: 95%;
}

.popupcontainer, #popup.show, #popupagrega.show, #popuparticle.show, .popupContent, .textBoxAgrega{
  display: flex !important;
     align-items: center;
    justify-content: center;
}

#popupagrega .popupcontainer{
  width:60%;
}

}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #AAA !important;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #AAA !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #AAA !important;
 }

.textBoxAgrega p{
  color: #333 !important;
  font-size: 18px !important;
}

.popupcontainer {
    border: 0 !important;
}

#popup .textBox{
  max-width: 600px;
margin: 0;}



#popuparticle li{



}

#popuparticle h3{
  color:#a3182d;
  font-weight: bold;
font-size: 26px;}


#popuparticle .textBoxAgrega {
    width: 80%;
  padding:15px;
}

#popuparticle form{
  float: left;
width: 48%;
}

#popuparticle img{
  float: right;
  width: 50%;
}



#popuparticle .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  text-transform:uppercase;
  font-size: 24px;
  padding: 10px 20px !important;
}

#popupagrega h3{
  font-weight: bold;
}

#popuparticle ul {
    padding: 0;
}
#popuparticle ul li {




}

    #popuparticle .btn-success {
      margin: 10px 0;
      font-size: 20px;
    }


.imgs-destacada{
  width:45%;
  float: left;
}

.imgs-destacada img{
  width: 60%;
  margin: 0 auto;display: block;
}


.features-primera{
  display:flex;
margin: 10px;}
.features-primera .feature{
  text-align: center;
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;margin: 10px 20px;/* width: 200px; */}

.features-primera .feature:nth-of-type(1){
  background-image: url(../../images/bg-itemprimera-1.png);
}
.features-primera .feature:nth-of-type(2){
  background-image: url(../../images/bg-itemprimera-2.png);
}
.features-primera .feature:nth-of-type(3){
  background-image: url(../../images/bg-itemprimera-3.png);
}

.features-primera .cifra-feat{
  font-weight:bold;
  font-size: 26px;
  display:block;
}

.features-primera .texto-feat{
  font-size: 18px;
  display:block;
line-height: 20px;}


#popup h3{
  color: #a3182d;
  text-transform: initial;
  font-size:24px;
  font-weight:bold;

}
.btn-primera{
  background: #a3182d;
  color: #FFF;
  border: 0;
  box-shadow:2px 2px 10px #999;
  padding: 0;
font-size: 18px;margin: 25px auto;}

.btn-primera:hover{
  background: #fff;
  color: #333;
}

.btn-primera .text-int{
  padding: 5px 20px;display: inline-block;vertical-align: top;margin-top: 4px;}
.btn-primera .price-int{

  font-weight: bold;
  border-left: 1px solid #eee;
   padding: 4px 20px;display: inline-block;}


.price-anual{
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: -7px;
}

.btn-desactivado{
  color:#777;
  background:#ccc;
  cursor: no-drop;
}
.btn-desactivado:hover{

  font-size: 18px;

background: #ccc;}

@media (max-width: 1370px){

#popuparticle .btn-success {
    margin-top: 5px;
    font-size: 20px;
}

#popuparticle h3{
    margin-bottom: 0;
    font-size: 26px;
}

.btn-primera{
    box-shadow:2px 2px 10px #999;
    padding: 0;
    font-size: 16px;margin: 15px auto;
}

  .features-primera .cifra-feat{
    font-size: 20px;
}

.features-primera .texto-feat{
    font-size: 15px;
    line-height: 18px;
}

  #popup h3 {
    margin:20px 0;
  }


}

@media (max-width: 480px){
  #popuparticle .textBoxAgrega {
    width: 90%;
  }

  .imgs-destacada{
    width:95%;
    float: left;
  }

    img[src="../../images/social_media.png"]{
      max-width: 217px;
      margin: 10px auto !important;
    }

    #popuparticle .btn-success {
      margin: 10px 0 !important;
      font-size: 14px;
    padding: 10px !important;}

  #popuparticle img, #popuparticle form{
    float: initial;
    width: 90%;
  }

  #popuparticle ul{
    height: initial;
  }

  #popup .textBox {
    width: 100% !important;
    max-height: 100%;
  }

  .features-primera{
    display:block;

  }
  .features-primera .feature{
    display:block;
    margin:20px;
  }

  .textStandard {
    padding: 20px;
    border-radius: 20px;
    margin: 0;
    flex: 0 0 100%;
    height:100%;
  }

    .btn-primera{
      box-shadow:2px 2px 10px #999;
      padding: 0;
      font-size: 15px;
      margin: 15px auto;
    }
    .btn-primera .text-int, .btn-primera .price-int{
      padding: 10px;
    }

  #popup .popupcontainer {
    width: 95%;
  }

    .features-primera .cifra-feat{
  font-size: 28px;
}

.features-primera .texto-feat{
  font-size: 18px;
line-height: 18px;
}

.alert-start {
background: #f0f0f0;
border-top: 3px solid #a3182d !important;
display: grid;
grid-template-columns: 1fr;
}

}

.alert-start {
background: #f0f0f0;
border-top: 3px solid #a3182d !important;
display: grid;
grid-template-columns: 0.2fr 1fr;
}

.alert-start .wrap {
padding: 15px 15px;
}

.alert-start p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #343a40;
margin: 0;
}
.alert-start hr{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}

.alert-start .svg-wrap {
background: #f0f0f0;
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
}

.alert-start .svg-wrap picture {
  fill: none;
  stroke: #a3182d;
  stroke-width: 2px;
  max-width: 80px;
}

.main-stroke {
  stroke-width: 2px;
  fill: none;
  stroke: #a3182d;
}
