

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,700&display=swap');
html {
    box-sizing: border-box;
    font-size: 62.5%;
    /**1rem = 10px*/
	background-color: #ebebeb;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

.header-site {
    margin: 0;
    background-color: #000000;
   /*  background-image: url(../img/fondo2024.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    min-height: auto;
}

.contenedor {
    background-color: #000000;
    height: 100%;
    max-width: 125rem;
    margin: 0 auto;
}

.caja {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem;
}

.cajab {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cajac {
    display: flex;
    justify-content: center;
    align-items: center;
	vertical-align: top;
    
}
.element-a {
    flex: 0 1 auto;
    margin-right: 10rem;
}

.element-b {
    width: 35%;
    flex: 0 1 auto;
}

.element-i {
    max-width: 22.5rem;
}

.line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line-red {
    width: 7rem;
    height: 1rem;
    background-color: #901c41;
}

.titulo {
    color: #000000;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

.titulored {
    color: #000000;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.subtitulo {
    color: #636569;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    text-align: right;
}

.anio {
    color: #bdb898;
    margin: 0;
    font-size: 4rem;
    font-weight: 700;
    text-align: right;
}

.button {
    font-weight: 700;
    font-size: 2rem;
    padding: 1rem 1rem;
    margin-top: 5rem;
    display: block;
    text-align: center;
    border: none;
}

.button:hover {
    cursor: pointer;
}

.button-gui {
    background-color: #901c41;
}


/*****Contenido*/
.uno {
    width: 33%;
}
.dos {
    width: 43%;
}
.tres {
    width: 33%;
}

.col-1 {
	display: float;
    width: 45%;
    vertical-align: top;
    padding-top: 50px;
}

.col-2 {
    width: 55%;
}

.dos .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dos .line .line-red {
    width: 4.5rem;
    height: .5rem;
    background-color: #901c41;
}

.dos .titulo {
    color: #636569;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.dos .subtitulo {
    color: #636569;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    text-align: right;
}

.dos .anio {
    color: #bdb898;
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    text-align: right;
}

.box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    max-width: 115rem;
  
}

.element-ix {
    text-align: center;
    max-width: 13.5rem;
    padding: 10px 10px 10px 10px;
}

.cajita {
    padding-bottom: 2rem;
}

.buttonpq {
    font-weight: 300;
    font-size: 1.2rem;
    padding: .5rem .5rem;
    margin-top: 5rem;
    text-align: center;
    border: none;
}