﻿*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

p {
	color: #fff;
}

/*Links Uteis*/

.pd-md 
{
    padding: 20px;
}

.menu_down {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}
.menu_down h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.menu_down ul li {
  display: inline-block;
  margin: 10px;
  color: #fff;
}
.menu_down li {
  display: inline;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s;
}
/*
.menu_down li:hover {
  background: #8d8d8d;
}
*/

.verde {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  background: #8c9f50;
}
.orange {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  background: #c34e33;
}
.azul {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  background: #475ba0;
}
.rosa {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  background: #a64a54;
}
.amarelo {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  background: #d4a752;
}
/*Links Uteis*/

.container {
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.principal {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.container:after, .container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3, .grid-1-2, .grid-8-1, .grid-5-1, .grid-6-1, .grid-10-1, .grid-17 {
	float: left;	
	margin-left: 10px;
	margin-right: 10px;

}

.grid-1 	{width: 40px;}
.grid-2 	{width: 100px;}
.grid-3 	{width: 160px;}
.grid-4 	{width: 220px;}
.grid-5 	{width: 280px;}
.grid-5-1	{width: 300px;}
.grid-6 	{width: 340px;}
.grid-6-1	{width: 320px;}
.grid-7 	{width: 400px;}
.grid-8 	{width: 460px;}
.grid-8-1	{width: 490px;}
.grid-9 	{width: 500px;}
.grid-9-1 	{width: 520px;}
.grid-10 	{width: 580px;}
.grid-10-1 	{width: 595px;}
.grid-11 	{width: 640px;}
.grid-12 	{width: 700px;}
.grid-13 	{width: 760px;}
.grid-14 	{width: 820px;}
.grid-15 	{width: 880px;}
.grid-16 	{width: 940px;}
.grid-17	{width: 1020px;}
.grid-1-3	{width: 300px;}

/*Estilo para tablets-pro*/
@media only screen and (min-width: 769px) and (max-width: 1024px) 
    {
    
        .menu_down h3 {
          font-size: 32px;
          color: #fff;
          margin-bottom: 30px;
          margin-top: 30px;
        }
        .menu_down ul li {
          display: inline-block;
          margin: 10px;
          color: #fff;
        }
        .menu_down li {
          display: inline;
          color: #fff;
          font-size: 14px;
          text-transform: uppercase;
          transition: all 0.5s;
        }
        /*
        .menu_down li:hover {
          background: #8d8d8d;
        }
        */

        .verde, .orange, .azul, .rosa, .amarelo {
          margin-left: 5px;
          margin-right: 5px;
          padding: 10px;
        }
        .container {
            width: 768px;
        }
        
        .grid-1 	{width: 40px;}
        .grid-2 	{width: 100px;}
        .grid-3 	{width: 160px;}
        .grid-4 	{width: 220px;}
        .grid-5 	{width: 280px;}
        .grid-5-1	{width: 300px;}
        .grid-6 	{width: 340px;}
        .grid-6-1	{width: 320px;}
        .grid-7 	{width: 400px;}
        .grid-8 	{width: 361px;}
        .grid-8-1	{width: 365px;}
        .grid-9 	{width: 500px;}
        .grid-9-1 	{width: 520px;}
        .grid-10 	{width: 580px;}
        .grid-10-1 	{width: 363px;}
        .grid-11 	{width: 408px;}
        .grid-12 	{width: 700px;}
        .grid-13 	{width: 528px;}
        .grid-14 	{width: 588px;}
        .grid-15 	{width: 648px;}
        .grid-16 	{width: 708px;}
        .grid-17	{width: 768px;}
        .grid-1-3	{width: 300px;}
    
    }


@media only screen and (min-width: 768px) and (max-width: 959px) {

.container {
	width: 768px;
}

.menu_down ul li {
    margin: 25px 10px 25px 10px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3, .grid-1-2, .grid-8-1, .grid-5-1, .grid-6-1 {
	float: none;
	margin: 0 auto;

}

.grid-1		{width: 28px;}
.grid-2		{width: 76px;}
.grid-3		{width: 124px;}
.grid-4		{width: 172px;}
.grid-5		{width: 220px;}
.grid-5-1	{width: 240px;}
.grid-6		{width: 268px;}
.grid-6-1	{width: 296px;}
.grid-7		{width: 316px;}
.grid-8		{width: 364px;}
.grid-8-1	{width: 394px}
.grid-9		{width: 412px;}
.grid-10	{width: 460px;}
.grid-11	{width: 508px;}
.grid-12	{width: 556px;}
.grid-13	{width: 604px;}
.grid-14	{width: 652px;}
.grid-15	{width: 700px;}
.grid-16	{width: 748px;}
.grid-1-3	{width: 236px;}

}

@media only screen and (max-width: 767px) {
.container {
	width: 300px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3, .grid-1-2, .grid-8-1, .grid-5-1, .grid-6-1 {
	width: 300px;
	margin: 0 0 10px 0;
	float: none;
}
.menu_down ul li {
    display: block;
  }
  .verde, .orange, .azul, .rosa, .amarelo {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    display: block;
    margin-top: 15px;
  }

}

/*css menu*/

@media all and (-ms-high-contrast:active), all and (-ms-high-contrast:none)
     {
     /* Anima��o */

		[data-anime] {
		  opacity: 1;
		}

		[data-anime="left"] {
		  transform: translate3d(0, 0, 0);
		  -webkit-transform: translate3d(0, 0, 0);
		}

		[data-anime="right"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="top"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="topbanner"] {
		  transform: translate3d(0, 0, 0);
		  transition: all .6s ease-in;
		}

		[data-anime].animate {
		  opacity: 1;
		  -webkit-transform: translate3d(0px, 0px, 0px);
		}
		#menufda > ul > li > a {
          font-size: 16px !important;
        }
     }
     
     @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
  /* Anima��o */

		[data-anime] {
		  opacity: 1;
		}

		[data-anime="left"] {
		  transform: translate3d(0, 0, 0);
		  -webkit-transform: translate3d(0, 0, 0);
		}

		[data-anime="right"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="top"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="topbanner"] {
		  transform: translate3d(0, 0, 0);
		  transition: all .6s ease-in;
		}

		[data-anime].animate {
		  opacity: 1;
		  -webkit-transform: translate3d(0px, 0px, 0px);
		}
}}
     
     @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
    @media {
        /* Anima��o */

		[data-anime] {
		  opacity: 1;
		}

		[data-anime="left"] {
		  transform: translate3d(0, 0, 0);
		  -webkit-transform: translate3d(0, 0, 0);
		}

		[data-anime="right"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="top"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="topbanner"] {
		  transform: translate3d(0, 0, 0);
		  transition: all .6s ease-in;
		}

		[data-anime].animate {
		  opacity: 1;
		  -webkit-transform: translate3d(0px, 0px, 0px);
		}
    }
}
      @media not all and (min-resolution:.001dpcm) { 
    @media {
        /* Anima��o */

		[data-anime] {
		  opacity: 1;
		}

		[data-anime="left"] {
		  transform: translate3d(0, 0, 0);
		  -webkit-transform: translate3d(0, 0, 0);
		}

		[data-anime="right"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="top"] {
		  transform: translate3d(0, 0, 0);
		}

		[data-anime="topbanner"] {
		  transform: translate3d(0, 0, 0);
		  transition: all .6s ease-in;
		}

		[data-anime].animate {
		  opacity: 1;
		  -webkit-transform: translate3d(0px, 0px, 0px);
		}
    }
}
     
     
/*
  body {
    background: #000;
  }
*/
  
  .block-cookie {
    width: 100%;
    height: 10vh;
    position: fixed;
    z-index: 9999999;
    top: 80%; 
  }
  .brr {
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
.msg-cookie {
  position: relative;
  width: 30%;
  margin: 0 auto;
 background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  top: 0;
  padding: 5px 0px;
  box-shadow: 5px 5px 5px #D4D4D4;
}

.msg-cookie p {
  font-size: 12px;
}


.msg-cookie a {
  text-decoration: underline;
  font-weight: 700;
  color: #000;
  font-size: 12px;
}

.msg-cookie input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 5px;    
}

