﻿@font-face {
  font-family: 'montserrat_alt1';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('../font/montserrat_alt1/MontserratAlt1-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat_alt1';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url('../font/montserrat_alt1/MontserratAlt1-Bold-1.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat_alt1';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('../font/montserrat_alt1/MontserratAlt1-SemiBold-1.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat_alt1';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../font/montserrat_alt1/MontserratAlt1-SemiBold-2.ttf') format('truetype');
}

body {
    background-color: #FFF8EF;
}


.outter:before,
.outter:after,
.inner:before,
.inner:after {
    background: transparent;
}

.inner {
    border-color: transparent;
    color:#fff;
}


.outter {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    z-index: 10;
}
    .outter .titulo {
        margin-top: 22px;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        z-index: 10;
        position: relative;
    }

    .outter:before,
    .outter:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 2px;
        height: 86px;
        margin-top: -41px;
        z-index: 1;
    }

    .outter:after {
        left: auto;
        right: 0;
        margin-top: -44px;
        height: 86px;
    }

.inner {
    position: absolute;
    top: 0px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,.25);
    border-width: 2px;
    border-style: solid;
    -webkit-transform: rotate(45deg);
}

    .inner:before,
    .inner:after {
        -webkit-transform: rotate(45deg);
        content: "";
        position: absolute;
        width: 2px;
        height: 85px;
        margin-top: -41px;
        z-index: 1;
        right: auto;
        left: 27px;
        bottom: auto;
        top: 27px;
    }

    .inner:after {
        height: 90px;
        right: 30px;
        left: auto;
        bottom: -13px;
        top: auto;
    }















.cantidatos {
    margin-top: 20px;
    margin-bottom: 100px;
}
    .cantidatos .titulo {
        font-size: 22px;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 14px 20px;
        line-height: 20pt;
        align-items: center;
        margin-top: 28px;
    }
    .cantidatos .titulo-principal a{
        background: #ff0000;
        color: #fff;
        padding: 1px 14px;
        margin: 0px;
        border-radius: 4px;
    
    }

.bg-gradients {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 3px;
    margin-top: -2px;
    /* background: linear-gradient(45deg, transparent,#980103); */
    background: #980103;
}
.panel-busqueda {
    margin-top: 32px;
    padding: 20px 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
}
    .panel-busqueda div label {
        margin-top: .5rem;
        font-weight: 700;
        color: #525252;
        font-family: Arial, Helvetica, sans-serif;
    }
.panel-tabla{
    margin-top:40px;
    margin-bottom:80px;
}



.parpadea {
    animation-name: parpadeo;
    animation-duration: 1.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.cantidatos .table {
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
}
.cantidatos .table thead tr th{

}
.cantidatos .table tbody tr td {
    color: #76838f;
    padding: .4rem .75rem;
}
@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.datos-persona .organizacion {
    text-align: left;
    margin-top: 15px;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 10px;
}
    .datos-persona .organizacion .titulo {
        font-size: 24px;
        font-weight: 700;
        color: #616161;
        font-family: Arial, Helvetica, sans-serif;
    }

.datos-persona .datos {
    text-align: center;
    margin-top: 45px;
}
.datos-persona .datos .foto {
    border-radius: 50%;
    width: 140px;
    padding: 0px 10px;    
}
.datos-persona .cargos {
    text-align:left;
    margin-top:10px;
}
    .datos-persona .cargos .titulo {
        background: #A93226;
        color: #fff;
        border-radius: 10px;
        background: #A93226;
        color: #fff;
        border-radius: 4px;
        padding: 1px 22px 4px;
        font-size: 24px;
    }
    .datos-persona .cargos .titulo:hover {
        color: #fff;
    }

    .datos-persona .organizacion .detalle, .datos-persona .cargos .detalle {
        color: #797979;
        font-size: 20px;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        margin-left: 12px;
        margin-top: 2px;
    }
.datos-persona .full-name {
    color: #696969;
    line-height: 1.75;
    font-family: arial,Times,serif;
    letter-spacing: -.0027777778rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-style: normal;
}

    .cantidatos .titulo-principal {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    padding: 14px 20px;
    line-height: 22pt;
    align-items: center;
    margin-top: 10px;
}
.form-octogono {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
}

.octogono {
    width: 150px;
    height: 150px;
    background: #999;
    position: relative;
}

    .octogono:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 44px solid #999;
        border-left: 44px solid #fff;        
        border-right: 44px solid #fff;
        width: 63px;
        height: 0;
    }

    .octogono:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 44px solid #999;
        border-left: 44px solid #fff;
        border-right: 44px solid #fff;
        width: 63px;
        height: 0;
    }


.hexagono {
    width: 150px;
    height: 90px;
    background: #666;
    position: relative;
    
}

    .hexagono:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-bottom: 50px solid #666;
    }

    .hexagono:after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-top: 50px solid #666;
    }
