	/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  user-select: none !important;
}

img{
	max-width:100%;
}

.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
  background-color: #be2a2b;;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  /*bottom: 15px;*/
  bottom: 100px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f6b024;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f1a40a;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.main_postal {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
	box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
}

.modal-pwd .modal-bottom .botao-mod {
    width: 50%;
    padding: 0px 4px;
}

.modal-pwd .modal-bottom {
    display: flex;
}

.input-container {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.input-container input, .input-container label {
    width: 100%;
    height: 2rem;
    font-size: 15px;
    padding-left: 6px;
}

#genero{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}	

.botao_comum1 {
    width: 100%;
    height: 35px;
	border: solid 1px #be2a2b;
    outline: none;
    background: #be2a2b;
    text-align: center;
    margin-top: 13px;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	border-radius:20px;
}

.botao_close {
    width: 100%;
    height: 35px;
	border-radius:20px;
    border: solid 1px #d5d5d5;
    outline: none;
    background: #d5d5d5;
    text-align: center;
    margin-top: 13px;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/


@media screen and (max-width: 991px) {
  .mobile_class{
	display:block !important;  
	background:#be2a2b !important; 
	margin-top: -20px !important;
	padding-bottom: 5px !important;
    padding-left: 15px !important;
    color: white !important;
	font-size: 9px;
  } 
   .carrinho-mobile{
	display: flex !important;
  }
}


@media screen and (max-width: 768px) {
	.hide-mobo{
		display:none;
	}
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
  
  .mobile_class{
	display:block !important;  
	background:#be2a2b !important; 
	margin-top: -20px !important;
	padding-bottom: 5px !important;
    padding-left: 15px !important;
    color: white !important;
	font-size: 9px;
  } 
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.social_ico{
	border: 1.5px solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.social_ico i.fa-facebook{
	padding: 4px 7px;
}
.social_ico i.fa-instagram{
	padding: 4px 5px;
}
.social_ico i.fa-twitter{
	padding: 4px 5px;
}
.social_ico i.fa-youtube-play{
	padding: 4px 4px;
}
.social_ico i.fa-envelope-o{
	padding: 4px 4px;
}
.social_ico i.fa-linkedin{
	padding: 4px 5px;
}

.fb:hover{
	color: #3b5998;
	border-color: #3b5998;
}
.fb:hover .fa-facebook{
	color: #3b5998 !important;
} 
.insta:hover{
	color: #983daa;
	border-color: #983daa;
}
.insta:hover .fa-instagram{
	color: #983daa !important;
}
.tw:hover{
	color: #55acee;
	border-color: #55acee;
}
.tw:hover .fa-twitter{
	color: #55acee !important;
}
.yt:hover{
	color: #cd201f;
	border-color: #cd201f; 
}
.yt:hover .fa-youtube-play{
	color: #cd201f !important; 
}
.env:hover{
	color: #be2a2b;
	border-color: #be2a2b; 
}
.env:hover .fa-envelope-o{
	color: #be2a2b !important; 
}
.link:hover{
	color: #0077b5;
	border-color: #0077b5; 
}
.link:hover .fa-linkedin{
	color: #0077b5 !important; 
}
#topbar {
  height: 60px;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 0;
}

#topbar .contact-info li + li {
  margin-left: 8px;
}

#topbar .contact-info a {
	color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
  
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.1);*/
   background: rgb(255, 255, 255, 0.3);
   transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  top: 60px;
}

#header.header-scrolled {
  top: 0;
  /*background: rgba(5, 87, 158, 0.9);*/
  background: #bd1b1d;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
    background: transparent;
  }
  #header .logo {
    font-size: 28px;
  }
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  /*background: rgba(6, 98, 178, 0.9) !important;*/
  background: rgb(190, 42, 43, 0.9) !important;
}



.btn-postal {
    background: #be2a2b;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
	border: 0;
}

.btn-postal:hover {
    background: #dc2d2e;
	color:white;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
  color: #eab5b1 !important;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  font-size: 14px;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #be2a2b;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  /*top: 15px;*/
  top: 40px;
  /*z-index: 9998;*/
  z-index: 1000;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #be2a2b;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(190, 42, 43, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {  
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 80vh;*/
  height: 70vh;
  overflow: hidden;
  position: relative;
  background: url("../img/logo_main.jpg") center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
}

