.bg-blanco {
    background-color: #fff;
}

.bg-grisclaro {
    background-color: #f7f7f7;
}

.bg-red {
    background-color: red;
}

.text-scalabl {
    color: #613b5e !important;
}

/*.fa-whatsapp { background: #613b5e; color: white; }*/

.header {
    font-size: 20px;
}

.dropdown-item {
    color: gray;
}

.dropdown-item:hover {
    background-color: #5b455b;
    color: #fff;
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.dropdown a:hover {
    cursor: pointer;
}

/*
#menu-ubicaciones{
    border: 1px solid lightgray;
    border-radius: 4px;
}
*/
.navbar-center a {
    font-size: 14px;
}

.footer {
    background-color: #f2f2f2;
}

.footer-ul {
    list-style-type: none;
    border-left: 1px solid lightgray;
    padding: 0;
}

.footer-ul li {
    padding: 0em 1em 0em 1em;
    vertical-align: top;
    color: #613b5e;
    font-size: 14px;
}

.footer-ul li a {
    color: #613b5e;
    text-decoration: none;
    font-weight: normal;
}

.footer-ul li a:hover {
    opacity: 0.7;
}

.btn-scalabl {
    color: #fff;
    border-color: #613b5e;
    background-color: #613b5e;
}

.btn-scalabl:active,
.btn-scalabl:focus {
    outline: none !important;
    box-shadow: none;
    background-color: #613b5e !important;
}

.btn-scalabl:hover {
    opacity: 0.8;
    background-color: #613b5e;
    border-color: #613b5e;
    color: #fff;
}

.footer-collapse-link {
    font-size: 14px;
}

.br-b-scalabl {
    border-bottom: 1px solid lightgray;
}

.footer-ul li i {
    background-color: #f2f2f2 !important;
    color: #5b455b !important;
}

.ul-home li{padding-left: 10px; padding-right: 10px;}

.li-sin-margenes{padding-left: 2px !important; padding-right: 2px !important;}
.li-sin-margenes a{padding-left: 2px !important; padding-right: 2px !important;}

#header-discount {
    /* position: -webkit-sticky; */
    /* Safari */
    /* position: sticky !important; */
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5b455b;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    align-self: flex-start !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) !important;
}

.row-flotante {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


#header-discount h1 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
}

#header-discount:hover {
    background-color: #6B576B;
}

.bg-scalabl-new {
    background-color: #5b455b !important;
}

.icon-white {
    color: white !important;
    background-color: #5b455b !important;
}

/*  media queries */
/* grande */
@media only screen and (min-width: 992px) {

    .ul_curso_online li {
        margin-left: 0.5em;
    }
}

/* mediano */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ul_curso_online li {
        margin-left: 0.5em;
    }

    .ul_header {
        width: 30%;
        margin-left: 0;
        margin: auto;
    }
}


/* tamanño chico */
@media only screen and (max-width: 991px) {
    .ul_curso_online {
        width: 50%;
        margin-left: 0;
        margin: auto;
    }

    #header-discount h1 {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
}

.bg-scalabl {
    background-color: #613b5e !important;
}

.text-blanco {
    color: #fff !important;
}


/*COOKIES*/

.title {
    height: 900px;
}

.cookies-div {
    display: none;
    position: fixed;
    background-color: white;
    width: 100%;
    height: 220px;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    z-index: 999;
}

.cookie-text h3 {
    color: #613b5e;
    font-weight: bold;
    font-size: 1.7em;
}

.cookie-text p {
    font-size: 0.9em;
}

.cookie-buttons button {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 280px;
    padding: 10px 20px;
    margin: 10px 20px;
    border-radius: 6px;
    outline: none;
}

.button1 {
    background-color: #613b5e;
    color: white;
    border: 3px solid #613b5e;
}

.button1:hover {
    background-color: #4b2e48;
    border: 3px solid #4b2e48;
}

.button2 {
    background-color: white;
    border: 3px solid #613b5e;
}

.button2:hover {
    background-color: #363636;
    border: 3px solid #363636;
    color: white;
}

.cookies-columns {
    display: flex;
    flex-flow: row nowrap;
}

.second-text {
    font-size: 0.8em;
}

.cookies-div {
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.3);
}

.cookie-mobile {
    display: none;
}

.second-cookie {
    display: none;
    height: 320px;
}

.button-mobile {
    display: none;
}