.cantidatos .nombre-octogono {
    margin: auto;
    text-align: center;
    padding: 30px 1px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.cantidatos .titulo-orga {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 14px 0px;
    line-height: 22pt;
    align-items: center;
    margin-top: 50px;
    font-weight: 700;
    font-style: italic;
    color: #35446b !important;
    text-decoration: underline !important;
}

.btn-buscar {
    background: #fff;
    border: 2px solid #007bff;
    color: #007bff;
    border-radius: 4px;
    width: 120px;
    font-weight: 600;
}
.btn-limpiar {
    background: #fff;
    border: 2px solid #e40303;
    color: #e40303;
    border-radius: 4px;
    width: 120px;
    font-weight: 600;
}

.portada{
}
.logo-octogono {
    text-align:left;
}
    .logo-octogono a img {
        width: auto;
        height: 100px;
        margin-bottom: 20px;
    }
.banner{
    text-align:center;
}
    .banner img {
        width: 100%;
        /*max-height: 300px;*/
        height: auto;
    }

.icono-redes {
    text-align: right;
    margin: 10px 0px;
}

    .icono-redes a img {
        width: 60px;
        height: auto;
    }
.portada .btn-descarga-app {
    width: 100%;
    max-width: 200px;
}

.portada .text-banner{
    text-align:center;
    font-size:28px;
    color:#000;
    margin-top:20px;
}
.btn-imagen{
    width:90%;
    max-width:300px;
    height:auto;
}
.btn-busqueda {
    background: #6C0102;
    color: #fff;
    padding: 4px 20px;
    display: block;
    width: 100%;
    max-width: 280px;
    margin: auto;
    border-radius: 22px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 2px solid #6C0102;
    transition: all .5s ease 0s;
}
    .btn-busqueda:hover {
        background: #fff;
        color: #6C0102;
        border: 2px solid #6C0102;
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }



.text-octogono {
    font-weight: 800;
    font-size: 36px;
    color: #6f0102;
    font-family: "montserrat_alt1", sans-serif;
}

.desc-app {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    color: #666;
    margin-bottom: 0px;
}

.footer .logo-footer {
    width: auto;
    height: 40px;
}
.google-play{
    margin-bottom:40px;
}

.banners {
}
    .banners .listar {
        width:100%;

    }
        .banners .listar .img-banner {
            max-height:400px;
        }

@media only screen and (max-width: 696px) {
    .cantidatos .titulo {
        font-size: 22px;
    }
}
@media only screen and (max-width: 552px) {
    .cantidatos .titulo-principal {
        font-size: 24px;
        padding: 1px 2px;
    }
    .outter {
        width: 100px;
        height: 100px;
    }
    .inner {
        width: 100px;
        height: 100px;
    }
    .cantidatos .titulo {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 14px 20px;
        line-height: 14pt;
        margin-top: 16px;
    }
    .cantidatos .titulo-orga {
        font-size: 22px;
    }
    .datos-persona .organizacion .detalle, .datos-persona .cargos .detalle {        
        font-size: 17px;
    }
    .logo-octogono {
        text-align: center;
    }
    .text-octogono {
        font-size: 26px;
    }
    .logo-octogono a img {
        width: auto;
        height: 100px;
        margin-bottom: 0px;
    }
    .logo-octogono {
        margin-bottom:20px;
    }
    .footer .logo-footer {
        width: 40px;
        height: auto;
    }
    .icono-redes a img {
        width: 40px;
        height: auto;
    }
}
@media only screen and (max-width: 408px) {
    .text-octogono {
        font-size: 20px;
    }
    .logo-octogono a img {
        width: auto;
        height: 100px;
    }
    .btn-busqueda {
        padding: 4px 10px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: 20px;
        border: 2px solid #6C0102;
    }
    .portada .text-banner {
        font-size: 22px;
    }
}



/********************* Shopping Demo-6 **********************/
.product-grid6, .product-grid6 .product-image6 {
    overflow: hidden
}

.product-grid6 {
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    position: relative;
    transition: all .5s ease 0s
}

    .product-grid6:hover {
        /*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
    }

    .product-grid6 .product-image6 a {
        display: block
    }

    .product-grid6 .product-image6 img {
        max-width: 100%;
        height: 300px;
        transition: all .5s ease 0s;
        object-fit: contain;
    }

    .product-grid6:hover .product-image6 img {
        transform: scale(1.1)
    }

    .product-grid6 .product-content {
        padding: 12px 2px;
        transition: all .5s ease 0s
    }

    .product-grid6:hover .product-content {
        opacity: 0
    }

    .product-grid6 .title {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all .3s ease 0s
    }

        .product-grid6 .title a {
            color: #000
        }

            .product-grid6 .title a:hover {
                color: #2e86de
            }

    .product-grid6 .price {
        font-size: 18px;
        font-weight: 500;
        color: #9A9A9A
    }


    .product-grid6 .social {
        background-color: transparent;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        bottom: -50%;
        left: 50%;
        z-index: 1;
        transition: all .5s ease 0s
    }

    .product-grid6:hover .social {
        opacity: 1;
        bottom: 20px
    }

    .product-grid6 .social li {
        display: inline-block
    }

        .product-grid6 .social li a {
            color: #909090;
            font-size: 16px;
            line-height: 45px;
            text-align: center;
            height: 45px;
            width: 45px;
            margin: 0 7px;
            border: 1px solid #909090;
            border-radius: 50px;
            display: block;
            position: relative;
            transition: all .3s ease-in-out
        }

            .product-grid6 .social li a:hover {
                color: #fff;
                background-color: #2e86de;
                width: 80px
            }

            .product-grid6 .social li a:after, .product-grid6 .social li a:before {
                content: attr(data-tip);
                color: #fff;
                background-color: #2e86de;
                font-size: 12px;
                letter-spacing: 1px;
                line-height: 20px;
                padding: 1px 5px;
                border-radius: 5px;
                white-space: nowrap;
                opacity: 0;
                transform: translateX(-50%);
                position: absolute;
                left: 50%;
                top: -30px
            }

            .product-grid6 .social li a:after {
                content: '';
                height: 15px;
                width: 15px;
                border-radius: 0;
                transform: translateX(-50%) rotate(45deg);
                top: -20px;
                z-index: -1
            }

            .product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
                opacity: 1
            }

@media only screen and (max-width: 767px) {
    .product-grid6 .product-image6 img {
        max-width: 100%;
        height: auto;
        max-height:200px;
    }
}


/************NOTICIAS***********/

.seccion-anuncios {
    float: left;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    position: relative;
}

.seccion-principal-anuncios .img-multi {
    width: 100%;
    object-fit: cover;
    height: 160px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
}

.seccion-principal-anuncios .img-multi-2 {
    width: 100%;
    object-fit: cover;
    height: 160px;
    border: 0px;
    width: 100%;
}

.seccion-principal-anuncios .img-multi-2 {
    width: 100%;
    object-fit: cover;
    height: 160px;
    border: 0px;
    width: 100%;
}

.seccion-principal-anuncios .cont-texto {
    padding: 5px;
}

.seccion-principal-anuncios .lead {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.seccion-principal-anuncios .mtemio {
    font-size: 12px;
    color: #666;
    font-weight: 300;
    margin-bottom: 2px;
}

.seccion-principal-anuncios .item {
    float: left;
    padding: 5px;
}

.seccion-principal-anuncios .cotizador-item {
    width: 50%;
}

    .seccion-principal-anuncios .cotizador-item .pad15 {
        border: 1px solid #ededed !important;
        border-radius: 0px !important;
        height: 300px;
        border-bottom: 2px solid #ce0e2d !important;
    }

.seccion-principal-anuncios .item .pad15 {
    border: 1px solid #cbd6dc;
    border-radius: 8px;
    height: 300px;
}

.seccion-principal-anuncios .item > div {
    text-align: center;
    padding: 0px;
    margin: 10px !important;
    background: #f1f1f1;
    color: #666;
    border-radius: 8px;
    background: #fff;
}

/*****************************************/
.btn-solicitar {
    background: linear-gradient(90deg, #6c0102, #f90808);
    color: #fff;
    font-weight: 700;
    min-width: 250px;
    border-radius: 20px;
    font-weight: 100;
    padding: 12px 20px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 15px rgb(255 40 0 / 40%);
}

.btn-solicitar::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 40%);
        transition: all 0.4s ease-in-out;
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        pointer-events: none;
    }

    .btn-solicitar:hover {
        background: linear-gradient(90deg, #f90808, #6c0102);
        box-shadow: 0 15px 30px rgb(255 40 0 / 40%);
        transform: translateY(-5px);
        color: #fff;
    }

        .btn-solicitar:hover::before {
            transform: translateX(0) translateY(0) rotate(45deg);
            background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent 50%);
        }

@keyframes pulsate {
    0% {
        box-shadow: 0 0 15px rgba(35, 202, 212, 0.4);
    }

    50% {
        box-shadow: 0 0 25px rgba(35, 202, 212, 0.6);
    }

    100% {
        box-shadow: 0 0 15px rgba(35, 202, 212, 0.4);
    }
}

.btn-solicitar:focus {
    animation: pulsate 1.5s infinite;
    outline: none;
}

.borde-texto {
    border-top-left-radius: 15px;
}

.borde-img {
    border-top-right-radius: 15px;
}
@media only screen and (max-width: 767px) {
    .borde-texto {
        border-top-left-radius: 15px;
        border-top-right-radius:15px;
    }
    .borde-img {
        border-top-right-radius: 0px;
    }
}

.foto-afiliacion {
    max-width: 100%;
    width:auto !important;
    max-height: 174px;
}

.posicion-firma {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    z-index: 10;
}
/***********************************/
.custom-radio .form-check-input {
    display: none;
}

.custom-radio .form-check-label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.custom-radio .form-check-input:checked + .form-check-label::before {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.custom-radio .form-check-input:checked + .form-check-label::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 9px;
}

.custom-radio .form-check-label:hover::before {
    border-color: #0056b3;
}

.afiliacion h1,
.afiliacion h2,
.afiliacion h3,
.afiliacion h4,
.afiliacion h5,
.afiliacion h6 {
    font-family: "montserrat_alt1", sans-serif;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 400 !important;
}

.logo-text-rojo {
    color: #6f0102;
    /*font-size: 55px;*/
}

.afiliacion .descripcion {
    font-family: "montserrat_alt1", sans-serif;
    font-weight:100;
    text-align:justify;
    font-size:18px;
}

.titulo-formulario {
    font-family: "montserrat_alt1", sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 15px;
}

.section-subtitulo h5::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #00a0b7;
    bottom: 0;
    left: 15px;
}
.section-subtitulo h5 {
    color: #00a0b7;
}

.octagono-input.form-control {
    min-height: 40px;
    margin: 0;
    padding: 0 20px !important;
    /*width: 100% !important;*/
    color: #656A69;
    font-size: 17px;
    font-weight: 100;
    font-family: sans-serif;
    border: 1px solid #E8E9E8;
    border-radius: 4px;
    background-color: #E8E9E8;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border-radius: 22px;
}

.octagono-select.form-control {
    min-height: 40px;
    margin: 0;
    padding: 0 20px !important;
    /*width: 100% !important;*/
    color: #656A69;
    font-size: 17px;
    font-weight: 100;
    font-family: sans-serif;
    border: 1px solid #E8E9E8;
    border-radius: 4px;
    background-color: #E8E9E8;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border-radius: 22px;
}

.octagono-search.btn {
    height: 40px;
    min-height: 40px;
    min-width: 50px;
    border-radius: 22px;
    background-color: #b41914;
    border: 0px solid #000;
    color: #fff;
}

    .octagono-search.btn:hover {
        background-color: #2f2f2f;
        color: #fff;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
    }

    .octagono-search.btn:focus {
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        outline: none !important;
        box-shadow: 0px rgba(13,110,253,.25) !important;
        box-shadow: 0000rem 0000rem #B2B5B4 !important;
    }

.octagono-input.form-control:focus,
.octagono-select.form-control:focus {
    border-color: #b41914;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    outline: none !important;
    box-shadow: 0px rgba(13,110,253,.25) !important;
    box-shadow: 0000rem 0000rem #B2B5B4 !important;
}

.btn-formulario {
    -moz-border-radius: 5px;
    background-color: #b41914;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    will-change: opacity, transform;
    color: #fff;
    cursor: pointer;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-tap-highlight-color: transparent;
    border: none;
    display: inline-block;
    outline: 0;
    padding: 10px 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    width: 40%;
    height: auto;
    font-family: Encode, sans-serif;
}


.btn-formulario:hover {
    background-color: #000;
    color:#fff;
}

#btnCustomUpload {
    padding: 10px 2rem;
    border-radius: 30px;
    background-color: #b41914;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    font-family: Encode, sans-serif;
}

    #btnCustomUpload:hover {
        background-color: #000;
        transform: scale(1.05);
    }

    #btnCustomUpload:active {
        background-color: #000;
    }

.foto-afiliacion {
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 10px;
    max-height: 227px;
    object-fit: cover;
}
.btn-close{
    outline:none !important;
}

.formulario-firma .modal-header {
    padding: 7px 1rem;
    border-bottom: 0px solid #dee2e6;
}

.formulario-firma .modal-content {
    border-style: solid !important;
    border-width: 4px 0px 0px 0px !important;
    border-color: #b41914 !important;
}
.formulario-firma .modal-title {
    font-family: "montserrat_alt1", sans-serif;
}

.btn-guardar-firma {
    color: #fff;
    background-color: #b41914;
    border-color: #b41914;
    border-radius: 20px;
    width: 30%;
}

    .btn-guardar-firma:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.btn-limpiar-firma {
    color: #fff;
    background-color: #00a0b7;
    border-color: #00a0b7;
    border-radius: 20px;
    width: 30%;
}

    .btn-limpiar-firma:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

canvas {
    border: 1px dotted #000;
}