@charset "UTF-8";
/* CSS Document */

body {
	color: #fff;
}

.container-gel {
	background-image: url("../imgs/back-site.jpg");
	background-size: cover;
	background-position: center;
}

.logo {
  height: 50px; /* Ajusta el tamaño del logo */
}

.banner {
  background-color: #031a43;
}


footer {
  background-color: #010e26;
  color: #fff;
	font-size: 12px;
}


.gel {
	max-width: 300px;
}

.derecha {
}

h1 {
    color: #fc0019;
    font-weight: 800;
    text-shadow: 1px 3px 3px #000;
    font-size: 2.5rem;
}

h2 {
        font-size: 1.8rem;
    }

@media (max-width: 780px) {
	.img-logo {
	max-width: 200px;
		margin-bottom: 50px;
}
	.gel {
	max-width: 300px;
}
	h1 {
    font-size: 2rem;
}
	h2 {
    font-size: 1.4rem;
}
}