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;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: 0px;
}

.nav-tabs {
    background-color: #FFF !important;
}

.m-inf ul>li {
    color: #8d3a8c; 
}

.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: #8d3a8c; 
    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: #8d3a8c !important;
}

.bgMoradoDark {
    background-color: #8d3a8c;
}

.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;
}



.cLila {
    color: #b248ba !important;
}

.bordeVerde {
    border-bottom: 2px solid #27b764;
}

.btn-registro button {
    /* width: 250px; */
	border: 1px solid transparent;
	padding: 10px;
    height: 50px;
    margin-bottom: 15px;
    background-color: #8d3a8c;
    color: #FFF;
    border-radius: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

.centrar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-registro button:hover {
    background-color: #e42d89 ;
    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: #e42d89;
}

.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: 10px 15px !important;
  }
.consulta .nav-bar {
  border-bottom: 1px solid #ddd;
}

.tdOpinion{
    font-size: 1.2em;
}