@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Quicksand:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ramabhadra&display=swap');


body {
    font-family: 'Quicksand', sans-serif !important;
    -webkit-tap-highlight-color: transparent !important;
}

.title-curso {
    font-family: 'Lato', sans-serif;
}

/* accordion preguntas */
.accordion-preguntas {
    width: 1500px;
    box-shadow: 0 0px 0px 0 rgba(226, 226, 226, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.19);
}

.accordion-preguntas .accordion-body {
    background: linear-gradient(to bottom, #ebebeba2, 20%, #00000000);
}

.accordion-button:not(.collapsed) {
    color: #009E85;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

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


/* inicio software */

.card-software .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}

.card-deck .card {
    background: linear-gradient(to top, #e2fded33, 10%, #00000000);
    box-shadow: 0 0px 0px 0 rgba(226, 226, 226, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.19);
    border: none !important;
    border-radius: 15px;
}

/* calendario */

.fc-day-grid-event .fc-content {
    white-space: normal !important;
}


/* carrusel */

.carousel {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#carrusel-clasedeexcel .carousel-control-prev {
    background: linear-gradient(to right, #252525, 40%, #00000000);
}

#carrusel-clasedeexcel .carousel-control-next {
    background: linear-gradient(to left, #252525, 40%, #00000000);
}

#carrusel-clasedeexcel .carousel-indicators li:hover {
    background-color: #717171;
}

/* footer */

footer .nav-item .nav-link:hover {
    text-decoration: none !important;
    color: #FAC830 !important;
}

footer {
    background-color: #000000 !important;
}

footer h5,
h4 {
    font-family: 'Lato', sans-serif;
}

/* inicio */

.title-diagnostico h5 {
    font-family: 'Lato', sans-serif;
}

.info h5 {
    font-family: 'Lato', sans-serif;
}

.asesoramiento h5 {
    font-family: 'Lato', sans-serif;
}

#app .title {
    font-family: 'Lato', sans-serif;
}

.nav-pills>.nav-link {
    text-align: left;
    background-color: #ffffff00 !important;
    color: #474747 !important;
}

.nav-pills .nav-link span {
    font-size: 18px;
    color: rgb(0, 158, 133) !important;
}

.nav-pills>li.active {
    background-color: #ffffff00 !important;
    box-shadow: -4px 0px rgba(0, 158, 133, 0.349);
    padding-left: 10px;
    position: relative;
    font-weight: 600;
}

.vl {
    border-left: 1px solid #5555558c;
    height: 500px;
}

.modulos .nav-link span {
    background-color: #ffffff !important;
    border-radius: 50rem !important;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 18px;
    color: #3b3b3b !important;
    text-align: center;
    font-weight: 800;
    float: right;
    margin-top: 5px;
}

.modulos .nav-pills>li.active {
    text-align: left;
    box-shadow: -4px 0px rgba(0, 158, 134, 0);
    border-radius: 10px 10px 10px 10px !important;
    background-color: #3b3b3b !important;
    color: #ffffff !important;
}

.modulos .tab-content {
    height: 272px;
    border-radius: 0px 10px 10px 0px !important;
    color: #222222 !important;
}



@media screen and (min-width: 1055px) {
    .tab-content blockquote {
        padding: 5px 20px 15px 45px;
        margin: 0 0 20px;
        width: 800px;

        /*Font*/
        font-size: 20px;
    }
}

.icono-redes .fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-linkedin,
.fa-whatsapp,
.fa-youtube,
.fa-tiktok {
    text-decoration: none !important;
    color: #fff !important;
    margin-left: 10px;
}

.icono-redes {
    text-decoration: none !important;
}

.icono-redes .fa-facebook:hover {
    color: #3b5998 !important;
}

.icono-redes .fa-twitter:hover {
    color: #00acee !important;
}

.icono-redes .fa-instagram:hover {
    color: #E1306C !important;
}

.icono-redes .fa-linkedin:hover {
    color: #0075B5 !important;
}

.icono-redes .fa-whatsapp:hover {
    color: #25D366 !important;
}

.icono-redes .fa-youtube:hover {
    color: #CD201F !important;
}

.icono-redes .fa-tiktok:hover {
    color: #000000 !important;
}

.primary-excel {
    background: #009E85;
}

.btn-excel-warning {
    background-color: #FAC830 !important;
    color: rgb(0, 0, 0) !important;
}

.btn-excel-warning:hover {
    background-color: #eebb23 !important;
    color: rgb(0, 0, 0) !important;
}

.bg-excel {
    background-color: #009E85 !important;
    color: white !important;
}

.bg-excel:hover {
    background-color: #006a5a !important;
    color: white;
}

form>.btn-excel {
    background-color: #009E85;
    color: white;
}

form>.btn-excel:hover {
    background-color: #006a5a;
    color: white;
}

.bg-header-excel {
    background-color: #f0f0f0;
}

.text-excel {
    color: #009E85;
}

input:focus,
select:focus,
select,
input.form-control:focus,
a:focus {

    border-color: #006a5a;

    outline: none !important;

    outline-width: 0 !important;

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

}

@media screen and (min-width: 1024px) {
    .proceso p {
        width: 500px;
    }

    .proceso div {
        display: flex;
        justify-content: center;
    }

    .info-curso .title-curso,
    .inversion,
    .duracion,
    .fecha,
    .horario,
    .button-curso {
        text-align: center !important;
    }

    .info-curso .di-info,
    .fecha,
    .horario,
    .button-curso {
        display: flex !important;
        justify-content: center;
    }

    .modulos {
        padding-bottom: 60px
    }
}


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 10px;
}

