﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

body {
    font-family: 'Roboto', sans-serif !important;
}

/*Estilos Navbar*/
.padd1 {
    padding-left: 8%;
    padding-right: 8%;
}

.bg-blue {
    background-color: #162b7e !important;
}

.txt-navbar {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.125em;
}

.bg-blue2 {
    background-color: #162b7e !important;
    border-color: #fff !important;
}

.dropdown-cdch {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    background-color: #162b7e !important;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-cdch:hover {
        text-decoration: none;
        border-color: #000 !important;
        background-color: #fff !important;
        color: #000;
    }

.titulo {
    font-size: 3rem;
    color: #162b7e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.titulo2 {
    font-size: 3rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center !important;
}

.subtitulo {
    font-size: 1.25rem;
    color: #4a4a4a;
    font-weight: bold;
}

.subtitulo2 {
    font-size: 2rem;
    color: #162b7e !important;
    text-transform: uppercase;
    font-weight: bold;
}

.subtitulo3 {
    font-size: 1.25rem;
    color: #162b7e;
    font-weight: bold
}

.padd2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.text-c {
    color: #000;
    font-weight: normal;
}

.btn-green {
    background-color: #82ba44 !important;
    border-color: #82ba44 !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: bold;
}

.btn-gray {
    background-color: #545454 !important;
    border-color: #545454 !important;
    border-radius: 0px !important;
    color: #7c7c7c !important;
    font-weight: bold;
}

.btn-prev {
    border-color: #ffffff00 !important;
    background-color: #ffffff00;
}

.btn-next {
    border-color: #ffffff00 !important;
    background-color: #ffffff00;
}

.cpos {
    position: initial !important;
}

.btn-dark {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #ffffff;
    font-weight: normal !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    font-size: 1.2rem !important;
}
/*Estilos Banners*/
.cwidth {
    width: 8% !important;
}

.control-prev {
    display: inline-block;
    width: 20px;
    height: 35px;
    background: no-repeat 50%/100% 100%;
    background-image: url("../img/banners/prev.png");
}

.control-next {
    display: inline-block;
    width: 20px;
    height: 35px;
    background: no-repeat 50%/100% 100%;
    background-image: url('../img/banners/next.png');
}
/*Estilos footer*/
.bg-green {
    background-color: #82ba44;
}

.text-dep {
    color: #ffffff;
    font-weight: bold;
    font-style: italic !important;
}

.padd3 {
    padding-left: 10%;
    padding-right: 10%;
}
/*****ESTILOS ACTIVIDAD*****/
/*Estilos Profesor*/
.txt-deco {
    text-decoration: none !important;
}

.fprof {
    background-color: #ececec;
    text-align: center !important;
    margin-bottom: 0px;
    font-size: 1rem !important;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif !important;
    font-weight: bolder;
    padding: 10px 0;
    color: #232323;
    height: 5.5rem;
}

.fprof2 {
    font-weight: lighter;
    font-style: italic;
    font-size: 1rem;
}

.fprof3 {
    font-weight: lighter;
    font-style: italic;
    font-size: .8rem;
}

.div-prof {
    height: 18rem !important;
    overflow: hidden;
}

.btn-gris {
    background-color: #3f3f3f !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border-radius: 0rem !important;
    font-size: .75rem !important;
}

.txt-blue {
    color: #162b7e !important;
    font-weight: bold;
    font-size: 1.25rem;
}

.txt-indigo {
    color: #162b7e !important;
    font-weight: bold;
}

.btn-blue {
    background-color: #162b7e !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border-radius: 0rem !important;
    font-size: 1.2rem !important;
}

.txt-black {
    color: #000 !important;
    text-decoration: none;
    padding-bottom: 1rem;
}

/*Estilos Destacados*/
.bg-gris {
    background-color: #353535;
    color: #ffffff;
    text-align: center !important;
    text-transform: uppercase;
    padding: 12px 0;
}

.bg-gris2 {
    background-color: #232323;
}

.ftitulo3 {
    font-weight: bold !important;
}

.padd4 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.padd-txt {
    padding: 1rem 0;
    margin-bottom: 0;
}

.txt-white, .txt-white:hover {
    color: #fff;
    text-decoration: none;
}

.btn-green2 {
    background-color: #82ba44 !important;
    color: #fff !important;
    border: 0;
    font-size: .625rem !important;
    padding: 0 28px !important;
    border-radius: 0 !important;
}

/*****Estilos actividades*****/
.sfiltro {
    color: #7a7a7a;
    font-size: .75rem !important;
    letter-spacing: .1rem;
}

.tituloav, .tituloav:active, .tituloav:hover {
    background-color: #82ba44;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    line-height: 48px;
    font-weight: bolder;
}

.tituloaa, .tituloaa:active, .tituloaa:hover {
    background-color: #162b7e;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    line-height: 48px;
    font-weight: bolder;
}

.moneda-act {
    width: 7%;
}

.img-pdf {
    width: 10%;
}
/*+ profesores*/
.txt-gris {
    color: #545454;
    font-weight: bold;
    font-size: 2.5rem;
    /*margin-bottom: 30px;*/
}

.bg-gris3 {
    background-color: #e6e6e6;
}

