.bg-video{
  padding-top: 10px;
}
.bg-video-toperu{
  background-repeat: no-repeat;
  background-position: bottom center;
}

.ml-auto{
  margin-left: auto;
}
.mr-auto{
margin-right: auto;
}
.text-center{
  text-align: center;
}
.logo-toperu{
  max-width: 200px
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'CMMimbieW02';
    font-weight: 600;
    font-style: normal;
}
h4{
  padding-top: 0;
  margin-top: 0;
}

.round-social a{
  width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #000;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.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: 100%;
}

.w-half{
  max-width: 50%
}

@media (max-width: 767px) {
.w-half{
  max-width: 100%
}
}