#hero1 {
    width: 100%;
    /* height: 80vh; */
    height: 70vh;
    overflow: hidden;
    position: relative;
    background: url(../img/logo_main.jpg) center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
}

#hero:before {
  content: "";
  background: #be2a2bab;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero1:before {
  content: "";
  background: #be2a2bab;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero1 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero1 h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero1 p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero1 .carousel-control-prev, #hero1 .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero1 .carousel-control-next-icon, #hero1 .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}


#hero1 .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}

#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

#hero1 .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  
  #hero1 p {
    width: 60%;
  }
  #hero1 .carousel-control-prev, #hero1 .carousel-control-next {
    width: 5%;
  }
}


@media (max-width: 994px) {
  #hero {
    height: 10vh !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) {
	.h1-principal{
	  margin-right: auto !important;
  }
}

@media (max-width: 999px) {
	.description{
		min-height: 150px !important;
	}
}

@media (max-width: 768px) {
  #hero {
    height: 10vh !important;
    margin-bottom: 20px;
  }
  #hero h2 {
    font-size: 28px;
  }
  
  /*#hero1 {
    height: 55vh !important;
    margin-bottom: 20px;
  }*/
  
  #hero1 h2 {
    font-size: 28px;
  }
  
  .carousel-container{
	  margin-top:100px !important;
  } 
  
  .img-principal{
	width: 210px !important;
    margin-top: 7px !important;
  }
  
  .container-princial{
	  padding: 0 !important;
  }
  
  .h1-principal{
	  margin-right: 0!important;
  }
  
  .cart_num_container, .star_num_container {
    top: 50px !important;
    width: 20px !important;
    height: 20px !important;
    margin-left: 25px !important;
  }
  
  .icon-login{
	 margin-left: 40px !important; 
  }

  .icon-carrinho{
    width: 26px !important;
  }
  
  .carrinho-mobile{
	display: flex !important;
  }
 
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #be2a2b;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
}

.icon-boxes .icon-box {
  
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 15px 0 rgb(68 88 144 / 12%) !important;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.box-cont{
	    padding: 10px 20px 20px 20px;
}
.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
  
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.icon-boxes .icon img{
  width:100%
}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  height: 30px;
}

.icon-boxes .title a {
  /*color: #05579e;*/
  color: #be2a2b;
}

.icon-boxes .description {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 70px 0;
  /*background: url("../img/about-bg.png") top center no-repeat;*/
  position: relative;
}

.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .container {
  position: relative;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;.about
  top: 2px;
  font-size: 20px;
  color: #be2a2b;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}




.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 75px !important;
}

.clients .owl-item img {
  /*opacity: 0.5;
  transition: 0.3s;
  height: 100% !important;
  width: auto !important; */
  
  opacity: 0.5;
  transition: 0.3s;
  height: auto !important;
  max-width: 100px;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #be2a2b !important;
}



.icon-boxes .owl-nav, .icon-boxes .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.icon-boxes .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.icon-boxes .owl-dot.active {
  background-color: #be2a2b !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: #be2a2b17;
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 320px;
  position: relative;
}

.why-us .accordion-list {
  padding: 15px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #be2a2b !important;
}

.why-us .accordion-list li .btn-postal {
	width: 135px !important;
    color: #fff !important;
	font-size:14px !important;
}