.btn-cookie {
  width: 130px;
  height: 25px;
  background: #0069de;
  color: #fff;
  text-transform: uppercase;
  margin: 5px auto 0 auto;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #0069de;
  font-size:12px;
}

.btn-white-cookie {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  margin-left: 30px;
}
.politicasp {
  display: block;
  color: #fff;
  margin-top: 10px;
}
.politicasp a {
  color: #fff;
  font-weight: 700;
}
.labelact {
  display: block;
  margin-top: 10px;
}

.bar-search-mad {
}
.bar-search-mad-grid {
	max-width: 360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bar-search-mad-grid input {
	max-width: 250px;
	padding: 8px 55px 8px 10px;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	background: #fff url(https://www.madeirol.com.br/menu/img/search-ico.png) no-repeat 95% center;
	transition: all 0.5s;
}

.bar-search-mad-grid input:focus, .bar-search-mad-grid input:hover {
	opacity: 1;
}

	.portal_segura {
		position: relative;
		float: left;
		width: auto;
		cursor: pointer;
	}
	
	/*.portal_segura:hover {
		color: #c34e33;
	}*/

	.portal_menu {
		position: relative;
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		padding-bottom: 10px;
	}
    
    .portal_hover div {
      position: relative;
      padding: 10px;
      font-size: 16px;
      text-decoration: none;
      color: #F9F9F9;
      font-weight: 400;
      transition: all 0.5s;
    }
    .portal_hover div:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #bdcf73;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    .portal_hover div:hover:before
    {
         visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

	.acesso_portal {
		width: 300px;
		font-size: 16px;
		color: #fff;
		position: absolute;
		background: #000;
		padding-bottom: 30px;
	}
	
	.acesso_portal p {
		color: #fff;
		font-size: 18px;
		text-align: center;
		padding-top: 40px;
	}
	
	.acesso_portal input {
		width: 260px;
		height: 30px;
		border: 1px solid #fff;
		background: #fff;
		color: #000;
		margin: 10px 20px;
		outline: none;
		font-size: 16px;
		font-family: Roboto, "Times New Roman", serif;
	}
	
	.btn_news {
		font-size: 14px;
		text-decoration: none;
		background: none;
		color: #fff;
		border: 1px solid #fff;
		padding: 10px 35px;
		margin: 5px 20px;
		cursor: pointer;
		text-transform: uppercase;
		top: 0;
		position: relative;
	}
	
	.btn_srch {
        font-size: 12px;
        padding: 9px 4px;
        margin: 0px 10px;
        display: inline-block;
        float: right;
        transition: all 0.5s;
        border-radius: 0;
    }
    
    .btn_srch:hover {
        font-size: 12px;
        padding: 9px 4px;
        margin: 0px 10px;
        display: inline-block;
        float: right;
        border: 1px solid #fff;
        background: #fff;
        color: #000 !important;
        font-weight: 100 !important;
    }
    
    .topoMenu 
    {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-self: center;
        align-items: center;
        padding: 1rem;
        position: fixed;
        z-index: 999999;
        background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
        transition: ease-out 1s;
    }
    
	
	
	
    .logo {
		width: 160px;
		height: auto;
		position: relative;
		z-index: 123;
	}
	
	.logo img {
		width: 160px;
		height: auto;
		
	}
	
	.menu-social {
		position: relative;
		top: 10px;
		float: left;
		width: 110px;
		left: 40px;
	}
	
	.menu-social img {
		width: 25px;
		height: 25px;
		margin: 0 5px;
		display: inline-block;
	}
	
    .logo a
    {
        color: #F9F9F9;
    }
    nav
    {
        position: relative;
        width: 100%;
        margin: 0 auto;
        z-index: 10000;
    }
    #menufda, #menufda ul, #menufda ul li, #menufda ul li a, #menufda #head-mobile {
        max-width: 100%;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #menufda:after, #menufda > ul:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    #menufda #head-mobile
    {
        display: none;
    }
    #menufda
    {
        font-family: 'Roboto', sans-serif;
        background: transparent;
		margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: center;
        align-self: center;
        justify-content: center;
    }
    #menufda > ul > li
    {
        float: left;
    }
    #menufda > ul > li > a {
      position: relative;
      padding: 10px;
      font-size: 16px;
      text-decoration: none;
      color: #F9F9F9;
      font-weight: 400;
      transition: all 0.5s;
    }
    #menufda > ul > li > a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #bdcf73;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    #menufda > ul > li > a:hover:before
    {
         visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    #menufda ul li.active a
    {
        color: #bdcf73;
        background-color: #000;
    }
    #menufda > ul > li:hover, #menufda ul li.active:hover, #menufda ul li.active, #menufda ul li.sub-menu.active:hover
    {
        background: transparent !important;
        -webkit-transition: background .3s ease;
        -ms-transition: background .3s ease;
        transition: background .3s ease;
    }
    #menufda ul ul
    {
        position: absolute;
        left: -9999px;
        max-width: 210px;
    }
    #menufda ul ul li
    {
        height: 0;
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        background: #333;
        transition: all .25s ease;
    }
    #menufda ul ul li:hover
    {
    }
    #menufda li:hover > ul
    {
        left: auto;
    }
    #menufda li:hover > ul > li
    {
        height: auto;
    }
    #menufda ul ul ul
    {
        margin-left: 100%;
        top: 0;
    }
    #menufda ul ul li a
    {
        border-bottom: 1px solid rgba(150,150,150,0.7);
        padding: 11px 15px;
        width: 210px;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        text-decoration: none;
        color: #C8C8C8;
        font-weight: 400;
    }
    
    
    #menufda ul ul li:last-child > a, #menufda ul ul li.last-item > a
    {
        border-bottom: 0;
    }
    #menufda ul ul li:hover > a, #menufda ul ul li a:hover
    {
        color: #F9F9F9;
    }
    #menufda ul ul li.sub-menu > a:after
    {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #C8C8C8;
        content: '';
    }
    #menufda ul ul li.sub-menu > a:before
    {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #C8C8C8;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }
    #menufda ul ul > li.sub-menu:hover > a:before
    {
        top: 17px;
        height: 0;
    }
    #menufda ul ul li.sub-menu:hover, #menufda ul li.sub-menu ul li.sub-menu ul li:hover
    {
        background: #363636;
    }
    #menufda ul ul ul li.active a
    {
        border-left: 0px solid #333;
    }
    #menufda > ul > li.sub-menu > ul > li.active > a, #menufda > ul ul > li.sub-menu > ul > li.active > a
    {
        border-top: 0px solid #333;
    }
   
	
	#tab_menu.menubg_scroll {
		background: #000;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	}
	
    .botao
    {
        display: none;
    }
    .desktop 
        {
            
        }
        .mobile 
        {
            display: none;
            }
            
/*Estilo para laptop*/
@media only screen and (min-width: 800px) and (max-width: 1280px) {

.bar-search-mad-grid {
    max-width: 280px;
}
.bar-search-mad-grid input {
    max-width: 194px;
}
    
}           
@media screen and (max-width:1000px)
    {
        
        .topoMenu 
    {
        flex-wrap: wrap;
    }
        .brr {
            display: none !important;
          }
		  .bar-search-mad {
			margin: 0 auto;
		}
		.bar-search-mad-grid {
            max-width: 300px;
            margin: 0px auto;
            display: flex;
            justify-content: center;
        }
        
        #menufda
        {
            background-color: none;
            display: block;
        }
        

        .logo
        {
            position: relative;
            width: 300px;
            height: 42;
            text-align: center;
            padding: 0;
            float: none;
			margin: 0 auto;
        }
		
		.logo img {
			width: 185px;
			height: auto;
			margin: 12px auto;
		}
		
		.menu-social {
		display: none;
		}
		
        #tab_menu
        {
            position: absolute;
        }
        .logo2
        {
            display: none;
        }
        nav
        {
            width: 100%;
        }
        #menufda
        {
            width: 100%;
			left: 0;
			background: none; /*#000*/
        }
        #menufda ul
        {
            width: 100%;
            display: none;
        }
        #menufda ul li
        {
            width: 100%;
            border-top: 1px solid #444;
            background-color: #000;
        }
        #menufda ul li:hover
        {
            background: #ddd;
        }
        #menufda ul ul li, #menufda li:hover > ul > li
        {
            height: auto;
        }
        #menufda ul li a, #menufda ul ul li a
        {
            width: 100%;
            border-bottom: 0;
            padding: 17px 0px 10px 10px;
        }
        #menufda > ul > li
        {
            float: none;
        }
        #menufda ul ul li a
        {
            padding-left: 25px;
        }
        #menufda ul ul li
        {
            background: #333 !important;
        }
        #menufda ul ul li:hover
        {
            background: #363636 !important;
        }
        #menufda ul ul ul li a
        {
            padding-left: 35px;
        }
        #menufda ul ul li a
        {
            color: #ddd;
            background: #292929;
        }
        #menufda ul ul li:hover > a, #menufda ul ul li.active > a
        {
            color: #fff;
        }
        #menufda ul ul, #menufda ul ul ul
        {
            position: relative;
            left: 0px;
            max-width: 100%;
            margin: 0;
            text-align: left;
        }
        #menufda > ul > li.sub-menu > a:after, #menufda > ul > li.sub-menu > a:before, #menufda ul ul > li.sub-menu > a:after, #menufda ul ul > li.sub-menu > a:before
        {
            display: none;
        }
        #menufda #head-mobile
        {
            display: block;
            padding: 1px;
			background: none; /*#000*/
        }
        .botao
        {
            width: 55px;
            height: 46px;
            position: absolute; /* right:0; */
            top: 0;
            cursor: pointer;
            z-index: 12399994;
            display: block;
        }
        #menufda .submenu-botao
        {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 0px solid #444;
            height: 46px;
            width: 1500px;
            cursor: pointer;
        }
        #menufda .submenu-botao.submenu-opened
        {
            background: none;
        }
        #menufda ul ul .submenu-botao
        {
            height: 34px;
            width: 34px;
        }
        #menufda .submenu-botao:after
        {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ddd;
            content: '';
        }
        #menufda ul ul .submenu-botao:after
        {
            top: 15px;
            right: 13px;
        }
        #menufda .submenu-botao.submenu-opened:after
        {
            background: #fff;
        }
        #menufda .submenu-botao:before
        {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ddd;
            content: '';
        }
        #menufda ul ul .submenu-botao:before
        {
            top: 12px;
            right: 16px;
        }
        #menufda .submenu-botao.submenu-opened:before
        {
            display: none;
        }
        #menufda ul ul ul li.active a
        {
            border-left: none;
        }
        #menufda > ul > li.sub-menu > ul > li.active > a, #menufda > ul ul > li.sub-menu > ul > li.active > a
        {
            border-top: none;
        }
        #menufda > ul > li:hover > a
        {
            color: #bdcf73;
            background-color: #000;
        }
        #menufda ul li.active a
        {
            color: #bdcf73;
            background-color: #000;
        }
		
		.acesso_portal {
			width: 100%;
			font-size: 16px;
			color: #fff;
			position: absolute;
			background: #000;
			padding-bottom: 30px;
		}
		
		.acesso_portal p {
			color: #fff;
			font-size: 18px;
			text-align: left;
			padding-top: 10px;
			padding-left: 20px;
		}
		
		.acesso_portal input {
			width: 270px;
			height: 30px;
			margin: 10px 20px;
		}
		.portal_segura {
			width: 100%;
			left: 0;
			top: 0;
			background: #000;
			padding: 0;
			border-top: 1px solid #444;
		}

		.portal_menu {
			width: 200px;
			left: 14px;
		}
        .ifmobile {
          display: none;
        }
		
    }
    
    /*Estilo para tablets-pro*/
    @media only screen and (min-width: 769px) and (max-width: 1024px) 
    {
        
        .topoMenu 
    {
        flex-wrap: wrap;
    }
    
        .logo {
            max-width: 120px;
        }
        .logo img {
            max-width: 120px;
        }
        #menufda, #menufda ul, #menufda ul li, #menufda ul li a, #menufda #head-mobile {
            max-width: 100%;
        }
        #menufda > ul > li > a {
            font-size: 15px;
        }
        .brr {
            margin-right: 6px;
            margin-left: 6px;
        }
        .portal_hover div {
            font-size: 15px;
        }
		.bar-search-mad {
			width: 813px;
			margin: 0 auto;
		}
		
		#menufda {
            max-width: 769px;
            display: block;
            justify-content: center;
        }
        
        
    .line-menu 
    {
        display: none;
    }

    
    }
    
    /*Estilo para tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .desktop 
        {
            display: none !important;
        }
        .mobile 
        {
         display: block;   
            }
    
    }
    
    
	/*Estilo para smartphone*/
