@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
*{
  font-family:"Montserrat";
}
p{
	color: #232323;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}


@media (min-width: 1000px) {

  /* Animations */
  .anime-scroll [data-animate] {
    opacity: 0;
    transition: .5s;
  }

  .anime-scroll [data-animate="left"] {
    transform: translate3d(-50px, 0, 0);
  }

  .anime-scroll [data-animate="right"] {
    transform: translate3d(50px, 0, 0);
  }

  .anime-scroll [data-animate="top"] {
    transform: translate3d(0, -50px, 0);
  }

  .anime-scroll [data-animate="bottom"] {
    transform: translate3d(0, 50px, 0);
  }

  .anime-scroll [data-animate="fade"] {
    opacity: 0;
  }

  .anime-scroll [data-animate="zoom"] {
    transform: scale(.6);
  }

  .anime-scroll [data-animate="zoomIn"] {
    transform: scale(1.3);
    opacity: 0;
    transform-origin: top;
    transition: .7s;
  }

  .anime-scroll [data-animate].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale(1);
  }

  .anime-scroll [data-delay="1"] {
    transition-delay: .1s;
  }

  .anime-scroll [data-delay="2"] {
    transition-delay: .2s;
  }

  .anime-scroll [data-delay="3"] {
    transition-delay: .3s;
  }

  .anime-scroll [data-delay="4"] {
    transition-delay: .4s;
  }

  .anime-scroll [data-delay="5"] {
    transition-delay: .5s;
  }

}

.radius{
  border-radius: 30px;
} 


#header{ 
	position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 111; 
background: -moz-linear-gradient(top,  rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#00000000',GradientType=0 );

}

.topo{
  background: #720f10;
  color: #fff;
  font-size: 14px;
      position: relative;
    z-index: 1000;
}

.text-white {
  color: #fff;
}

.menu-colaborador .dropdown-item {
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 400px) {
  .menu-colaborador .dropdown-item {
    color: #fff;
    font-size: 11px;
  }
}

.menu-colaborador .dropdown-item:hover {
  background: #a70003;
  color: #fff;
}

.btn_s {
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px; 
  padding-top: 5px;
}

.btn_s svg{
  fill: #fff;
  width: 16px;
  height: 16px;
}

.logo{
	margin: 25px 0;
	float: left;
}

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		


#menu{
  display: block;
  /*padding-bottom: 3px;
  border-bottom: 1px solid #720f10;*/
}
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
  text-align: center;
}

#menu ul li{ 
	display: inline-block;
  vertical-align: top;
	height: auto; 
	position: relative;
}

#menu ul li a{ 
	font-size: 14px; 
	display: block; 
	height: auto;
	padding: 0px 7px; 
	line-height: 40px;
  font-weight: 500;
	color: #fff; 
  text-transform: uppercase;
	text-decoration: none; 
} 

#menu ul li:hover a{ 
	background: #720f10;
	color: #fff;
}  
 

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 99%; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; text-align: left;}
#menu ul li:hover > ul {display: block; }
#menu li ul li a{
  height:auto;
  line-height:20px;
  padding: 8px 10px;
  text-transform: none;
  font-size: 85%;
  border-radius: 0;
  background: #720f10;
  border-bottom:1px solid #580405;
}
#menu li ul li a:hover{background: #a70003;}
@media only screen and (min-width: 1200px) { 
#menu li ul li:first-child a{ 
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
}
#menu li ul li:last-child a{
  border-bottom: none;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;  
}
 
#menu a{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}  
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #720f10; width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
	#menu.nav-fixed ul a{line-height: 40px; color: #fff;} 
	#menu.nav-fixed li ul{text-align: left; display: none; }
	#menu.nav-fixed li ul a{ line-height:20px; }
} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-top: 10px; cursor: pointer;}

