:root {
    --fuentePrimaria: 'Poppins', sans-serif;
    --fuenteSecundaria: 'Berkshire Swash', cursive;
    --grisClaro: #BCBCBC;
    --colorNaranja: #FEC503;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #363637;
    font-family: var(--fuentePrimaria) !important;
    color: var(--grisClaro) !important;
}

body {
    background-color: #363637;
    font-family: var(--fuentePrimaria) !important;
    color: var(--grisClaro) !important;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
}

.Contenedor {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

h1 {
    color: white;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

h2 {
    color: white;
    text-align: center;
    font-size: 1rem;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

.ImagenHeader img{
    width: 50%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    .ImagenHeader {
        width: 100%;
    }
}

.Centrar {
    text-align: center;
    margin: 0 auto;
}

.Bold {
    font-weight: bold;
}

.IconosRedes a {
    color: white;
    font-size: 3rem;
}

.IconosRedes a i {
    transition: all 0.5s ease-in-out;
}

.IconosRedes a:hover:nth-child(1) {
    color: var(--colorNaranja);
}

.IconosRedes a:hover:nth-child(2) {
    color: green;
}

.Video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.Video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ZonaDescarga {
    width: 300px;
    background-color: green;
    padding: 0.8rem 2rem;
    border-radius: 2rem;
    margin-top: 2rem;
}

.Soporte {
    width: 350px;
}

.ZonaDescarga p {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ZonaDescarga p i {
    margin-right: 1rem;
    font-size: 1.6rem;
}

li {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: green;
}

.imagen {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .imagen img {
        width: 60%;
    }
}

.Paso p {
    margin-top: 1rem;
}

.Activacion {
    background-color: orange;
}

.Campo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    align-items: center;
    color: white;
}

.Campo input:not([type="submit"]),
.Campo textarea {
    flex: 1;
    padding: 0.3rem 1rem;
    border-radius: 0.5rem;
    border: solid 1px whitesmoke;
    width: 380px;
    text-align: center;
}

.Ocultar {
    display: none;
}

#clave {
    font-weight: bold;
    color: green;
}

.copiar {
    color: white;
    text-decoration: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Peso li {
    font-weight: 400;
    list-style: none;
}

.Desactivado{
    background-color: gray;
    cursor: not-allowed;
}

.TextoHeader h1{
    font-size: 30px;
}

.TextoHeader p{
    font-size: 40px;
    color: #FEC503;
}
