﻿:root {
    --azul: #253659;
    --verde: #03A696;
    --gris: #D1D1D1;
    --rojo: #B12741;
    --negro: #4B4B4B;
    --gris-claro: #e0e0e0;
    --btn-blue: #036bfc;
    --btn-gray: #D1D1D1;
}
.ui-state-default{
    color:var(--negro) !important;
}

.btn {
    border: none !important;
    width: 20%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-weight: bold !important;
    width: 150px ;
    border-radius: 20px !important;
    margin-left: 2px;
}



.boton-form-afiliar {  
}

.btn-gray {
    color: var(--azul) !important;
    background-color: var(--btn-gray) !important;
    border-color: var(--btn-gray);
}

.btn-blue {
    color: white !important;
    background-color: var(--azul) !important;
}

.btn-azul-claro {
    color: white !important;
    background-color: var(--btn-blue) !important;
}


a:hover{
    cursor:pointer;
}
* {
    font-family: 'Segoe UI';
    color: var(--negro);
    font-size:14px;
}
.bold{
    font-weight:400;
}
.italic{
    font-style:italic;
}
.bg-blue{
    background-color:var(--azul);

}

.bg-green{
    background-color:var(--verde);
}

.bg-gray{
    background-color:var(--gris);
}

.bg-red {
    background-color: var(--rojo);
}
.error {
    color: var(--rojo) !important;
}
.txt-title-modal{
    font-weight:bold;
    font-size:20px;
}
.modal-title-header{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
    position:relative;

}
.icon-modal-header {
    position: absolute;
    left: 0px;
    top: 5px;
}
.circle-container2 i {
    color:var(--verde);
    font-size:50px;
}
.text-bottom-container{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
 
}
.icon-modal-header i {
    color: var(--azul);
    font-size: 20px;
}
    .txt-blue {
        color: var(--azul);
    }
.link-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: var(--azul);
    font-weight: 900;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    right: -7px;
    top: -7px;
}

.relative {
    position: relative;
}

.link-close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    color: var(--azul);
}

.link-close:hover {
    cursor: pointer;
    color: var(--azul);
    background-color: white;
}


.circle-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--azul);
    font-weight: 900;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    border: 2px solid var(--azul);
}

    .circle-close::before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
    }

    .circle-close:hover {
        cursor: pointer;
        color: var(--azul);
        background-color: white;
    }

    .modal-footer{


    }