@media only screen and (max-width: 767px) {
	 .logo
        { 
            width: 185px;
			height: auto;
			background-color: none;
			margin: 0 auto;
			padding: 5px;
        }
        .bar-search-mad-grid {
            max-width: 500px;
            margin: 0;
            float: none;
            display: flex;
            justify-content: center;
            background: #000;
            padding: 15px 5px 15px 10px;
        }
		.bar-search-mad {
			width: 300px;
            margin: 0 auto;
            text-align: center;
		}
		.bar-search-mad-grid input 
		{
		    max-width: 220px;
			float: none;
		}
		
      .ifmobile {
        display: none;
      }
      .msg-cookie 
      {
          width: 95%;
          top: 97%;
        }
        .msg-cookie p
      {
         font-size: 11px; 
        }
        .btn-cookie {
            width: 105px;
            height: 20px;
            font-size: 10px;
        }
        .msg-cookie a {
            font-size: 11px;
        }
      .brr {
            display: none !important;
        }
        .desktop 
        {
            display: none !important;
        }
        .mobile 
        {
            display: block;
            }
      .acesso_portal 
      {
          position: relative;
          
          }
          
     .portal_hover div 
     {
         padding: 10px 0;
         
         }
     .line-menu 
     {
         margin: 0;
        padding: 0;
        width: 100%;
        height: 1px;
        background: #fff;
     }

  
  }
  
  /*Css Rodap�*/
  
  /* Estilos Gerais */


