/* Banner */
#success_message{ display: none;}
#banner {
    background-image: url("../../images/portadas/privacidad.jpg");
    background-position: center center;
    background-size: cover;
    height: 25em;
    text-align: center;
    position: relative;
    background-attachment: fixed;
   
}

@media (max-width: 768px) {
    #banner {
      background-image: url("../../images/portadas/privacidad.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain;
      height: 310px; /* Ajustalo según el resultado visual */
    }
  }
  
  


#banner header {
        position: absolute;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        background: #212121;
        background: rgba(27, 27, 27, 0.75);
        color: #fff;
        padding: 1.5em 0;
    }

        #banner header h2 {
            display: inline-block;
            margin: 0;
            font-size: 1.25em;
            vertical-align: middle;
        }

            #banner header h2 em {
                opacity: 0.75;
            }

            #banner header h2 a {
                border-bottom-color: rgba(255, 255, 255, 0.5);
            }

                #banner header h2 a:hover {
                    border-bottom-color: transparent;
                }

        #banner header .button {
            vertical-align: middle;
            margin-left: 1em;
        }
        @media screen and (max-width: 768px) {
   

            #banner header .button {
                display: block;
                margin: 1em auto 0 auto;
            }
        }




        .privacidad-section h3,
.privacidad-section h4 {
	color: #009C8C;
	margin-top: 1.5em;
}

.privacidad-section ul {
	list-style: disc;
	padding-left: 1.5em;
	margin-bottom: 1em;
}

.privacidad-section a {
	color: #009C8C;
	text-decoration: none;
	font-weight: 500;
}

.privacidad-section a:hover {
	text-decoration: underline;
}

.privacidad-section p {
	margin-bottom: 1em;
}
