/*FUENTES*/
@font-face{
   font-family: "sf_h";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/SF-Compact-Display-Heavy.otf);
}
@font-face{
   font-family: "sf_ui_r";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/SF-UI-Text-Regular.otf);
}
@font-face{
   font-family: "sf_ui_b";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/SF-UI-Text-Bold.otf);
}
@font-face{
   font-family: "sf_ui_m";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/SF-UI-Text-Medium.otf);
}



/*GENERAL*/
html,
body {
    width: 100%;
    height: 100%;
}
.sf_h {
    font-family: "sf_h";
}
.top2 {
    color: #213d78;
    font-size: 2em;
    background-color: #ededed;
    height: 100px;
    padding-top:25px;
}
.top2b {
    color: #213d78;
    font-size: 1em;
    background-color: #ededed;
    height: 80px;
    padding-top:32px;

}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.logo {
    padding-top:25px;
    height: 100px;
}
.logo2 {
    padding-top:30px;
    height: 80px;
}
.gris {color:#ededed;}
.bg-blanco { background-color: #FFF;}
.no-padding {
    padding: 0;
}
header {

    min-height: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
        overflow: hidden;
}

header .header-content {
    position: absolute;
    width: 100%;
    height: 100%;

    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}


#video-background {
min-width: 82%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background: transparent url(../images/poster.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
video::-webkit-media-controls-start-playback-button {
  display: none;
}


.video_container {
    overflow: hidden;
    background-color: #000;
}

.playcont {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.playcontinner {
    margin: 0 auto;
    z-index: 2;
}
.s_flyer {

    width: 100vw;
    margin: 0;

}

@media(min-width:768px) {


    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }



}
.btnplay {
    font-size: 18vw;
    margin-top: 10%;
    color: white;
    cursor: pointer;
}
.btnplay_xs {

    font-size: 18vw;
    margin-top: 10%;
    color: white;
    cursor: pointer;
}

.sep_gris {
    height: .5em;
    margin: 0px;
    background-color: #ededed;
}
.sep_celeste {
    height: 2em;
    margin: 0px;
    background-color: #3cabcf;
}
.foot {
    background-color: #3b3b3b;


}

.logo_blanco {
    max-width: 200px;


}





.rowfoot {
    height: 200px;
    display: flex;
    align-items: center;
}
.foot_txt {font-size: 16px; font-family: sf_ui_r; color: #979797;}

@media (max-width:768px) {
    .foot_txt{
        font-size: 11px;
    }
    .wrap {
        white-space:normal !important;
    }
    #video-background {
        max-width: 100%; 
        margin-top: 0px;

    }
}


.wrap {
    white-space: nowrap;

}



.overflow {
    overflow: hidden;
}

.canvas {
	position: relative;
	width: 100%;
	background: #000;
	z-index: 1;
}
