@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');
/* Google Font CSS or other fontfaces  */
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600');

html, body,{
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch !important;
}

embed{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

iframe{
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch !important;
}

.content-iframe{
    height: 100%;
}

#iframe{
    width: 100% !important;
    height: 2000px !important;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}
.video{
    display: block;
    margin: 0 auto;
    padding: 0;
}
.video table{
    width: 100%;
    height: 100vh;
    background-color: #4f4f54;
}
.mob-header{
    display: none;
}
.header{
    padding: 10px 20px 20px 20px;
    background: white;
    text-align: center;
}
.header .colu{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.header .colu #logo{
    display: block;
    margin: 30px auto 40px;
    float: none;
    width: 80%;
}
.header .colu .callto{
    width: 70% !important;
    /*background-color: #25baa2;*/
    background-color:#F72717;
    margin: 0 auto 5px;
    display: block;
    float: none;
    padding: 15px 10px;
    /*TEXTO*/
    font-family: 'roboto', arial, helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1em;
    text-align: center;
    color: #ffffff;
    /*BORDER*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.container{

}

.nav{
    width: 22%;
    height: 100vh;
    float: left;
}

.content{
    width: 78%;
    height: 100vh;
    float: right;
    overflow: auto;
}
.nav #icon{
    width: 100%;
    max-width: 50px;
    height: 80px;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
.nav li{
    font-family: 'roboto', arial, helvetica, sans-serif;
    font-size: 13px;
    color: #4f4f54 !important;
    height: 90px;
}
.nav p{
    margin: 0;
}
.nav #lab{
    /*color: #25baa2;*/
    color: #F72717;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 400px;
    margin: 0px auto 20px;
    overflow: scroll;
    overflow-x: hidden;
}

ul.tabs li{
    border-bottom:2px solid #ffffff; 
    display: flex;
    flex-flow: row;
    align-items: center; 
    cursor: pointer;
    padding: 5px 0px;
}

ul.tabs .tab-link{
    background: #f9f9f9;
}

ul.tabs li.current{
    /*background: #25baa2;*/
    background:#F72717;
}
ul.tabs li.current p {
  background:#F72717;
  color:#FFF !important;
}

ul.tabs li.current p #lab {
  color:#FFF !important;
}

ul.tabs li.current img {
  filter: brightness(4);
}


.tab-content{
    display: none;
    background: #4f4f54;
    /*padding: 15px;*/
    height: 100vh;
}

.tab-content.current{
    display: inherit;
}

.social{
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
}
.social p{
    font-family: 'roboto', arial, helvetica, sans-serif;
    font-size: 14px;
    color: #4f4f54 !important;
    text-align: center;
}
ul.share{
    margin: 8px auto;
    display: block;
    float: none;
    padding: 0px;
}
.social ul.share li{
    display: inline-table;
    margin: 3px;
    background: #4f4f54;
    font-size: 18px;
    width: 30px;
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    line-height: 0;
}
.social ul.share a{
    color: #ffffff;
    line-height: 0;
    vertical-align: middle;
}

.btn{
    width:150px;
    height:60px;
    background-color: #4f4f54;
    border:none;
    color:#ffffff;
    position:absolute;
    bottom:50%;
    float:right;
    right:0px;
    z-index:1;
}
.btn:hover{
    background-color: #6d6d72;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
}
.btn a{
    font-family: 'roboto', arial, helvetica, sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}
/*svg path {
  fill: #4F4F54!important;
}*/
#icon svg path{
  fill: white !important;
}


@media (max-width: 500px) {
    .container{
    height: auto;
    }
    .header{
    display: none !important;
    }
    .content{
    float: left;
    width: 100%;
    height: auto;
    max-height: 470px;
    overflow: auto !important;
    overflow-y: hidden!important;
    -webkit-overflow-scrolling: touch !important;  
    }
    .nav{
    width: 100%;
    height: 40%;
    float: right;
    display: block;
    }
    .nav #icon{
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    }
    ul.tabs{
    display: flex; /*HORIZONTAL SCROLL*/
    flex-wrap: nowrap; /*HORIZONTAL SCROLL*/
    width: 100%;
    height: 210px;
    overflow-y: hidden; /*HORIZONTAL SCROLL*/
    overflow-x: auto; /*HORIZONTAL SCROLL*/
    }
    ul.tabs li{
    height: 190px;
    width: 100%;
    max-width: 200px;
    flex-flow: column wrap; /*HORIZONTAL SCROLL*/
    flex: 0 0 auto; /*HORIZONTAL SCROLL*/
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    border: 2px solid #ffffff;
    -moz-border: 2px solid #ffffff;
    -webkit-border: 2px solid #ffffff;
    }
    ul.tabs li img{
    display: block;
    margin: 0 auto;
    }
    .social{
        margin: 0 auto;
    }
    .social ul.share{
        width: 100%;
        display: flex;
        flex-flow: row;
        align-items: center;
    }
    .social ul.share li{
        display: inline-block;
        width: 100%;
        padding: 10px 5px;
    }
    .btn{
        display: none;
    }
    .mob-header{
    display: table;
    padding: 30px 20px;
    background-color: white;
    }
    .mob-header .colu{
    display: table-cell;
    width: 48%;
    vertical-align: middle;
    }
    .mob-header .colu #logo{
    width: 75%;
    float: left;    
    }
    .mob-header .colu .cta{
    float: right;
    background-color: #25baa2;
    padding: 10px;
    /*TEXTO*/
    font-family: 'roboto', arial, helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1em;
    text-align: center;
    color: #ffffff;
    /*BORDER*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    }
    .video table{
    height: 470px;
    }
    embed{
    height: 470px;
    }
    @supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .content .content-iframe{
    -webkit-overflow-scrolling:touch !important;
    overflow-y: scroll !important;
    position: fixed !important;
    top:100px !important;
    right:0 !important;
    left: 0 !important;
    bottom: 0 !important;
    }
    }
}