@font-face {
    font-family: "Poppins Regular";
    src: url(../fonts/POPPINS-REGULAR_0.TTF);
    font-weight: normal;
}

@font-face {
    font-family: "Poppins SemiBold";
    src: url(../fonts/POPPINS-SEMIBOLD_0.TTF);
    font-weight: normal;
}

@font-face {
    font-family: "Poppins SemiBoldItalic";
    src: url(../fonts/POPPINS-SEMIBOLDITALIC_0.TTF);
    font-weight: normal;
}

@font-face {
    font-family: "Poppins Bold";
    src: url(../fonts/POPPINS-BOLD_0.TTF);
    font-weight: normal;
}

@font-face {
    font-family: "Cinzel Bold";
    src: url(../fonts/CINZEL-BOLD.TTF);
    font-weight: normal;
}

@font-face {
    font-family: "Cinzel ExtraBold";
    src: url(../fonts/CINZEL-EXTRABOLD.TTF);
    font-weight: normal;
}

html, body {overflow-x: hidden;}
body {
    font-size: 14px;
    font-family: 'Poppins Regular', Arial, Helvetica, sans-serif;    
    overflow-X: hidden;
}

.container {
    max-width: 1020px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Cinzel ExtraBold', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    color: white;
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

.dropdown-custom .btn {
    background: none;
    box-shadow: none;
}

.dropdown-custom .btn img {
    margin: 0 5px;
}

.dropdown-custom .dropdown-menu {
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

.dropdown-custom .dropdown-menu a {
    color: #829378;
}

/* === BTN === */
.btn {
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    border: none;
    color: #474747;
    background: #F7F8CA;
    font-weight: 600;
}

.btn-primary:hover {
    border: none;
    color: #474747;
    background: #f7f8cad2;
}

.btn-secondary {
    border: none;
    color: white;
    font-size: 12px;
    background: #829378;
}

.btn-secondary:hover {
    background: #829378d4;
}

.btn-outline-dark {
    color: #474747;
    border-color: #474747;
}

.btn-outline-dark:hover {
    background: #474747;
    border-color: #474747;
}

.btn-outline-green {
    color: #829378;
    border: 2px solid #829378;
}

.btn-outline-green:hover {
    color: white;
    background: #829378;
    border: 2px solid #829378;
}

.btn-read {
    border: none;
    background: #CDCD9A;
    border: 2px solid #CDCD9A;;
    font-family: 'Poppins SemiBold';
}

.btn-read:hover {
    border: none;
    background: #cdcd9ad4;
    border: 2px solid #cdcd9ad4;;
}

.btn-lg {
    font-size: 18px;
}

/* favoritos */

.boton_favorito_css {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.boton_favorito_css img{width: 30px!important;}
/* === Fin BTN === */

/* === Inputs === */
.input-custom label, #hero-experiencie p, .notes-course .query label {
    color: white;
    font-size: 16px; 
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

.input-custom input, .input-custom textarea {
    background: none;
    border-radius: 0;
    border: 2px solid white;
}
/* === Fin Inputs === */

/* === Colors === */
.text-primary { color:#F7F8CA !important; }
.text-green-dark { color:#033333 !important; }
.text-secondary { color: #829378 !important; }
.text-dark-light { color: #474747; }
/* === Fin Colors === */

/* === Header === */
.header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),  url(../img/bg-header.svg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

.header-gold {
    background: #CDCD9A;
}

 .header-gold .dropdown:active .arrow {
    transition: .5s;
    transform: rotate(180deg);
 }

header .navbar-dark .navbar-nav .nav-link {
    color: white;
}

header .hero {
    margin-top: 150px;
}

header .hero h1 {
    width: 490px;
    display: table;
    padding: 10px 0;
    font-size: 43px;
    margin: 0 auto 10px;
    background-color: white;
}

header .circle {
    top: 100%;
    left: 50%;
    position: absolute;
    transform: translate( -50%, -50% );
}

/* === Fin Header === */

#to-day {
    padding: 100px 0;
    background: #829378
}

#to-day h2 {
    width: 275px;
    display: table;
    padding: 5px 0;
    margin: 0 auto 10px;
    background-color: white;
}

#to-day:first-child p {
    font-size: 18px;
    margin-top: 50px;
    line-height: 27px;
}

#nueva-suscripcion p {
    font-size: 16px;
}

#nueva-suscripcion .box-comenzar, #nueva-suscripcion .box-ingresar  {
    padding: 20px 30px;
    margin-bottom: 30px;
    background: #F1F1F2;
}

#nueva-suscripcion .box-comenzar h2 {
    color: #829378;
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

#nueva-suscripcion .box-comenzar .btn-separador {
    border-left: 2px solid #CDCD9A;
    padding-left: 20px;
}

#nueva-suscripcion .baja-info p {
    color: #829378;
    margin: 0 0 0 10px;
}