@media only screen and (max-width: 1200px) { 
  .pull {cursor: pointer; display: block; float: right; }
  .bgplb{ background-position: 0px -37px; background-color: #860608; position: relative; z-index: 999991}
  #menu {background: #fff; position: fixed; left: -100%; top: 0; padding-top: 30px; z-index: 99999; width: 100%; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
  #menu ul{float: none !important; margin: 0 0; }
  #menu ul li {width: 90%; margin: 0 auto; display: block; float: none; height: auto; border-bottom:1px solid #ddd;}
  #menu ul li a {text-align: left; color: #171717; font-size: 1.1em; height: auto; line-height: 45px; padding: 0 10px; } 

  #menu ul li:hover > ul {display: block; }
  #menu ul li ul{position:relative; top:0px; margin:0px; width: 100% ; padding: 0 3%; } 
  #menu ul li li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
  }

   #menu ul li li a{
    background: #fff !important;
    border-bottom: none;
     color: #171717 !important;
   }
   #menu ul li li a:hover{
    border-bottom: none;
	}
   .arrow-menu:before{
    content: "›";
    position: absolute;
    top: -3px; 
    right: 10px;
    font-size: 40px;
    color: #171717;
   }
   #menu ul li li a:before{
    content: "»";
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: bold;
   }
  #menu-toggle:checked + #menu { left: 0 !important; }


	#header{
		position: absolute;
		top: 0;
		z-index: 111; 
	}

	.logo{
		margin: 15px 0;
	}
	.logo img{
		height: 45px;
	}
} 
 @media(max-width: 700px){
   #menu {
     padding-bottom: 100px;
   }
}
#painel-home ul{
	padding-left: 0;
	list-style: none;
}
#painel-home img{
	width: 100%;
}
#painel-home .slick-prev { 
  left: 5% !important;
}
#painel-home .slick-next { 
  right: 5% !important;
}

@media only screen and (max-width: 678px) {

  #painel-home .slick-prev,
  #painel-home .slick-next { 
    top: 80% !important;
  }
}
.carousel .slick-slide {
    padding:0 10px;  
}   
.slick-prev {
  left: 0;
  background-position: 0 0 !important;
}
.slick-next {
  right: 0;
  background-position: -43px 0 !important; 
}
	.slick-next, .slick-prev{
    height: 39px !important;
    width: 39px !important;
    margin-top: -20px !important;
		background-image: url(../img/icones/arrow.png) !important;
  }
  .slick-next:before, .slick-prev:before{
    display: none !important;
  }
  
  .btn-tab img, 
	.item img{
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
  }


.btn1{
  color: #fff;
  border-radius: 25px;
  font-weight: 500;
  border:1px solid #fff;
}
  .btn1:hover{
    color: #720f10;
    background: #fff;
  }


@media only screen and (min-width: 998px) {
  .home1{ background-color: #720f10;
    background: url(../img/home1.png) no-repeat center;
    background-size: 100%;
    -webkit-background-size: 100%;
    color: #fff;
    position: relative;
    padding: 300px 0 180px 0;
    margin-top: -250px;
  }
}
@media only screen and (max-width: 998px) {
  .home1{
    background-color: #720f10;
    color: #fff;
    padding: 35px 0 150px 0;
    margin-bottom: 1.7rem;
  }
}
  .home1 p{
    color: #fff;
  }

.chefs{
  position: absolute;
  right: -8%;
  width: 55%; 
  z-index: 2; 
  bottom: -200px;
}
  .home02{ 
      margin-top: -200px;
  }
  .svg{
    display: block;
    width: 100%;
    height: 250px;
      background-image: url(../img/onda-topo.svg);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-background-size: 100%;
      margin-bottom: -100px;
  }
@media only screen and (max-width: 998px) {
 
  .home02{ 
    margin-top: 0;
    padding-top: 100px;
  }
  .svg{
    height: 150px;
    margin-top: -250px;
    margin-bottom: -20px;
  }
}

#tabs-marcas .nav-tabs,
#tabs-marcas .nav-link{
  padding: 0;
  border: none
}

