/* ESTILOS GENERALES */

#amd-ryzen {
    background: #000000;
}

#amd-ryzen header {
    padding: 0 !important;
    text-align: center;
    margin-bottom: -6px;
}

#amd-ryzen .second-container {
    background-image: url(../img/amd-ryzen-fondo.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0px;
}

#amd-ryzen .second-container .btn-banner {
    padding: 4px !important;
}

#amd-ryzen .second-container .contenedor {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
}

#amd-ryzen .third-container {
    background: #1b1b1b;
    background-size: cover;
    background-position: center;
}

#amd-ryzen .third-container .contenedor {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#amd-ryzen footer {
    padding: 0px !important;
    text-align: center;
}

#amd-ryzen .owl-carousel {
    margin-bottom: inherit;
}

#amd-ryzen .owl-controls {
    display: none !important;
}

#amd-ryzen .r-movil {
    display: none;
}

/* ESTILOS FUENTES */

@font-face {
    font-family: 'Klavika';
    src: url('fuentes/klavika/Klavika.otf') format('opentype');
}

@font-face {
    font-family: 'Klavika';
    src: url('fuentes/klavika/Klavika-BoldCondensed.otf') format('opentype');
}

@font-face {
    font-family: 'Klavika';
    src: url('fuentes/klavika/Klavika-Condensed.otf') format('opentype');
}

#amd-ryzen h1 {
    color: #ffffff !important;
    font-family: 'Klavika', sans-serif;
    font-stretch: condensed;
    font-size: 48px !important;
    font-weight: bold !important;
}

#amd-ryzen p {
    color: #ffffff !important;
    font-family: 'Klavika', sans-serif;
    font-stretch: condensed;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

/* ESTILOS RESPONSIVE */

@media (max-width: 765px) {

    #amd-ryzen .r-escritorio {
        display: none;
    }

    #amd-ryzen .r-movil {
        display: block;
    }

    #amd-ryzen .second-container {
        margin-bottom: -16px;
    }

    #amd-ryzen h1 {
        font-size: 40px !important;
        margin-top: 16px;
        padding-top: 25px;
    }
  
}