::-webkit-scrollbar-button:increment,
::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}


@media screen and (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: none;
        font-size: 15px;
        padding: 10px 16px;
        border: 0;
        text-align: right;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: .125em;
        margin-left: .125em;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .dropdown-item:hover,
    .dropend:hover>.nav-link {
        background-color: #E2FDED !important;
        border-radius: 20px;
    }

    .nav-item .dropend>.dropdown-toggle::after {
        display: none;
    }

    .nav-item .dropend>.dropdown-toggle {
        clear: left;
        text-align: right;
        vertical-align: middle;
        line-height: 25px;
    }

    .icon {
        display: inline-block;
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    .nav-item .dropend>.dropdown-toggle::after {
        display: none;
    }

    .dropdown-item:hover,
    .dropend:hover>.nav-link {
        background-color: #E2FDED !important;
        border-radius: 15px;
        padding: 10px;
    }

    .dropdown-menu .dropdown-item {
        border-bottom: 1px solid rgb(223, 223, 223);
        padding: 10px;
    }

    .nav-item .dropend>.dropdown-toggle {
        clear: left;
        padding: 10px;
        vertical-align: middle;
        line-height: 25px;
    }

    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: .125em;
        margin-left: .125em;
        border: 0;
    }

    .info-curso .di-info,
    .fecha,
    .horario,
    .button-curso {
        display: flex !important;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .nav-item .dropend>.dropdown-toggle::after {
        display: none;
    }

    .dropdown-item:hover,
    .dropend:hover>.nav-link {
        background-color: #E2FDED !important;
        border-radius: 15px;
        padding: 10px;
    }

    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        text-align: right;
        margin-top: .125em;
        margin-left: .125em;
        align-items: left !important;
        border: 0;
    }

    .nav-item .dropend>.dropdown-toggle {
        clear: left;
        text-align: right;
        vertical-align: middle;
        line-height: 25px;
    }

    .navbar-brand>img {
        width: 100%;
        height: 80px;
    }
}

.modulos .tab-content {
    text-overflow: ellipsis;
    overflow: auto;
}

/* carrusel comentario */

@media screen and (max-width: 1024px) {
    #carrusel-comentarios blockquote {
        font-size: 20px !important;
        height: 100px;
        text-overflow: ellipsis;
        overflow: auto;
    }

    #carrusel-comentarios blockquote::-webkit-scrollbar {
        display: none;
    }

    .modulos .nav-link {
        font-size: 15px;
    }

    .modulos .nav-link span {
        border-radius: 50rem !important;
        display: flex;
        justify-content: center;
        height: 30px;
        width: 30px;
        font-size: 18px;
        color: white;
        text-align: center;
        font-weight: 800;
        float: right;
        margin-top: 5px;
    }

    .modulos .tab-content {
        height: 445px !important;
        margin-left: 20px;
    }

}

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

    .modulos .tab-content {
        height: 545px !important;
        padding: 10px;
        font-size: 20px;
    }

    .modulos {
        padding-bottom: 500px
    }

}


.carousel-comentarios .carousel-item {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-color: white;
}

.carousel-comentarios h1 {
    margin: 0;
    color: #000000;
}


#carrusel-comentarios .carousel-control-prev-icon {
    background-image: url(/assets/icons/left.svg);
}

#carrusel-comentarios .carousel-control-next-icon {
    background-image: url(/assets/icons/right.svg);
}