.btn-tab{ 
  border:1px solid #4c4c4c;
  color: #4c4c4c;
  height: 140px;
  width: 200px;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.3); 
}

.active .btn-tab{
  color: #720f10;
  font-weight: 600;
}
.btn-tab img{
  max-width: 80%;
  max-height: 80%;
}

@media (max-width: 600px) {
  .btn-tab{
    height: 110px;
    width: 130px;
  }
  .btn-tab img{
    max-width: 90%;
  }
}

.active .btn-tab{
  border:1px solid #720f10;
}
.tab-bg{
  background: #ffe6d0;
}

.card-unidade{
 min-height:  200px;
  background: #fff;
}
  .card-unidade h5{
    font-size: 18px;
    min-height: 30px;
  }
  .link{
    color: #720f10;
    float: right;
  }

.caption{
  color: #720f10;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.home2{
  position: relative;
  background: #720f10;
  padding: 100px 0;
}

@media(max-width: 768px){
  .home2{
    padding: 50px 0 0 0;
    margin-bottom: 2rem;
  }
}

  .home2 .row{
    z-index: 2;
    position: relative;
  }

.card-noticias{
  background: #fff;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.5);  
}
  .card-noticias h4{
    color: #720f10;
    font-size: 18px;
    font-weight: 600; 
  }
.onda-top,
.onda-top2,
.onda-baixo,
.onda-baixo-red{
  position: absolute;
  width: 100%;
  left: 0;
}
  .onda-top{
    top: 0;
  }
  .onda-top2{
    top: 70px;
    width: auto;
    left: 40%;
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .onda-baixo{
    bottom: 0;
    z-index: 1;
  }
  .onda-baixo-red{
    bottom: 50px; 
  }

#tabs-0800 .nav-tabs{
  border:none;
}

.btn0{
  background: #4f0506;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
}
  .btn0:hover{
    background: #a32628;
    color: #fff;
  }

.btn2{
  background: #fff;
  border:1px solid #720f10;
  border-radius: 20px; 
  font-weight: 500;
  font-size: 14px;
  color: #720f10;
}
  .btn2:hover{
    background: #720f10;
    color: #fff;
  }

.bloco-equipe{
  z-index: 3;
  position: relative;
  background: #ffeedf;
  border:1px solid #720f10;
}
  .bloco-equipe img{
    position: absolute;
    bottom: -1.5rem;
  }
  .bloco-equipe p{
    color: #720f10;
  }

.bloco-noticia{
  position: relative;
  overflow: hidden; 
}
  .bloco-noticia img{
    width: 100%;
  }

.tit{
  color: #720f10;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .tit{ 
    font-size: 24px;
  }

  #tabs-0800 .nav {
    display: block;
  }
  #tabs-0800 .nav-item {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.time{
  color: #720f10;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.chamada{
  position: absolute;
  z-index: 1;
  transition: all .3s;
  bottom: 0;
  width: 100%;
  padding: 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 29%, rgba(0,0,0,0.65) 99%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 29%,rgba(0,0,0,0.65) 99%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 29%,rgba(0,0,0,0.65) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.bloco-noticia:hover .chamada{
  padding: 20px 20px 30px 20px;
}