#nueva-suscripcion .box-ingresar {
    width: 70%;
    margin: 40px auto;
}

#to-day .box-icon, #nueva-suscripcion .box-icon {
    cursor: pointer;
    width: 170px;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    background: white;
}

#to-day .box-icon p, #nueva-suscripcion .box-icon p {
    color: #829378;
    font-size: 25px;
    margin: 15px 0 0 0;
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

#to-day .box-icon span, #nueva-suscripcion .box-icon span {
    color: #829378;
    font-size: 18px;
}
  
#to-day .box-icon:hover, #to-day .box-icon:hover p, #to-day .box-icon:hover span {
    color: white;
    background: #CDCD9A;
}

#to-day .box-icon svg {
    fill: #829378;
}

#to-day .box-icon:hover svg {
    fill: white;
}

/* === Blog === */
#blog {
    padding: 37px 0;
    background: #CDCD9A;
}

/* === Courses === */

#courses {
    padding: 130px 0;
    background: #CDCD9A;
}

#courses .hands {
    top: 1460px;
    right: -100px;
    position: absolute;
}

#courses .title, #suscription .title, #blog .title, #experience-about-me .title, #subscribe .title, #subscribe-success .title, #blog-post .title {
    display: flow-root;
    margin-bottom: 60px;
}

#courses h2, #suscription h2, #blog h2 {
    margin: 0;
    float: left; 
    display: table;
    color: #949180;
    padding: 5px 10px;
    background-color: white;
}

#courses hr, #suscription hr, #blog hr {
    width: 70%;
    opacity: 10;
    float: right;
    margin: 26px 0;
    background: white;
}

#courses .card, #blog .card {
    border: none;
    border-radius: none !important;
    padding: 20px 20px 0 20px;
}

#courses .card-title, #blog .card-title {
    padding: 10px;
    display: table;
    font-size: 15px;
    color: #1D1D1D;
    background: #F1F1F2;
}

#courses .card-body, #blog .card-body {
    padding: 15px 0 20px 0;
}

#courses .card-body svg {
    fill: white;
    top: 40px;
    right: 30px;
    position: absolute;
}

#courses .card-body:hover svg {
    fill: #CDCD9A;
}

/* Suscription */

#suscription {
    padding: 200px 0;
    background: #829378;
}

#suscription .box-icon {
    width: 104px;
    height: 102px;
    border-radius: 8px;
    background: white;
}

#suscription .box-icon svg {
    fill: #949180;
}

#suscription .box-icon:hover {
    transition: .3s;
    background: #CDCD9A;
}

#suscription .box-icon:hover svg {
    fill: white;
}

#suscription .hands {
    top: 3500px;
    left: -200px;
    position: absolute;
}

#suscription p {
    color: white;
    margin-top: 26px;
    font-size: 15px;
}

.datepicker table.table-condensed {
    width: 100%;
}

/* Nueva cuenta suscripcion */
.paso {
    padding: 7px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.3;
    font-family: 'Cinzel ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 22px;
    background: #F1F1F2;
    color: #474747;
}

