@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500);


body {
  background: #3f51b5;
  color: #666666;
  font: 300 16px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto; }

h3, h4, .store_info address p:first-child, .terms dt {
  color: #4d4d4d; }

h1 {
  font: 500 20px/32px "Roboto", sans-serif; }

h2 {
  font-size: 48px;
  line-height: 48px;
  color: #B7B7B7; }

h3 {
  font-size: 36px;
  line-height: 48px; }
  @media (max-width: 479px) {
    h3 {
      font-size: 28px;
      line-height: 36px; } }

h4, .store_info address p:first-child, .addr p:first-child, .terms dt {
  font: 500 20px/24px "Roboto", sans-serif; }
  h4 a:hover, .store_info address p:first-child a:hover, .addr p:first-child a:hover, .terms dt a:hover {
    color: #2ecc71; }

p a:hover, 
.policy-link a:hover, 
.addr a:hover, 
.copyright a:hover, 
.member-box a:hover {
  text-decoration: underline;
}

time { display: block; }

.copyright {
	float: left;
	height: 50px;
}

.copyright b { font-weight: 700; }

.links-icones {
	float: right;
	height: 50px;
}

.links-icones img { margin: 4px 0 0 15px; }


.no-bullet { list-style-type: none; }

.bg-membro {
	background-image: url(../images/bg-membro.png);
	background-repeat: no-repeat;
	background-position: right 40px;
}

.mdm {
	padding-top: 120px;
	font-size: 12px;
	text-align: right;
}

.mdm a:hover { text-decoration: underline; }

.mobile { display: none; } .pc { display: block; }

@media (max-width: 479px) {
	.mobile { display: block; }
	.pc { display: none; }
	
	.links-icones { padding-top: 65px; margin-left: 0 !important; margin-right: 0 !important; }
	.links-icones img { margin-left: 0 !important; margin-right: 0 !important; }
}


@media (min-width: 767px) and (max-width: 1200px) {
	
	.bg-membro {
		background-position: right 40px;
		background-size: 30% !important;
	}
  
}

@media (max-width: 767px) {

	.footer { text-align: center; }

	.copyright { float: none; display: block; margin-bottom: 25px; }
	.copyright span { font-size: 12px; }
	.links-icones { padding-top: 45px; float: none; display: block; }
	.links-icones img { margin-left: 30px; }
	
	.bg-membro {
		padding-bottom: 140px !important;
		background-position: center bottom;
		background-size: 80%;
	}
	
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-family: "FontAwesome"; }

.center {
  text-align: center; }

@media (max-width: 767px) {
  .center-767 {
    text-align: center; } }

.mg-add {
  margin-top: 5px; }

.oh {
  overflow: hidden; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

.primary {
  color: #2ecc71; }

.box-rsh {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3); }

/*=======================================================
                        Components
=========================================================*/


.idiomas {
	background: #fff;
	text-align: right;
	padding: 3px 25px;
}

.idiomas ul li {
	display: inline-block;
	margin-left: 15px;
}

.idiomas ul li a {
	font-size: 11px;
	font-weight: 700;
	color: #333;
}

.idiomas ul li a:hover {
	text-decoration: underline;
}

.header .nav { float: right; }

/* Menu do website */

.sf-menu { display: inline-block; }

.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after { clear: both; }

.sf-menu > li {
    position: relative;
    float: left;
}

.sf-menu a { display: block; }

.sf-menu { padding: 0 0 12px; font-size: 14px; }

.sf-menu > li > a {
    font-weight: 400;
    text-transform: capitalize;
	padding: 33px 20px;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
	color: #FFF;
	background: #0B78CF;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -45px;
	width: 162px;
	margin-top: 11px;
	padding: 25px 10px 25px 16px;
	background: #fff;
	z-index: 2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #4d4d4d;
  font-weight: 400;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover { color: #2ecc71; }
.sf-menu ul > li + li { margin-top: 12px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 5px;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu > li > .sf-with-ul { position: relative; }

.sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome';
}


@media (min-width: 767px) and (max-width: 1200px) {
	
	.header { height: 70px !important; border-top: 5px solid #324191 !important; }
	
	.sf-menu li:nth-child(1) { display: none; }
	.sf-menu > li + li { margin-left: 10px; }
	.sf-menu > li > a { padding: 23px 5px; font-size: 12px; }
	.brand { width: 269px; height: auto !important; }
  
}

@media (max-width: 767px) {
  .sf-menu { display: none; }
  
  .header { text-align: center; }
  .brand { float: none; }
  
  .idiomas { text-align: center; height: 60px; }

  .idiomas ul { margin-top: 8px; }

  .idiomas ul li a {
	color: #333;
	background-color: #ccc;
	padding: 8px;
	height: 32px;
  }

  .idiomas ul li a:hover {
	  text-decoration: none;
	  background: #333;
	  color: #fff;
  }
  
}

@media (max-width: 479px) {
  .brand { margin: 0 0 20px 0 !important; height: 90px !important; width: auto !important; float: none !important; }
}


.sub-menu > li > .sf-with-ul { position: relative; }

.sub-menu > li > .sf-with-ul:before {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -4px;
    content: '\f054';
    font: 400 12px/12px 'FontAwesome';
}

/* Fim do menu do website */





/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  margin-bottom: 10px;
  overflow: hidden; }
  .select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    font: 400 15px "Roboto", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none; }
    .select-menu .select::-ms-expand {
      display: none; }
  @media (max-width: 767px) {
    .select-menu {
      display: block; } }
  @media (max-width: 479px) {
    .select-menu {
      width: 270px; }
      .select-menu .select {
        width: 290px; } }

/*==================  Stuck menu  ======================*/
.isStuck {
  background: #3f51b5;
  z-index: 999; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center; }
  .lazy-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
    .lt-ie9 .lazy-img img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .lazy-img .lazy-loaded {
    opacity: 1; }
    .lt-ie9 .lazy-img .lazy-loaded {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: white;
    background: transparent; }
    .thumb_overlay:before {
      content: "\f065";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(46, 204, 113, 0.8); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC2ECC71', endColorstr='#CC2ECC71')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC2ECC71', endColorstr='#CC2ECC71');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*==================   Parallax    ======================*/

.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}

.mobile .parallax, .tablet .parallax {
   background-position: 50% 0 !important;
   background-size: cover;
}

.parallax1 {
  background-color: #FFF;
  background-image: url(../images/ilustracao-containeres.jpg);
  padding: 105px 0 75px;
  color: #FFF;
}

.frete-aereo {
  background-color: #333;
  background-image: url(../images/ilustracao-aereo.jpg);
  padding: 80px 0 80px 0;
  color: #333;
  text-align: left;
}

.frete-maritimo {
  background-color: #333;
  background-image: url(../images/ilustracao-maritimo.jpg);
  background-position: center !important;
  padding: 80px 0 80px 0;
  color: #333;
  text-align: left;
}

.desembaraco {
  background-color: #333;
  background-image: url(../images/ilustracao-desembaraco.jpg);
  background-position: center !important;
  padding: 80px 0 80px 0;
  color: #333;
  text-align: left;
}

.radar-siscomex {
  background-color: #333;
  background-image: url(../images/ilustracao-radar.jpg);
  background-position: center !important;
  padding: 80px 0 80px 0;
  color: #333;
  text-align: left;
}

.free-hand-shipments {
  background-color: #333;
  background-image: url(../images/ilustracao-free-hand-shipments.jpg);
  background-position: center bottom !important;
  padding: 80px 0 80px 0;
  color: #333;
  text-align: left;
}
  
  .parallax1 h2 { color: #FFF; }
  .parallax1 h2 + .search-form { margin-top: 28px; }
  
  .internas {
	  display: inline;
	  padding: 4px;
	  background: rgba(255,255,255,0.74);
	  color: #333;
	  line-height: 65px;
}
  
  @media (min-width: 768px) and (max-width: 979px) {
	  .parallax1 h2 { font-size: 42px; line-height: 42px; }
	  .internas { font-size: 42px; line-height: 57px; }
}
  
  @media (max-width: 767px) {
	.parallax1 h2 { font-size: 32px !important; line-height: 30px; }
	.internas { text-align: center !important; font-size: 32px; line-height: 46px; }
  }
  
  @media (max-width: 479px) {
	  .parallax1 h2 { font-size: 30px; line-height: 30px; }
	  .internas { font-size: 25px; line-height: 37px; }
	}
  
  @media (max-width: 767px) { .parallax { background-position: center 0 !important; background-size: cover; } }

/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  background: #3f51b5;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3); }
  .toTop:hover {
    color: #fff;
    background: #4bf091;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================     Search Form     ======================*/
.search-form {
  position: relative;
  display: inline-block; }
  .search-form .input {
    display: inline-block;
    margin-top: 1px;
    width: 414px;
    padding: 13px 40px 13px 15px;
    background: white;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .search-form input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #999999;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 22px;
    height: 22px;
    font: 400 20px "Roboto", sans-serif; }
  .search-form button, .search-form button:focus, .search-form button:active {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
    padding: 13px 40px 13px 35px;
    line-height: 24px;
    margin-left: 11px;
    color: #FFF;
    background: #2196F3;
    font: 400 18px/24px "Roboto", sans-serif;
    text-transform: uppercase; }
    .search-form button::-moz-focus-inner, .search-form button:focus::-moz-focus-inner, .search-form button:active::-moz-focus-inner {
      border: none;
      padding: 0; }
    .search-form button:hover, .search-form button:focus:hover, .search-form button:active:hover {
      background: #2ecc71; }

@media (max-width: 767px) {
  .search-form {
    width: 100%; }

  button {
    margin-top: 15px; }

  .search-form .input {
    display: block;
    width: 100%; } }
/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 476px; }
  .map_model img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map_model {
      height: 250px; } }
  @media (max-width: 479px) {
    .map_model {
      height: 200px; } }
.map_locations {
  display: none; }

.header {
  background: #3f51b5;
  border-top: 11px solid #324191;
  color: #FFF;
  height: 90px;
}


.header_panel:before, .header_panel:after {
	display: table;
	content: "";
	line-height: 0;
}

.header_panel:after { clear: both; }

/*==================     Brand     ======================*/

.brand { display: inline-block; margin-left: -20px; margin-top: -12px; }
.brand_name { overflow: hidden; }

/*=======================================================
                     CONTENT  Layout
=========================================================*/
h2 + .off1 {
  margin-top: 46px; }

h2 + .off2 {
  margin-top: 38px; }

h2 + .off3 {
  margin-top: 41px; }

h3 + .off1 {
  margin-top: 32px; }

h3 + .off2 {
  margin-top: 24px; }

h4 + .off1 {
  margin-top: 20px; }

p + .off1 {
  margin-top: 24px; }

.row + .off1 {
  margin-top: 64px; }

.row + .off2 {
  margin-top: 47px; }

.row + .off3 {
  margin-top: 35px; }

.video-thumb + h4 {
  margin-top: 20px; }

/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: white; }

/*==================      Well     ======================*/
.well {
  padding-top: 54px;
  padding-bottom: 70px; }

.well2 {
  padding-top: 58px;
  padding-bottom: 83px; }

.well3 {
  padding-top: 37px;
  padding-bottom: 49px; }

.well4 {
  padding-top: 64px;
  padding-bottom: 89px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #2ecc71;
  color: #FFF; }
  .bg-primary h3, .bg-primary h4 {
    color: #FFF; }
  .bg-primary .marked-list li {
    color: #FFF; }
    .bg-primary .marked-list li:before {
      color: #FFF; }

.bg-secondary {
  background: #3f51b5;
  color: #FFF; }
  .bg-secondary h3 {
    color: #FFF; }
  .bg-secondary .btn {
    background: #2196F3; }
    .bg-secondary .btn:hover {
      background: #2ecc71; }

.bg-orange {
  background: #ec592f;
  color: #FFF; }
  .bg-orange h3, .bg-orange h4 {
    color: #FFF; }
	
.bg-gray {
	margin: 25px 0;
	padding: 20px;
	background: #f0f0f0;
	color: #333;
}

.bg-gray h3, .bg-gray h4 { color: #333; font-size: 20px; }
.bg-gray .marked-list li { color: #333; }
.bg-gray .marked-list li:before { color: #333; }

/*==================     Fact     ======================*/
.fact h4 {
  margin-top: 10px; }
.fact_cnt {
  min-height: 107px;
  padding-top: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .fact_cnt h2 {
    font-size: 60px;
    font-weight: 500;
    color: #FFF;
    line-height: 50px; }
  .fact_cnt p {
    font-size: 12px; }

/*==================     Icon box     ======================*/
.icon-box {
  display: block; }
  .icon-box h4 {
    padding: 12px 5px 12px 15px;
    background: #FAFAFA; }
  .icon-box img {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .icon-box:hover img {
    opacity: 0.5; }
    .lt-ie9 .icon-box:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  @media (min-width: 768px) and (max-width: 979px) {
    .icon-box h4 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .icon-box {
      display: inline-block; } }

blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 10px 17px 0 0; }
blockquote .bq_cnt {
  overflow: hidden;
  font: 400 14px/24px "Roboto", sans-serif;
  padding: 0 85px 24px 0;
  border-bottom: 1px solid #EBEBEB;
  color: #999; }
blockquote cite {
  color: #4d4d4d; }
blockquote + blockquote {
  margin-top: 32px; }
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  blockquote .bq_cnt {
    padding-right: 15px; } }

/*==================     Member box     ======================*/
.member-box .name {
  color: #4D4D4D; }
.member-box p {
  color: #999;
  font: 400 14px/24px "Roboto", sans-serif; }
.member-box .tel {
  margin-top: 20px; }
@media (min-width: 768px) and (max-width: 979px) {
  .member-box_cnt p {
    font-size: 12px; } }

.video {
  width: 100%;
  height: 300px; }
  .video + h4 {
    margin-top: 21px; }
  @media (max-width: 479px) {
    .video {
      height: 200px; } }

/*==================     Store     ======================*/
.store {
  border-top: 1px solid #ebebeb;
  padding-top: 24px; }
  .store + .store {
    margin-top: 30px; }

/*==================     Info     ======================*/
.store_info {
  margin-top: 6px; }
  .store_info h4 {
    color: #FFF; }
  .store_info .hours {
    padding: 24px 10px 25px 23px;
    background: #ffcb28;
    color: #FFF; }
    .store_info .hours dt, .store_info .hours dd {
      display: inline-block; }
    .store_info .hours dt {
      min-width: 116px; }
  .store_info .slogan {
    background: #2ecc71;
    padding: 25px 10px 26px 23px; }
  .store_info address {
    padding: 24px 10px 23px 23px;
    background: #FAFAFA; }
    .store_info address p + p {
      margin-top: 23px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .store_info .hours dt {
      min-width: 90px; } }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 6px 17px 6px 18px;
  line-height: 24px;
  color: #FFF;
  background: #4BF091;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; }
  .btn:hover {
    background: #3f51b5; }
  @media (min-width: 768px) and (max-width: 979px) {
    .btn {
      padding-left: 5px;
      padding-right: 5px; } }

.btn_skin1 {
  background: #00BCD4; }

.btn_skin2 {
  background: #ffcb28; }

.btn_skin3 {
  background: #4CAF50; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

.box2 {
  -webkit-box-shadow: -4px -7px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -4px -7px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -4px -7px 25px 0px rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 40px 30px 38px 25px;
  background: #FAFAFA; }
  .box2_aside {
    float: left;
    margin: 0 33px 0 25px; }
  .box2 .number {
    font-size: 48px;
    line-height: 48px;
    color: #3f51b5; }
  .box2_cnt {
    overflow: hidden; }
    .box2_cnt + p {
      margin-top: 32px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .box2 {
      padding: 20px 15px 20px; }
      .box2_aside {
        margin: 0 20px 0 10px; } }

.box3 {
  text-align: center; }
  .box3 p {
    padding: 0 26px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .box3 p {
        padding: 0 10px; } }

/*==================  Marked List  ======================*/

.marked-list li {
  position: relative;
  padding-left: 20px;
  color: #2ecc71;
  font-weight: 400;
 }

.marked-list li:before {
    content: '\f111';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 9px;
    font-family: "FontAwesome";
    color: #2ecc71;
}

.marked-list li + li { margin-top: 12px; }
.marked-list a:hover { color: #3f51b5; }

@media (min-width: 768px) and (max-width: 979px) {
    .marked-list { font-size: 12px; }
}

@media (max-width: 479px) {
    .marked-list { font-size: 11px; list-style-type: none; }
	.marked-list li { padding-left: 0; }
	.marked-list li:before { content: ''; }
}

/*==================    Event    ======================*/
.event .lazy-img + h4 {
  margin-top: 23px; }
.event_meta {
  border-top: 1px solid #ebebeb;
  padding-top: 21px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #999; }
  .event_meta .item {
    display: inline-block; }
    .event_meta .item span {
      font-size: 18px;
      margin-right: 8px; }
    .event_meta .item + .item {
      margin-left: 28px; }
    .event_meta .item a:hover {
      text-decoration: underline; }
    .event_meta .item .fa-user {
      color: #00BCD4; }
    .event_meta .item .fa-calendar {
      color: #2ecc71; }
    .event_meta .item .fa-comment {
      color: #ffcb28; }
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .event_meta .item {
    display: block; }
    .event_meta .item + .item {
      margin: 10px 0 0; } }

/*==================    Video Thumb    ======================*/
.video-thumb {
  display: block;
  position: relative; }
  .video-thumb:hover .video-icon {
    opacity: 0.5; }
    .lt-ie9 .video-thumb:hover .video-icon {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }

.video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/video-icon.png") no-repeat center center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

/*==================    Address    ======================*/
.addr {
  margin-top: 22px; }
  .addr p:first-child {
    margin-bottom: 20px; }
  .addr dl dt, .addr dl dd {
    display: inline-block; }
  .addr dl dt {
    min-width: 80px; }

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 21px; }
.terms dd + dt {
  margin-top: 37px; }
.terms p + p {
  margin-top: 24px; }

.policy-link {
  margin-top: 23px; }

/*========================================================
                     FOOTER  Section
=========================================================*/

.footer {
	border-top: 11px solid #324191;
	padding: 10px 0 9px;
	color: #FFF;
}

@media (max-width: 767px) {
	.footer { text-align: center; }
	.mdm { text-align: center; }
}

/**
  * Marcelo Motta
  * Dezembro / 2018
*/

.area-vip {
    display: block;
    background: #0b78ce;
    color: #fff !important;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.area-vip:hover {
    background: #34a5ff;
    color: #fff !important;
    text-decoration: none !important;
}

.idiomas {
    padding: 15px 25px;
}

@media screen and (max-width: 550px){
    .area-vip {
        display: block;
        background: #0b78ce !important;
        color: #fff !important;
        padding: 3px 8px 0 8px !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-decoration: none;
        height: 26px !important;
        margin-top: -3px;
    }
} 