.chamada h4{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.chamada span{
  font-size: 14px;
  float: right;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 600
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
.lupa:before{
  position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.lupa:hover:before{
  opacity: 1;
}

.brn {
  height: 355px;
  background-position: center top;
  background-repeat: no-repeat;
}

@media(max-width: 768px){
  .brn {
    height: 200px;
    background-size: cover;
    -webkit-background-size: cover;
  }
}
.brn-historia{
  background-image: url(../img/topo/historia.jpg);
}
.brn-missao{
  background-image: url(../img/topo/missao.jpg);
}
.brn-marcas{
  background-image: url(../img/topo/marcas.jpg);
}
.brn-galeria{
  background-image: url(../img/topo/galeria.jpg);
}
.brn-carreiras{
  background-image: url(../img/topo/carreiras.jpg);
}
.brn-acoes{
  background-image: url(../img/topo/acoes.jpg);
}
.brn-sustentabilidade{
  background-image: url(../img/topo/sustentabilidade.jpg);
}
.brn-orcamento{
  background-image: url(../img/topo/orcamento.jpg);
}
.brn-sac{
  background-image: url(../img/topo/sac.jpg);
}
.brn-noticias{
  background-image: url(../img/topo/noticias.jpg);
}
.brn-termo{
  background-image: url(../img/topo/termo.jpg);
}
.brn-contato{
  background-image: url(../img/topo/contato.jpg);
}

.brn-1{
  background-image: url(../img/topo1.jpg);
}

.brn-2{
  background-image: url(../img/topo2.jpg);
}

.brn-3{
  background-image: url(../img/topo3.jpg);
}

.brn-4{
  background-image: url(../img/topo4.jpg);
}




@media(max-width: 568px){ 
  .brn {
    height: 170px;
  }
}
@media(min-width: 1350px){ 
  .brn {
    height: 370px;
    background-size: 100%;
    background-position: bottom center;
  }
}

.page-header{ 
  margin: 40px 0;
}
  
.page-header h1{
  color: #720f10;
  font-size: 30px; 
  font-weight: 700;
  padding: 0 0;
  margin: 0 0;
  border-bottom: 1px solid #d0abac;
}

.subtitulo{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding-top: 12%;
}
@media(min-width: 768px){
  .bnr_gente{
    margin-top: -350px;
  }
}

@media(max-width: 768px){

  .page-header h1{
    font-size: 26px;
  }
  .subtitulo{
    font-size: 18px;
  }
}

@media(min-width: 992px){
  .miolo-historia{
    width: 45%;
    position: absolute;
    top: -33%;
    z-index: 1;
    right: 0;
  }
  .margem-negativa{
    margin-top: -130px;
    margin-bottom: -100px;
  }
}

.tt{
  color: #720f10;
  font-size: 18px;
  margin-top: 10px;
}

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

.list li{
  padding-left: 15px;
  margin-bottom: 5px;
}

.list li:before{
  content: "";
  width: 7px;
  height: 7px;
  float: left;
  margin-top: 8px;
  background: #e3191c;
  margin-left: -15px;
  border-radius:50%;
}

.card-sus{
  border: 2px solid #720f10;
  border-radius: 15px;
  padding: 20px 15px;
  text-align: center;
  transition: all .3s;
}
.card-sus:hover{
  border-color: #999;
}
  .card-sus h3{
    color: #720f10;
    font-size: 18px;
    font-weight: 600;
  }
  .icone{
    height: 85px;
    margin: 15px 0;
  }

.bg_sust{
  background: url(../img/bg_sust.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  /*background-color: #720f10;*/
  color: #fff;
  position: relative; 
  padding: 120px 0 80px 0;
}
@media(min-width: 1200px){
  .bg_sust{
    padding: 200px 0;
  }
}
  .bg_sust h3,
  .bg_sust p{
    color: #fff;
  }
  .bg_sust h3{
    font-weight: 600;
  }

@media(min-width: 768px){
  .bg_sust img{
    margin-top: -90px;
  }
}  

.marcas {
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    height: 180px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

 .icone img,
 .marcas img{
 	display: block;
 	margin: 0 auto;
 	max-width: 80%;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%); 
 }

 .noticia{
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);*/
 	margin-bottom: 30px;
 }

 .noticia h3{
 	color: #720f10;
 	font-size: 18px;
 }

 .noticia time{
 	color: #720f10;
 }

 .pagination .active a.page-link{
 	background: #720f10;
 	border-color: #720f10;
 }

 .pagination a.page-link{
 	color: #720f10;
 }

 .btn-volta{
 	background: #720f10;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #630c0d;
    color: #fff;
  }

.cabecalho h2{
  font-weight: 600;
	color: #720f10;
	font-size: 22px;
	margin-bottom: 5px;
}

.cabecalho time{
	color: #737373;
}

 #form .form-control{
  	min-height: 45px;
    border-radius: 15px;
 	  border:1px solid #720f10;
 }

 #form .btn{
 	background: #720f10;
 	color: #fff;
 	margin-top: 20px;
 	height: 45px;
    border-radius: 15px;
 	border: none;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #630c0d;
    color: #fff;
  }

 .captcha{
 	float: left;
 	border:1px solid #720f10;
 	margin-right: 10px;
  border-radius: 15px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}
.img-contato {
  margin-top: -150px;
}
.btn4,
.btn5,
.btn3,
.btn6 { 
  background: #720f10;
  display: block;
  white-space: normal;
  color: #fff;
  border-radius: 15px;
}
.btn4:hover, .btn5:hover,
  .btn3:hover{
    color: #fff;
    background: #630c0d;
  }

.btn4{
  background-color: #e59c7a;
  color: #211204;
}
.btn5{
  background-color: #3c87c4;
}
.btn6{
  background-color: #ff8304;
}
.btn6:hover {
  background-color: #bd6002;
  color: #fff;
}
/*@media(min-width: 1200px){
  #footer{
    background-position:  center 370% !important; 
    background-size: 100%;
  }
}*/
#footer{
	padding: 75px 0 0 0;
	background-color: #720f10;
	color: #fff;
  position: relative;
  font-size: 14px;
}
.svg-rodape{ 
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 140px;
  background-size: 100%; 
  -webkit-background-size: 100%; 
  background-image: url(../img/svg-rodape.svg);
}
#footer .row{
  z-index: 2;
  position: relative;
}


 
@media(max-width: 992px){
  #footer{
    padding: 0 0 0 0;
  }
  .svg-rodape{
    display: none;
  }
  .bg-mobile-footer{
    background-color: #fff;
    padding: 15px 0 35px 0;
    margin-bottom: 15px;
  }
}
@media(max-width: 600px){
  .bg-mobile-footer{
    display: none;
  }
  #footer{
    margin-top: 15px;
    padding-top: 30px;
  }
}
 
 
.tt-footer{
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

#footer address,
#footer p{
	color: #fff;
  font-size: 14px;
}

