.wrap-card{
    margin-top: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.titulo{
    font-size: calc(10px + 1vw);
    color: #003E4F;
    text-align: center;
}
.wrap-titulo{
    width: 100%;
    box-sizing: border-box;
}
.wrap-nv{
    background-color: #003E4F;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.nv-text{
    color: white;
    text-align: center;
    font-size: calc(15px + 1vw);
    font-weight: bold;
    font-style: italic;
    margin: 0;
}
.wrap-options{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #9eccd7;
    position: relative;
}
.logo-fondo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 80%;
    z-index: 1;
}
.wrap-buttons{
    z-index: 2;
    position: relative;
}
.wrap-option-text{
    z-index: 2;
    position: relative;
}

.wrap-option-text > .wrap-option-text-1{
    font-size: calc(7px + 1vw);
    color:#003E4F;
    text-align: center;
}
.wrap-option-text > .wrap-option-text-2{
    text-align: center;
    margin-top: 20px;
}
.wrap-option-text > .wrap-option-text-2 > p{
    font-size: calc(5px + .8vw);
    color:#003E4F;
    line-height: calc(4px + 1vw);
}

.wrap-logo{
    z-index: 2;
    position: relative;
    text-align: center;
}
.wrap-logo > img{
   width: 20%;
   margin-bottom: 15px;
}
.wrap-btn{
    width: 33%!important;
    box-sizing: border-box;
    display: inline-block;
}
.align-l{
    text-align:left!important;
    text-align:-webkit-left!important;
}
.align-c{
    text-align:center!important;
    text-align:-webkit-center!important;
}
.align-r{
    text-align:right!important;
    text-align:-webkit-right!important;
}
.btn-suscrip{
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: calc(15px + 1vw);
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 14px;
    background-color:#166475;
    width: 50%;
    text-align: center;
    cursor:pointer!important;
    transition: .2s ease-in;
}
.btn-suscrip > small{
    font-size: calc(5px + 1vw);;
}
.btn-suscrip:hover{
    background-color: #1e798d;
}
@media (max-width:600px){
    .wrap-btn{
        width:100%!important;
        text-align:center!important;
        text-align:-webkit-center!important;
        padding: 5px;

    }
    .btn-suscrip{
        width: 80%;
        flex-direction: row;
    }
    .nopaddingmobile{
        padding:0!important;
    }
}
@media (max-width:767px){
    .wrap-card{
        width:100%;
    }
}
@media (min-width:767px){
    .wrap-card{
        width:90%;
        margin-left: 50%;
        transform: translate(-50%, 0);
    }
}
@media (min-width:1000px){
    .wrap-card{
        width:66%;
        margin-left: 50%;
        transform: translate(-50%, 0);
    }
}