.paso.active {
    background: #474747;
    color: white;
}
.paso.completado {
    background: #829378;
    color: white;
}
.form-wrapper {
    padding: 40px;
    border: solid 2px #829378;
    background: white;
}
.form-bg-gray::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #F1F1F1;
    left: 0px;
    z-index: -1;
    top: 131px;
    
}
.registro .form-control {
    border-radius: 0px;
    border: 0px;
    background: #F1F1F1;
}

.manos-form{
    margin-bottom: -160px;
}

#suscripcion-pagar .title h3, #nueva-suscripcion .title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

#suscripcion-pagar h3.text-green-dark:after, #nueva-suscripcion h3.text-green-dark:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background: #cdcd9a;
    left: 0px;
    bottom: 0;
    transform: translateX(-5%);
}


#suscripcion-pagar {
    margin-bottom: 100px;
}

#suscripcion-pagar .title p {
    font-size: 16px;
}

#suscripcion-pagar .separador, #nueva-suscripcion .separador {
    opacity: 1;
    border-bottom: 1px solid #CDCD9A;
}

#suscripcion-pagar .contenedor-pago {
    padding: 20px 30px;
    background: #F1F1F2;
}

#suscripcion-pagar .contenedor-pago p, #suscripcion-pagar .contenedor-pagar p {
    font-size: 18px;
}

#suscripcion-pagar .contenedor-pago span {
    color: #829378;
    font-size: 18px;
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

#suscripcion-pagar .contenedor-pagar {
    padding: 20px 30px 35px;
    background: #F1F1F2;
}

#suscripcion-pagar .contenedor-pagar img {
    margin: -4px 5px 0 0;
}

#suscripcion-pagar .contenedor-pagar span {
    color: #829378;
    font-size: 16px;
}

/* Contact */

#contact {
    padding: 150px 0 60px;
    background: url('../img/bg-contact.png') no-repeat center;
    background-size: cover;
}

#contact p {
    color: white;
    font-size: 16px;
    margin-top: 30px;
    line-height: 25px;
}

/* Footer */
footer {
    padding: 90px 0 60px 0;
    background: #474747;
}

footer hr {
    opacity: 10;
    width: 80%;
    background: white;
    height: 2px !important;
}

footer .svg {
    margin-left: -20px;
}

footer .social {
    margin-top: 30px;
}

footer .social p, footer .links a, footer .suscription p {
    font-size: 12px;
    color: white;
    font-family: 'Poppins Bold', Helvetica, sans-serif;
}

footer .social a, #contact .social a {
    margin-right: 15px;
}

footer .links, footer .suscription  {
    margin-top: 25px;
}

footer .links h4, footer .suscription h4 {
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
}

footer .links a {
    display: block;
    margin-bottom: 26px;
    text-decoration: none;
}

footer .suscription p {
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

footer .suscription button {
    margin-left: 16px !important;
}

/* +++ About Me Page +++ */
#hero-about-me {
    padding-top: 150px;
    margin-bottom: 80px;
    background: url('../img/bg-about-me.svg') no-repeat top;
    background-size: cover;
}

#hero-about-me h1 {
margin: 0;
display: table;
font-size: 43px;
color: #829378;
padding: 5px 10px;
background-color: white;
}

#hero-about-me p {
    color: white;
    font-size: 25px;
    margin: 0 0 5px 10px;
}

#hero-about-me img {
    margin-top: 200px;
}

#text-about-me p {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}

#experience-about-me {
    margin-top: 200px;
}

#experience-about-me h2 {
    margin: 0;
    float: left; 
    display: table;
    color: white;
    padding: 5px 10px;
    background-color: #949180;
}

#experience-about-me hr {
    width: 50%;
    opacity: 10;
    float: right;
    margin: 26px 0;
}

#experience-about-me .hands {
    top: 1100px;
    right: -90px;
    position: absolute;
}
#experience-about-me .experience-box h4 {
    color: #474747;
    margin: 25px 0 10px;
}

#experience-about-me .experience-box p {
    font-size: 15px;
    line-height: 23px;
}

#hero-experiencie {
    margin-top: 150px;
    padding: 70px 0 50px;
    background: url('../img/bg-experiencie.svg') no-repeat top;
    background-size: cover;
}

