/* 
    Created on : 05-nov-2018, 11:07:33
    Author     : Romina
*/
body {
  margin: 0;
  background: #000; 
}
.mascara{ 
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background: #111;
    opacity: 0.6;
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(../video/background-9.mp4) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}


body{
    margin:0;
    padding: 0;
    background: url("../video/background-5.mp4");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Electrolize', sans-serif;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.boton-video {
    margin-top: 50px;
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #e3000f;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.boton-video:hover {
    background: #FFF;
    color: #e3000f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a{
    font-family: 'Electrolize', sans-serif;
    color: #FFF;
}
.logo{
    width: 500px;
    margin: auto;
    margin-top: 50px;
    padding-left: 20px;
}
h2{
   font-family: 'Electrolize', sans-serif;
   font-size: 30px;
}
h4{
   font-family: 'Electrolize', sans-serif;
   font-size: 20px;
   font-weight: 500;
}
.logo img{
    margin-bottom: 50px;
    padding-top: 130px;
}
.text{
    text-align: center;
   font-family: 'Electrolize', sans-serif;
    color: #FFF;
    width: 80%;
    margin: auto;
    padding: 20px;
    margin-bottom: 70px;
}
@media (max-width: 800px) { 
    body{
    margin:0;
    padding: 0;
    background-image: url("../video/background-9.mp4");
    background-size: cover;
    background-repeat: no-repeat;
   font-family: 'Electrolize', sans-serif;
    background-position: center;
}
.logo{
    width: 250px;
    margin: auto;
    margin-top: 10px;
    padding-left: 20px;
}
.logo img{
    margin-bottom: 10px;
    padding-top: 50px;
}
.text{
    margin: auto;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: -10px;
}
h2{
   font-family: 'Electrolize', sans-serif;
   font-size: 24px;
}
h4{
   font-family: 'Electrolize', sans-serif;
   font-size: 14px;
   font-weight: 500;
}
}
 