.why-us .accordion-list span {
  color: #be2a2b;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  color: #0880e8;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #f6b024;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfoio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.portfoio #portfolio-flters li:hover, .portfoio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}

.portfoio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfoio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfoio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0880e8;
  padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .preview-link, .portfoio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover, .portfoio .portfolio-item .portfolio-info .details-link:hover {
  color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfoio .portfolio-item:hover img {
  top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
h2.corpos{
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    color: #be2a2b;
	text-align: center;
}
.team{
	margin-top:40px;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  margin-bottom:15px;
  min-height: 241px;
}
.team .member:hover {
  cursor:pointer;
}

.team .member .pic {
  /*overflow: hidden;
  width: 135px;
  border-radius: 50%;
  
  width: 25%;*/
  
  height: 140px; 
  width: 140px; 
  background-position: center; 
  background-size: cover;
  border-radius: 50%;

}

.pic{
	transition: ease-in-out 0.3s;
}

.pic:hover{	
	transform: scale(1.08);
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  /*padding-left: 30px;*/
  
  /*width: 75%;*/
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #be2a2b;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #be2a2b;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #fff2f2;
  color: #be2a2b;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #be2a2b;
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

.user{
	position: relative;
    padding: 30px;
    border-radius: 10px;
    background: #fff;	
}

.user .user-pic{
    /*overflow: hidden;
    width: 135px;
    border-radius: 50%;	
	    float: left;
    margin-right: 20px;*/
	overflow: hidden;
    width: 135px;
    border-radius: 50%;
    float: left;
    height: 135px;
    background-position: center;
    margin-right: 20px;
    background-size: cover;
}


.user .user-info{
}

.user .user-info p{
	margin: 10px 0 0 0;
    font-size: 14px;
}
.user .user-info .user-social{
	margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.user .user-info .user-social a{
	transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #fff2f2;
    color: #be2a2b;
	margin-right:5px;
}
.user .user-info .user-social a:hover {
    background: #be2a2b;
    color: #fff;
}
.user .user-info .user-social a i{
	font-size: 16px;
    margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #05579e;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #0880e8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #0880e8;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2b99f8;
}

.pricing .featured h3 {
  color: #fff;
  background: #0880e8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0880e8;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #be2a2b;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #be2a2b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #be2a2b;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 25px !important;
  }
  
  /*.container-princial{
	max-width: 920px !important;
  }	  */
}

@media only screen and (min-width: 600px) and  (max-width: 992px){
  .buttons-mobile {
        padding-left: 130px !important;
		padding-right: 130px !important;
  }
}



@media only screen and (min-width: 768px) and  (max-width: 991px){
	.mobile-nav-toggle {
        top: 58px;
	}
  
	.carrinho-mobile{
		padding-right: 40px;  
	}
  
	.cart_num_container{
		top: 49px !important;  
	}
  
	#hero1 {
		height: 60vh !important;
		margin-bottom: 20px !important;
	}
	
	#main{
		margin-top: -110px !important;
	}
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  /*color: #043c6d;*/
    color: #434242;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0880e8 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
  
  .mobile-nav-toggle{
		top: 60px;
  }
  
  #hero1{
	 height: 75vh !important; 
  }
  
  #main{
	  margin-top:50px;
  }
  .img-missao {
		width: 90px !important;
	} 
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
}

.blog .entry .entry-img {
    height: 230px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 15px 0 10px 0;
}

.blog .entry .entry-title a {
  color: #434242;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #434242;
}

.blog .entry .entry-meta {
  margin-bottom: 5px;
  color: #be2a2b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
  color: #be2a2b;
}

.blog .entry .entry-meta a {
  color: #434242;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: center;
}


.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0880e8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #be2a2b;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #e7f3fe;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f6b024;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #bfe0fd;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f6b024;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0880e8;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #0880e8;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f6b024;
}

.blog .blog-pagination {
  color: #5db1f9;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #0880e8;
  border: 1px solid #0880e8;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #054a85;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  border-radius: 50px;
  background: #0880e8;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #2b99f8;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #f6b024;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #8ec8fb;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #054a85;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #138df7;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ddeefe;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border-color: #f6b024;
  background: #f6b024;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #05579e;*/
  background: #be2a2b;
  padding: 0 0 100px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  /*background: #05579e;*/
  background: #be2a2b;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  /*background: #fff;*/
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #f1a40a;
}

#footer .footer-top {
  /*background: #065fad;*/
  /*background: #d43133;*/
  background: #CC6868;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /*color: #5db1f9;*/
  color: #be2a2b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #f6b024;
}




/***********/
.social_cont{
	float:left;
	width:100%;
}

.social_cont h2{
	    float: left;
    width: 100%;
    border-bottom: 2px solid #be2a2b;
}


/*************/
@media screen and (max-width: 1090px) {
	.video_container{
		margin-bottom:15px;
	}
	.video_bg {
		height: auto;
	}
}
@media screen and (max-width: 450px) {
	.mobile-nav-toggle {
		top: 59px;
	}
	.mobile-nav {
		top: 105px;
	}
	.mob_header { 
		height: 200px !important;
	}
	.breadcrumbs {
		margin-top: 0 !important;
	}
}



