* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #333;
    overflow-x: hidden;
}

header{
	background: #D0302E;
	text-align: center;
}
h1{
	font-family: montserrat, sans-serif;
	font-weight: 700;
  	font-style: normal;
  	font-size: 4vw;
  	text-transform: uppercase;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
h3{
	font-family:"Roboto Flex", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	text-transform: uppercase;
	color: #bcbcbc;
}
.logo{
	width: 110px;
	padding: 0.5rem;
}

.intro{
	font-size: 1.3rem;
}
.bg-1{
	background: #F3F3F3;
}
.presentado{
	font-size: 13px;
}
.link{
	color: #DC332E;
}
.link:hover{
	color: #D0302E;
}
.redondo{
	border-radius: 1rem;
}
.back-1{
	background-image: url(../img/hsbc-4.jpg);
	background-attachment: fixed;
  	-webkit-background-size: cover;
  	background-size: 100% auto;
  	background-repeat: no-repeat;
  	background-position: top;
  	max-height: 800px;
}
.alto{
	padding: 20% 0px 20% 0px;
}

ul {
  list-style: none; /* Quita el bullet por defecto */
}

ul li::before {
  content: "\2022"; /* Agrega un bullet unicode */
  color: red; /* Cambia el color aquí */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.glass{
/* From https://css.glass */
background: rgba(0, 0, 0, 0.31);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.1px);
-webkit-backdrop-filter: blur(5.1px);
border: 1px solid rgba(0, 0, 0, 0.26);
}



        /* Contenedor principal de la animación */
        .contenedor-animacion {
            position: relative;
            height: 100vh;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;

        }

        /* El "marco" que empieza al 80% */
        .wrapper-imagen {
            position: relative;
            width: 80vw;
            height: 80vh;
            overflow: hidden;
            border-radius: 20px;
            will-change: width, height, border-radius;
        }

        .wrapper-imagen img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Un ligero zoom inicial para dar dinamismo */
            transform: scale(1.1);
        }

        /* Texto que aparece después */
        .texto-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 5rem;
            font-weight: bold;
            text-align: center;
            opacity: 0;
            pointer-events: none;
            width: 100%;
        }

        /* Sección final para permitir el scroll de salida */
        .footer-spacer {
            height: 150vh;
            background: linear-gradient(to bottom, #000, #1a1a1a);
            padding-top: 100px;
            color: white;
            text-align: center;
        }

        footer{
	background: #2B2B2B;
}


/*--boton--*/
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 width: 12rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #D0302E;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.45rem 0;
 margin: 0 0 0 1.85rem;
 color: #FFF;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
/*--boton--*/

@media screen and (max-width: 768px) {

	.back-1{
	background-image: url(../img/hsbc-6.jpg);
	background-attachment: fixed;
  	-webkit-background-size: cover;
  	background-size: 100% auto;
  	background-repeat: no-repeat;
  	background-position: top;
  	max-height: 800px;
}

.alto{
	padding: 30% 0px 30% 0px;
}
}