.encabezado-escribenos{
	background: #0062ad;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11pt;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: flex;
	gap: 20px;
}


.encabezado-escribenos span:nth-child(1){
	width: calc(100% - 25px);
}

.encabezado-escribenos span.close-button{
	width: 25px;
    height: 25px;
	display: flex;
	pointer-events: fill !important;
	background: white;
	justify-content: center;
    font-size: 20pt;
    line-height: 0.7;
    color: #0062ad;
    cursor: pointer; /* Muestra la mano al pasar el mouse */
  user-select: none;
    }