@media (max-width: 991.98px) {

    .button1 {
        display: none;
    }

    .cookie-buttons button {
        display: none;
    }

    .cookies-div {
        display: none;
        position: fixed;
        background-color: #5b455b;
        width: 100%;
        height: 50px;
        left: 0;
        bottom: 0;
        justify-content: center;
        align-items: center;
        flex-flow: row nowrap;
        z-index: 999;
    }

    .cookie-mobile {
        display: block;
        padding-top: 15px;
        color: white;
    }

    .cookie-mobile a {
        color: white;
        text-decoration: underline;
        font-weight: 600;
    }

    .cookie-text p {
        font-size: 0.5em;
    }

    .cookie-text h3 {
        display: none;
    }

    .cookie-p {
        display: none;
    }

    .c-svg {
        display: none;
    }

    .button2 {
        display: none;
    }

    .cookies-div {
        box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .button-mobile {
        display: block;
        color: white;
        font-size: 10px;
        padding-top: 15px;
        font-weight: 500;
        cursor: pointer;
    }

    .button-mobile:hover {
        text-decoration: underline;
    }

}

.first-cookie {
    animation-name: slideUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.politicas-title {
    font-size: 50px;
    background-color: #613b5e;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.second-cookie {
    animation-name: slideUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}



.banner-curso img:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.36);
    opacity: 0.7;
}

.btn-destacado {
    background-color: #5b455b;
}

.btn-destacado:hover {
    opacity: 0.7;
}

.banner-bot {
    display: none;
}

@media (max-width: 768px) {

    .banner-img {
        width: 100%;
    }

    .banner-bot {
        width: 100%;
        display: flex;
        justify-content: center;
        position: fixed !important;
        bottom: 0;
    }

    .banner-cont {
        position: relative;
    }

    .cerrar-bot {
        background-color: white;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        cursor: pointer;
    }

    .cerrar-bot i {
        padding: 0;
        margin: 0;
        line-height: 0;
        font-size: 10px;
    }

    .cerrar-bot:hover {
        transform: scale(1.1);
    }

    .titulo-barra-curso {
        line-height: 25px;
    }
}

.titulo-barra-curso span {
    color: #00c2cb;
}

.titulo-barra-curso {
    font-weight: bold !important;
}

.titulo-barra-curso i {
    color: #00c2cb;
}


/* Lenguaje header */

#lang-container {
    display: flex;
    justify-content: center;
    /* width: 100%; */
}

#lang {
    display: flex;
    flex-flow: row nowrap;
    align-items: center !important;
    margin: 0;
    padding: 0;
}

.lang-link {
    color: #5b455b;
    letter-spacing: 5px;
    margin: 0;
}

.barra {
    font-size: 20px;
    padding: 0 5px !important;
    color: #5b455b;
    margin: 0 !important;
    line-height: 0 !important;
    margin-bottom: 3px !important;
}

.lang-link a:hover {
    text-decoration: none !important;
    color: #5b455b;
}

.lang-link:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
    color: #5b455b;
}

#mundo {
    padding: 0 5px;
}

a {
    text-decoration: none !important;
    color: #5b455b;
}

ul {
    list-style: none;
}

nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background-color: white;
    padding: 20px 40px;
    height: 12.5%;
}

@media only screen and (max-width: 559px) {


    #lang li {
        font-size: 15px;
        letter-spacing: 1px;
    }

    #mundo {
        height: 25px;
    }

}


/* CENTER HEADER */

@media (min-width: 992px) {
    .navegacion-center {
        width: 100%;
        justify-content: space-evenly;
        padding: 0 300px;
        border-top: 1px solid #5b455b;
        border-bottom: 1px solid #5b455b;
        margin: 10px 0;
    }

    .nav-center{
        box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
    }

    .dropdown-toggle::after {
        vertical-align: .1em !important;
        color: #5b455b;
    }

    .link-head{
        font-size: 18px;
        color: #5b455b !important;
    }
}


/* COOKIES */

.cookies-slim{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: fixed;
    background-color: white;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cookies-slim .row{
    width: 100%;
}

.cookies-btn{
    color: #fff;
    border-color: #613b5e;
    background-color: #613b5e;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}

.cookies-btn:hover{
    opacity: 0.9;
}

.hide{
    display: none;
}

.fixed{
    position: fixed !important;
    top: 80px !important;
    z-index: 9999 !important;
}

/* nuevo header */
.nuevo-header-nav li a{
    color: #5b455b !important;
}
.nuevo-header-nav li a:hover{
    opacity: 0.7;
    color: #5b455b !important;
}

.nuevo-header-nav li > .dropdown-menu a:hover{
    color: #fff !important;
}
.btn-whatsapp-flotante{
    position: fixed;
    bottom : 5%;
    right: 5%;
    width: 5%;
    z-index: 9999;
}
.btn-whatsapp-flotante:hover{
    cursor: pointer;
}
.btn-whatsapp-flotante img{
    width: 100%;
    z-index: 9999;
}
.btn-whatsapp-flotante img:hover{
    opacity: 0.8;
}
@media only screen and (max-width: 799px) {
    .btn-whatsapp-flotante{
        position: fixed;
        bottom : 5%;
        right: 5%;
        width: 15%;
    }
}

/* nuevo header container */
.nuevo-header-nav-container{
    background: #fcfcfc !important;
}
