

.btn-abrir{
    background: #0063a5;
    color:#fff;
    padding: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
          z-index: 9999;
}

/* VENTANA MODAL */


img.down{

width: 110px;
padding-bottom: 20px;

}

.pop-up{
    font-family: "Inter", sans-serif !important;
    background: rgba(145, 71, 255, 0.8);
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
   z-index: 9999999;

}

.pop-up-wrap{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 890px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease all;
        z-index: 9999;
}

.pop-up-title{
    flex-basis: 0;
    flex-grow:1.5;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../img/office.jpg');
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
}

.pop-up-title::after{
    content: '';
    position: absolute;
    background: rgba(228, 63, 90, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pop-up-title::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.subcription::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 50px 0 rgba(0, 0, 1, 0.25);
    z-index: -1;
}

.pop-up-title h2,
.pop-up-title p{
    z-index: 10;
    color: #fff;
}

.pop-up-title h2{
    font-family: 'Chiller';
    font-size: 80px;
}


.pop-up-title p{
    font-size: 20px;
    font-weight: 300;
}

.subcription{
    background: #fff;
    flex-basis: 0;
    flex-grow: 2;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 50px 0px;
      padding-bottom: 60px;
     border-radius: 25px;
}

.sub-content{
    width: 76%;
}

.sub-content h2{
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.2rem;
    color: #000;
    letter-spacing: -0.034em !important;
    padding-top:20px;
    padding-bottom: 0px;
    font-family: "Inter", sans-serif;
}

.sub-content p{
    font-weight: 500;
    color: #3e3e3e;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 10px 0;
        letter-spacing: -0.00em !important;
}

.subs-email{
    width: 100%;
    padding: 15px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
}

.subs-send{
    width: 100%;
    padding: 15px;
    border: none;
    background: #E43F5A;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease background;
}

.subs-send:hover{
    background: #1bc59b;
}


#close{
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 2rem;
    color: #9147ff;
    cursor: pointer;
}

.pop-up.show{
    visibility: visible;
}

.pop-up-wrap.show{
    transform: scale(1);
    opacity: 1;
}


 








@media only screen and (max-width: 980px){
    .pop-up-title{
        display: none;
    }

}

@media only screen and (max-width: 767px){
    
    .subcription{
 
    padding: 55px 0px !important;
      padding-bottom: 55px !important;
 
}


  .leran {
       font-size: 1rem !important;
  }



  .sub-content h2{

      font-size: 2rem;
      line-height: 2rem;

  }

  .sub-content p{

      font-size: 1rem;
      line-height: 1.2rem;

  }


}




@media only screen and (max-width: 320px){
    .sub-content h2{
        font-size: 30px;
    }
