#productospdf h1 {
    text-align: center;
}

#productospdf .tabContainer {
    padding:20px;
    width: 100%;
    height: 800px;
}

#productospdf .tabContainer .buttonContainer {
    height: 70px;
}

#productospdf .tabContainer .buttonContainer button {
    width: 50%;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-family: 'Blinker', sans-serif;
    font-size: 18px;
    background-color: #eee;
}

#productospdf .tabContainer .buttonContainer button:hover {
    background-color: #d7d4d4;
}

#productospdf .tabContainer .tabPanel {
    height: 97%;
    background-color: gray;
    color: white;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    display: none;
}

#productospdf .contenedor .tabPanel embed {
    width: 100%;
    height: 100%;
}

#botonbrochure {
    text-align: center;
    margin-top: 50px;
}

#botonbrochure a {
    text-decoration: none;
    font-size: 25px;
    width: 500px;
    color: #fff;
    background-color: #333;
    padding: 12px;
    border-radius: 7px;
}

#botonbrochure a:hover
{
    background: rgba(0,0,0,0.7);
}

@media (max-width: 1024px){
    
    #productospdf .contenedor .tabContainer{
        padding:20px 0px !important;
        width: 100%;
    }    
    
    #productospdf{
        padding:20px 0px !important;
        width: 98%;
        margin: auto;
    }
    
}

@media (max-width: 720px){
    
    #productospdf .tabContainer {
        height: 500px;
    }
    
    #productospdf .tabContainer iframe {
        height: 350px;
    }
}