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

body {
    background-color:white;
    color: #0E2F4C;
    font-size: 15px;
    font-family: 'Fantasy', sans-serif;
}

#particles-js {
	height: 110vh; 
	width: 100%;
    position: fixed;
    z-index: -1;
}

.contenedor {
	width: 60%;
	max-width: 1200px;
    background-size: cover;
    background-position:center;
	margin-left: auto; 
	margin-right: auto;
    margin-top: 35px;
    padding: 20px 30px;
    position: relative;
    z-index: 50;
    opacity: .85;
}

.contenedor.header {
    background-color:  #b1b1b149;
    height: calc(110vh - 100px);
    border-radius: 15px;
}

.contenido-descripcion {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}

.contenido-descripcion .titulo {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contenido-descripcion .titulo span:first-child {
    font-size: 50px; 
    display: block;
    font-weight: 30px;
    color: #07A0E2;
}

.contenido-descripcion .titulo span:last-child {
    font-weight:1000px;
    font-size: 100px;
}

.contenido-descripcion .btn-link {
    display: inline-block;
    padding: 10px 20px;
    margin: 25px 0;
    text-transform: uppercase;
    text-decoration: none;
    animation: parpadeo 2s linear infinite;
    transition: .7s ease;
    background-color: #9DB1BF;
    color: #0E2F4C;
    border-radius: 10px;
    
}

.contenido-descripcion .btn-link:hover {
    color: #0E2F4C;
    animation: none;
}
p{
    color:#07A0E2;
    font-size: 30px;
    font-family: 'Fantasy';
    text-align: center;
    display: flexbox;
}
.page-link{
    background-color:transparent;
    border:transparent;
    content: none;
    pointer-events: none;
    display:none;
}
button.btn.btn-primary.btn-wizard-nav-submit{
    display:none;
}