/*estilizando o menu*/
*{
    padding: 0;
    margin: 0;
    font-family: Calibri;
}

header{
    height: 60px;
    width: 100%;
    z-index: 100;
    position: relative;
    background: #fff;
    border-bottom: 5px solid #f7b52d;
}
nav{
}

.linkLGPD{
    color:#a60069 !important; 
    text-decoration: none !important;
}

.linkLGPD:hover{
    color: #f7b52d !important;
    text-decoration: none !important;
}


input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.slimmenu{
    margin-right: 20px;
    height: 40px;
    width: auto;
    padding-right: 20px;
    float: right;
    padding-top: 20px;
    z-index: 10;
}

.slimmenu li{
    float: left;
    position: relative;
    list-style: none;
    z-index: 10;
}

.slimmenu li a{
    color: #a60069;
    text-decoration: none;
    padding: 9px 20px;
    display: table;
    width: 100%;
    z-index: 10;
    font-size: 1.2em;
}

.slimmenu li:hover a{
    color:#fff;
}

.slimmenu li:hover{
    background: #a60069;
}

.slimmenu li ul{
    display: none;
    position: absolute;
    background: #a60069;
    z-index: 10;
}

.slimmenu li ul li{
    background: transparent;
    z-index: 10;
}

.slimmenu li:hover ul{
    display: block;
}

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

.slimmenu li ul li:hover{
    background: transparent;
}

.slimmenu li ul li{
    background: transparent;
    width: 220px;
    font-size: 1em;
    z-index: 10;
}

.menuVinho{
    width: 80%;
    z-index: 100;
    float: left;
    margin-top: -3%;
    margin-left: 40%;
}

.menuVinho li{
    list-style: none;
    float: left;

}

.menuVinho li a{
    color: #ffffff;
    text-decoration: none;

}
.Be{
    border-left: 1px solid #a60069;
}
.Bd{
    border-right: 1px solid #a60069;
}

/*logo*/
.logo{
    width: 36%;
    float: left;
}

.logo img{
    width: 100%;
}

/*========================================
formatação dos portais
=======================================*/

.portal{
    height: auto;
    width: 100%;
    margin-top: -200px;
    margin-bottom: 200px;
    position: relative;
    z-index: 999;
    background: #f0f0f0;
}
.slider{
    position: relative;
    z-index: 2;
}

/*================================================
        Efeitos de Icone
================================================*/
.pt{
    float: right;
    margin-right: 50px;
}


/*pagina historia*/
.principal{
    width: 90%;
    margin:  5%  5%;
}

.principal h1{
    color: #a60069;
    font-size: 1.5em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.principal img{
    width: 38%;
    float: left;
    margin-right: 20px;
    margin: 2% 2% 2% 2%;

    box-shadow: 4px 6px 3px #666;
}
.principal p{
    text-align: justify;
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #666;
}

/* formatacao contato  */

.fundoContato{
    width: 100%;
    background: url('../images/fundocontato.jpg') no-repeat center top;
    background-size:100% ;
    height: 300px;
    display: table;
}
.cxContato{
    float: left;
    width: 50%;
    display: table;
}
.cxContato h2{
    font-size: 1.2em;
    color: #a60069;
    margin-bottom: 10px;
}
.cxContato p{
    font-size: 1.2em;
    color: #666;
}
.cxContato p a{
    text-decoration: none;
    color: #666;
}
.cxContato p a:hover{
    text-decoration: underline;
}
.alignRight{
    text-align: right;
}

#footercinza{
    text-align:left;
    display: table;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 4;
    position: relative;
}

.contato{
    text-align: center;
    width: 33%;
    float: left;
    list-style: none;
    font-size: 1.2em;
    margin:0 1px;
    z-index: 2;
}
.contato img{
    padding-top: 30px;
    width: 90%;
}

.contato h1{
    font-size: 1.2em;
    color: #a60069;
    padding-left: 20px;
    padding-bottom: 5px;
}

.contato p{
    padding-left: 20px;
    color: #666;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.contato p a{
    text-decoration: none;
    color: #666;
}

.contato p a:hover{
    text-decoration: underline;
}

.contato h2{
    text-align: center;
    color:#ccc;
    padding-bottom: 5px;
}

.fundoCinzento{
    background: #f6f5f4;
    display: table;
    width: 100%;
}

#footeramarelo{
    background:#a60069;
    display: table;
    width: 100%;
    z-index: 4;
    position: relative;
}

