body.bg-rojo {
    background-position: center center;
    background-size: cover;
    background-color: #000926;
}

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
  a{
    color: #B50F4F;
    text-decoration:none; 
    outline: none;
  }
.cont-title-body h1 {
    font-size: 22px;
    max-width: 300px;
    line-height: 30px;
    padding: 5px 0px;
    text-align: center;
    margin: auto 0;
    color: #B50F4F;
    margin: 15px auto 0 auto;
}
.cont-title-body h2 {
    font-size: 18px;
    line-height: 26px;
    color: #767676;
    text-align: center;
    max-width: 255px;
    margin: 0 auto;
}


.margen {
    margin: 10px 10px 10px 0px;
    padding-top: 10px !important;
}

p {
    color: #0B2065;
    line-height: 2rem;
    font-size: 1.1rem;
    margin-top: 0px;
    padding: 7px 20px;
}

video {
    width: 100%;
    margin: 15px auto;
}
.home{
    background-color: #460c1e;
}
.home video{
    margin: 0 auto;
    margin-top:-60px;
}
hr {
    padding: 0;
    margin: 0px 34px;
    border-top: 1px solid #0a2065;
}
a.btn-dorado {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    background-color: #7f1608;
    padding: 9px 12px;
    font-size: 16px;
    border-radius: 25px;
    margin: 0px 0px 0px 34px;
    box-shadow: 2px 2px 2px #00000021;
}
a.btn-dorado:first-child{
    color: #ffffff;
    background-color: #c9b7b8;
}
a.btn-dorado:last-child{
    margin: 0px 0px 0px 15px;
}
a.btn-empezar {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    background-color: #c9b7b8;
    font-weight: 400;
    padding: 9px 12px;
    font-size: 16px;
    border-radius: 25px;
    margin: 0px auto 0px auto !important;
    box-shadow: 2px 2px 2px #00000021;
}

.faq-red{
    background-color: #B50F4F;
}
.faq-red h2{
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        line-height: 29px;
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 10px;
        padding: 20px 34px 0px 34px;
    
}
.faq-red .num{
    width:68px;
    height:68px;
    border-radius:50%;
    background-color: #ffffff;
    color: #B50F4F;
    text-align: center;
    display: table;
    margin-left: 34px;
    margin-top: 34px;

}
.faq-red .num span{
    display: table-cell;
    height:68px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:53px;

}
.faq-red p{
    color: #ffffff;
    margin: 20px 0px 20px 0px;
    font-size: 16x;
    padding: 0px 34px 0px 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 29px;
}
.faq-red p b{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}




.faq-white{
    background-color: #ffffff;
}
.faq-white .num{
    width:68px;
    height:68px;
    border-radius:50%;
    color: #ffffff;
    background-color: #B50F4F;
    text-align: center;
    display: table;
    margin-left: 34px;
    margin-top: 34px;

}
.faq-white .num span{
    display: table-cell;
    height:68px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:53px;

}
.faq-white h2{
        color: #B50F4F;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        line-height: 29px;
        font-size: 26px;
        margin-bottom: 10px;
        padding: 20px 34px 0px 34px;
    
}
.faq-white p{
    color: #959595;
    margin: 20px 0px 20px 0px;
    font-size: 16px;
    padding: 0px 34px 0px 34px;
    line-height:29px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.faq-white p b{
    font-family: 'Open Sans', sans-serif;
    color: #605b5b;
    font-weight:700;
}

p.btn-abajo {
    padding: 20px 0px 100px 0px !important;
}
.portadaimg{
    max-width:500px;
    width: 100%;
}
.portadabg{
    position: relative;
}
.portadabg .contbutton{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 80px;
}
@media only screen and (max-width: 380px) {
    .portadabg .contbutton{
        bottom: 71px;
    }
    p.my-signo {
        line-height: 2rem;
        font-size: 18px;
    }
    p.my-signo b {
        line-height: 32px;
        font-size: 20px;
    }
    .home video {
        margin: 0 auto;
        margin-top: -42px;
    }
}