#hero-experiencie h3 {
    text-decoration: underline;
    font-family: 'Cinzel Bold', Arial, Helvetica, sans-serif !important;
}

/* +++ Blog Page +++ */
#hero-blog {
    height: 600px;
    padding-top: 170px;
    margin-bottom: 80px;
    background: url('../img/bg-hero-blog.svg') no-repeat right;
}

#hero-blog h1, .destacado h2, #hero-library h1, #hero-curses h1, .course-detail h1 {
    margin: 0;
    display: table;
    font-size: 43px;
    color: white;
    padding: 5px 10px;
    background-color: #829378;
}

#welcome {
    margin-bottom: 80px;
}

#welcome p:first-child {
    font-size: 25px;
}

#welcome p {
    font-size: 16px;
    margin-top: 20px;
}

.filter {
    padding: 44px 19px;
    background: #CDCD9A;
}

.filter button {
    border: 2px solid;
}

.filter .input-group input {
    height: 42px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 20px;
}

.filter .form-check {
    margin-bottom: 14px;
    display: flex;
}

.filter .form-check input {
    width: 17px;
    height: 17px;
    background: none;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid white;
    min-width: 17px;
}

.filter .form-check label {
    color: white;
    font-size: 15px;
}
.filter h4 {
    color: #474747;
    margin-bottom: 20px;
}

.filter hr {
    opacity: 10;
    height: 2px;
    background: white;
}

.destacado h2 {
    font-size: 30px;
}

#post-blog .card, #post-courses .card {
    border: none;
    margin-top: 20px;
}

#post-blog .post-destacado .card .card-body .card-title {
    font-size: 25px;
    line-height: 38px;
    font-family: 'Poppins Bold', Helvetica, sans-serif;
}

#post-blog .blog-post {
    margin-bottom: 200px;
}

#post-blog .blog-post .card {
    padding: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.20);

}

#post-blog .blog-post nav .page-item .page-link, #post-courses nav .page-item .page-link {
    border: none;
    font-size: 20px;
    color: #829378;   
}
/* +++ +++ */

/* +++ Library Page +++ */
#hero-library, #hero-curses {
    height: 600px;
    padding-top: 170px;
    margin-bottom: 80px;
    background: url('../img/bg-hero-library.png') no-repeat right;
    background-size: contain;
}

#hero-library p {
    width: 50%;
    font-size: 18px;
    margin-top: 30px;
    color: #474747;
    line-height: 27px;
}

#hero-library hr {
    margin-top: 100px;
}

#post-library .hands {
    top: 1800px;
    left: -100px;
    position: absolute;
}

#post-library .library-post {
    margin-bottom: 100px;
}

.library-post .card, #post-courses .courses-post .card {
    margin: 0 20px 20px 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.20);
}

#post-library .library-post .card h5, #post-courses .courses-post .card h5 {
    font-size: 15px;  
    margin-top: 20px;
}

#post-library .library-post .card hr {
    height: 2px;
    opacity: 10;
    background: #474747;
}

#post-library .library-post .card-body {
    padding: 20px;
}

#post-library .library-post .card-body .card-text {
    margin: 0;
}

#post-library .library-post .category-card-body {
    left: 20px;
    bottom: 12px;
    position: absolute;
}
.category-card-body .badge {
    font-size: 11px;
    color: #474747;
    padding: 12px 8px;
    background: white;
    border-radius: 0 !important;
}

/* +++ +++ */

/* +++ Curses Page +++ */

#post-courses {
    margin-bottom: 200px;
}

#post-courses .courses-post .card .card-body p {
    margin-left: 10px;
}

#post-courses .courses-post .category-card-body {
    left: 18px;
    bottom: 176px;
    position: absolute;
}

#post-courses .courses-post .card-body svg {
    top: 10px;
    right: 10px;
    fill: white;
    position: absolute;
}

#post-courses .courses-post .card-body:hover svg {
    fill: #CDCD9A;
}

