﻿body {
}

/*input:required {
    border: 2px solid #FF0000;*/ /* Bordes rojos */
    /*background-color: #FFF0F0;*/ /* Fondo ligeramente rojo */
    /*color: #000000;*/ /* Texto negro */
    /*padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);*/ /* Sombra roja */
/*}*/

input:required, select:required, .required-label {
    position: relative; /* Asegúrate de que el input tenga un posicionamiento relativo */
}

    input:required::after, select:required::after {
        content: '*';
        position: absolute;
        left: 10px; /* Ajusta la posición del punto según sea necesario */
        top: 10px;
        transform: translateY(-50%);
        color: #FF0000; /* Color del asterisco */
        font-size: 16px; /* Tamaño del asterisco */
      /*  width: 8px; /* Tamaño del punto */
        /*height: 8px; /* Tamaño del punto */
       /* background-color: #FF0000; /* Color del punto */
       /* border-radius: 50%; /* Hace que el punto sea redondo */
    }

 

    input:required:focus {
        border-color: #FF4500; /* Bordes naranja oscuro al enfocar */
        box-shadow: 0 0 10px rgba(255, 69, 0, 0.7); /* Sombra naranja oscuro al enfocar */
    }



.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.owl-carousel.full-width .owl-nav .owl-prev i:before, .owl-carousel.full-width .owl-nav .owl-next i:before {
    border: 2px solid !important;
    background: transparent !important;
}

.bg-login {
    background-image: url(../new_img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b-r-l {
    border-radius: 0 3em 3em 0 !important;
    background: white !important;
}

.b-r-r {
    border-radius: 3em 0 0 3em !important;
    background: white !important;
}

.auth .auth-form-transparent .input-group-text {
    border-radius: 3em 0 0 3em !important;
}


.w-20p {
    width: 20px
}

.w-15p {
    width: 15px
}

.p-1 {
    padding: 1px !important
}

.f-z-11p {
    font-size: 11px !important;
}

.auth-link {
    color: blue !important;
}

.f-w-b {
    font-weight: bold !important;
}


.color-black {
    color: #272e3b !important;
}

.bg-black {
    color: #272e3b !important;
}

.color-blue {
    color: #1f3d7f !important;
}

.color-blue-2 {
    color: #4670cc !important
}

.bg-blue {
    color: #1f3d7f !important;
}

.t-a-r {
    text-align: right !important;
}

.t-a-l {
    text-align: left !important;
}

.t-a-c {
    text-align: center !important;
}

.form-login, .bd-white-transparente {
    /* background-image: url(../new_img/ventana-.svg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0.9em;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, 0.5);
}

.b-rd-3 {
    border-radius: 3em !important;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.m-t-100 {
    margin-top: 80px;
    margin-bottom: 50px;
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.bg-internos {
    /*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=00ae99&c2=2f89e8&gt=l&gd=dbl
*/
    background: #00AE99 !important;
    background: linear-gradient(45deg, #00AE99, #2F89E8) !important;
    color: #fff;
    border: 2px solid;
}


    .bg-opcional-white, .bg-internos:hover, .bg-opcional-black:hover {
        background: #FFFFFF !important;
        border: 2px solid #272e3b;
        color: #272e3b;
    }

        .bg-opcional-black, .bg-opcional-white:hover {
            background: #272e3b !important;
            border: 2px solid #272e3b;
        }

.bg-intranet, .sidebar-fixed .page-body-wrapper {
    background-image: url(../new_img/fondo-interno.jpg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-intranet {
    max-width: 500px
}

.max-w-100px {
    max-width: 100px
}

.max-w-200px {
    max-width: 200px
}

.sidebar .nav .nav-item {
    margin-top: 0.0rem !important;
    font-size: 0.56rem !important;
    font-weight: initial !important;
}

    .sidebar .nav .nav-item .nav-link {
        /*background: rgb(225 225 225 / 29%) !important;*/
        margin: 0.002em !important;
        border-radius: 0.4em !important;
    }

.menu-movil {
    display: none;
}


.title-formato {
    background: #272e3b !important;
    padding: 0.5em;
    color: #fff;
    padding: 0.5em 5em !important;
    border-radius: 0.5em 0.5em 0 0;
    display: inline-block !important;
}

@media (max-width: 480px) {
    .navbar .navbar-brand-wrapper {
        width: 90%;
    }

    .menu-movil {
        display: block;
    }

    .hide-login {
        display: none;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation: fadeIn 1s ease-in-out;
}
