@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
body {
    font-family: "Museo Sans Rounded", "Arial", Helvetica, sans-serif;
}

.header-right {
    display: none;
    float: left;
}

.header-right a {
    margin-top: -10px;
}

.navbar-item {
    color: #ffffff;
    padding: 10px;
}

.navbar-item:hover {
    color: #58d5f7;
    text-decoration: none;
}

.hero-background {
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(117deg, rgb(0, 171, 228), rgb(0, 114, 188));
    /* background: linear-gradient(117deg, rgb(96, 87, 246), rgb(216, 71, 99));
    background: -webkit-radial-gradient(rgb(194, 74, 126), rgb(105, 86, 235));
    background: radial-gradient(rgb(194, 74, 126), rgb(105, 86, 235)); */
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

.header {
    padding-top: 35px;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
}

.logo {
    max-width: 130px;
    padding-left: 0;
    margin-right: 65px;
    margin-top: -30px !important;
}

.header-btn {
    background-color: #ff851b;
    border-radius: 10px;
    border: #ff851b;
    float: right;
    width: 195px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-top: -100px;
}
.header-btn a{
    text-decoration: none;
    color: white;
}

.header-btn:hover {
    background-color: #ff9334;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.hero {
    position: relative;
    z-index: 999;
    padding-bottom: 60px;
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer;
    transition: transform .4s ease;
}

.mouse:hover {
    transform: translateY(5px);
}

.macbook {
    margin: auto;
    padding-bottom: 35px;
}

.hero-right {
    color: #fff;
    text-align: center;
}

.ipad {
    display: none;
}

.ipad-screen {
    display: none;
}

.hero-btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #ff851b;
    border-radius: 10px;
    border: 1px solid #ff851b;
    width: 210px;
    height: 51px;
    color: white;
    margin: 30px auto;
}

.app-btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #ff851b;
    border-radius: 10px;
    border: 1px solid #ff851b;
    width: 140px;
    height: 51px;
    color: white;
    margin: 30px auto;
}

.app-btn b {
    padding-top: -25px !important;
}

.app-btn i {
    font-size: 27px;
}

.hero-btn:hover {
    background-color: #ff9334;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.header-headline {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
}

.header-running-text {
    text-align: center;
    max-width: 287px;
    line-height: 1.5;
    margin: auto;
}

.logos-section {
    background-color: #F9FAFA;
    text-align: center;
}

.logos {
    padding: 30px;
    max-width: 100%;
}

