* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #042E56;
}

img, video {
    vertical-align: middle;
    max-width: 100%;
}
iframe{
    vertical-align: middle;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

html, body {
    height: 100%;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
    color: inherit;
}

.contenedor {
    width: 1440px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1vw;
}

.titulo {
    color: #33b3c4;
    text-transform: uppercase;
    font-size: 2.5em;
    margin: 1em;
    text-align: center;
}

.logo {
    width: 300px;
    max-width: 60%;
    text-align: center;
    font-size: 1em;
    color: #042E56;
    font-weight: bold;
    margin: auto;
}

.logo img {
    width: 100%;
}

.links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2em;
}

.links a {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #33b3c4;
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    margin: 1vw 1vw 0;
    text-transform: capitalize;
    transition: all 0.5s;
}

.links a:hover {
    background-color: #26838f;
    padding: 20px;
}

.menu {
    display: flex;
    justify-content: flex-end;
    justify-content: center;
    margin: 1em 0;
}

.menu a:first-child {
    border-radius: 15px 0 0 15px;
}

.menu a:last-child {
    border-radius: 0 15px 15px 0;
}

.menu a:first-child:last-child {
    border-radius: 15px 15px 15px 15px;
}

.menu a {
    display: block;
    padding: 0.5em 1em;
    background-color: #B1B1B1;
    text-decoration: none;
    font-size: 1.2em;
    color: #042E56;
    font-family: Arial, sans-serif;
}

.menu a.activo {
    background-color: #042E56;
    color: white;
}

.menu a:hover {
    background-color: #064179;
    color: white;
}

.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /*min-height: 500px;*/
    align-items: center;
}

.w30 {
    width: 30%;
    margin-bottom: 1%;
    text-align: center;
}

.w49 {
    width: 49%;
    margin-bottom: 1%;
    text-align: center;
}

.fb, .is video, .caja-iframe {
    border: 1px solid #042E56;
    border: 1px solid #000000;
}

.caja-iframe {
    background-image: url("loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 1em;
}
audio{
    margin: 1em;
}

.fb {
    max-width: 320px;
}

.fb .video {
    background-image: url("https://linkemann.media/demo.dynamo.video/togo/img/fb3.jpg");
    background-position: center;
    background-size: 100%;
    text-align: center;
    overflow: hidden;
}

.fb img {
    width: 100%;
}

.fb video {
    /*width: 81%;*/
}

.is {
    max-width: 320px;
    position: relative;
}

.is img {
    width: 100%;
    height: 100%;
}

.isTop {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nombre {
    padding: 5px 0;
}

@media only screen and (max-width: 768px) {
    .w30, .w49 {
        width: 100%;
        /*max-width: 500px;*/
        margin: 1vw 4vw;
    }

}

@media only screen and (max-width: 600px) {
    .titulo {
        font-size: 7vw;
    }

    .menu a {
        width: 30%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4vw;
        font-weight: 700;
    }
}