#carrusel-comentarios img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

#carrusel-comentarios .nombre {
    font-family: 'Lato', sans-serif;
}


#carrusel-comentarios .fa-star {
    color: rgb(255, 232, 101);
    margin: 10px;
    font-size: 25px !important;
}

/* carrusel profesores */

.carousel-profesores .carousel-item {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background: url('/assets/images/side-background.png');
    border-radius: 10px 10px 10px 10px !important;
}

.carousel-profesores h1 {
    margin: 0;
    color: #000000;
}

#carrusel-profesores blockquote {
    font-size: 15px !important;
    height: 100px;
    text-overflow: ellipsis;
    overflow: auto;
}


#carrusel-profesores .carousel-control-prev-icon {
    background-image: url(/assets/icons/left.svg);
}

#carrusel-profesores .carousel-control-next-icon {
    background-image: url(/assets/icons/right.svg);
}

#carrusel-profesores img {
    width: 150px;
    height: 150px;
    border-radius: 80px;
}

#carrusel-profesores .nombre {
    font-family: 'Lato', sans-serif;
}


/* seleccion de semana */

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    user-select: none;

    &>* {
        margin: .5rem 0.5rem;
    }
}

.checkbox-group-legend {
    font-size: 1.2rem;
    font-weight: 600;
    color: #009E85;
    text-align: center;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked+.checkbox-tile {
        border-color: #009E85;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: #009E85;

        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #009E85;
            border-color: #009E85;
        }

        .checkbox-icon,
        .checkbox-label {
            color: #009E85;
        }
    }

    &:focus+.checkbox-tile {
        border-color: #009E85;
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;

        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5rem;
    min-height: 5rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    &:hover {
        border-color: #009E85;

        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;
}

.checkbox-label {
    color: #707070;
    transition: .375s ease;
    text-align: center;
}


/* lista soluciones */

#lista3 {
    counter-reset: li;
    list-style: none;
    list-style: decimal;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(125, 125, 125, 0.5);
}

#lista3 ol {
    margin: 0 0 0 2em;
}

#lista3 li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #272727;
    text-decoration: none;
    transition: all .3s ease-out;
    border-radius: 10px;
}

#lista3 li:hover {
    background: #eee;
}

#lista3 li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #009E85;
    height: 2em;
    width: 2em;
    color: #fff;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

#lista3 li:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

#lista3 li:hover:after {
    left: -.5em;
    border-left-color: #009E85;
}


/* portafolio */

.bg-card {
    width: 390px;
    height: 500px;
    z-index: 2;
    backdrop-filter: blur(24px);
    background: url('https://clasedeexcel.com/assets/images/pattern.png');
    border-radius: 20px;
    overflow: hidden;
    outline: white solid 2px;
}

.portafolio .card-body {
    flex: 1 1 auto !important;
    padding: 0 !important;
}

.card-button button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #17273c;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
    border: none;
}

.card-button button:hover {
    background-color: #FAC830;
    color: #000;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.fancy {
    font-family: 'Lato', sans-serif;
    color: #009E85;
    font-size: 5vh;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.275);
    margin-left: 10px;
    display: flex;
    justify-content: start;
    align-items: center;

    &::after {
        content: '';
        display: block;
        height: 0.06em;
        min-width: 30vw;
    }


    &::after {
        background: linear-gradient(to left, rgb(0, 0, 0), #141414);
        margin-left: 2vh;
    }
}

.links a {
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
    font-size: 3vh;
    color: black;
}

.links a:hover {
    text-decoration: none !important;
    color: #FAC830;
}

.links ul li {
    display: block;
    position: relative;
}

.links ul li:not(:last-child) {
    margin-bottom: 15px;
}

.links ul li:before {
    content: "";
    position: absolute;
    top: 1.8em;
    left: -30px;
    margin-top: -.8em;
    background: linear-gradient(45deg, #009E85, #b6e4dd);
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.slider-area h2 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
    color: #1f1f1f;
}

.contenido-img {
    display: flex;
    height: 200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 180px;
    padding: 2.5rem;
    background: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.slider-area .item {
    animation: animate 20s alternate linear infinite;
}

/* clientes */

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-800px, 0, 0);
    }
}

@media (max-width:767px) {
    .slider-area h2 {
        font-size: 30px;
    }

    .contenido-img {
        width: 95%;
        border-radius: 15px;
        padding: 30px;
    }
}

/* cotizar */