.features-section {
    background-color: #ff851b;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}

.features-headline {
    color: white;
    padding-bottom: 30px;
}

.features-container {
    max-width: 830px;
    margin: auto;
}

.feature {
    text-align: center;
    padding: 30px;
}

.feature-no-display {
    opacity: 0;
    -webkit-transform: translateY(15%) translateZ(0);
    -moz-transform: translateY(15%) translateZ(0);
    transform: translateY(15%) translateZ(0);
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s ease;
    -o-transition: -o-transform 0.4s ease-out, opacity 0.4s ease;
    transition: transform 0.4s ease-out, opacity 0.4s ease;
}

.feature-display {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.feature-display-mid {
    transition-delay: 0.15s;
}

.feature-display-last {
    transition-delay: 0.30s;
}

.feature-icon {
    background-color: white;
    border-radius: 50%;
    height: 5.625em;
    width: 5.625em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: 4px 14px 28px #bb6113;
}

.feature-head-text {
    color: white;
    padding-top: 15px;
}

.feature-subtext {
    color: white;
    padding-top: 0;
}

.feature-img {
    max-width: 43px;
}

.white-section {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.white-section-text {
    text-align: center;
}

.imac {}

.imac-section-header {
    padding-bottom: 35px;
}

.imac-section-desc {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px;
}

.imac-screen {
    padding-top: 60px;
    padding-bottom: 40px;
}

.macbook {
    position: relative;
    z-index: 999;
}

.pricing-background {
    background-color: #F8F9F9;
}

.pricing-section-header {
    padding-top: 75px;
}

.pricing-section-sub {
    padding-top: 10px;
    color: grey;
}

.pricing-table {
    padding: 0 0 100px;
    max-width: 1050px;
    margin: auto;
}

.plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative;
}

.mid-plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative;
    box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
    border-radius: 7px;
}

ul {
    list-style-type: none;
}

.plan li {
    position: relative;
}

.plan li::before, .mid-plan li:before {
    font-family: Material Icons;
    content: "check";
    color: #3aeb8c;
    position: absolute;
    left: -10px;
    position: relative;
}

.plan-title {
    font-size: 18px;
    padding-bottom: 5px;
}

.plan-cost {
    font-size: 45px;
}

.plan-cost::before {
    content: "$";
}

.monthly {
    font-size: 12px;
    padding-bottom: 20px;
}

.plan-features {
    -webkit-padding-start: 0;
}

.plan-btn {
    background-color: #0ABCEB;
    border-radius: 10px;
    border: #0ABCEB;
    width: 164px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    padding: 15px;
    margin: auto;
    position: absolute;
    left: calc(50% - 82px);
    bottom: 50px;
}

.plan-btn:hover {
    background-color: #58d5f7;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.team {
    padding-bottom: 50px;
    padding-top: 60px;
}

.team-container {
    text-align: center;
    margin: auto;
    max-width: 920px;
}

.team-section-header {
    padding-bottom: 90px;
}

.team-member {
    text-align: center;
    padding-bottom: 60px;
}

.team-member-position {
    color: #747474;
}

.team-member-text {
    padding-top: 25px;
}

.team-social-icon {
    padding: 7px;
}

.blue-section {
    background-color: #0ABCEB;
    color: white;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}

.blue-section-subtext {
    max-width: 200px;
    max-width: 250px;
    line-height: 22px;
    font-size: 15px;
    margin: auto;
}

.email-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-input {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 210px;
    height: 51px;
    color: #808080;
    margin-top: 20px;
    border: none;
}

.submit-btn {
    background-color: #25F18B;
    border-radius: 10px;
    color: #fff;
    height: 51px;
    width: 120px;
    margin-top: 20px;
    margin-left: 3px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.submit-btn:hover {
    background-color: #6affb4;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

#newsletter-spinner {
    display: none;
}

.email-form-div {
    max-width: 60px;
    margin: auto;
}

.footer {
    background-color: #464646;
    padding-top: 20px;
    padding-bottom: 20px;
}

.webscope-text {
    color: white;
    font-size: 12px;
    padding-right: 7px;
}

.webscope {
    text-align: center;
    margin-top: -5px;
}

.social-links {
    float: none;
    text-align: center;
    padding-top: 10px;
}

.social-link {
    margin-right: 15px;
}

.strips {
    position: absolute;
    max-width: 1280px;
}

/* RECURSOS */

a .feature {
    transition: border 0.5s;
    border: 2px solid transparent;
    border-radius: 15px;
}

a .feature:hover {
    border: 2px solid white;
}

/* WHO PANEL */

.who-card {
    background-color: #f1f1f1;
    /* height: 400px; */
    margin-bottom: 5%;
    padding-bottom: 3%;
}

.who-icon {
    border-radius: 50%;
    height: 5.625em;
    width: 5.625em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.who-subtext {
    padding-top: 7%;
    text-align: center;
}

/* RECURSOS DESCRITOS */

.recursosDescritos h4 {
    color: #ff851b;
}

.recursosDescritos p {
    color: #535353;
}

.recursosDescritos {
    max-width: 1900px;
}

.recursosDescritos-headline {
    padding-top: 0;
    padding-bottom: 15px;
}

.setor {
    padding-top: 25px;
}

/* LIST */

.list {
    padding: 0;
    margin: 32px 0;
}

.list-title {
    padding: 1em 0;
}

.list-text {
    font-size: .7em;
    color: grey;
    text-transform: uppercase;
    padding: 1em 0;
}

.list-item {
    margin: 1em 0;
}

.list-item-icon {
    margin-right: 8px;
}

.list-item-text {
    color: grey;
    line-height: 2em;
    font-weight: bold;
}

.list-feature {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}

.list-feature-item {
    padding: 16px;
    max-width: 200px;
    border-radius: 4px;
    margin: 8px 8px 0 8px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
}

.list-feature-item-title {
    font-weight: 500;
}

.list-feature-text {
    font-size: 20px;
    margin: 0;
}

.list-feature-text-strong {
    color: blue;
    font-weight: 700;
}

.list-media {
    padding: 0;
    margin-top: 1em;
    display: flex;
    align-items: center;
}

.list-media-item {
    margin-right: 4px;
}

.mod-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.mod-tag {
    display: inline-block;
    border: 1px solid #ff851b;
    padding: 4px 12px;
    border-radius: 24px;
    font-size: 13px;
    margin: 8px 4px;
}

.mod-card {
    padding: 16px;
    background: #fff;
    border: 1px solid blue;
    max-width: 200px;
    height: 200px;
    border-radius: 4px;
    margin: 8px;
    flex-direction: column;
}

.mod-img {
    width: 20px;
    vertical-align: middle;
}


/* COUNTER SECTION 
==========================*/

.counter-section {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}

.counter-section h2 {
    color: #373839;
}

.counter-img {
    max-width: 150px;
    /* padding-bottom: 23px; */
    /* fill: blue; */
}

/* THE COUNTER
========================== */

.counter {
    text-align: center;
    margin-bottom: -10px;
}

.counter i {
    font-size: 40px;
    color: #ff851b;
}

.employees, .customer, .design, .order {
    margin-top: 70px;
    margin-bottom: 70px;
}

.counter-count {
    font-size: 60px;
    /* background-color: #ffffff; */
    border-radius: 50%;
    position: relative;
    color: #ff851b;
    text-align: center;
    font-weight: 700;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    /* box-shadow: 4px 14px 28px #bb6113; */
}

.counter-count-thousand {
    font-size: 60px;
    /* background-color: #ffffff; */
    border-radius: 50%;
    position: relative;
    color: #ff851b;
    text-align: center;
    font-weight: 700;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    /* box-shadow: 4px 14px 28px #bb6113; */
}

.employee-p, .customer-p, .order-p, .design-p {
    font-size: 24px;
    color: #ff851b;
    line-height: 34px;
    margin-top: -15px;
}

/*Clientes 
=================== */

.clients-img {
    margin-top: 100px;
}

/* NAVBAR 
================== */

/* ---------------- For sticky header: class="float-panel"  ------------------*/

.float-panel {
    width: 100%;
    /* background: white; */
    z-index: 300;
    padding: 30px 0;
    transform: translateZ(0);
    transition: all 0.5s;
    /* Effect for switching from .fixed to static */
}

.float-panel .content-area {
    margin: 10px auto;
}

.float-panel a {
    display: inline-block;
    padding: 10px 20px;
}

/* .float-panel .fa-gg {
    color: #F0595C;
    font-size: 30px;
    vertical-align: middle;
    transition: all 1s;
} */

/* when class="float-panel fixed" */

.fixed {
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
    padding-top: 20px;
    animation: slide-down 0.7s;
    background: -webkit-linear-gradient(117deg, rgb(0, 171, 228), rgb(0, 114, 188));
    height: 78px;
}

.fixed img {
    margin-top: 10px;
    padding-top: 5px;   
}

.fixed .fa-gg {
    transform: rotate(360deg);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

/* ---------------- For Animation on Scroll ---------------- */

.slideanim {
    visibility: hidden;
    visibility: visible\9;
    /*For old IE browsers IE6-8 */
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}

.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FOOTER
================== */

.myFooter {
    background-color: #373a48;
    color: white;
}

.myFooter .footer-copyright {
    background-color: #383737;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

.myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

.myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

.myFooter a:hover, .myFooter a:focus {
    text-decoration: none;
    color: white;
}

.myFooter .myCols {
    text-align: center;
}

.myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 38px;
}

.myFooter .social-networks a {
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

.myFooter .social-networks a:hover {
    text-decoration: none;
}

.myFooter .facebook:hover {
    color: #0077e2;
}

.myFooter .google:hover {
    color: #ef1a1a;
}

.myFooter .twitter:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    .myFooter {
        text-align: center;
    }
}

/* CSS used for positioning the footers at the bottom of the page. */

/* You can remove this. */


.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}

.myFooter {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}



/* BADGES
==================== */
.badge-link img{
    height: 60px;
}

/* floating  
================= */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:40px;
	background-color:#00e676;
	color:#FFF;
	border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 2px 2px rgba(83, 83, 83, 0.4);
}



.my-float{
    margin-top:15px;
    font-size: 30px;
}