* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #042E56;
}
img, video {
  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%;
}
.contenedor {
  width: 1440px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1vw;
}
h1 {
  font-size: 5vw;
  font-family: Arial, sans-serif;
}
.logo {
  width: 500px;
  max-width: 100%;
  text-align: center;
  font-size: 1em;
  color: #042E56;
  font-weight: bold;
}
.logo img {
  width: 100%;
}
.links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 3em;
}
.links a {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #042E56;
  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: #045389;
  padding: 20px;
}
.menu {
  display: flex;
  justify-content: flex-end;
  margin: 1vw 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%;
}
.w49 {
  width: 49%;
  margin-bottom: 1%;
}
.fb, .is video {
  border: 1px solid #042E56;
}
.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%;
}
.programatica {
  max-width: 1000px;
  margin: 0 auto;
}
.programatica img {
  width: 100%;
}
.programatica .txt {
  font-size: 2em;
  font-family: Arial, sans-serif;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 0;
}
.programatica .txt span {
  font-size: 0.5em;
  line-height: 1em;
  display: block;
  padding-top: 10px;
}
.programatica .video {
  padding: 10px 1vw;
}
.programatica .video video {
  width: 1000px;
  max-width: 100%;
}
.tabs {
  position: relative;
  clear: both;
  margin: 50px 0 25px;
  background: white;
}
.tab {
  float: right;
}
.tab label {
  background: #B1B1B1;
  padding: 10px;
  border: 1px solid #CCCCCC;
  margin-left: -1px;
  position: relative;
  left: 1px;
  top: -27px;
  -webkit-transition: background-color .17s linear;
}
.tab [type=radio] {
  display: none;
}
.content {
  position: absolute;
  top: 0px;
  left: 0;
  background: white;
  right: 0;
  border: 1px solid #042E56;
  -webkit-transition: opacity .6s linear;
  opacity: 0;
}
[type=radio]:checked ~ label {
  background: #F39700;
  color: white;
  border: 1px solid #042E56;
  border-bottom: 1px solid #F39700;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
  opacity: 1;
}
.numero {
  background-color: #042E56;
  padding: 0.2vw 0.5vw;
  max-width: 50px;
  max-height: 50px;
  border-radius: 0 0 50px;
  color: white;
  font-size: 2vw;
  width: 3vw;
  height: 3vw;
}
.frases {
  padding: 10px 30px;
  font-weight: bold;
}
.nombre {
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .w30, .w49 {
    width: 100%;
    /*max-width: 500px;*/
    margin: 1vw 4vw;
  }
  .menu a {
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    font-weight: 700;
  }
}
