@font-face {
    font-family: "FS-Regular";
    src: url(../font/FSEmeric-Regular.ttf);
}

@font-face {
    font-family: "FS-Bold";
    src: url(../font/FSEmeric-Bold.ttf);
}

@font-face {
    font-family: "FS-BoldItalic";
    src: url(../font/FSEmeric-BoldItalic.ttf);
}

@font-face {
    font-family: "FS-Book";
    src: url(../font/FSEmeric-Book.ttf);
}

@font-face {
    font-family: "FS-BookItalic";
    src: url(../font/FSEmeric-BookItalic.ttf);
}

@font-face {
    font-family: "FS-Core";
    src: url(../font/FSEmeric-Core.ttf);
}

@font-face {
    font-family: "FS-CoreItalic";
    src: url(../font/FSEmeric-CoreItalic.ttf);
}

@font-face {
    font-family: "FS-Bold";
    src: url(../font/FSEmeric-ExtraBold.ttf);
}

@font-face {
    font-family: "FS-ExtraBoldItalic";
    src: url(../font/FSEmeric-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: "FS-ExtraLight";
    src: url(../font/FSEmeric-ExtraLight.ttf);
}

@font-face {
    font-family: "FS-ExtraLightItalic";
    src: url(../font/FSEmeric-ExtraLightItalic.ttf);
}

@font-face {
    font-family: "FS-Heavy";
    src: url(../font/FSEmeric-Heavy.ttf);
}

@font-face {
    font-family: "FS-HeavyItalic";
    src: url(../font/FSEmeric-HeavyItalic.ttf);
}

@font-face {
    font-family: "FS-Italic";
    src: url(../font/FSEmeric-Italic.ttf);
}

@font-face {
    font-family: "FS-Light";
    src: url(../font/FSEmeric-Light.otf);
}

@font-face {
    font-family: "FS-LightItalic";
    src: url(../font/FSEmeric-LightItalic.ttf);
}

@font-face {
    font-family: "FS-Medium";
    src: url(../font/FSEmeric-Medium.ttf);
}

@font-face {
    font-family: "FS-MediumItalic";
    src: url(../font/FSEmeric-MediumItalic.ttf);
}

@font-face {
    font-family: "FS-SemiBold";
    src: url(../font/FSEmeric-SemiBold.ttf);
}

@font-face {
    font-family: "FS-SemiBoldItalic";
    src: url(../font/FSEmeric-SemiBoldItalic.ttf);
}

@font-face {
    font-family: "FS-Thin";
    src: url(../font/FSEmeric-Thin.ttf);
}

@font-face {
    font-family: "FS-ThinItalic";
    src: url(../font/FSEmeric-ThinItalic.ttf);
}

* {
    margin: 0;
    padding: 0;
  text-decoration: none;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
}

.web {
    height: 100%;
}

.block {
    height: 100%;
    background: #fff;
}

.bg-top {
    background: -moz-linear-gradient(top, rgba(56,155,184,1) 0%, rgba(46,139,187,1) 30%, rgba(84,227,202,1) 100%);
    background: -webkit-linear-gradient(top, rgba(56,155,184,1) 0%,rgba(46,139,187,1) 30%,rgba(84,227,202,1) 100%);
    background: linear-gradient(to bottom, rgba(56,155,184,1) 0%,rgba(46,139,187,1) 30%,rgba(84,227,202,1) 100%);
    height: 90%;
}

.imgLogo {
    position: absolute;
    top: 5%;
    left: 15%;
    z-index: 999;
    font-family: 'FS-Bold',Arial;
    color:#fff;
    font-size: 1.2em;
    text-decoration: none;
}
.imgLogo span {
    position: relative;
    left: 5px;
    top: -3px;
}

.menu-fixed {
    position: fixed;
    height: 80px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 10;
    display: none;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

.menu-fixed .menu {
   top: 40%; 
}
.menu-fixed .imgLogo {
    top: 40%;
    color: #333;
    filter: brightness(0);
}
.menu-fixed .menuLink {
    color: #333;
    filter: brightness(0);
}
.menu-fixed .menuLink:hover {
    border-bottom: 2px solid #333;
    padding-bottom: 25px;
    transition-duration: 0.01s;
}

.menu {
    position: absolute;
    top: 5%;
    right: 15%;
    z-index: 999;
}

.menuLink {
    margin-left: 20px;
    font-family: 'FS-Regular',Arial;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 0px;
    transition-duration: 0.05s;
}

    .menuLink:hover {
        transition-duration: 0.05s;
        border-bottom: 2px solid #fff;
        padding-bottom: 3px;
    }

.ms-left-box {
    position: absolute;
    left: 10%;
    bottom: 2%;
    height: 100%;
    width: auto;
    z-index: 1;
}

.ms-left-box__h1 {
    color: #fff;
    font-family: 'FS-Light',Arial;
    font-size: 30px;
    padding-top: 40%;
}

.ms-left-box__h2 {
    color: #fff;
    font-family: 'FS-Bold',Arial;
    font-size: 75px;
    line-height: 100%;
    letter-spacing: 2px;
}

.ms-left-box__h2-span {
    font-family: 'FS-Light',Arial;
    font-size: 46px;
    vertical-align: text-top;
}

.ms-left-box__download {
    background: #ff5c5d;
    padding: 7px;
    border-radius: 3px;
    color: #fff;
    font-family: 'FS-SemiBold',Arial;
    width: 150px;
    font-size: 18px;
    text-align: center;
    margin-top: 10%;
    position: relative;
}

    .ms-left-box__download:before {
        content: "";
        position: absolute;
        left: 7px;
        bottom: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 30px 20px 0;
        border-color: transparent #b8494a transparent transparent;
        transform: skew(20deg);
    }
.ms-left-box__mobile {
  border-radius: 50px;
  height: 86px;
  width: 294px;
  background: #f8f8f8;
  margin-top: 1%;
  display: inline-block;
  position: relative;
}
.img-aplle-box {
  position: absolute;
  top: 15px;
  left: 110px;
}
.img-andrid-box {
  position: absolute;
  top: 15px;
  left: 205px;
}

/*
.ms-left-box__mobile {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100px;
  width: 348px;
  background: rgba(255,255,255,0.4);
  margin-top: 1%;
  display: inline-block;
}
*/

.ms-left-box__mobile-ul {
    list-style: none;
}

    .ms-left-box__mobile-ul li {
        display: inline-block;
        width: 35%;
        float: left;
        text-align: center;
        font-family: 'FS-Light',Arial;
        color: #fff;
        border-top-left-radius: 5px;
        height: 100%;
        font-size: 14px;
        position: relative;
    }
      .ms-left-box__mobile-ul li a, .ms-left-box__desktop-ul li a{
        color: #fff;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        text-decoration: none; 
        font-size: 20px;
      }

        .ms-left-box__mobile-ul li img {
        padding-top: 20px;
        width: 41px;
        }

        .ms-left-box__mobile-ul li:hover {
            background: rgba(255,255,255,0.4);
            border-radius: 0;
            transition-duration: 0.2s;
        }

.ms-left-box__mobile-ul-li {
    width: 30% !important;
    background: #fff;
    position: relative;
}   
    .ms-left-box__mobile-ul-li:hover {
        background: #fff !important;;
        border-top-left-radius: 5px !important;
    }

    .ms-left-box__mobile-ul-li:after {
        content: "";
        position: absolute;
        right: -7px;
        top: 38px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 10px;
        border-color: transparent transparent transparent #fff;
    }

.ms-left-box__desktop {
  border-radius: 50px;
  height: 86px;
  width: 294px;
  background: #f8f8f8;
  margin-top: 1%;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.img-mac-box {
  position: absolute;
  top: 15px;
  left: 110px;
}
.img-wind-box {
  position: absolute;
  top: 15px;
  left: 200px;
}
.txt-dvc {
  line-height: 26px;
  text-decoration: none;
  color: #a0a0a0;
  font-family: 'FS-Light',Arial;
}

/*
.ms-left-box__desktop {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100px;
  width: 348px;
  background: rgba(255,255,255,0.4);
  margin-top: 1%;
  margin-left: 20px;
  display: inline-block;
}
*/

.ms-left-box__desktop-ul {
    list-style: none;
}

    .ms-left-box__desktop-ul li {
        display: inline-block;
        width: 35%;
        float: left;
        text-align: center;
        font-family: 'FS-Light',Arial;
        color: #fff;
        border-bottom-left-radius: 5px;
        height: 100%;
        cursor: pointer;
        font-size: 14px;
    }

        .ms-left-box__desktop-ul li img {
        padding-top: 20px;
        width: 41px;
        }

        .ms-left-box__desktop-ul li:hover {
            background: rgba(255,255,255,0.4);
            border-radius: 0;
            transition-duration: 0.2s;
        }

.ms-left-box__desktop-ul-li {
    width: 30% !important;
    background: #fff;
    position: relative;
}
    .ms-left-box__desktop-ul-li:hover {
        background: #fff !important;;
        border-bottom-left-radius: 5px !important;
    }

    .ms-left-box__desktop-ul-li:after {
        content: "";
        position: absolute;
        right: -7px;
        top: 38px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 10px;
        border-color: transparent transparent transparent #fff;
    }

.ms-left-box__desktop-ul li:first-child img, 
.ms-left-box__mobile-ul li:first-child img{
    width: 70px;
    height: 63px;
}

.atention:before {
    content: "";
    background: #ff5c5d;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 12px;
}

.ms-left-box__footer {
    color: #fff;
    font-family: 'FS-Regular',Arial;
    font-size: 0.7em;
    position: absolute;
    bottom: 10%;
}

    .ms-left-box__footer:before {
        content: "";
        background: #ff5c5d;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: -10px;
    }

.img-home-mock {
    position: absolute;
    right: 10%;
    bottom: 2%;
    animation: mock 5s ease-in-out infinite;
}

/*
	##################################################
	##################################################
						FIM DA HOME
	##################################################
	##################################################
*/

.bg-conheca {
    width: 100%;
    height: 110%;
}

.ms-conheca-top {
    float:left;
    margin: 50px;
    margin-top: 70px;
}

.ms-conheca-top-left {
    float:left;
    width: 50%;
    font-size:16px;
    font-family: 'FS-Regular',Arial;
    color: #6a6a6a;
    line-height:1.5em;
}

.ms-conheca-top-left-span1 {
    font-family: 'FS-Regular',Arial;
    color: #000;
    font-size: 1.8em;
}

.ms-conheca-top-left-span2 {
    font-family: 'FS-Bold',Arial;
    font-size: 1.8em;
    color: #11424d;
}

.ms-conheca-top-right {
    float:right;
    width: 50%;
}
    .ms-conheca-top-right img {
        width:70%;
        position:relative;
        float:right;
    }

.ms-conheca-bottom {
    float:left;
    position: relative;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(top, rgba(225,134,85,1) 0%, rgba(202,95,53,1) 54%, rgba(202,74,53,1) 100%);
    background: -webkit-linear-gradient(top, rgba(225,134,85,1) 0%,rgba(202,95,53,1) 54%,rgba(202,74,53,1) 100%);
    background: linear-gradient(to bottom, rgba(225,134,85,1) 0%,rgba(202,95,53,1) 54%,rgba(202,74,53,1) 100%); 
}

.ms-conheca-bottom-text {
    float: left;
    height: 100%;
    width: 40%;
    color: #fff;
    font-family: 'FS-Regular',Arial;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 3%;
    line-height: 1.5em;
    font-size: 1em;
}

    .ms-conheca-bottom-text span {
        font-family: 'FS-Bold',Arial;
        font-size: 1.7em;
    }

.ms-conheca-bottom-img {
    float:right;
    height: 100%;
    width: 40%;
}



/*
	##################################################
	##################################################
						FIM DO CONHECA
	##################################################
	##################################################
*/

.bg-modulos {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 42%, rgba(24,89,104,1) 42%, rgba(11,53,63,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 42%,rgba(24,89,104,1) 42%,rgba(11,53,63,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 42%,rgba(24,89,104,1) 42%,rgba(11,53,63,1) 100%);
    height: 160%;
    position: relative;
}

.ms-modulos-img {
    position: relative;
    text-align: center;
    padding-top: 2%;
    z-index: 1;
}

    .ms-modulos-img img {
        padding-top: 2%;
    }

.ms-modulos-img-h1 {
    font-family: 'FS-Bold',Arial;
    font-size: 1.7em;
    color: #11424d;
}

.ms-modulos-img-h2 {
    font-family: 'FS-Regular',Arial;
    font-size: 1.7em;
    color: #000;
}

.ms-modulos-left {
    position: absolute;
    border-right: 1px solid #6f959c;
    height: 50%;
    width: 50%;
    bottom:0;
    left:0;
}

.ms-modulos-left-item {
    float:right;
    height: 20%;
    width: 90%;
    text-align: right;
    margin-top: 15%;
}

.ms-modulos-left-item-arrow {
    background: #6f959c;
    height: 2px;
    width: 10%;
    float:right;
    position: relative;
    margin-top: 1em;
}
    .ms-modulos-left-item-arrow:before {
        content:"";
        width: 8px;
        height: 8px;
        background: #6f959c;
        border-radius: 50%;
        position: absolute;
        left:-8px;
        top:-3px;
    }

.ms-modulos-left-item img {
    margin-right: 1em;
    float: right;   
}

.ms-modulos-left-item-text {
    float:right;
    right: 10%;
    color:#fff;
    font-family: 'FS-Light',Arial;
    font-size: 0.8em;
    width: 60%;
    margin-right: 1em;
    margin-top: 0.5em;
}
.ms-modulos-left-item-text p {
    font-family: 'FS-Bold',Arial;
    font-size: 1.2em;
    padding-bottom: 0.7em;
}


.ms-modulos-right {
    position: absolute;
    border-left: 1px solid #6f959c;
    height: 50%;
    width: 50%;
    bottom:0;
    right:0;
}

.ms-modulos-right-item {
    float:left;
    height: 20%;
    width: 90%;
    text-align: left;
    margin-top: 25%;
}

.ms-modulos-right-item-arrow {
    background: #6f959c;
    height: 2px;
    width: 10%;
    float:left;
    position: relative;
    margin-top: 1em;
}
    .ms-modulos-right-item-arrow:before {
        content:"";
        width: 8px;
        height: 8px;
        background: #6f959c;
        border-radius: 50%;
        position: absolute;
        right:-8px;
        top:-3px;
    }

.ms-modulos-right-item img {
    margin-left: 1em;
    float: left;   
}

.ms-modulos-right-item-text {
    float:left;
    left: 10%;
    color:#fff;
    font-family: 'FS-Light',Arial;
    font-size: 0.8em;
    width: 60%;
    margin-left: 1em;
    margin-top: 0.5em;
}
.ms-modulos-right-item-text p {
    font-family: 'FS-Bold',Arial;
    font-size: 1.2em;
    padding-bottom: 0.7em;
}

/*
	##################################################
	##################################################
						FIM DO MODULOS
	##################################################
	##################################################
*/

.bg-contato {
    background: -moz-radial-gradient(center, ellipse cover, rgba(20,31,34,1) 0%, rgba(11,18,20,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(20,31,34,1) 0%,rgba(11,18,20,1) 100%);
    background: radial-gradient(ellipse at center, rgba(20,31,34,1) 0%,rgba(11,18,20,1) 100%);
    height: 30%;
    position: relative;
}

.ms-contato-header {
    color:#fff;
    font-size: 1.5em;
    font-family:'FS-Bold', Arial;
    text-align:center;
    padding:1%;
    position: relative;
}

    .ms-contato-header:after {
        content:"";
        background: rgba(255,255,255,0.1);
        width:40%;
        height:3px;
        border-radius:50%;
        position:absolute;
        left:30%;
        bottom:0;
    }

.ms-contato-left {
    float: left;
    color: #fff;
    margin-top: 2%;
    margin-left: 10%;
    font-family: 'FS-Light',Arial;
    font-size: 14px;
}

    .ms-contato-left span {
        font-family: 'FS-Bold', Arial;
        font-size: 18px;
    }

.ms-contato-right {
    float: right;
    color: #fff;
    margin-top: 2%;
    margin-right: 10%;
    font-family: 'FS-Light',Arial;
    font-size: 14px;
    text-align: right;
}

    .ms-contato-right span {
        font-family: 'FS-Bold', Arial;
        font-size: 18px;
    }
.ms-contato-logos {
    text-align: right;
    margin-bottom: 1em;
}

.ms-contato-logos img {
    margin-left: 1em;
}

.ms-contato-footer {
    height: 25px;
    width: 100%;
    background: #070909;
    position: absolute;
    bottom: 0;
    color:#fff;
    text-align: center;
    line-height: 25px;
    font-family: 'FS-Regular',Arial;
    font-size: 0.8em;
}

/*
	##################################################
	##################################################
						FIM CONTATO
	##################################################
	##################################################
*/

.wrapper {
  margin: auto;
  width: 95%;
  text-align: center;
  font-family: 'FS-Bold',Arial;
  position: relative;
}
.bit-2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.bit-2 h1 {
    font-size: 1.5em;
    margin-bottom: 0.6em;
}
.bit-2 p {
    font-size: 0.8em;
}
.fa {
  position: relative;
  float: left;
  cursor: pointer;
  transition: color .25s;
}
.fa-angle-left {
  position: absolute;
  left:0;
  top: 4em;
  z-index: 1;
}
.fa-angle-left:after {
    content:"\276e";
    color:#fff;
    top: 2em;
    font-size: 1.5em;
}
.slider {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  color:#fff;
  font-family: 'FS-Regular',Arial;
  padding-left: 5%;
  padding-right: 5%;
}
.fa-angle-right {
  position: absolute;
  right:0;
  top: 4em;
}
.fa-angle-right:after {
    content:"\276F";
    color:#fff;
    top: 2em;
    font-size: 1.5em;
}



/*estilo simulado 2*/
/*teste*/
.web:after {
    background: rgba(254,189,85,1);
background: -moz-linear-gradient(top, rgba(254,189,85,1) 0%, rgba(254,189,85,1) 3%, rgba(253,189,85,1) 55%, rgba(238,167,52,1) 85%, rgba(238,167,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,189,85,1)), color-stop(3%, rgba(254,189,85,1)), color-stop(55%, rgba(253,189,85,1)), color-stop(85%, rgba(238,167,52,1)), color-stop(100%, rgba(238,167,52,1)));
background: -webkit-linear-gradient(top, rgba(254,189,85,1) 0%, rgba(254,189,85,1) 3%, rgba(253,189,85,1) 55%, rgba(238,167,52,1) 85%, rgba(238,167,52,1) 100%);
background: -o-linear-gradient(top, rgba(254,189,85,1) 0%, rgba(254,189,85,1) 3%, rgba(253,189,85,1) 55%, rgba(238,167,52,1) 85%, rgba(238,167,52,1) 100%);
background: -ms-linear-gradient(top, rgba(254,189,85,1) 0%, rgba(254,189,85,1) 3%, rgba(253,189,85,1) 55%, rgba(238,167,52,1) 85%, rgba(238,167,52,1) 100%);
  
    
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

.logoMEd{
  background: #000000;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.logoMEd img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.branca{
/*  background: #ffffff;*/
  background-image: url("../../assets/images/bg.png");
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
/*  height: 345px;*/
  padding-bottom: 10px;
}

.escura{
    background: #f2f2f2;
    padding: 104px 40px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.txtVem-ai{
  font-family: verdana;
  color: #fff;
  font-size: 50px;
  padding-top: 46px;
  text-align: center;
  margin-bottom: 25px;
}
.txtVem-ai .txt-geral{
  font-size: 27px;
}
.txt-mspro {
  color: #1db3ac;
}
.span-txt-vem-ai {
  color: #78ffee;
}
.txtVem-ai span, .txt_bold{
  font-weight: bold;
/*  color:#fff;*/
}
.disponivel {
    color: #FFFFFF;
    font-family: verdana;
    font-size: 27px;
    text-align: center;
    border: 1px solid #78ffee;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 79vw;
    max-width: 540px;
    margin: 0 auto 54px auto;
}
/*
.disponivel{
  font-family: verdana;
  color: #ba9765;
  font-size: 42px;
  padding-bottom: 46px;
  text-align: center;
}
*/

.dataDispo{
  color: #78ffee;
/*  font-weight: bold;*/
}

.medPro{
  font-weight: bold;
  font-size: 33px;
}

.txt_baixar{
  font-family: verdana;
  font-size: 23px;
  color: #454545;
  text-align: center;
  margin-bottom: 79px;
  
}
.txtdisponivel{
  color:#fff;
}

.clara{
  position: fixed;
  width: 100%;
  bottom: 0;
}

.div_btn{
/*
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
*/
  text-align: center;
  margin: 60px;
  width: 100%;
}

.apps{
  
}
.img-aplle-box :hover{
    opacity: 0.5;
}
.img-andrid-box :hover{
 opacity: 0.5;
}
.img-wind-box :hover{
  opacity: 0.5;
}
.img-mac-box :hover{
  opacity: 0.5;
}

@media only screen and (max-width: 690px){
.ms-left-box__desktop {
  margin-left: 0px;
 }
}

@media only screen and (max-width: 959px) {
    .disponivel{
        font-size: 42px;
    }
  .logoMEd img{
        width: 280px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .disponivel{
        font-size: 26px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .disponivel{
        font-size: 22px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .disponivel{
        font-size: 24px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .disponivel{
        font-size: 21px;
    }
}


/* texto vem ai */

@media only screen and (max-width: 959px) {
    .txtVem-ai{
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .txtVem-ai{
        font-size: 50px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .txtVem-ai{
        font-size: 40px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .txtVem-ai{
        font-size: 38px;
    }
  .txtVem-ai .txt-geral {
    font-size: 20px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .txtVem-ai{
        font-size: 25px;
    }
  .txtVem-ai .txt-geral {
    font-size: 15px;
  }
}


/* botoes download medsoftpro mobile */
@media only screen and (max-width: 479px) {
  .apps.ms-left-box__mobile,
  .apps.ms-left-box__desktop{
    margin: 0 10px 10px;
    width: calc(100% - 20px);
  }  
}

/* bloco escura */
@media only screen and (max-width: 479px) {
  .escura{
    padding: 50px 10px;
  }  
}

@media only screen and (min-width: 480px) and (max-width: 798px) {
  .apps.ms-left-box__desktop{
    margin-left: 0;
  }
}