﻿.main-header-text {
    color: #535353;
    font-family: Outfit-Regular;
    text-transform: capitalize;
}

.main-header-div {
    margin-right: 33px;
    cursor: pointer;
}

.main-header-div label {
    cursor: pointer;
    font-weight: 300;
}

.main-header-atencion {
    background-color: #2796B9;
    text-align: center;
}

.main-header-atencion label {
    font-family: Outfit-Thin;
    color: #fff;
    padding: 10px;
    letter-spacing: .02rem;
    font-size: 15px;

}

@media only screen and (max-width: 799px) {
    .hidden-mobile {
        visibility: hidden;
    }
}

@media only screen and (min-width: 1150px) {
    .main-header-div label {
        font-size: 16px;
        margin-left: 5px;
    }
}

.main-header-text-selected {
    color: #2796B9;
    font-family: Outfit-Regular;
    text-transform: capitalize;
}

.main-footer {
    background-color: #2796B9;
    display: flex;
    color: #FBF8F5;
    justify-content: space-between;
    padding: 10px;
}

.main-footer > div {
    width: 33%;
}

.main-footer-terminos {
    text-align: center;
    color: white;
}

.main-footer-terminos > a {
    color: white !important;
    font-weight: bold;
}

.main-footer-snet {
    display: none;
    justify-content: space-between;
    width: 10%;
    margin-right: 10%;
}

.page-title {
    color: #2796B9;
    font-family: Outfit-Medium;
    text-transform: capitalize;
    text-align: center;
}

.button-accion {
    background-color: #2796B9;
    color: #FFFFFF;
    border-width: 0px;
    border-radius: 4px;
    text-transform: capitalize;
    font-family: Outfit-Medium;
    font-size: 18px;
    padding: 10px 40px;
}

.main-header-usuario {
    margin: auto;
    max-width: 260px;
    display: flex;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
}

.main-header-usuario img {
    width: 25px;
}

.main-header-usuario label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    margin: 0 10px 0 0;
    cursor: pointer;
}

@media only screen and (min-width: 1150px) {
    .main-header-usuario label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1150px) {
    .main-header-usuario label {
        font-size: 13px;
    }
}

.buscador-button {
    height: 30px;
    background-color: #2796B9;
    color: white;
    border-width: 0px;
    border-radius: 4px;
    font-weight: bolder
}

.table-titulo {
    background-color: #2796B9;
    color: white;
    width: 100%;
}

.modal-title {
    color: #2796B9;
    text-align: center;
}

.buscador-border {
    background-color: #2796B9;
}

.btn-primary {
    color: #ffffff;
    background-color: #2796B9;
    border-color: #0d8aee;
}

.main-usuario {
    display: grid;
    position: absolute;
    right: 0;
}

.main-usuario-menu {
    background-color: #2796B9;
    color: white;
    z-index: 3;
    position: relative;
}

.main-usuario-menu div {
    padding: 5px 15px;
    text-align: center;
}

.main-usuario-menu-item-label {
    color: white;
    cursor: pointer;
    text-transform: capitalize;
}

.login-recuperar-contrasenia {
    color: #2796B9;
    font-weight: bolder
}

.container-fluid {
    padding: 0 45px;
}

.invisible {
    visibility: hidden;
}

.grecaptcha-badge {
    display: none;
    margin-bottom: 100px;
}