.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper>* {
    padding: 0px;
}

.page-main {
    flex-grow: 1;
    /* padding: 0px; */
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
@font-face {
    font-family: Graphik;
    src: url("assets/tipografia/Graphik-Font-Family/GraphikRegular.otf") format("truetype");
}
@font-face {
    font-family: GraphikLight;
    src: url("assets/tipografia/Graphik-Font-Family/GraphikLight.otf") format("truetype");
}
@font-face {
    font-family: GraphikLightItalic;
    src: url("assets/tipografia/Graphik-Font-Family/GraphikLightItalic.otf") format("truetype");
}
@font-face {
    font-family: GraphikSemiBold;
    src: url("assets/tipografia/Graphik-Font-Family/GraphikSemibold.otf") format("truetype");
}

.Graphik{
    font-family: Graphik !important;
}
.GraphikLight{
    font-family: GraphikLight !important;
}
.GraphikLightItalic{
    font-family: GraphikLightItalic !important;
}
.GraphikSemiBold{
    font-family: GraphikSemiBold !important;
}


.flexStart{
    display: flex;
    justify-content: flex-start;
}
.flexCenter{
    display: flex;
    justify-content: center;
}
.flexEnd{
    justify-content: flex-end;
    display: flex;
}
.alingItemsCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.alingItemsEnd{
    display: flex;
    justify-content: center;
    align-items: end;
}

.wd-row{
    width: 1500px;
}
.pd-row{
    padding: 50px 0px;
}

.wd-img-logo{
    width: 100%;
}
.wd-img-certificado{
    width: 62%;
}


.btn-compra-header, .btn-compra-header:hover{
    background: #E81F76;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 30px;
    font-weight: 400;
    line-height: 15px;
    /* padding: 22px 117px; */
    width: 386px;
    height: 59px;
    /* display: block; */
    display: flex;
    justify-content: center;
    align-items: center;
}

/*div{
    border: 1px solid;
}*/

.bottom-fixed{
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 1030;
}

.wd-img-flecha-arriba{
    width: 40px;    
}

.pd-footer{
    padding: 15px 0px;
}
.sizeFrame{
    width: 100%;
    height: 1200px;
}
.ndfHFb-c4YZDc.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-bnBfGc {
    background-color: #ffffff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}
.ndfHFb-c4YZDc-K9a4Re{
    background-color: #ffffff !important;
}
.ndfHFb-c4YZDc{
    width: 85% !important;
    left: 99px !important;
}
#web .flexCenter .pd-row{
    padding: 10px 0px 0px 0px;
}
/*TABS*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #ffffff;
    background-color: #3D7CC9 !important;
}
.nav-custom, .nav-custom:hover{
    color: #ffffff;
    background-color: #7E57C5 !important;
    border-radius: 25px !important;
    width: 166px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
/******/

#spanLink{
    color: #08c;
    cursor: pointer;
}
/*******MOVIL*******/
@media screen and (max-width: 1532px) {
    .nav-custom, .nav-custom:hover{
        width: 156px;
    }
}

@media screen and (max-width: 1440px) {
    .nav-custom, .nav-custom:hover{
        width: 126px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1172px) {
    .nav-custom, .nav-custom:hover{
        width: 110px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .nav-custom, .nav-custom:hover{
        width: 106px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .nav-pills li{
        margin: 4px;
    }
    .btn-compra-header, .btn-compra-header:hover{
        width: 286px;
        height: 49px;
    }
    .bottom-fixed{
        display: none;
    }
    .nav-custom, .nav-custom:hover{
        width: 256px;
        font-size: 17px;
    }
    .pd-row{
        padding: 7px 0px;
    }
    .sizeFrame{
        width: 100%;
        height: 550px;
    }
    .wd-img-certificado {
        width: 65%;
    }
}

@media screen and (max-width: 1024px) {
    .nav-custom, .nav-custom:hover{
        width: 216px;
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .btn-compra-header, .btn-compra-header:hover{
        width: 226px;
        height: 39px;
    }
    .nav-custom, .nav-custom:hover{
        width: 186px;
        font-size: 17px;
    }
    .page-main{
        flex-grow: 0;
    }
    .page-footer{
        flex-grow: 1;
    }
}

@media screen and (max-width: 575px) {
    .btn-compra-header, .btn-compra-header:hover{
        font-size: 12px;
        width: 76px;
        height: 19px;
    }
    .nav-custom, .nav-custom:hover{
        width: 152px;
        height: 35px;
        font-size: 7px;
        line-height: 7px;
    }
    .pd-footer {
        padding: 6px 0px 14px 0px;
    }
}


@media screen and (max-width: 518px) {
    .nav-custom, .nav-custom:hover{
        width: 99px;
        height: 18px;
        font-size: 7px;
        line-height: 7px;
    }
}

@media screen and (max-width: 351px) {
    /*.btn-compra-header, .btn-compra-header:hover{
        font-size: 12px;
        padding: 5px 25px;
    }*/
}