.txt-prof {
    color: #232323 !important;
    font-weight: bold;
}

.ptxt-prof {
    padding: 10px;
    margin-bottom: 0;
}

.img-prof {
    max-width: 100%;
    height: auto;
}

.img-act2 {
    max-height: 120%;
    object-fit: cover;
    width: 100%;
}

.img-act3 {
    width: 100%;
    height: 35rem;
    object-fit: cover;
}

.img-aviso {
    max-height: 8rem;
    object-fit: cover;
    width: 100%;
}

.titulo-aviso {
    background-color: #162b7e;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    line-height: 48px;
    font-weight: bolder;
    height: 7rem;
}

.img-act {
    height: 14rem;
    object-fit: cover;
    width: 100%;
}

.img-moneda {
    width: 15% !important;
}
/*Estilos modal*/
.sbheader {
    border-bottom: 0 !important;
}

.sbbody {
    background-color: #0000 !important;
    border: 0 !important;
}

.bg-aviso {
    color: #162b7e !important;
    font-size: 2rem !important;
}

/*Estilos Instalaciones*/
.bg-gris4 {
    background-color: #ececec;
    padding-bottom: 80px;
}

.txt-eclipse {
    color: #363636 !important;
    font-weight: bold;
    padding-top: .5rem;
}

/*Estilos instalacion*/
.img-ins {
    object-fit: cover;
    width: 100%;
    height: 718px;
}

/*Estilos acerca de*/
.sb {
    border: 0 !important;
    color: #4a4a4a !important;
    text-decoration: none !important;
}

    .sb:hover {
        border: 0 !important;
        background-color: #ececec;
        color: #4a4a4a !important;
        text-decoration: none !important;
    }

.activead, .activead:hover {
    background-color: #162b7e !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.txt-acerca {
    color: #4a4a4a;
    background-color: #ececec;
    border-left: 4px solid #dbdbdb !important;
}

/**Preguntas Frecuentes**/
.bg-question {
    box-shadow: none !important;
}

.bg-answer {
    border-color: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
}


/*Buscar*/
.bg-buscar {
    background-color: transparent !important;
    color: #fff !important;
    height: 80px !important;
    font-size: 2.5rem !important;
    border: none !important;
    text-align: center !important;
}

/*Login user*/
.bg-login {
    background-color: #E6E6E6;
}

.link-login, .link-login:hover, .link-login:active {
    color: #787878;
    font-size: 1.2rem;
    text-decoration: none;
}

.link-recuperar, .link-recuperar:hover, .link-recuperar:active {
    color: #787878;
    text-decoration: none;
    font-size: 0.8rem;
}

.btn-azulf {
    background-color: #162b7e !important;
    color: #ffffff !important;
    border-radius: 0rem !important;
}

/*Estilos para dropdown*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-cdch {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    background-color: #162b7e !important;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/**Estilos MI PERFIL**/
.nav-link2 {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none !important;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: .25rem;
    color: #4a4a4a;
}

.nav-link2.active{
    color: #fff !important;
    background-color: #162b7e !important;
    border-color: #1861ac;
    text-decoration: none !important;
}

.nav-link2:hover {
    color: #4a4a4a;
    background-color: #ececec;
}

.bg-green-trans {
    background-color: rgba(144, 191, 73, 0.7);
}

.bg-yellow-trans {
    background-color: rgba(242, 202, 82, 0.7);
}

.bg-red-trans {
    background-color: rgba(244, 73, 55, 0.7);
}

.bg-blue-trans {
    background-color: rgba(4, 173, 191, 0.7);
}

.bg-gray-trans {
    background-color: rgba(236, 236, 236, 0.7);
}

.nav-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.bg-grises {
    background-color: rgba(127,127,127,0) !important;
    align-items: center;
    border: 0 !important;
}

/*Estilos para Summer camp 2024*/
.titulo-sc, .titulo-sc:active, .titulo-sc:hover {
    font-size: 3rem;
    color: #E69452;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

/**************************************************/
/**************************************************/

label.required-form::after {
    content: " *";
    color: red;
}

.btn-white {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    text-align: left !important;
}

/**************************************************/
/**************************************************/
/*Estilos para Actualización de datos Octubre 2025*/
/*.titulo-au{
    font-size: 2rem;
    color: #162b7e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-decoration: none;
}

.titulo-au:active, .titulo-au:hover {
    font-size: 2rem;
    color: #162b7e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-decoration: none;
}*/

.titulo-au {
    font-size: 2rem;
    color: #1f3ba3;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

    .titulo-au:hover {
        color: #2e4fc9; /* tono más oscuro */
        transform: translateY(-2px); /* pequeño desplazamiento elegante */
    }


.btn-au {
    background-color: #82ba44 !important;
    /*background-color: #162b7e !important;
    font-weight: bold !important;*/
    color: #ffffff !important;
    border-radius: 50rem !important;
    font-size: 0.9rem !important;
}

.input-resaltado {
    border: 2px solid #007bff; /* azul Bootstrap */
    background-color: #e6f0ff; /* azul clarito */
    transition: all 0.6s ease;
}

.input-resaltado.fadeout {
    border: 1px solid #ced4da; /* vuelve a borde normal */
    background-color: white;
}
