
.bannerArea {
    background: url("../../assets/img/bg_index.jpg");
    background-size: cover !important;
    background-position: 50% 50%;
    height: 34vw;
}




header ul.nav-menu > li > a {
    margin-right: 40px;
}



.header-in .row {
    align-items: center;
}
.header-in img {
    height: 4rem;
    width: auto;
    max-width: inherit;
}


header img {
    max-width: 75%;
}





body {
    /*
    background-color: #FAFAFA;
    font-family: "Poppins";
    font-size: 13px;
    line-height: 23px;
    */

    background-color: #dddddd;
    font-size: 1rem;
    line-height: 150%;
}


.text-grey-2 {
    color: grey;
}

.h3, h3 {
    /*
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
    */

    font-size: 1.5rem;
    line-height: 125%;
    letter-spacing: 0;
}














/*
header ul.nav-menu > li.has-dropdown .svg-inline--fa {
    display: none;
}
header ul.nav-menu > li .has-dropdown2 {
    font-size: 13px;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
header ul.nav-menu > li .has-dropdown2 svg {
    height: 1rem;
    transform: rotate(90deg);
}
header ul.link-padding-tb-20px > li > ul.sub-menu {
    top: 33px;
}
*/

header ul.nav-menu > li ul.sub-menu li a {
    padding: 0.9rem 0.9rem;
    font-size: 0.8rem;
}











.fotoCursos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.textoCursos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.textoCursos ul li,
.textoCursos ol li {
    padding-top: 0.5rem;
}













:root {
    --qvmDorado: #c09c33;
    --qvmDorado2: #9b7918;

    --qvmPlateado: #666666;
    --qvmPlateado2: #999999;
}




.ribbon {
    position: absolute;

    /*left: -5px;*/
    right: 10px;

    top: -5px;
    z-index: 1;
    overflow: hidden;

    /*
    width: 75px;
    height: 75px;
    */
    width: 130px;
    height: 130px;

    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px;

    display: block;
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;

    /*
    width: 100px;
    top: 19px;
    left: -21px;
    */
    width: 130px;
    top: 30px;

    /*
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: -25px;
    */

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 25px;

    text-align: center;
}

.ribbon span::before {
    left: 0;
    border-right: 3px solid transparent;
}
.ribbon span::after {
    right: 0;
    border-left: 3px solid transparent;
}
.ribbon span::after, .ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
}









.ribbon span.dorado {
    background: var(--qvmDorado);
    background: linear-gradient(var(--qvmDorado2) 0,var(--qvmDorado) 100%);
}
.ribbon span.dorado::before {
    border-left: 3px solid var(--qvmDorado);
}
.ribbon span.dorado::after {
    border-right: 3px solid var(--qvmDorado);
}
.ribbon span.dorado::after,
.ribbon span.dorado::before {
    border-top: 3px solid var(--qvmDorado);
}




.ribbon span.plateado {
    background: var(--qvmPlateado);
    background: linear-gradient(var(--qvmPlateado2) 0,var(--qvmPlateado) 100%);
}
.ribbon span.plateado::before {
    border-left: 3px solid var(--qvmPlateado);
}
.ribbon span.plateado::after {
    border-right: 3px solid var(--qvmPlateado);
}
.ribbon span.plateado::after,
.ribbon span.plateado::before {
    border-top: 3px solid var(--qvmPlateado);
}




ul.datosContactoInstructores li {
    margin-left: -20px;
}
ul.datosContactoInstructores,
ul.datosContactoInstructores li a {
    color: #27b60c;
}
ul.datosContactoInstructores li:hover,
ul.datosContactoInstructores li a:hover {
    color: #0e70b9;
}








.dropdown-menu {
    transform: inherit !important;
    top: inherit !important;
}








/*
#campoBuscar1 {
    border: 0;
    border-radius: 0.75rem;
    font-size: 1rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.40);
    background-color: rgba(0,0,0,0.05);
    padding: 1rem;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}
*/
#cargandoCustomerReviewsData2 {
    /*display: block !important;*/
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    color: #000000;
    font-size: 2.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 567px) {
    #cargandoCustomerReviewsData2 {
        font-size: 1.5rem;
    }
}



.logoCursos {
    background-color: white;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoCursos img {
    /*image-rendering: auto;*/
    /*image-rendering: crisp-edges;*/
    /*image-rendering: pixelated;*/
}






.nuestrosCursos {
    /* background-color: transparent; */
    /* background-image: url(images/light-bl.svg), url(images/light-br.svg); */
    /* background-image: none; */
    /* background: url(images/checked.png), #6DB3F2; */
    /* background-image: linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.6)), url(../../assets/img/bg_index.png); */

    /*background-image: linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.6)),*/
    background-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.6)),
    url("../../assets/img/bg_cursos.jpg");

    background-size: cover !important;
    background-position: center !important;
}






header ul.nav-menu > li:hover > ul.sub-menu {
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.75);
}





header ul.nav-menu > li > a {
    text-transform: none;
}






@media (max-width: 767px) {
    section .col-lg-12 .row {
        gap: 2rem;
    }

}






/*
@media (min-width: 968px) {
}
@media (min-width: 768px) and (max-width: 967px) {
}
@media (max-width: 767px) {
}
*/