@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body, p, li{

    font-weight: 400;
    font-style: normal;
}
h2, h6, h3{

  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #DC195E;
  font-style: bold;
}

.contenedor{
    width: auto;
    height: 15px;
}
.navbar-expand-lg{
    position: sticky;
    background-color:#fff;
}

/*botones*/ 
.btn1 {
        color: #DC195E;
    }
.btn1:hover{
            color: #3D4FA1;
        }
.btn1:active{
            color: #3D4FA1;
        }
.btn2 {
    color: #525e68;
    text-decoration-line: none;
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.btn2:hover{
        color: #0ea79b;
    }
.btn-act2{
        color: #0ea79b;
        font-size: 14pt;
    }
.centrado{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.disabled{
    opacity: 100% !important;
}
/*botones provincias*/ 
g .bolivar:hover{
    fill: #F18A00!important;
}
g .carchi:hover{
    fill: #00A4B1!important;
}
g .ibarra:hover{
    fill: #FFFFFF!important;
}
g .pichincha:hover{
    fill: #FFD912!important;
}
g .cotopaxi:hover{
    fill: #3E4E9D!important;
}
g .chimborazo:hover{
    fill: #FDC200!important;
}
g .canar:hover{
    fill: #009F46!important;
}
g .azuay:hover{
    fill: #6D3189!important;
}
g .loja:hover{
    fill: #EC6342!important;
}
g .otro:hover{
    fill: #E60061!important;
}
.texto{
    text-align: justify;
}