.footeramarelo-p{
    color:#fff;
    text-align: center;
    padding-top: 10px;
}

#ans p{
    float: right;
    background: black;
    margin-top: -50px;
    color: white;
    padding: 8px;
    margin-right: 50px;
    width: auto;
}

#footeramarelo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.plano {
    width: 90%;
    margin: 5% 5%;
}

.plano p {
    text-align: justify;
    color: #666666;
    font-size: 1.2em;
    padding-bottom: 15px;
}

.plano img {
    width: 80%;
    margin:0 auto;
    margin-bottom: 30px;
    display: block;
}

.plano h1 {
    padding-top: 60px;
    font-size: 1.5em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 40px;
    color: #a60069;
}

.slider{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

.slide >*{
    max-width: 100%;
}

.slider.slide-prev,.slider.slide-next{
    top: 50%;
    margin-top: -24px;
    background-color: rgba(255,255,255,0.8);
    padding: 0px;
    height: 48px;
    position: absolute;
    z-index: 100;
    height: 48px;
    width: 48px;
    opacity: 0.8;
    cursor: pointer;
}

.slider.slide-prev{
    left: 0;
}
.slider.slide-next{
    right:0;
}

.corpo{
    padding-top: 40px;
    margin-top: 50px;
    width: 100%;
    display: table;
    height: 100px;
    margin-bottom: 50px;
}

.quadrado{
    width: 30%;
    margin-left: 9.7%;
    margin-right: 9.7%;
    display: table;
    border: 3px solid #cdcccc;
    float: left;
    padding: 20px 0px;
    color: rgba(102, 102, 102, 0.7);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.font-size-6{
    font-size: 6em;
    color: rgba(102, 102, 102, 0.71);
}

.quadrado:hover{
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 900ms;
}

.quadrado h1{
    text-align: center;
    color: #666666;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

.quadrado p{
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    color: #666666;
    font-size: 1.2em;
    text-decoration: none;
}

.removeSubli{
    text-decoration: none;
    width: 100%;
    display: table;
}

.clicaMais{
    text-decoration: none;
    background: #a60069;
    color: #ffffff;
    float: right;
    font-size: 1.2em;
    width: 20px;
    text-align: center;
}
.quadrado a{
    text-decoration: none;
}

.quadradoOuvidoria{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: table;
    margin-bottom: 20px;
    padding: 20px 0px;
    text-align: center;

}

.acessoOuvidoria:hover{
    -webkit-transform: scale(1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}


.acessoPortal{
    width: 30%;
    float: left;
    display: table;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.portal-mr-1{  margin-right: 5% ; }
.portal-ml-1{ margin-left: 5%}
.acessoPortal:hover{
    -webkit-transform: scale(1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.cxIcone{
    text-align: center;
    width: 100%;
    height: auto;
    display: table;
    color: rgba(129, 129, 129, 0.73);
    font-size: 7em;
    padding:  40px 0px;
    border-style:inset ;
    border-top:2px solid rgba(129, 129, 129, 0.71);
    border-left:2px solid rgba(129, 129, 129, 0.71);
    border-right:2px solid rgba(129, 129, 129, 0.71);
    border-bottom: none;
}


.iconePortal{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.iconePortal:hover{
    -webkit-transform: scale(1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}

.acessoPortal .p-vinho {
    width: 100%;
    display: table;
    background: #a60069;
    text-align: center;
    padding-top:6px;
    padding-bottom: 6px;
    border-left:2px solid #a60069;
    border-right:2px solid #a60069;
    color:#fff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.acessoPortal .p-amarelo {
    width: 100%;
    display: table;
    background: #f7b52d;
    text-align: center;
    padding-top:6px;
    padding-bottom: 6px;
    border-left:2px solid #f7b52d;
    border-right:2px solid #f7b52d;
    color:#a60069;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.acessoPortal p a{

    color:#fff;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
.acessoPortal .diferentaoAmarelo, .acessoUteis .diferentaoAmarelo{
    background:#f7b52d ;
}
.iconePortal img{
    width: 100%;
}

.segundaImagem{
    width: 100%;
    height: auto;

}
.segundaImagem img{
    width: 100%;
}
.iconeUteis{
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.iconeOuvidoria{
    width: 80px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.iconeOuvidoria img{
    width: 100%;
}
.acessoOuvidoria{
    border: 2px solid #ccc;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.acessoOuvidoria h1{
    text-align: center;
    font-size: 1.2em;
    color: #666;
}
.acessoOuvidoria p{
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    color: #666;
}
.iconeUteis img{
    width: 100%;
}
.borda-au{
    width: 100%;
    height: auto;
    display: table;
    border: 2px solid #ccc;
    padding: 20px 0px;
    min-height: 230px;
}
.acessoUteis{
    width: 30%;
    float: left;
    display: table;
    color:#666;
    font-size: 1.2em;
    text-align: center;
    min-height: 230px;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.acessoUteis p{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-size: 1em;

}
.acessoUteis:hover{
    -webkit-transform: scale(1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}

.acessoUteis h1{
    font-size: 1em;
    text-align: center;
}


.maisOuvidoria{
    width: 30px;
    font-size: 1.2em;
    color: #fff;
    background: #a60069;
    text-align: center;
    float: right;
}

.secundario h4{
	font-size: 1.5em;
	font-family: Calibri;
	text-align: center;
	color:#a60069;
}
.secundario {
	font-size: 1.1em;
	font-family: Calibri;
	text-align: left;
	margin: 40px;
}
.secundario a{
    font-size: 1.1em;
	font-family: Calibri;
	text-align: left;
	margin: 40px;
	text-decoration: none;
	color: #666;
}
.secundario a:hover{
	text-decoration: underline;
}
iframe{
    border: none;
}
/*====================== pop up ============================*/
#mask {
    background-color: #666;
    background: url(http://keyframe.com.br/wp-content/uploads/2013/01/bg_pop.png) repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}
#popup {
    color: #666;
    height: auto;
    display: none;
    left: 50%;
    margin-left: -250px;
    margin-top: -158px;
    padding: 0;
    position: fixed;
    top: 32%;
    width: 500px;
    z-index: 9999;
    padding-top:10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
    border-radius: 10px;
    background: #f0f0f0;
    text-align: justify;
}
#popup h1{
    color: #a60069;
}
#fechar {
    position: relative;
}
#fechar a {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #a60069;
    color: #fff;
    padding: 5px 9px 5px 9px;
    border-radius: 10px 10px 10px;
    font-size: 15px;
    margin-left: 470px;
    margin-bottom: -15px;
}
#fechar a:hover {
    opacity: 0.7;
    filter: alpha(opacity = 70);
}


/*============================
           MODAL
   ================================*/
.input-modal{
    background: none;
    border:none;
    color:#f8b425;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}
.input-modal:hover{
    text-decoration: underline;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    display: table;
    width: 80%; /* Could be more or less, depending on screen size */
    z-index: 9999;
}

.icon h1 .input-modal{
    color:#a60069;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content h1{
    font-size: 1.5em;
    font-weight: bold;
    color: #a60069;
}

.modal-content p{
    font-size: 1.4em;
    color:#666;
}
.modal-content img{
    margin-bottom: 50px;
}

.utilLL{
    color:#a60069;
    font-weight: bold;
    font-size:1.2em;
    display: table;
    float: left;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    margin-top:130px;
    position: absolute;
}
.desceSlide{
    display: none;
}
.cxContato .redeSocialIcon{
    font-size: 2.5em;
    color: #666;
}
.niceform p,.validacao p{
    margin-bottom: 0px;
}

.campo{
    width: 50%;
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 2px;
    font-size: 1.1em;
    padding-left: 5px;
    color: #666;
}

.campo:hover{
    box-shadow: 0px 0px 6px #666;
}

.msg{
    min-height: 120px;
    max-height:120px ;
    max-width:50%;
    min-width:50%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 2px;
    font-size: 1.1em;

}

.msg:hover{
    box-shadow: 0px 0px 6px #666;
}

.enviar{
    cursor:pointer;
    -transform:scale(1);
    -webkit-transform: scale(1);
    width: 200px;
    height: 35px;
    text-align: center;
    background:#a60069;
    border-radius: 6px;
    border: 1px solid #a60069 ;
    color:#fff;
    font-size: 1.2em;
}

.enviar:hover{
    cursor: pointer;
    -transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 900ms;
    background: #a60069;
}

.sucesso{
    border:1px solid #eeffef;
    background: #eeffef;
    color: green;
    box-shadow: 2px 2px 6px #72ff95;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
    margin: 50px auto;
    width: 50%;
    font-size: 1.2em;
}

.erro{
    border:1px solid #fff2ef;
    background: #fff2ef;
    color: red;
    box-shadow: 2px 2px 6px #efb0c2;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
    margin: 50px auto;
    width: 50%;
    font-size: 1.2em;
}

.mapa{
    border:0;width: 100%;
    height: 280px;
    display: table;
}

.iw-title{
    font-size: 1.5em;
    color: #a60069;
    font-family: "Calibri";
    font-weight: bold;
}

.iw-content{
    font-size: 1.2em;
    color: grey;
    font-family: "Calibri";
    font-weight: bold;
}

.iw-subTitle{
    font-size: 1em;
    color: grey;
    font-family: "Calibri";
    font-weight: bold;
}

input.error{
    border: 1px solid #a60069;
    background: #fff2ef;
}

textarea.error{
    border: 1px solid #a60069;
    background: #fff2ef;
}

label.error{
    font-size: 0.8em;
    color:#a60069 ;
}


.box-ans{
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.ans{
    width: auto;
    display: table;
    float: right;
    margin-top:0px ;
    margin-right: 30px;
    background: black;
    padding: 2px;
    color: #fff
}

.ans p{
    width: 160px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #eaeaea;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    font-size:1.0em ;
    font-weight: bold;
}
.ans p img,.idss p img{
    width: 25px;
    float: left;
}

.idss{
    display: table;
    width: auto;
    float: right;
    margin-right: 10px;
    padding: 2px;
    background: black;
}

.idss p{
    width: 180px;
    height: 25px;
    border: 1px solid #eaeaea;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    padding: 2px 6px;
    font-size:1.0em ;
    font-weight: bold;
    padding-top: 0px;
}

/*=============== IDSS.html ===========*/
.idss-container{
    width: 95%;
    margin-left: 2.5%;
    display: table;
}
.idss-container-p{
    font-weight: normal;
    font-size: 1em;
    text-align: justify;
}
.idss-container-p span{
    font-weight: bold;
}
.idss-container-p a, .idss-alert a {
    font-weight: bold;
    color: #a60069;
    text-decoration: underline;
}
.idss-form{
    width: 100%;
    display: table;
    margin-top: 30px;
    margin-bottom: 50px;
}
.idss-form label{
    font-size: 1.2em;
    color: #666;
}
.idss-ano{
    width: 100px;
    font-size: 1.2em;
    color: #666;
    border-radius: 3px;
    float: left;
    padding: 5px 0px 5px 3px;
    margin-top: 5px;
    border:1px solid #ccc;
}
.idss-ano:focus {
    color: #a60069;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(156, 37, 77, 0.25);
}
.idss-btn{
    font-size: 1.2em;
    color: #fff;
    background: #a60069;
    border: none;
    border-radius: 3px;
    float: left;
    padding: 7px 10px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 5px;
}
.idss-btn img{
    width: 21px;
    box-shadow: none;
}
.idss-alert{
    width: 100%;
    margin-left: 0px;
}

.page-idss-titulo{
    width: 100%;
    height: auto;
    font-size: 1.6em;
    color: #666;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-idss-iframe{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    min-height: 800px;
    display: table;

}

.cx-cookies{width:80%;padding-top:15px;padding-bottom:15px;margin-left:10%;margin-right:10%;background:#eaeaea;margin-top:0;margin-bottom:0;display:table;position:fixed;z-index:300;bottom:10px;box-shadow:0 0 3px #666;border-radius:5px}.cx-cookies p{width:96%;margin-left:2%;margin-right:2%;text-align:justify}.actCk{color:#fff;background:#a60069;float:right;width:100px;height:30px;font-weight:700;border:none;border-radius:5px;cursor:pointer;margin-right:20px}.rcsCk{color:#666;background:0 0;float:right;width:100px;height:30px;font-weight:700;border-radius:5px;cursor:pointer;border:2px solid #666;margin-right:3%}.clear-ln{margin:0;display:none}@media screen and (max-width:650px){.cx-cookies{width:100%;margin-left:0;margin-right:0}.rcsCk{margin-right:5px}.clear-ln{width:100%;display:block;height:10px;clear:both}}          

/*Icone  - idss*/
.margin_icon_ans {
    margin-right: 10px;
}
.iconeIDSS {
    padding: 5px 15px !important;
    left: 1% !important;
    background:#a60069 !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    display:table !important;
    position:fixed !important;
    z-index:300 !important;
    bottom:10px !important;
    border-radius: 50px !important;
}

.iconeIDSS a {
    color: #fff !important;
    align-items: center !important;
    display: flex !important;
    text-decoration: none !important;
    font-size: 0.8rem;
}

.iconeIDSS:hover {
    background-color: #93035e !important;
    transition: 0.5s !important;
}

.text-white {
    color: #fff !important;
}