.bgcolor-purple{
background-color:#ece6f6 ;
}

h2.font-alt {
    display: none;
}

.leyes ul {
    list-style-type: none;
    padding-left: 5px;
}

.leyes a {
    text-decoration: underline !important;
}

.leyes a:hover {
    color: green !important;
}

.leyes li {
    line-height: 25px;
}

.leyes li::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-size: 1.3em;
    padding: 0 10px 0 0;
}

#motivos tbody>tr>td {
    font-size: 13px;
}

#motivos td:nth-child(1) {
    background-color: #ebcaef;
    text-align: center;
    font-weight: bold;
}

#motivos td:nth-child(2) {
    background-color: #b9e3ed;
}

#motivos td:nth-child(3) {
    background-color: #a9eadd;
    text-align: center;
    font-style: italic;
}

.consulta .navbar {
    margin-bottom: 0px !important;
    min-height: 0px;
    background-color: #633280;
}

.consulta .nav-tabs {
    background-color: transparent!important;
}

.bdr-15{
    border-radius: 15px;
}

.m-inf ul>li {
    color: #633280; 
}

.m-inf ul>li p{
    color: #444444; 
} 


.m-inf {
    margin-bottom: 45px;
}
.m-inf ol{
    padding-left: 10px !important;
}

.m-inf ol>li {
    list-style-type: none;
    font-weight: bold;
    color: #633280; 
    padding-bottom: 20px;
   
}

.m-inf ol>li p{
    
    color: #444444 !important;
    font-weight: normal !important;
}

.preguntas h3 {
    font-weight: bold;
    /*cursor: pointer;*/
}
 
.cAzul {
    color: #dfffff !important;
}

.cAzulDark {
    color: #23548d !important;
}

.bgAzulDark {
    background-color: #23548d  !important;
}

.bgAzul {
    background-color: #dfffff;
}

.cMorado {
    color: #F8F6FF !important;
}

.bgMorado {
    background-color: #F8F6FF;
}


.cMoradoDark {
    color: #633280 !important;
}

.bgMoradoDark {
    background-color: #633280;
}

.cVerde {
    color: #27b764 !important;
}

.bgVerde {
    background-color: #27b764 !important;
}


.bgVerde2 {
    background-color: #f1fff5 !important;
}

.bgVerde3 {
    background-color: #00d6a3 !important;
}

.cVerdeDark {
    color: #024442 !important;
}

.bgVerdeDark {
    background-color: #024442 !important;
}

.cRosa {
    color: #e42d89 !important;
}

.bgRosa {
    background-color: #e42d89 !important;
}



.cLila {
    color: #b248ba !important;
}

.bordeVerde {
    border-bottom: 2px solid #27b764;
}

.recuadros button {
    /* width: 250px; */
	border: 1px solid #ccc;
	padding: 30px;
    height: 250px;
    width: 250px;
    background-color:transparent;
    color: #633280;
    border-radius: 15px;
    font-weight: bold;
    font-family: sans-serif;
}

.recuadros button img {
    max-width: 100%;
    max-height: 80px; 
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.recuadros button:hover {
    background-color: #633280 ;
    color: #FFF;
}

.recuadrosObs button {
    border: 1px solid #ccc;
	padding: 20px;
    min-height: 100px;
    min-width: 300px; 
    background-color:transparent;
    color: #633280;
    border-radius: 15px;
    font-weight: bold;
    font-family: sans-serif;
}

.recuadrosObs button img {
    max-width: 100%;
    max-height: 60px; 
    height: auto;
    margin: 0 20px 0 auto;
}
.recuadrosObs button:hover {
    background-color: #633280 ;
    color: #FFF;
}

.bdr-title {
    border-left: 5px solid #e42d89;
    padding-left: 15px;
}
.centrar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recuadros button:hover {
    background-color: #633280 ;
    color: #FFF;
}

.zona {
    padding: 4%;
}

.zona_laterales {
    padding-left: 10%;
    padding-right: 10%;
}

.zona_sandwich{
    padding-top: 10%;
    padding-bottom: 10%;
}

.noVisible {
    display: none;
}

#myTab .active a {
    pointer-events: none;
    font-weight: bold;
    color: white !important;
    background-color: #c8357f;
}

.etapa-active td{
    color: #c8357f !important;
    background-color: #f8e8f2 !important;
}

.tblEtapas {
    border-collapse: separate; /* Obligatorio para border-radius */
    border-spacing: 0;        /* Elimina el espacio entre bordes */
    border: 1px solid #ccc;   /* Color y grosor del borde */
    border-radius: 10px;      /* Radio de redondeo */
    overflow: hidden;         /* Hace que el contenido no se salga de las esquinas */
  }

.tblEtapas td a{
    cursor: pointer;
    color: #633280 !important;
    text-decoration: underline !important;
}

.imgFull {
    margin-left: -47px;
    margin-right: -47px;
}

.resumen td {
    padding: 10px;
}

.resumen tr {
    border-bottom: 1px solid white;
}

.resumen tr:last-child {
    border-bottom: none;
}

.btnOpiniones {
    background-color: transparent;
    border-color: #006856;
    color: #006856 !important;
    font-weight: bold;
}

.btnOpiniones:hover {
    background-color: #006856;
    color: #FFF !important;
}

.resumen h3 {
    float: right;
}

.google-visualization-tooltip {
    pointer-events: none;
}


/* IPAD */
@media (max-width: 1200px) {
    .imgFull {
        margin-left: -30px;
        margin-right: -30px;
    }
}

/* CEL */
@media (max-width: 400px) {
    .imgFull {
        margin-left: -16px;
        margin-right: -16px;
    }
    #myTab a {
        font-size: 0.7em;
        padding: 5px;
    }
}

.numfont{
    font-family: cursive !important; 
}

.correo{
    font-size: 80%;
}

 .hint {
    position: relative;
    
  }
  
  .hint .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    
    bottom: 100%;
    left: 50%;
    margin-left: 32px;
  }
  
  .hint:hover .tooltiptext {
    visibility: visible;
  }


  /* Por BS 4.6 */
  .consulta .nav > li > a
  {
    padding: 5px 8px !important;
  }
.consulta .nav-bar {
  border-bottom: 1px solid #ddd;
}

.tdOpinion{
    font-size: 1.2em;
}