.quebra-preto {
	width: 100%;
	background: #000;
	padding-bottom: 30px
}

.quebra-preto p {
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #8d8d8d;
}

.quemsomos, .lojas_rodape, .redesociais_rodape {
	margin-top: 60px;
}

.quemsomos {
	position: relative;
	/*left: -60px;*/
}

.lojas_rodape {
	position: relative;
	left: 0;
}

.redesociais_rodape {
	position: relative;
	/*left: 60px;*/
}

.quemsomos article {
	display: inline-block;
}

.quemsomos h5, .lojas_rodape h5, .redesociais_rodape h5 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.quemsomos p, .lojas_rodape p {
	font-size: 14px;
	color: #787878;
	font-weight: 500;
}

.quemsomos img {
	width: 147px;
	height: auto;
	margin-top: 20px;
	margin-left: -40px;
	display: inline-block;
}


.lojas_rodape p {
	width: 300px;
}

.lojas_rodape a {
	text-decoration: none;
	color: #fff;
}

.lojas_rodape img {
	max-width: 19px;
	width: auto;
	display: inline;
	position: relative;
	top: 5px;
}

.redesociais_rodape img {
	width: 45px; 
	height: 41px; 
	display: inline; 
	margin-left: 8px;
}
.politicasp {
  display: block;
  color: #fff;
  margin-top: 10px;
}
.politicasp a {
  color: #fff;
  font-weight: 700;
}