#post-courses .hands {
    top: 1300px;
    left: -100px;
    position: absolute;
}
/* +++ +++ */

/* +++ Detail Music Sheet Page +++ */
.header-detail-music-sheet {
    background: url(../img/bg-header-detail-music-sheet.svg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

.header-detail-music-sheet .category-detail-music-sheet {
    margin: 70px 0;
}

.header-detail-music-sheet .category-detail-music-sheet .badge {
    font-size: 15px;
    color: #474747;
    padding: 12px 8px;
    margin-left: 15px;
    background: white;
    border-radius: 0 !important;
}

.header-detail-music-sheet .hero-detail-music-sheet {
    margin-bottom: 24px;
}

.header-detail-music-sheet .hero-detail-music-sheet h1 {
    color: white;
    font-size: 43px;
    margin-bottom: 38px;
}

.header-detail-music-sheet .hero-detail-music-sheet p {
    margin: 0;
    color: white;
    font-size: 20px;
    line-height: 30px;
}
/* +++ +++ */

/* +++ Curse Detail Page +++ */
#name-course {
    margin: 100px 0;
}

#name-course .course-detail {
    margin: 20px 0 60px ;
}

#name-course .profile-course {
    margin-bottom: 25px;
}

#name-course .profile-course img {
    float: left;
    margin-right: 20px;
}

#name-course .course-detail h1 {
    margin-bottom: 10px;
}

#name-course .profile-course p {
    margin: 0;
    font-size: 20px;
    color: #474747;
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

#name-course .box-information {
    width: 196px;
    padding: 6px 10px;
    display: flow-root;
    margin-bottom: -2px;
    border: 2px solid #829378;
}

#name-course .box-information img {
    float: left;
    padding-right: 12px;
    border-right: 2px solid #829378;
}

#name-course .box-information  p {
    margin: 4px;
    font-size: 16px;
    color: #474747;
    text-align: center;
}

#name-course .subscribe-video {
    margin-top: -6px;
    padding: 24px 30px;
    background: #829378;
}

#name-course .subscribe-video img {
    margin-left: 30px;
}

#detail-course {
    padding: 60px 0;
    background: #829378;
}

#detail-course .tab-content {
    color: white;
    margin-top: 30px;
}

#detail-course .nav-tabs .nav-link {
    font-size: 20px;
    color: #F7F8CA;
    padding: 0 40px 20px 0;
}

#detail-course .nav-tabs .nav-link.active {
    border: none;
    background: none;
    font-weight: 900;
    font-family: 'Poppins Bold', Helvetica, sans-serif;
}

#detail-course .nav-tabs .nav-link:hover {
    border: none;
}

#detail-course .tab-pane h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

/* +++ +++ */

/* +++ Curse Detail 01 Page +++ */

#name-course-detail {
    background: #829378;
}

#name-course-detail .player {
    margin-top: 30px;
}

#name-course-detail .player a {
    color: white;
    font-size: 25px;
    margin-left: 100px;
    text-decoration: none;
    display: flex;
}

#name-course-detail .player img {
    margin-right: 20px;
}

#name-course-detail .player iframe {
    margin-top: 0px;
}

.notes-course {
    background: #829378;
}

.notes-course .nav-tabs .nav-link {
    color: white;
    border-radius: 0;
    margin-right: -1px;
    border: 1px solid white;
}

.notes-course .nav-tabs .nav-link.active {
    color: #829378;
}

.notes-course .list-group .list-group-item {
    border: none;
    margin: 0 20px;
    padding: 22px 15px;
    background: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    display: flex;
}