.btn_social{ 
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 9px 0 0 0;
  border:1px solid #fff;
}
.btn_social:hover{
  background: #fff;
}
.btn_social svg{
  fill: #fff;
  width: 20px;
  height: 20px;
}
.btn_social:hover svg{
  fill: #720f10; 
}
	
.rodape{
	margin-top: 15px;
	background: #630c0d;
	padding: 5px 0;
  font-size: 14px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}

.barratopo{display:none} 

 
@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}

@media only screen and (max-width: 1200px) { 
 
  .barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
   z-index:99999; background: #006baa; }
  .barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
  .barratopo span img{margin: 0px 5px 0 0px;}
 
 
}

@media only screen and (max-width: 767px) { 
}


.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; left: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}

#privacy-policy {
    width: 85%;
    max-width: 808px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff !important;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9999999999;
    padding: 20px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeIn 1.3s 5s forwards;
    -moz-animation: fadeIn 1.3s 5s forwards;
    animation: fadeIn 1.3s 5s forwards;
    font-size: 13px; 
}

#privacy-policy h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

#privacy-policy article {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

#privacy-policy button {
    width: 112px;
    height: 44px;
    border-radius: 5px;
    background-color: #720f10;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#privacy-policy a {
  text-decoration: underline;
}

@media  (max-width: 767px) {
    #privacy-policy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #privacy-policy article {
        width: 100%;
    }

    #privacy-policy button {
        width: 100%;
    }
}

  .alertRetorno{
    position: fixed;
      top: 0;
      z-index: 9999999999;
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
  }

  .fundoRetorno{
      margin: auto;
      top: 40%;
      position: relative;
      text-align: center;
      background: #fff;
      max-width: 308px;
      padding: 45px;
      border-radius: 7px;
  }

  .fechaalerta{
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
  }