.titulo{
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.titulo h1{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: ;
}

.cuadroAzulDiscapacidadjsp{
    background: #D7F3FF;
    border-radius: 4px;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
/*     display: flex; */
    align-items: center;
}

.btn-secundario { 
    background: #FFFFFF;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 4px;
    flex-direction: row;
    align-items: center;
    font-family: gobCL;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    line-height: 1.42857143;
    user-select: none;
}

.panel-body ul{
	padding-left: 15px;
}


#btn-share-submenu{
    border: 1px solid #B0B0B0;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-top: 0px
}

.btn-share{
   background: #FFFFFF;
	/* GRIS3 */
	
	border: 1px solid #B0B0B0;
	box-sizing: border-box;
	border-radius: 5px;
    
    height: 40px;
    padding-left: 3em;
    padding-right: 3em;
    cursor: pointer;
    
    font-family: gobCL;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	/* identical to box height, or 20px */
	
	
	/* GRIS */
	
	color: #515151;
}

@media (max-width: 700px) {
    .tipoEvento{
         padding-top: 2em;
    }
    .btn-share{
       margin-bottom: 0.5em;
    }
}


.box-datos{
    padding-left: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 156%;
    /* or 22px */
    
    
    /* AZUL BNE */
    
    color: #1369B3;
}

.dropdown-item > .fa-lg {
    background-color: #F2F2F2;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    color: #948F8F;
}
    
.cuadroGris {
    background: #EFEFEF;
    box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

.preguntaDiscapacidad {
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;  
    color: #003A6C;
}

.respuestaDiscapacidad{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
}

.cuadroAzulDiscapacidad{
    background: #D7F3FF;
    border-radius: 4px;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.botonVerModalDiscapacidad {
    width: 178px;
    height: 40px;   
    background: #FFFFFF;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;  
    text-decoration-line: underline;    
    color: #1369B3;
    position: relative;
}

.alinearCentro {
    left: 7%;
    position: absolute;
    top: 25%;
}