.notes-course .list-group .list-group-item a {
    color: white;
    text-decoration: none;
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

.notes-course .list-group .list-group-item img {
    margin-right: 22px;
}

.notes-course .material {
    margin: 0 20px;
    padding: 14px 0;
    display: inline-flex;
}

.notes-course .material .material-info {
    color: white;
    margin-left: 10px;
}

.notes-course .material p {
    font-family: 'Poppins SemiBold', Helvetica, sans-serif;
}

.notes-course .download-btn, .notes-course .query {
    margin: 0 20px;
}

.notes-course .query {
    padding: 20px 0;
}

.notes-course .query input, .notes-course .query textarea {
    border-radius: 0;
}

.notes-course .list-group .list-group-item.active {
    background-color: #74836b;
}

/* +++ +++ */

/* +++ Suscribe Page +++ */
#subscribe, #subscribe-success, #suscripcion-mensaje, #suscripcion-pendiente, #suscripcion-error {
    margin: 90px 0 200px;
}

#subscribe .hands, #subscribe-success .hands {
    top: 200px;
    right: -350px;
    position: absolute;
}

#subscribe img, #subscribe-success img {
    margin-bottom: 30px;
}

#subscribe h1, #subscribe-success h1 {
    float: left;
}

#subscribe h1, #subscribe h2 {
    font-size: 43px;
    color: #033333;
}

#suscripcion-mensaje h1 {
    font-size: 43px;
    color: #829378;
    margin-top: 20px;
}
#suscripcion-mensaje h2 {
    color: #474747;
    margin-bottom: 26px;
    font-family: 'Poppins Regular', Helvetica, sans-serif;
}

#suscripcion-mensaje p, #suscripcion-pendiente p, #suscripcion-error p {
    font-size: 16px;
}

#subscribe h2, #suscripcion-mensaje h2 {
    margin-bottom: 30px;
    font-family: 'Poppins Regular', Helvetica, sans-serif;
}

#suscripcion-pendiente h1 {
    font-size: 43px;
    color: #474747;
    margin-top: 20px;
}

#suscripcion-pendiente h2, #suscripcion-error h2 {
    font-size: 26px;
    font-family: 'Poppins Regular', Helvetica, sans-serif;
}

#suscripcion-pendiente img {
    margin-top: -5px;
}

#suscripcion-pendiente a {
    color: #829378;
}
#suscripcion-error h1 {
    font-size: 43px;
    color: #C55F5F;
    margin-top: 20px;
}

#subscribe p, #subscribe-success p {
    width: 70%;
    margin-bottom: 40px;
}

#subscribe hr, #subscribe-success hr {
    width: 65%;
    opacity: 10;
    float: right;
    margin: 26px 0;
    background: #033333;
}
/* +++ +++ */

/* +++ Suscribe Page +++ */
#subscribe-success h1 {
    font-size: 43px;
    color: #829378;
}

#subscribe-success hr {
    width: 50%;
}

#suscripcion-activa h2 {
    color: #829378;
    font-size: 32px;

}
/* +++ +++ */

/* +++ Blog Post Page +++ */
#blog-post {
    margin: 40px 0;
}

#blog-post img {
    margin-bottom: 40px;
}

#blog-post .title {
    margin-bottom: 10px;
}

#blog-post .title h2  {
    float: left;
    font-size: 25px;
    color: #033333;
}

#blog-post .title hr {
    width: 10%;
    opacity: 10;
    float: right;
    margin: 16px 0;
    background: #033333;
}

#blog-post .badge {
    font-size: 16px;
    border-radius: 0;
    padding: 9px 18px;
    background: #829378;   
}

#blog-description {
    margin: 50px 0;
}

#blog-description .streaming {
    margin: 50px 0;
}

#blog-description .streaming p {
    font-size: 16px;
    color: #033333;
    font-family: 'Poppins Bold', Helvetica, sans-serif;
}

#blog-description .streaming img {
    margin: 0 20px;
}
/* +++ +++ */

/* Modal Login */
.modal-login .modal-backdrop, .modal-download .modal-backdrop, .modal-backdrop, .modal-recovery .modal-backdrop {
    background: #829378;
}

.modal-login .modal-title, .modal-recovery .modal-title, .modal-title {
    color: #CDCD9A;
    text-decoration: underline;
}

