body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05rem;
}
.f-museo{font-family: "MuseoSansW01-Rounded300";}
.text-muted {
    color: #565656;
    line-height: 1.5;
}
.text-primary {
    color: #50A68D;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}
a {
    color: #fed136;
}
a:hover, a:focus, a:active, a.active {
    color: #50A68D;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-darkest-gray {
    background-color: #222;
}
.btn-primary {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #fed136;
    border-color: #fed136;
}
.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}
.btn-xl {

    background-color: white;
    border-color: white;
    font-weight: 500;
    border-radius: 3px;
    font-size: 26px;
    padding: 15px 40px 12px;
    color: #50A68D;
    min-width: 45%;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #50A68D;
    border-color: #50A68D;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
    background-color: #fed136;
    border-color: #fed136;
}
.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}
.navbar-default {
    background-color: #3D5D5A;
    border-color: transparent;
}
.navbar-brand {
    padding:0 !important;
}
.navbar-default .navbar-brand {
    color: white;
    font-weight: 600;
    font-style: italic;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #1BB59E;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle {
    background-color: #50A68D;
    border-color: #50A68D;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #C3C5C2;
    border: none;
}
.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    padding: 8px 15px;
    line-height: 1;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #5FBDBD;
    outline: 0;
}

.link-register {
    border: 2px solid;
    margin-top: -3px;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #50A68D;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #50A68D;
}
.modal-open img#phone{
    margin-left: -8px;
}
@media (min-width:768px) {
    .navbar-default {
    background-color: transparent;
    padding: 25px 0;
    border: 0;
}
.navbar-default .navbar-brand {
    font-size: 4em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 3px;
}
.navbar-default.navbar-shrink {
    background-color: rgba(0,0,0,.7);
    padding: 22px 0 15px;
}
.navbar-default.navbar-shrink .navbar-brand {
    font-size: 2.5em;
    padding-top: 10px;
}
.navbar-default.navbar-shrink .navbar-brand img{
    max-width: 165px;
}
}header {
    background-image: url(../img/header-bg.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
}
#get-touch{
    background: url(../img/header-bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    text-align: center;
    padding: 50px 10px;
    position: relative;
}
#get-touch .intro-text {
    padding: 50px;
    max-width: 100%;
}

.intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
.intro-text .intro-lead-in {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}
.intro-text .intro-heading {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
@media (min-width:768px) {
   
    .intro-text {
        padding-top: 183px;
        padding-bottom: 377px;
        max-width: 75%;
        margin: auto;
    }
    .intro-text .intro-lead-in {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
        font-weight: 100;
    }
    .intro-text .intro-heading {
        font-weight: 400;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
}

section {
    padding: 100px 0;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #686868;
}
section h3.section-subheading {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
    color: #4E4E4E;
    line-height: 1.5;
    max-width: 80%;
    margin: 0 auto 40px;
}

@media (min-width:768px) {
    section {
    padding: 150px 0;
}
}.service-heading {
    margin: 15px 0;
    text-transform: none;
    color: #5e5e5e;
    line-height: 1.3;
    font-weight: 500;
}
#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
#portfolio * {
    z-index: 2;
}
@media (min-width:767px) {
    #portfolio .portfolio-item {
    margin: 0 0 30px;
}
}.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fed136;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}
@media (min-width:768px) {
    .timeline: before {
    left: 50%}
.timeline>li {
    margin-bottom: 100px;
    min-height: 100px;
}
.timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
}
.timeline>li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
}
.timeline>li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
}
}
@media (min-width:992px) {
    .timeline>li {
    min-height: 150px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px;
}
.timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
}
.timeline>li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
}
}@media (min-width:1200px) {
    .timeline>li {
    min-height: 170px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
}
.timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
}
.timeline>li .timeline-image h4 {
    margin-top: 40px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
}
}.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
aside.clients img {
    margin: 50px auto;
}
section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}
section#contact .section-heading {
    color: #fff;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact :-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact ::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact :-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact .text-danger {
    color: #e74c3c;
}
footer {
    padding: 40px 0 5px;
    text-align: center;
}
footer span.copyright {
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
ul.social-buttons {
    margin-bottom: 0;
    text-align: left;
}
ul.social-buttons li a {
    display: block;
    background-color: #f7f7f7;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 25px;
    line-height: 40px;
    color: #72b8ad;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: #72B8AD;
    color: white;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
::-moz-selection {
    text-shadow: none;
    background: #50A68D;
    color: white;
}
::selection {
    text-shadow: none;
    background: #50A68D;
    color: white;
}

img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #50A68D;
}

.navbar-right{padding-top: 7px;}

img#phone {
    max-width: 325px;
    margin: auto;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 35px;
}
#about{
    padding-top: 300px;
    padding-bottom: 50px;
}
.contain{
    max-width: 70%;
    margin: auto;
    position: relative;
}
h3.title-about {
    color: #345d71;
    font-weight: 600;
    text-align: right;
    margin: 0;
    font-size: 20px;
}
.r-about{
    color: #6f6f6f;
    font-size: 20px;
}
.f-right{float: right;}
.content-about {
    padding-bottom: 80px;
    position: relative;
}
.clear{clear: both;}
section#services {
    padding: 60px 0;
    background: #F0F3F4;
}
.content-service{
    padding-top: 30px;
}
aside.clients {
    background: #dee6e9;
    padding: 40px 0;
}
h3.title-clients {
    text-align: center;
    color: #5d5d5d;
    font-weight: 600;
}
.title-footer {
    color: #6A6A6A;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.menu-footer {
    padding: 0;
    list-style: none;
    text-align: left;
}
ul.menu-footer li a {
    color: #6a6a6a;
    font-size: 16px;
}
.plataforms-download {
    padding-top: 5px;
}
.plataforms-download img {
    max-width: 50%;
    padding-top: 5px;
}
.text-copy {
    color: #A7A6A6;
    font-weight: 100;
    padding-top: 25px;
}
.bg-calendar {
    background: url(../img/home/calendar.png) no-repeat right top;
    padding-top: 80px;
    padding-bottom: 135px;
}
.bg-tickets {
    background: url(../img/home/tickets.png) no-repeat 10px top;
    padding-top: 80px;
}

.bg-reload {
   /* background: url(../img/home/rel.png) no-repeat 265px top;*/
    padding-bottom: 54px;
    padding-right: 50px;
}
.no-padding{padding: 0 !important; }
.bg-mic {
    background: url(../img/home/mic.png) no-repeat 150px top;
    padding: 50px 0;
}
.auto{margin:auto;}
.bg-line{
    padding-top: 15px;
}
.no-margin{margin: 0 !important;}
.item-marca-home {}
.item-marca-home img{padding: 5px;}
.owl-carousel .owl-item {
    padding: 0 25px;
}

.owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-controls .owl-page.active span {
    background: #124C42;
}
.owl-controls .owl-page span {
    background: #76b9ad;
}
.owl-pagination {
    text-align: center;
}
ul.menu-footer li {
    padding-bottom: 4px;
}
.content-service .fa {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    height: 80px;
    width: 80px;
    line-height: 90px;
    font-size: 30px;
    border: 1px solid #cccccc;
    color: #cccccc;
    transition: all 0.35s;
}
.content-service .each-item:hover{
    cursor: pointer;
}
.content-service .each-item:hover .fa {
    background: #76b9ad;
    border: 1px solid #76b9ad;
}
.content-service .each-item:hover .fa {
    color: #fff;
    cursor: pointer;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.content-service .each-item {
    margin-bottom: 3rem;
}
.content-service .each-item .fa svg {
    width: 35px;
    height: 35px;
}

.content-service .each-item:hover .fa svg line, .content-service .each-item:hover .fa svg polyline, .content-service .each-item:hover .fa svg rect, .content-service .each-item:hover .fa svg path, .content-service .each-item:hover .fa svg circle, .content-service .each-item:hover .fa svg polygon{
    stroke:white;
}
.content-service .each-item:hover h4 {
    color: #76b9ad;
}
#get-touch .intro-lead-in {
    max-width: 650px;
    margin: 10px auto;
}
.modal-open .navbar-fixed-top{
    padding-right: 17px;
    -webkit-transition: none; 
    -moz-transition: none;
    transition: none;
}
.desc-about .col-xs-9{
    padding-right: 5px !important;
}