.cotizar .card {
    border-radius: 20px;
    border-color: #ececec00;
    background-color: #fdfdfd;
    box-shadow: 0 0px 0px 0 rgba(226, 226, 226, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.19);
    color: hsl(171, 100%, 36%);
}

.cotizar input {
    border: none;
    border-bottom: 2px solid #8383833b;
}

.cotizar textarea {
    border: none;
    border-bottom: 2px solid #8383833b;
}

.form-control:focus {
    background-color: #fff;
    border-color: rgba(39, 39, 39, 0.329) !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.cotizar button {
    padding: 17px 40px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.253) 0 0 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .5s ease;
}

.cotizar button:hover {
    letter-spacing: 3px;
    background-color: hsl(171, 100%, 36%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(0, 158, 133) 0px 7px 29px 0px;
}

.cotizar button:active {
    letter-spacing: 3px;
    background-color: hsl(171, 100%, 36%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(0, 158, 133) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}


/* mapa sedes */

.map {
    width: 100%;
    height: 600px;
}

/* nosotros */

.img-nosotros img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/LS0+CiAgICAgICAgICAgICAgPHN2ZyBpZD0ic3ctanMtYmxvYi1zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSI+CiAgICAgICAgICAgICAgICAgICAgPGRlZnM+IAogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InN3LWdyYWRpZW50IiB4MT0iMCIgeDI9IjEiIHkxPSIxIiB5Mj0iMCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBpZD0ic3RvcDEiIHN0b3AtY29sb3I9InJnYmEoMjQ4LCA1NSwgNTUsIDEpIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBpZD0ic3RvcDIiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyMTkuMTE4LCAxNTkuODkyLCAxKSIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgICAgICAgICAgICAgPC9kZWZzPgogICAgICAgICAgICAgICAgPHBhdGggZmlsbD0idXJsKCNzdy1ncmFkaWVudCkiIGQ9Ik0xOS40LC0zMC4xQzI1LjYsLTI2LjEsMzEuNiwtMjEuNiwzNS45LC0xNS41QzQwLjIsLTkuMyw0Mi43LC0xLjQsNDEuOSw2LjJDNDEsMTMuOCwzNi45LDIxLDMxLjMsMjYuN0MyNS44LDMyLjQsMTguOCwzNi41LDExLjEsMzkuNUMzLjQsNDIuNSwtNS4xLDQ0LjUsLTEzLDQyLjlDLTIxLDQxLjIsLTI4LjMsMzYsLTMxLDI5Qy0zMy42LDIyLC0zMS43LDEzLjEsLTMxLjEsNS41Qy0zMC42LC0yLjEsLTMxLjUsLTguNCwtMzAuNSwtMTUuM0MtMjkuNSwtMjIuMSwtMjYuNiwtMjkuNSwtMjEuMiwtMzMuOUMtMTUuOCwtMzguNCwtNy45LC0zOS45LC0wLjcsLTM4LjhDNi41LC0zNy44LDEzLjEsLTM0LjEsMTkuNCwtMzAuMVoiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwIDUwKSIgc3Ryb2tlLXdpZHRoPSIwIiBzdHlsZT0idHJhbnNpdGlvbjogYWxsIDAuM3MgZWFzZSAwczsiPjwvcGF0aD4KICAgICAgICAgICAgICA8L3N2Zz4=);
    -webkit-mask-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

/*chat*/

#app-messenger {
    position: fixed;
    right: 24px;
    bottom: 25px;
    width: 60px;
    z-index: 1000;
    display: none;
}

#app-messenger i {
    font-size: 63px;
}

#app-messenger i {
    color: #0084ff;
}


/* buscador */

.gsc-control-cse {
    background-color: #ffffff00 !important;
    border: 1px solid #ffffff00 !important;
}

.content-wrapper {
    background-color: #f3f3f3 !important;
}


#app-messenger {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 20px;
    z-index: 1000;
    display: none;
}

#app-messenger i {
    font-size: 63px;
}

#app-messenger i {
    color: #0084ff;
}


#modal-matriculate {
    cursor: pointer;
}

.content-map {
    letter-spacing: .1em;
    font-family: 'Ramabhadra', sans-serif;
    text-shadow: -1px -1px 3px #3a3a3a, 0 0 1px #1a1a1a, 1px 1px 1px #303030, 2px 2px 1px #212121, 3px 3px 1px #333, 4px 4px 1px #000;
    padding: 20px;
}

.bg-info {
    background-color: #6cb2eb !important;
}

.inversion {
    color: #009E85 !important;
}

.inversion:hover {
    color: #009E85 !important;
}