.modal-login .modal-content {
    padding: 30px 95px;
    background: #474747 url('../img/bg-modal-loguin.svg') no-repeat center;
    background-size: 80%;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-header .btn {
    box-shadow: none;
}

.modal-header .btn-close-modal {
    top: 20px;
    margin: 0;
    right: 20px;
    position: absolute;
}

.modal-login .modal-body {
    padding: 20px 0;
}

.modal-login .modal-body a {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-body form label {
    color: white;
    font-size: 16px;
    margin-bottom: 13px;
}

.modal-body form input {
    border-radius: 0;
}

.modal-login .login-social {
    padding: 12px 0;
    border-top: 1px solid #CDCD9A;
    border-bottom: 1px solid #CDCD9A;
}

.modal-login .login-social p {
    color: white;
    font-size: 25px;
}

.modal-login .login-social img {
    margin: 8px;
}

.modal-login .modal-footer, .modal-download .modal-footer {
    color: white;
    border: none;
    font-size: 18px;
}

.modal-footer a {
    color: white;
}
/* +++ +++ */

/* Modal Download */
.modal-download .modal-header {
    border: 0;
}

.modal-content {
    padding: 30px 50px;
    background: #474747;
}

.modal-download .modal-body hr {
    margin: 0;
    height: 2px;
    opacity: 10;
    background: #CDCD9A;
}

#success {
    padding: 100px 0;
    background: #7FCA9F;
}

#success img {
    margin-bottom: 25px;
}

/* Acordion */
.accordion-body {
    padding: 0;
}

.accordion-collapse  {
    border: none;
}

.accordion-button, .accordion-button:not(.collapsed) {
    border: none;
    color: #474747;
    background: #CDCD9A;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

header .hero { /* margin-top: 150px; */ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }


.ql-size-small {
    font-size: 0.75em;
}

.ql-size-huge {
    font-size: 2.5em;
}
.ql-size-large {
    font-size: 1.5em;
}



/* Mobile */
@media (max-width: 600px) {
    header .hero {
        margin-top: 60px;
    }

    header .hero h1 {
        width: 350px;
        font-size: 33px;
    }

    header .navbar-collapse {
        z-index: 1;
        padding: 30px;
        background: #474747;
    }
    .navbar {padding-bottom: 0;}
    .p-0-nav {padding: 0;}
    .navbar-toggler:focus {box-shadow: none;}
    .dropdown-custom .btn {padding: 8px 0;}
    .dropdown-custom .btn img {margin: 0 10px 0 0;}
    #courses .hands, #suscription .hands, #experience-about-me .hands {display: none;}

    #courses h2, #suscription h2, #blog h2 {
        float: none;
    }


    /* About Me */
    #experience-about-me h2 {
        text-align: center;
    }

    #experience-about-me .experience-box {
        margin-bottom: 25px;
    }

    #hero-experiencie {
        margin-top: 0;
        text-align: center;
    }

    /* About Me */
    #hero-blog {
        padding-top: 140px;
    }
    
    .h1-mobile {
        font-size: 28px;
    }

    /* Library */
    #hero-library {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg-hero-library.png) no-repeat right;

    }

    #hero-library p {
        width: 100%;
        color: white;
    }

    #post-library .hands {
        display: none;
    }

    .library-post .card, #post-courses .courses-post .card {
        margin: 0 0 20px 0;
    }


    .notes-course .nav-tabs .nav-link {
        padding: 10px;
    }

    #name-course-detail .player a {
        font-size: 18px;
        margin-left: 10px;
    }

    #name-course-detail .player img {
        margin-right: 10px;
        width: 10px;
    }

    #detail-course .nav-tabs .nav-link {
        font-size: 18px;
        padding: .5rem 1rem;
    }

    #detail-course .nav-tabs .nav-link.active {
        border-bottom: 3px solid;
    }


    #post-courses .hands {
        width: 80%;
        top: 5050px;
    }
    
    #suscripcion-mensaje, #suscripcion-pendiente, #suscripcion-error {
        margin: 90px 0;
    }

    #nueva-suscripcion .box-comenzar .btn-separador {
        border-left: none;
        padding-left: 0;
    }

    #nueva-suscripcion a {
        display: block;
    }
    
}