.content-about:after {
    content: "";
    background: #D2D6D9;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
}
.title-about:after {
    content: "";
    background: white;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    margin-right: -92px;
    border: 4px solid #50A68D;
    border-radius: 50%;
    z-index: 5;
}
.title-about:before {
    content: "";
    height: 30px;
    width: 25px;
    background: white;
    position: absolute;
    right: 0;
    margin-right: -92px;
    z-index: 3;
    margin-top: -4px;
}
.ca-first:before {
    content: "";
    background: #50A68D;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -8px;
    z-index: 5;
    top: 0;
    margin-top: -2px;
}
.ca-last:before{
    content: "";
    background: #50A68D;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -8px;
    z-index: 5;
    bottom: 0;
    margin-bottom: -18px;
}
.ca-last{padding-bottom: 20px !important;}
.content-about.ca-first:after{
    margin-top: 16px;
}
.img-icon-2{
    max-width: 65px;
}
.icon-top {
    margin-bottom: 20px;
}
.title-about-first{margin-top: 12px !important;}
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rebeccapurple;
    top: 0;
    left: 0;
    background: rgba(73,131,119,1);
   background: -moz-linear-gradient(-45deg, rgba(73,131,119,1) 0%, rgba(40,69,83,1) 100%);
   background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,131,119,1)), color-stop(100%, rgba(40,69,83,1)));
   background: -webkit-linear-gradient(-45deg, rgba(73,131,119,1) 0%, rgba(40,69,83,1) 100%);
   background: -o-linear-gradient(-45deg, rgba(73,131,119,1) 0%, rgba(40,69,83,1) 100%);
   background: -ms-linear-gradient(-45deg, rgba(73,131,119,1) 0%, rgba(40,69,83,1) 100%);
   background: linear-gradient(135deg, rgba(73, 131, 119, 0.9) 0%, rgba(40, 72, 85, 0.9) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#498377 ', endColorstr='#284553 ', GradientType=1 );

}
.container{position: relative;}


@media screen and (max-width: 1280px){
    .title-about:after{
            margin-right: -85px;
    }
}

@media screen and (max-width: 1180px){
    .title-about:after{
            margin-right: -80px;
    }
}
@media screen and (max-width: 1080px){
    .title-about:before, .title-about:after{
            margin-right: -73px;
    }
}


@media screen and (max-width: 1024px){
    .contain {
        max-width: 790px;
        padding: 0 20px;
    }

}
@media screen and (max-width: 768px){
    img#phone {
        margin: auto;
        position: relative;
        width: 58%;
        margin-top: 50px;
        left: 0;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    #about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section h2.section-heading{font-size: 25px;}
    h3.title-about {
        text-align: center;
        margin-bottom: 5px !important;
    }
    .desc-about {
        text-align: center;
        padding-right: 0;
    }
    #get-touch .intro-text{padding: 10px 0;}
    .title-footer {
        text-align: center;
    }
    ul.menu-footer {
        text-align: center;
    }
    .plataforms-download img {
        margin: auto;
        max-width: 150px;
    }
    ul.social-buttons {
        text-align: center;
    }
    .contain {
        max-width: 80%;
    }
    .bg-line{background: none;}
    .img-logo{
        max-width: 150px;
        padding: 10px;
    }
    .owl-pagination{display: none;}

    .desc-about .col-xs-9{width: 100% !important; float: none;}
    .desc-about .col-xs-3{display: none;}
    .content-about:after,.title-about:after,.title-about:before,.ca-first:before,.ca-last:before{
        display: none;
    }
    .icon-step{
        margin: auto !important;
        float: none !important;
        padding: 10px !important;
        max-width: 100px !important; 
    }
    .content-about {
        padding: 20px 10px;
        text-align: center;
    }

}



@media screen and (max-width: 580px){
    .contain {
        max-width: 90% !important;
    }
    .btn-xl {
        font-size: 18px;
        padding: 15px 15px 12px;
        min-width: 30%;
    }

}
@media screen and (min-width: 1400px){
    .contain{max-width: 950px;}
}

.logo-link{
    transition: .3s ease-in-out;
}

.logo-link:hover{
    opacity: .7;
}