body{background: linear-gradient(#2A0043, #110119), no-repeat;
    min-height: 100vh;}
* {color: white; font-family: "Jost", sans-serif;}
figure, img {display: block; max-width: 100%;}
.invisible {opacity: 0;}
.contenedor {max-width: 1500px; margin: 5% auto 0 auto;}
.wrap {display: flex; flex-direction: row; flex-wrap: wrap;
        width: 100%; justify-content: center; align-items: center;}
.columna {width: 50%; }
h1, h2, h3 {text-transform: uppercase;}
p {font-size: 18px;}


.logo-y-slogan figure {max-width: 350px; margin: 0 auto;}
.logo-y-slogan h2 {text-align: center; max-width: 400px;
    margin: 0 auto; margin-top: 20px;}


.contenido-detalle * {text-align: center;}
.contenido-detalle h2 {color: #00DED3; font-size: 36px;}

