/*
CONDICOESVENDA.HTML
*/


section#condicoes h1, section#garantias-reparacoes h1, section#contactos h1, section#metodos-pagamento h1,
section#servicos h1{
    margin-bottom:20px;
}

section#condicoes h1 p{
    background: url("../images/svg/condicoesVenda-ico.svg") 10px 50% no-repeat;
    width:100%;
}
section#garantias-reparacoes h1 p{
    background: url("../images/svg/garantiareparacoes-ico.svg") 10px 50% no-repeat;
    width:100%;
}
section#FAQ h1 p{
    background: url("../images/svg/faq-ico.svg") 10px 50% no-repeat;
    width:100%;
}
section#contactos h1 p{
    background: url("../images/svg/contactos-ico.svg") 10px 50% no-repeat;
    width:100%;
}
section#politica-privacidade h1{
    background:url(../images/svg/privacidade-ico.svg) 10px 50% no-repeat;
}

section#dados h1 p{
    background: url("../images/svg/dados-ico.svg") 10px 50% no-repeat;
    width:100%;
}

section#metodos-pagamento h1 p{
    background: url("../images/svg/dados-ico.svg") 10px 50% no-repeat;
    width:100%;
}

section#trocasdevolucoes h1{
    background:url(../images/svg/devolucoes-ico.svg) 10px 50% no-repeat;
}

section#servicos h1 p{
    background: url("../images/svg/servicosHeader-ico.svg") 10px 50% no-repeat;
    width:100%;
}

section#garantias-reparacoes > p, section#FAQ > p, section#politica-privacidade > p{
    float:left;
    width:100%;
    text-align: justify;
    font-size:0.9em;
    padding:20px;
    border-bottom:1px solid #efefef;
    color:#888;
}

#politica-privacidade > p span{
    font-weight: bold;
}

.item{
    float:left;
    width:98%;
    margin:0 1%;
    border:1px solid #efefef;
    transition:0.2s ease all;
}

.item.active{
    border:1px solid #2D90CC;
    margin:20px 1%;
}

.item.active h2, .item:nth-child(odd).active h2{
    color:#2D90CC;
    background-image:url(../images/svg/selectArrowUp-ico.svg);
    background-color:transparent;
}

.item h2{
    float:left;
    margin:0;
    width:100%;
    font-weight: 100;
    font-size:1em;
    padding:15px;
    
    color:#888;
    background-image:url(../images/svg/selectArrow-ico.svg);
    background-repeat:no-repeat;
    background-position:98% 50%;
    background-size:10px;
    background-color:#efefef;
    cursor: pointer;
}

.item:nth-child(odd) h2{
    background-color:#f5f5f5;
}

.item h2 span{
    font-weight:bold;
    font-size:1em;
    padding:4px 8px 4px 4px;
}

.item img{
    float:left;
    margin:0 0 0 15px;
    padding:0;
    width:150px;
    display:none;
}

.item img.gif{
  float:left;
    width:auto;
}

.item p{
    float:left;
    width:100%;
    text-align: left;
    font-size:0.8em;
    padding:20px;
    margin:0;
    color:black;
    display:none;
}


.item p span.stock{
	font-weight:bold;
}

.item ol{
    float:left;
    width:100%;
    text-align: left;
    font-size:0.8em;
    padding:20px;
    margin:0;
    color:black;
    display:none;
}

.item ol li{
    float:left;
    width:100%;
    text-align: left;
    list-style-position: inside;
    padding:10px 5px;
    background-color:white;
}

.item ol li:nth-child(odd){
    background-color:#f5f5f5;
}

.item ol li span{
    font-weight:bold;
}

.contactos-item{
    float:left;
    width:40%;
    clear:left;
    padding:10px 20px;
}

.contactos-item .title{
    float:left;
    width:100%;
    padding:5px;
    font-size:0.8em;
    color:#2D90CC;
}

.contactos-item .value{
    float:left;
    width:100%;
    padding:5px 0;
    font-size:1em;
    color:#888;
}

.contactos-item .value.horario{
    color:#e74c3c;
}

#contactos iframe{
    float:right;
    width:55%;
    margin:0 20px 0 0;
}


/*
404.HTML
*/

#fourohfour{text-align: center;}

#fourohfour p{
    
    float:left;
    width:100%;
    text-align: center;
    color:#888;
    font-size:1.2em;
}

#fourohfour p:first-child{
    
    font-size:2.4em;
}

#fourohfour p span{
     color:#2D90CC;
    font-size:1.4em;
}

#fourohfour > span{
    
    float:left;
    width:100%;
    text-align: center;
}

#fourohfour > a{
    display:inline-block;
    padding:20px;
    background-color:transparent;
    color:#2ecc71;
    font-weight: bold;
    border:2px solid #2ecc71;
    margin-top:20px;
}

#fourohfour > a:hover{
    background-color:#2ecc71;
    color:white;
}

