/* Style the tab */
.tab {
    overflow: hidden;
    text-align: center;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: center;
    border: 1px solid;
    border-radius: 40px;
    outline: none;
    cursor: pointer;
    padding: 6px 8px;
    transition: 0.3s;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #003865;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #EAEAEA;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #EAEAEA;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}
h1.encabezado {
    color: white;
    margin-top: 120px;
}
@media screen and (max-width: 600px) and (min-width: 100px) {
    h1.encabezado {
        font-size: 35px;
    }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
    h1.encabezado {
        font-size: 35px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 900px) {
    h1.encabezado {
        font-size: 35px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 1100px) {
    h1.encabezado {
        font-size: 35px;
    }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82%;
}

/*cookies*/
#overbox3 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(151,153,155, .8);
    padding: 1.3rem .9rem;
}
#infobox3 p {
    line-height: 1.8rem;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    color: #FFFFFF;
}
#infobox3 p a.link-cookies {
    color: #585858;
}
#infobox3 p a.accept-button {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 2px;
}
#infobox3 p a.accept-button:hover {
    background-color: #545454 !important;
}
.cookies {
    color: #292b2c;
    font-weight: 500;
    text-decoration: underline;
}
.cookies-table tr td, .cookies-table tr th {
    border: 1px solid black;
    text-align: center;
    padding: 2%;
}
/*cookies*/