/*Home Css*/

@font-face {
    font-family: 'Verdana';
    src: url('font/verdana/original_verdana.eot?#iefix') format('embedded-opentype'),
        url('font/verdana/original_verdana.woff') format('woff'),
        url('font/verdana/original_verdana.ttf') format('truetype'),
        url('font/verdana/original_verdana.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana-Bold';
    src: url('font/verdana-bold/original_verdanab.eot?#iefix') format('embedded-opentype'),
        url('font/verdana-bold/original_verdanab.woff') format('woff'),
        url('font/verdana-bold/original_verdanab.ttf') format('truetype'),
        url('font/verdana-bold/original_verdanab.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bgHome {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/bghome.png) no-repeat center top /cover;
}

p.cuadro {
    background: #ffffff;
    text-align: center;
    padding: 5px 22px;
    font-family: "Verdana-Bold";
}

.indice {
    float: right;
}

.containerHome {
    position: relative;
    padding-top: 160px;
}

.containerHome h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-family: "Verdana-Bold";
    max-width: 640px;
    text-shadow: 4px 4px 1px rgba(85, 167, 212, 1);
}

.containerHome h2 {
    color: #fff;
    font-size: 24px;
    font-family: "Verdana-Bold";
}

.containerHome p {
    color: #fff;
}

.firstRowImg img {
    max-width: 424px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.btnRiskQuest {
    background: #f1cb30;
    width: 424px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    font-family: "Verdana-Bold";
    -moz-box-shadow: 10px 10px 0px 0px rgba(84, 163, 208, 1);
    box-shadow: 10px 10px 0px 0px rgba(84, 163, 208, 1);
    border: none;
    outline: none;
}

.btnRiskQuest:hover {
    background: #f3d043;
}

.btnRiskQuest a {
    color: #000;
    font-size: 16px;
    font-family: "Verdana-Bold";
}

.btnRiskQuest a:hover {
    text-decoration: none;
}

.secondRowImg img {
    max-width: 100%;
}

.thirdRow {
    margin-top: 70px;
}

.riesgoDiabetes {}

.riesgoDiabetes img {
    max-width: 100%;
}

.thirdRow h2.customH2 {
    font-family: "Verdana-Bold";
    font-size: 43px;
    margin: 0 0 30px 0;
    text-shadow: 4px 4px 1px rgba(85, 167, 212, 1);
}

.bottomBtn {
    float: right;
    margin: 30px 5% 0 0;
}

.bannerVideo {
    margin: 0 0 !important;
    padding-top: 50px;
}

.bannerSide {
    padding: 0 0 !important;
}

.videoSide {
    padding: 14px 0 30% 0 !important;
    position: relative;
    height: 0;
    overflow: hidden;
}

.bannerVideo img {
    width: 100%;
}

.videoSide iframe,
.videoSide object,
.videoSide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.refBibliografica {
    position: relative;
    padding: 40px 0;
}

.refBibliografica h1 {
    color: #fff;
    margin: 0 0 30px 0;
    font-family: "Verdana-Bold";
    text-shadow: 4px 4px 1px rgba(85, 167, 212, 1);
    font-size: 25px;
}

.refBibliografica ol {
    max-width: 85%;
    margin: 0 auto;
    counter-reset: item;
}

.refBibliografica ol li {
    color: #fff;
    font-family: "Verdana";
    display: block;
    position: relative;
    font-size: 12px;
}

.refBibliografica ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #fecc02;
    position: absolute;
    left: -35px;
}

.refBibliografica ol li a {
    color: #fff;
}



/*Form Css*/

.fixedForm {
    height: 35vh;
    margin: 24px auto 15px;
}

.bgForm {
    position: absolute;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.showForm {
    display: block;
}

.hideForm {
    display: none;
}

.formSide {
    border-radius: 10px 10px 0 0;
    position: absolute !important;
    z-index: 20;
    max-width: 550px;
    min-width: 550px;
    height: 330px;
    text-align: center;
}

.formSide div select {
    -webkit-appearance: none;
    background-image: url(../img/bgselect.png);
    padding: 0px 5px;
    background-repeat: no-repeat;
    background-color: rgba(217, 217, 217, 0.77);
    border: none;
    background-position: 90%;
    outline: none;
}

.formSide div select option {
    outline: none;
    cursor: pointer;
}

.step0>.alert,
.step1>.alert,
.step2>.alert,
.step3>.alert,
.step4>.alert,
.step5>.alert,
.step6>.alert,
.step7>.alert,
.step8>.alert {
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px;
    width: 96%;
    margin: 0 2%;
    padding: 5px 10px;
}

.stepRow {
    margin: 15px auto;
}

.formSide div.stepRow select {
    margin: 0 auto;
    width: 85%;
    display: block;
    padding: 0 0 0 20px;
}

.formCount {
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-family: "Verdana-Bold";
    width: 95px;
    height: 65px;
    right: 0;
    top: -6px;
    color: #fff;
    background: #595959;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(89, 89, 89, 0.3);
    -moz-box-shadow: 3px 3px 10px 1px rgba(89, 89, 89, 0.3);
    box-shadow: 3px 3px 10px 1px rgba(89, 89, 89, 0.3);
}

.stepRow input {
    height: 30px;
    background-color: #d9d9d9;
    float: left;
    margin-right: 10px;
    width: 70%;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
    padding: 0 0px 0px 10px;
}

.imgSide {
    position: absolute !important;
    right: 10%;
    z-index: 10;
    top: -80px;
}

.step0img {
    background: url(../img/question0.png);
}

.step1img {
    background: url(../img/question1.png);
}

.step2img {
    background: url(../img/question2.png);
}

.step3img {
    background: url(../img/question3.png);
}

.step4img {
    background: url(../img/question4.png);
}

.step5img {
    background: url(../img/question5.png);
}

.step6img {
    background: url(../img/question6.png);
}

.step7img {
    background: url(../img/question7.png);
}

.step8img {
    background: url(../img/question8.png);
}

.formImg {
    background-repeat: no-repeat;
    min-height: 424px;
    width: 100%;
    background-size: contain;
}

.formSide div h2 {
    font-size: 30px;
    text-align: center;
    padding: 50px 20% 20px;
    color: rgb(40, 122, 222);
}

.formSide div.step5 h2,
.formSide div.step6 h2 {
    padding: 30px 10% 20px;
}

.formSide div select {
    display: block;
    margin: 5% auto;
    border-radius: 5px;
    cursor: pointer;
    font-family: Verdana;
}

.formSide div button {
    margin: 50px 0 0 0;
    position: relative;
    border: none;
    border-radius: 100px;
    padding: 18px 38px;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events: all;
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0px 5px 15px 0px transparent;
    outline: 0;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: top;
    background: rgb(40, 122, 222);

    height: 49px;
    z-index: 200;
}

.step0 select,
.step2 select,
.step3 select {
    max-width: 424px;
    width: 100%;
    padding: 0 0 0 5% !important;
}


/*Input Radio*/

.radioRow ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 75%;
}

.radioRow ul li {
    list-style: none;
    margin: 38px auto;
    padding: 0;
    width: 135px;
    height: 20px;
}

.tg-list {
    text-align: center;
    display: flex;
    align-items: center;
}

.tg-list-item {
    margin: 0 2em;
}

.radioRow ul li h4 {
    color: #999;
    float: left;
    line-height: 0px;
    margin: 10px 10px;
}

.radioRow ul li h4:nth-child(2) {
    float: right !important;
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
    float: left;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 3em;
    height: 1.5em;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-light+.tgl-btn {
    background: #333;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
}

.tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #a2bf37;
    transition: all .2s ease;
}

.tgl-light:checked+.tgl-btn {
    background: #333;
}


/*after Form content*/

.contHighRisk a,
.contCongrats a {
    color: #0033ab;
}

.lastBtnForm:hover {
    text-decoration: none;
}

.printIco a,
.printIco a img {
    cursor: pointer;
}

.contHighRisk {
    background: #fff;
    height: 430px !important;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    position: absolute !important;
    bottom: 0;
    top: 40px;
}

.contHighRisk h1 {
    text-align: center;
    color: #ff0000;
    margin: 20px 0;
    font-family: "Verdana-Bold";
}

.contHighRisk p {
    text-align: center;
    font-family: "Verdana";
}

.contHighRisk p span {
    color: #0033ab;
    text-decoration: underline;
    font-weight: bold;
}

.contHighRisk button {
    width: 100px;
    height: 35px;
    background: #a2bf37;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    display: block;
    margin: 20px auto;
}

.contHighRisk button:hover {
    opacity: 0.85;
}

.contHighRisk .riskLabelBtn {
    color: #0033ab;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto 20px;
    width: 240px;
}

.contHighRisk .printForm {
    float: left;
    width: 25%;
    margin-top: 50px;
}

.contHighRisk .socialMedia {
    float: right;
    width: 30%;
    margin-top: 50px;
}

.contHighRisk .printIco img {
    margin: 15px 0 0 0;
}


/*congrats*/

.contCongrats {
    /* height: 700px !important; */
    padding: 0px;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    top: 40px;
}

.contCongrats button {
    background: #a2bf37;
}

.contCongrats button:hover {
    opacity: 0.85;
}

.contCongrats .riskLabelBtn {
    color: #0033ab;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto 20px;
    width: 240px;
}

.contCongrats .printForm {
    float: left;
    width: 25%;
    margin-top: 50px;
}

.contCongrats .socialMedia {
    float: right;
    width: 30%;
    margin-top: 50px;
}

.contCongrats .printIco img {
    margin: 15px 0 0 0;
}

.printForm p,
.socialMedia p {
    font-family: "Verdana";
    font-size: 11px;
}

.fixedFooter {
    z-index: 999 !important;
    position: relative;
}

footer.fixedFooter div.container {
    padding: 0 0 !important;
}

footer.fixedFooter div.container p.footerStr {
    margin-left: 0px !important;
}

footer.fixedFooter div.container div.fila_3 ul.menuFooter {
    margin-left: 0px !important;
}

.try {
    text-align: center;
    width: 255px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .videoSide {
        padding: 25px 0 56.25% 0 !important;
        position: relative;
        height: 0;
        overflow: hidden;
    }

    .formSide {
        width: 90%;
    }

    .formSide {
        max-width: 100%;
    }
}

@media (max-width: 992px) {

    .contCongrats,
    .contHighRisk {
        /* background: #fff;
        min-height: 480px !important;
        padding: 10px;
        border-radius: 10px 10px 0 0;
        position: absolute !important;
        bottom: 0%;
        width: 100%;
        height: auto !important; */
    }

    .contHighRisk .socialMedia {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .contHighRisk .printForm {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .contCongrats .socialMedia {
        float: none;
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        height: 90px;
    }

    .contCongrats .printForm {
        float: none;
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        height: 80px;
    }

    .heightFixMobile {
        height: 110vh;
    }
}

@media (max-width: 846px) {
    .formSide div select {
        -webkit-appearance: unset;
        background-image: none;
    }

    .step0>.alert,
    .step1>.alert,
    .step2>.alert,
    .step3>.alert,
    .step4>.alert,
    .step5>.alert,
    .step6>.alert,
    .step7>.alert,
    .step8>.alert {
        text-align: left;
    }

    .contCongrats,
    .contHighRisk {
        min-height: 670px !important;
    }

    .contCongrats h1 {
        font-size: 25px;
    }

    .radioRow ul li {
        margin: 28px auto;
    }

    /* .fixedForm {
        height: 70vh;
    } */
    .heightFixMobile {
        height: 135vh;
    }

    .btnRiskQuest {
        width: 100%;
        height: auto;
        line-height: 20px;
        padding: 6px 8px;
    }

    .formatedStr {
        max-width: 100%;
        text-align: justify;
    }

    .secondRowImg {
        margin-bottom: 20px;
    }

    .thirdRow {
        margin-top: 20px;
        text-align: center;
    }

    .bottomBtn {
        float: inherit;
        margin: 0 auto;
        text-align: center;
        margin-top: 25px;
    }

    .containerHome {
        position: relative;
        padding-top: 35px;
    }

    .thirdRow h2.customH2 {
        font-family: "Verdana-Bold";
        font-size: 34px;
    }

    p.btnRiskQuest.bottomBtn {
        width: 94%;
        height: auto;
        line-height: 20px;
        padding: 6px 8px;
    }

    .refBibliografica ol li {
        font-size: 10px;
    }

    .refBibliografica ol li a {
        width: 100%;
        display: inline-block;
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .txtEspa {
        font-size: 30px;
        text-transform: uppercase;
    }

    .refBibliografica ol li:before {
        left: -20px;
    }

    .formSide div h2 {
        font-size: 22px;
        padding: 50px 0% 20px !important;
    }

    .contCongrats .socialMedia {
        height: 100px;
    }

    .contCongrats .printForm {
        height: 100px;
    }
}

@media (max-width: 600px) {
    .fixedForm {
        height: 37vh;
    }
}

@media (max-width: 415px) {
    .heightFixMobile {
        height: 140vh;
    }
}

@media (max-width: 370px) {
    .heightFixMobile {
        height: 145vh;
    }
}