﻿
#containerAceptacionPerfeccionamiento {
    width: 100%;
}

#containerAceptacionPerfeccionamiento {
   /* text-align: center;
    padding-bottom: 30px;*/
}

#containerAceptacionPerfeccionamiento h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: rgba(0, 96, 117, 1);
}

#containerAceptacionPerfeccionamiento p {
    margin-bottom: 8px;
    font-size: 16px;
}


#containerAceptacionPerfeccionamiento .btn-aceptar-perf {
    border-radius: 8px 8px 8px 8px;
    background: rgba(192, 231, 210, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: left;
    color: rgba(0, 96, 117, 1);
    text-decoration: none;
}

    #containerAceptacionPerfeccionamiento .btn-aceptar-perf:hover {
        background: #209dd8;
    }

.btn-Confirmar {
    background-color: rgba(192, 231, 210, 1) !important;
    color: rgba(0, 96, 117, 1) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.btn-Cancelar {
    background-color: #ffff !important;
    border: 1px solid rgba(0, 96, 117, 1) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    color: rgba(0, 96, 117, 1) !important;
}

.icono-info-swal {
    border-color: rgba(0, 96, 117, 1) !important;
    color: rgba(0, 96, 117, 1) !important;
    border: 0.45em solid !important;
}

.titulo-swal {
    color: rgba(0, 96, 117, 1) !important;
}

.icono-error-swal {
    border-color: red !important;
    color: red !important;
    border: 0.45em solid !important;
}

.titulo-swal-error {
    color: red !important;
}

/*Se sobre escribe la clase propia de SweetAlert2 para el icono X de error*/
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: red !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: rgba(42, 174, 105, 1) !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .35em solid rgba(42, 174, 105, 1) !important;
    border-radius: 50%;
}

.titulo-swal-redireccion {
    color: rgba(42, 174, 105, 1) !important;
}

.btn-Redireccion {
    width: 260px;
    height: 60px;
    padding: 12px 16px 12px 16px;
    border-radius: 8px 8px 8px 8px;
    border-style: none;
    background-color: rgba(231, 235, 237, 1);
    color: rgba(172, 176, 178, 1);
}

.iconLista {
    color: #13C2C2;
}

.textoCobertura {
    font-size: 1rem !important;
}

.montoCobertura {
    font-size: 0.9rem !important;
    font-style: italic;
    text-align: center;
}

.montoFormaPago {
    font-size: 30px;
    font-weight: bold;
    padding: 0;
}

.textoFormaPago {
    font-size: 15px;
    font-style: italic;
    padding: 0 !important;
}

.headerTablaCoberturas {
    background-color: #13C2C2 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    border: 0;
}

.tituloSeccionRT {
    color: #086378;
    text-align: center;
    font-weight: bold;
}

.subTituloSeccionRT {
    background-color: #086378;
    color: #FCFCFC;
    text-align: center;
    font-weight: bold;
}

#divFormaPago th {
    background-color: #086378;
    color: #FCFCFC;
}