/*Estilo para notebook*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  
  .redesociais_rodape {
    position: relative;
    left: 0px;
  }
  
}

/*Estilo para tablets-pro*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  
  .redesociais_rodape {
    position: relative;
    left: 0px;
  }
  .quemsomos {
    position: relative;
    left: 0;
  }
  .quemsomos img {
    width: 103px;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    display: inline-block;
  } 
  
}


/*Estilo para tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  /*.quebra-preto {
      height: 950px;
  }
  */
  .quemsomos {
    left: 0;
  }
  .quemsomos img {
    width: 100px;
    height: auto;
  }
  .lojas_rodape {
    position: relative;
    left: 0;
  }
  .redesociais_rodape {
    position: relative;
    left: 0px;
  }

}

/*Estilo para smartphone*/
@media only screen and (max-width: 767px) {

  .quemsomos img {
      margin-top: 20px;
      margin-left: 0;
      margin: 0 auto;
  }

  /*.quebra-preto {
      height: 950px;
  }*/

  .quemsomos {
      left: 0;
  }

  .lojas_rodape {
      left: 0;
  }

  .redesociais_rodape {
      left: 0;
  }

}
.modal-popup {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}
.popup {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top:40px;
  background: transparent;
}

#close{
  width:50px;
  height: 50px;
  background-color: transparent;
  color:#ffffff;
  border:none;
  font-weight: 900;
  font-size: 22px;
  top: 0;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) 
{
    
    .popup img
    {
       width: 300px;
        }
    #close
    {
        width:25px;
        font-size: 18px;
        }
    
    }


