﻿/*BORDE REDONDO GENERAL PAGINA*/

.roun {
    border-radius: 13px !important;
}

/* TITULOS Y TEXTO GENERAL */

.titulo {
    font-family: sans-serif;
    font-size: 24px;
    color: #003366;
}

.sub-titulo {
    font-family: sans-serif;
    font-size: 20px;
    color: #0055A5;
}

/* Placeholder */
.info-campo {
    font-family: sans-serif;
    font-size: 14px;
    color: #888888;
}

/* labels y texto general */
.texto-general {
    font-family: sans-serif;
    font-size: 14px;
    color: #333333;
}

.texto-error {
    font-family: sans-serif;
    font-size: 12px;
    color: #CC0000;
}

.boton-primario {
    font-family: sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #003366;
}

a:hover {
    color: gray !important;
    text-decoration: none;
}

.boton-primario:hover {
    background-color: #0055A5;
    color: white !important;
}



/* Estilos específicos para los botones de Vincular */
#VinculatePeople:hover,
#ExpiredContracts:hover {
    color: #0055A5 !important;
}

.boton-disabled {
    font-family: sans-serif;
    font-size: 14px;
    color: #666666;
    background-color: #CCCCCC;
}

.nav-link.active {
    background-color: #003366 !important;
    font-family: sans-serif;
    font-size: 14px;
    color: #FFFFFF !important;
}

.nav-link {
    color: #003366;
}
/*BOTON CHECK DE CONDUCTORES*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #22c31c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*TARJETAS EXPORTAR*/

.bodyCard {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 1.6;
}

.title {
    text-align: center;
    font-size: small;
    color: grey;
    margin-top: 20px;
    font-weight: 100;
}

.container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container .card {
    width: 330px;
    height: 447px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.container .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.container .card img {
    width: 70%;
    height: 220px;
    margin-bottom: 29px;
    margin-top: 20px;
    margin-inline: auto;
}

.btn-link {
    color: dimgrey;
    transition: all 0.3s ease;
}

.btn-link:hover {
    color: #007bff !important;
    transform: translateY(-2px);
}

.btn-link:focus {
    color: #007bff !important;
    outline: none;
}

/*CODIGO GLOBAL DE BOTONES*/

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.btn-image > img {
    height: 100%;
}
.input-validation-error {
    color: #CC0000 !important;
    background-color: #fee;
}

.btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

/*LOADING*/


.loading {
    position: fixed;
    z-index: 5000;
    height: 160px;
    width: 160px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

input::placeholder {
    color: #888888;
    font-family: sans-serif;
    font-size: 14px;
}

.swalFire-wideFull {
    width: 200rem !important;
}

@keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.lds-double-ring {
    position: relative;
}

.lds-double-ring div {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: #1c4595 transparent #1c4595 transparent;
    -webkit-animation: lds-double-ring 1s linear infinite;
    animation: lds-double-ring 1s linear infinite;
}

.lds-double-ring div:nth-child(2) {
    width: 140px;
    height: 140px;
    top: 30px;
    left: 30px;
    border-color: transparent #e76a24 transparent #e76a24;
    -webkit-animation: lds-double-ring_reverse 1s linear infinite;
    animation: lds-double-ring_reverse 1s linear infinite;
}

.lds-double-ring {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.table {
    background-color: rgba(255, 255, 255, 0.60);
}

.cardMenuHome {
    width: 18rem;
    height: 20rem;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    transition: all 0.25s;
}

.cardMenuHome:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    background-color: #007bff;
    color: white;
}

.cardMenuHome:hover .card-body {
    background-color: #007bff;
    color: white;
}

.cardMenuHome:hover .card-body h3,
.cardMenuHome:hover .card-body p {
    color: white;
}

.cardMenuHome:hover .card-body i {
    color: white;
}

.cardMenuHome .card-body {
    text-align: center;
    padding: 0;
}

.bi-home {
    font-size: 8em;
}

.linkMenuHome:hover {
    color: gray;
    text-decoration: none;
}

.linkMenuHome {
    color: gray;
}

.countSup-icon-home {
    position: absolute !important;
    color: #fff;
    background-color: #dc3545;
    border-radius: 10rem;
    display: inline-block;
    padding: 0.45em 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.bi-subMenu {
    font-size: 2rem;
}

.text-icon-subMenu {
    margin: 0 !important;
    font-size: 0.6rem;
}

.countSup-icon-subMenu {
    position: absolute !important;
    color: #fff;
    background-color: #dc3545;
    border-radius: 10rem;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

/* Estilo para asteriscos de campos requeridos */
.required-asterisk {
    color: #dc3545 !important;
    font-weight: bold;
}

.btn-outline-primary {
    color: #003366;
    background-color: transparent;
    background-image: none;
    border-color: #003366;
}

.btn-outline-primary {
    color: #003366;
    background-color: transparent;
    background-image: none;
    border-color: #003366;
}

.btn-outline-primary:hover {
    color: white;
    background-color: #003366;
    background-image: none;
    border-color: #003366;
}