/**************/
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.video_container{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.video_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************/
.partner a{
	width:100%;
}
.parceiro{
	
}
.parceiro:hover .icon img{
	transform: scale(1.1);
}
.parceiro .icon{
	height:150px;
	text-align: center;
}
.parceiro .icon img{
	transition: transform .2s;
}
.parceiro .box-cont{}
.parceiro .box-cont .title{
	color: #be2a2b;
	font-weight: 700;
    font-size: 18px;
	text-align: center;
}

.parceiro .box-cont .category{
	color: #be2a2b;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}


/**************************/
.projecto {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}
.projecto .proj_image {
	overflow: hidden;
    width: 180px !important;
    height: 180px;
    border-radius: 50%;
	overflow:hidden;
}
.projecto .proj_image img{
 
}
.projecto .proj_detalhes{
	padding-left: 30px;
}
.projecto .proj_detalhes h1{
	float: left;
	width: 100%;
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #be2a2b;
}
.projecto .proj_detalhes h2{
	float: left;
	width: 100%;
	line-height: 24px;
    font-size: 15px;
	font-weight: 700;
	color: #000;
}
.projecto .proj_detalhes h3{
	float: left;
	width: 100%;
	line-height: 24px;
    font-size: 15px;
}

.projecto .proj_detalhes .texto{
	float: left;
	line-height: 24px;
    font-size: 15px;
}
button:focus {
    outline: 0px !important;
}
.no_border{
	border:0px;
}







/********* AMIGOS *******/
h2.amigos{
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    color: #be2a2b;
    text-align: center;
}

.amigos .proj_image {
	margin-top: 5px;
}
.amigos .proj_image img{
	height: 60px; 
	width: auto;
}
.projecto .proj_detalhes{
	padding-left: 30px;
}
.projecto .proj_detalhes h1{
	float: left;
	width: 100%;
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #be2a2b;
}
.projecto .proj_detalhes h2{
	float: left;
	width: 100%;
	line-height: 24px;
    font-size: 15px;
	font-weight: 700;
	color: #000;
}
.projecto .proj_detalhes h3{
	float: left;
	width: 100%;
	line-height: 24px;
    font-size: 15px;
}

.projecto .proj_detalhes .texto{
	float: left;
	line-height: 24px;
    font-size: 15px;
}



/***************** GALERIA ***********************/
.capa_galeria{
	height: 230px;
    background-size: cover;
    background-position: center;	
	transition: transform .4s;
    margin-bottom: 30px;
}
.capa_galeria:hover{
	transform: scale(1.02);
	cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #445f6c7a;
}

.capa_galeria:hover .overlay {
  opacity: 1;
}

.icon_g {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.icon_g h2 {

}

.fa-user:hover {
  color: #eee;
}




.imagem_galeria{
	height: 230px;
    background-size: cover;
    background-position: center;	
	transition: transform .4s;
	margin-bottom: 30px;
}
.imagem_galeria:hover{
	transform: scale(1.02);
	cursor: pointer;
}


#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}



@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

a.galeria{
	transition: transform .3s;
}

a.galeria img{
	padding: 4px;
	transition: transform .3s;
}
a.galeria:hover img{
	transform: scale(1.02);
}

a.insta_href{
	color: #000;
}

a.insta_href img{
	margin-bottom:10px !important;
}
p.insta_description{
    font-size: 14px;
    line-height: 20px;
    padding: 14px;		
}
.insta-post{
    float: left;
    padding: 11px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
}
.right{ float:right;}
.img-rounded{border-radius:50%;}




.amigos-card{
	padding:10px; 
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	min-height:130px;
	margin-bottom: 15px;
}

.amigos-card .proj_detalhes{
	
}
.amigos-card .proj_detalhes h1{
	font-size:26px;
}

.form-voluntario{
	margin-top:30px; 
	width: 80%;
	margin: 0 auto;
	padding: 80px; 
	padding-top: 20px; 
	padding-bottom: 40px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); 
	border-radius: 10px;  
	min-height: 130px;
}

.icon-missao{
	position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
	padding-top: 30px;
	min-height: 340px;
	margin-bottom: 20px;
}	

.title-missao{
	font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #bd1b1d;
}

.box-cont-missao{
	padding: 25px 20px 20px 20px;
}	

.img-missao{
	width: 130px;
}	

.description-missao{
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    color: #777777;
}

.main-donativos{
	background: #F5F5F5;
	padding: 10px;
	padding-left: 35px; 
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 5px 0px #00000029;
	cursor: pointer;
}

.icon-donativos{
	background: white;
	text-align: center;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	height: 60px; 
	width: 60px;
}

.title-donativos{
	position: absolute;
	top: 50%; 
	transform: translate(0, -50%); 
	font-size: 15px;
	font-weight: 700;
	color: #2B2F3B;
}

.seta-donativos{
	width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0px;
}	

.title-modal-donativos{
	color: #BE2A2B;
    font-size: 18px;
    font-weight: 700;	
}

.desc-modal-donativo{
	margin-top: 20px;
    color: #828899;
    font-size: 14px;
}	

.info-doar{
	margin-top: 30px;
    color: #959AA8;
    font-size: 14px;
    font-weight: 700;
}	

.info-transferencia{
	padding-top:20px; 
	padding-bottom: 20px;
	background: #F5F5F5;
	border-radius: 5px; 
	box-shadow: 0px 3px 5px 0px #00000029;
}	

.body-donativos{
	margin-top: -30px;
    padding-bottom: 50px;
}	

.titulo-area-pessoal{
	font-size: 18px;
    font-weight: 700;
    color: #be2a2b;
    border-bottom: 1px solid #e5e5e5;
}

.paginas_pessoais .formulario .gravar_dados_pessoais {
    cursor: pointer;
    border: 0;
    width: 100%;
    height: 40px;
    background: #be2a2b;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    line-height: 40px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	border-radius:5px;
	margin-top: 10px;
}

.error-p{
	background: orange;
    color: white;
    padding: 5px;
    padding-left: 10px;
    border-radius: 5px
}

.pa_titulo{
	font-size: 18px;
	color: #be2a2b;
	font-weight: 700;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.personal_account .pa_menu ul a li {
	padding: 23px 0px 0px 0px;
	border-bottom: 1px solid #e3e3e3;
	color: black;
}
	
.personal_account .pa_menu ul {
	list-style: none;
	padding-left:10px;
}



@media screen and (max-width: 768px) {
	.seta-donativos{
		right: 20px !important;
	}
	
	.img-parceiros{
		width: 100px !important;
	}
}


.span-form{
	font-size: 14px;
	margin-left: 2px;
	color: #6a6d71;
}

.radiobtn {
	cursor: pointer;
	position: absolute;
	opacity: 0;
 }
 
.radiolbl {
	pointer-events: auto;
	-webkit-box-direction: reverse;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
	font-size: 14px;
	color: #6a6d71;
	word-break: break-word;
	display: inline-block;
	line-height: 1;
	direction: ltr;
	margin-left: 10px;
	cursor: pointer;
	margin-top: 10px;
}


.radiodiv {
	width: 18px;
	height: 18px;
	border: 2px solid rgb(190 42 43);
	border-radius: 50%;
	box-sizing: border-box;
	padding: 2px;
	display:inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.radiodiv::after {
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	background: rgb(190 42 43);
	border-radius: 50%;
	transform: scale(0);
}

.radiobtn:checked + .radiodiv::after {
	transform: scale(1);
	transition: transform 0.15s;
}

.box-donativo {
    background: #F5F5F5;
    border-radius: 5px;
    height: 135px;
    box-shadow: 0px 4px 7px 0px #00000029;
}

.input-paypal {
    border: none;
    background: transparent;
    font-size: 50px;
    color: #707070;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    outline: none;
}

.eur-paypal {
    color: #707070;
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
}

.doar-paypal {
    background: #4693C6;
    padding: 10px;
    color: white !important;
    border-radius: 30px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.coordenador{
	width: 50%; 
	margin: 0 auto;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px; 
	background: #fff;
	margin-bottom: 40px;  
	min-height: 241px;
}	

.imgem_equipa{
	height: 130px; 
	width: 130px;
	background-position: center;
	background-size: cover; 
	border-radius: 50%;
	margin: 0 auto; 
}	

.nome_equipa{
	margin-top:15px; 
	text-align:center;
	font-weight: 700;
	font-size: 20px;
	color: #be2a2b;
}	

.equipa{
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px; 
	background: #fff;
	margin-bottom: 20px;  
	min-height: 260px;
}	


.main-produto{
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
	float: left;
	padding-left: 15px;
    padding-right: 15px;
}

.img-produto{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.titulo-produto{
	font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
	color: #be2a2b;
	font-weight: 600;
}

.desc-produto{
	height: 50px;
    font-size: 12px;
}

.botao-produtos{
	float: right;
	margin-top: 10px;
}

.preco-produtos{
	float: left;
    font-size: 22px;
    font-weight: 600;
    color: #be2a2b;
    margin-top: 10px;
}

.ver-produto{
	color: #fff;
    background-color: #be2a2b;
    border-color: #be2a2b;
}

.ver-produto:hover{
	color: #fff;
    background-color: #901516 !important;
    border-color: #901516 !important;
}

.prod_mod .imagem {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.prod_mod .textos h2 {
    font-size: 20px; 
    line-height: 24px;
	color: #be2a2b;
	font-weight:700;
	margin-top:10px;
}

.prod_mod .textos p {
	font-size: 14px;
}

.prod_mod .dados .preco {
    font-size: 24px;
    font-weight: 600;
    color: #be2a2b;
    text-align: right;
}

.close-modal{
	background-color: #a2a6a9;
    border-color: #a2a6a9;
}

.cart_num_container, .star_num_container {
	top: 55px;
}
.cart_num_container, .star_num_container {
	position: absolute;
	top: 30px;
	/* left: -5px; */
	width: 22px;
	height: 22px;
	background: #f6b024;
	border-radius: 50%;
	margin-left: 30px
}
	
.cart_num, .star_num {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 11px;
	font-weight: 600;
	color: #FFF;
}


.breadcrumb {
	padding: 0px;
	background: #D4D4D4;
	list-style: none;
	overflow: hidden;
	margin-top: -10px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}
	
.breadcrumb li:first-child a {
	padding-left: 15px;
}
	
.breadcrumb li.active a {
	background: #be2a2b;
}
	
.breadcrumb li a {
    color: white;
	text-decoration: none;
	padding: 15px 0px 15px 45px;
	position: relative;
	display: block;
	float: left;
}
	
.breadcrumb li {
	float: left;
}
	
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
	
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 29px solid hsl(0, 0%, 92%);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
	
.breadcrumb li.active a:after {
	border-left: 30px solid #be2a2b;
	margin-left: -1px;
}	

.breadcrumb li.completed a {
    background: hsl(0deg 48% 54%);
}

.breadcrumb li.completed a:after {
    border-left: 30px solid hsl(0deg 48% 54%);
}
	
.breadcrumb {
	padding: 0px;
	background: #D4D4D4;
	list-style: none;
	overflow: hidden;
	margin-top: -10px;
}

.media-body{
	margin-left: 20px;
}

.media-heading{
	font-size: 16px;
	font-weight: 700;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.media-a{
    color: #be2a2b;
}

.media-a:hover{
    color: #be2a2b;
}

.media-align{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}	

.vertical-align-produtos{
	vertical-align: middle !important;
}

.sub-totais{
	font-size:16px;
}

.comprar-btn{
	font-size:14px !important;
	color: #fff !important;
    background-color: #bbb9b9 !important;
    border-color: #bbb9b9 !important;
	float: right !important;
	margin-right:15px;
}

.comprar-btn:hover{
	font-size:14px !important;
	color: #fff !important;
    background-color: #a5a5a5 !important;
    border-color: #a5a5a5 !important;
}

.encomenda-btn{
	font-size:14px !important;
	color: #fff !important;
    background-color: #9d2627 !important;
    border-color: #9d2627 !important;
	float: right !important;
}		
	
.encomenda-btn:hover{
	font-size:14px !important;
	color: #fff !important;
    background-color: #be2a2b !important;
    border-color: #be2a2b !important;
}

.remove-produto{
	background-color: #be2a2b;
    border-color: #be2a2b;
	color: white;
}

.remove-produto:hover{
	background-color: #be2a2b !important;
    border-color: #be2a2b !important;
	color:white;
}

.msgCarrinho{
	text-align: right;
    padding-right: 0px;
    color: #be2a2b;
    font-weight: 700;	
	margin-top: -10px;
	font-size:14px;
}

.encomenda-btn-disabled {
    font-size: 13px !important;
    color: #fff !important;
    background-color: #be2a2b78 !important;
    border-color: #e09b9b !important;
    float: right !important;
	cursor: no-drop;
}

.encomenda-btn-disabled:hover {
    font-size: 13px !important;
    color: #fff !important;
    background-color: #be2a2b78 !important;
    border-color: #e09b9b !important;
    float: right !important;
	cursor: no-drop;
}

.lista_conf ul.final_prod_list {
    width: 100%;
	padding-left: 0px;
	margin-top: 20px;
}

.lista_conf ul.final_prod_list li.metodo_pagamento {
    width: 100%;
    display: flex;
}

.lista_conf ul.final_prod_list li.metodo_pagamento .input {
    width: 20px;
}

.lista_conf ul.final_prod_list li.metodo_pagamento .desc {
    float: left;
    width: 100%;
}

.envio-legend{
	color: #434242;
    margin-top: 30px;
}

.instrucoes_pag .imagem {
    float: left;
    width: 20%;
}

.instrucoes_pag .conteudo {
    float: left;
    width: 80%;
}
	
@media (max-width: 768px) {
	.form-voluntario {
		width: 90% !important;
		padding: 20px !important;
	}
	
	.img-responsive{
		width:100% !important;
		height: auto !important;
	}	
	
	.buttons-mobile{
		display: block !important;
	}

	.steps_desktop{
		display: none !important;
	}
	
	.steps_mobile {
		display: block !important;
	}
	
	.carrinho-desktop{
		display: none !important;
	}
	
	.data-encomenda{
		text-align: left !important;
	}
	
	.paginas_pessoais{
		margin-top: 40px;
	}
	
	.cart-mobile{
		display: block !important;
	}
	
	.table-responsive {
		font-size: 13px !important;
	}

	.main-loja {
		margin-top: 30px !important;
	}
	
	.select-tamanho{
		width: 65% !important;
	}
	
	.breadcrumbs h2 {
		font-size: 22px;
	}
	
	.step-carrinho {
		font-size: 14px !important;
	}
	
	.paypal-btn{
		width: 80% !important;
	}
	
	.comprar-btn {
		width: 100% !important;
	}
	
	.encomenda-btn {
		width: 100% !important;
	}
}

.tamanho-desc{
    font-size: 13px;
    color: #5f5f5f;
}

.icon-carrinho{
	display: inline-block; 
	margin-right: 10px;
	margin-left:10px;
	width: 28px;
}	

.icon-login{
	width: 20px;
	margin-left: 50px;
}

.a-carrinho{
	padding: 0;
	background:transparent;
}

.programa-ajuda{
	margin-left:10px; 
	color: #fff;
	background: #f6b024; 
	padding: 6px 5px 6px 5px;
	display: inline-block;
	transition: 0.3s;
	border-radius: 50px;
	margin-top:10px;
}

.recibo-donativo {
    margin-top: 30px;
    font-size: 13px;
    border: red;
    background: #c1323333;
    padding: 10px;
    border-radius: 10px;
	cursor: pointer;
}

.paypal-button {
    outline: none;
    background: #4693C6;
    color: white;
    border: 0;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
}

#modal-recibo {
    padding-right: 0 !important;
}


.step-carrinho{
	line-height: 50px;
	border-bottom: 1px solid #cecece;
}

.paypal-btn{
	width:30%;
	cursor:pointer; 
	color: #fff;
	background-color: #be2a2b; 
	border-color: #be2a2b;
}

.produto-mobile{
	margin-top: 20px; 
	box-shadow: 0px 2px 7px 1px rgba(224,224,224,1); 
	padding-top: 20px; 
	padding-bottom: 20px; 
}

.alerta_login_2{
	padding: 6px;
	background: #f6b024;
    color: white;
    padding-left: 10px;
    border-radius: 5px;
}

.login-button{
	margin-top: 44px; 
	padding: 7px 35px 7px 35px; 
	outline:none;
	border-color: #be2a2b;
}


#tudo{
	padding-bottom: 6px; 
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 5px; 
	cursor:pointer;
	color: #be2a2b;
	font-weight: 700;
}

.categorias-p{
	padding-bottom: 6px; 
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 5px; 
	cursor:pointer;
	font-size: 14px;
}


img.cronograma{
	max-width: 100%;
}



	.filtro {
		font-size: 14px !important;
		padding: 10px !important;
		background: transparent !important;
		color: #be2a2b !important;
		border: 1px solid #be2a2b !important;
		min-width: 60px !important;
		outline:none;
	}
	
	.active-filtro {
		background: #be2a2b !important;
		color: white !important;
		outline: none !important;
		font-weight: 700 !important;
		outline:none !important;
	}
	
	figure {
		overflow: hidden;
		margin: 0px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	.blog-info ul {
		padding: 0;
		display: grid;
		grid-auto-flow: column;
		justify-content: space-between;
		grid-gap: 10px;
	}

	.blog-info {
		border-radius: 8px;
		padding: 0px 0px; 
		box-shadow:none;
	}
	
	.blog-info ul li {
		display: inline-block;
	}

	.bottom-notice{
		display: flex;
		padding-top:0px !important;
		padding-left: 10px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.noticia{
		padding-left: 10px;
		padding-right: 10px;
		border:none;
		height:auto; 
		max-height:95px; 
		overflow:hidden;
	}

	.desc-fb{
		padding-top: 5px;
		font-size: 12px; 
		line-height: 14px; 
		margin-bottom: 1rem !important;
	}
	
	.icons{
		color: #767575; 
		margin-top: 10px; 
		margin-left:20px; 
		font-size: 11px;
	}
	
	.grid {
		display: grid;
		grid-gap: 15px;
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		grid-auto-rows: 20px;
	}
	
	.grid_insta {
		display: grid;
		grid-gap: 15px;
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		grid-auto-rows: 20px;
	}

	
	.item2 {
		background-color: #ffffff;
		border: 1px solid #93939394;
		border-radius: 10px;
		box-shadow: 0px 0px 5px 0px rgb(110 110 110 / 62%);
	}
	
	.item {
		background-color: #ffffff;
		border: 1px solid #93939394;
		border-radius: 10px;
		box-shadow: 0px 0px 5px 0px rgb(110 110 110 / 62%);
	}
	
	.item_insta {
		background-color: #ffffff;
		border: 1px solid #93939394;
		border-radius: 10px;
		box-shadow: 0px 0px 5px 0px rgb(110 110 110 / 62%);
	}

	.photothumb{
		width: 100%;
	}

	.title {
		padding: 20px;
		/*background: white;*/
		padding-bottom: 1px; 
		color: #3b5998; 
		padding-left:10px;
		padding-top:15px; 
		border-top-left-radius: 8px; 
		border-top-right-radius: 8px;
	}

	.title h3{
		font-size: 1.2em;
		color: #ffffff;
		text-transform: uppercase;
	}
	
	.title_you {
		padding: 20px;
		/*background: white;*/
		padding-bottom: 1px; 
		color: red;
		padding-left:10px;
		padding-top:15px; 
		border-top-left-radius: 8px; 
		border-top-right-radius: 8px;
	}

	.title_you h3{
		font-size: 1.2em;
		color: #ffffff;
		text-transform: uppercase;
	}
	
.title_insta {
	padding: 20px;
	/*background: white;*/
	padding-bottom: 1px; 
	color: #833AB4;
	padding-left:10px;
	padding-top:15px; 
	border-top-left-radius: 8px; 
	border-top-right-radius: 8px;
}

.title_insta h3{
	font-size: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
}
	
.project .title{
	background-color: #607D8B;
}
	
.photo .title{
	background-color: #f44336;
}



.steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	position: relative;
}
	
.step-title {
	font-size: 12px;
	text-align: center;
	margin-top:2px;
}

.step-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #e8e8e8;
    transition: .4s;
}

.step-button[aria-expanded="true"] {
    width: 40px;
    height: 40px;
    color: white;
    background: #be2a2b;
}

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress { 
    position: absolute;
    width: 90%;
    z-index: 5;
    height: -9px;
    margin-left: 18px;
    margin-bottom: 22px;
    background: #d4d4d485;
    height: 6px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .2s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}


.btn_lado{
	cursor:pointer;
	max-width: 280px; 
	font-size: 16px; 
	padding: 10px; 
	background: #dcdcdc;
	color: black !important; 
	border-radius: 5px;
	margin-bottom:20px;
}














