/* -------------- new css rules: farmodietica -------------- */

body{
    background-color: #004055;
}

/* ----- banner financiamento covid ----- */
.sub-header > div {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 20rem;
}

.sub-header > div img {
    padding: 0 1.78571em;
    border-top: 1px solid #dae9ef;
    vertical-align: middle;
}

/* ------ both ------ */
.page-id-1340 #wpcf7-f1338-p1340-o1 input[type="submit"] {
    background: #004055;
    width: 180px;
    border: 1px solid #004055;
    border-radius: 5px;
    transition: 0.3s;
}

.page-id-1340 #wpcf7-f1338-p1340-o1 input[type="submit"]:hover {
    /*opacity: 0.8;*/
    border: 1px solid #004055;
    color: #004055;
    background: #fff;
}

.page-id-1340 #wpcf7-f1338-p1340-o1 input[type="tel"]:focus {
    border-color: #eaeaeb;
    background: #fff;
    outline-style: none;
    color: #5a5d60;
}

.page-id-1340 #wpcf7-f1338-p1340-o1 input.wpcf7-not-valid {
    border-color: #c30000;
}

.page-id-1340 #wpcf7-f1338-p1340-o1 .wpcf7-mail-sent-ok {
    background: #004055db;
    border-top: 1px solid #004055;
    border-bottom: 1px solid #004055;
    color: #fff;
}

#wpcf7-f1389-p1380-o1 .input-wrapper.hidden {
    display: none;
}

.fade-in {
    display: block;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.slide-in-left {
    display: block;
	/*-webkit-animation: slide-in-left 0.65s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.65s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
}

@keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}

#wpcf7-f1389-p1380-o1 form {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
}

#wpcf7-f1389-p1380-o1 input.wpcf7-form-control {
    width: 100%;
}

#wpcf7-f1389-p1380-o1 .input-wrapper.input-phone, #wpcf7-f1389-p1380-o1 .input-wrapper.input-email {
    width: 49%;
    float: left;
}

#wpcf7-f1389-p1380-o1 .input-wrapper.input-phone {
    margin-right: 2%;
}

#wpcf7-f1389-p1380-o1 .input-wrapper.input-btn {
    margin-right: auto;
    margin-left: auto;
    float: unset;
    max-width: 290px;
    margin-bottom: 0px;
    height: 50px;
    margin-top: 35px;
}

#wpcf7-f1389-p1380-o1 .input-wrapper.input-btn input {
    color: #fff;
    border: 2px solid #fff;
    transition:all 250ms ease-in-out;
    background: #004055;
}

#wpcf7-f1389-p1380-o1 .input-wrapper.input-btn input:hover {
    background: #fff;
    color: #004055;
    transition:all 250ms ease-in-out;
}

#wpcf7-f1389-p1380-o1 .input-wrapper.first-field {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px;
}

#banner-wrapper {
    padding: 35px 0px;
}

#banner-wrapper h4 {
    margin: 0px;
    font-size: 25px;
}

#banner-wrapper input[type="radio"] {
    width: 22px;
    height: 15px;
}

#wpcf7-f1389-p1380-o1 .input-wrapper {
    font-weight: normal;
}

#wpcf7-f1389-p1380-o1 .wpcf7-mail-sent-ok {
    background: #004055;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
    color: #fff;
}

#banner-wrapper #wpcf7-f1389-p1380-o1 .wpcf7-list-item.last {
    margin-right: 0px;
    display: inline-block !important;
}

.entry-header  {
    display: none;
}

.page-id-1380 .inner-span {
    text-align: left;
    margin-bottom: 10px;
}

.page-id-1380 .inner-span {
    margin-bottom: 10px;
}

.page-id-1380 .inner-span.inner-fev {
    margin-bottom: 0px;
}

.page-id-1380 h1 {
    margin-bottom: 0px;
}

.page-id-1380 h2 {
    margin-top: 0px;
}

/* ------- novo footer com livro de reclamacoes ------- */
.footer-reclamacoes {
    text-align: center;
    background: #004055;
    padding: 0px;
}

.footer-reclamacoes .reclamacoes-inner-wrapper {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #fff;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#colophon .widget {
    padding: 0px;
    margin-top: 35px;
}

.footer-reclamacoes .img-container img {
    width: 130px;
}

.reclamacoes-text-elm p {
    color: #fff;
    margin: 0px;
    transition: color 0.2s ease-in-out;
}

.reclamacoes-text-elm p:hover {
    color: #acaeaf;
    transition: color 0.2s ease-in-out;
}

.site-footer .footer-main {
    padding-bottom: 30px;
}

.negative-index{
    z-index: -1;
}

.margin-top-4{
    margin-top: 2rem;
}


/* ----- styles for desktop: small size ----- */
@media screen and (min-width: 768px) {
    .reclamacoes-text-elm, .img-container {
        width: 25%;
    }

    .page-id-1340 #wpcf7-f1338-p1340-o1 input[type="text"],
    .page-id-1340 #wpcf7-f1338-p1340-o1 input[type="email"],
    .page-id-1340 #wpcf7-f1338-p1340-o1 input[type="tel"], 
    .page-id-1340 #wpcf7-f1338-p1340-o1 textarea {
        width: 100%;
    }    

    .page-id-1340 #wpcf7-f1338-p1340-o1 {
        max-width: 500px;
    }

    .page-id-1340 #wpcf7-f1338-p1340-o1 p.email, .page-id-1340 #wpcf7-f1338-p1340-o1 p.tel {
        width: 49%;
        display: inline-block;
    }

    .page-id-1340 #wpcf7-f1338-p1340-o1 p.tel {
        margin-left: 6px; 
    }

    .page-id-1380 h1 {
        line-height: 40px;
    }
    
    .page-id-1380 h2 {
        line-height: 35px;
        margin-top: 10px;
    }

    .woocommerce-MyAccount-navigation{
        margin-bottom: 40px !important;
    }
}

/* -------- styles for desktop: large size -------- */
@media screen and (min-width: 1200px) {
    /* ------- novo footer com livro de reclamacoes ------- */
    .footer-reclamacoes .reclamacoes-inner-wrapper {
        max-width: 1400px;
    }
    
}

/* -------- styles only for mobile -------- */
@media screen and (max-width: 767px) {
    /* ------- novo footer com livro de reclamacoes ------- */
    .site-footer .footer-main {
        padding-bottom: 30px;
    }

    .footer-reclamacoes .reclamacoes-inner-wrapper {
        display: block;
    }

    .reclamacoes-text-elm {
        padding: 5px 0px;
    }

    .footer-reclamacoes .reclamacoes-inner-wrapper .img-container {
        padding-bottom: 30px;
        padding-top: 5px;
    }


    .page-id-1380 .container {
        padding: 0px;
    }

    .page-id-1380 #banner-wrapper {
        padding: 35px 5%;
    }

    #wpcf7-f1389-p1380-o1 form {
        max-width: 100%;
    }

    .page-id-1380 #banner-wrapper h4 {
        margin: 0px;
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .page-id-1380 #banner-wrapper .p2 {
        text-align: center;
        line-height: 20px;
    }
    
    .page-id-1380 .wpcf7-form-control-wrap.extra_35 {
        font-size: 20px;
    }

    #wpcf7-f1389-p1380-o1 .input-wrapper {
        margin-bottom: 10px !important;
    }

    #wpcf7-f1389-p1380-o1 .input-wrapper.input-name {
        margin-top: 10px;
    }

    #wpcf7-f1389-p1380-o1 .input-wrapper.input-phone, #wpcf7-f1389-p1380-o1 .input-wrapper.input-email {
        width: 100%;
    }

    #wpcf7-f1389-p1380-o1 .input-wrapper.input-phone {
        margin-right: 0px;
    }

    .page-id-1380 h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .page-id-1380 h2 {
        margin-top: 0px;
        font-size: 25px;
    }

    .page-id-1380 .inner-span {
        text-align: center;
    }
	
	.site-footer .footer-main {
		padding: 0px 5%;
	}
}

/* -------- styles only for mobile: small devices -------- */
@media screen and (max-width: 360px) {
    .page-id-1340 #wpcf7-f1338-p1340-o1 #upload-cv-file,
    .page-id-1340 #wpcf7-f1338-p1340-o1 #upload-other-docs {
        font-size: 12px;
    }
}

/* -------- ESCONDER CARRINHO ÍCONE -------- */
.cart-contents.d-none {
    display: none;
}

/* -------- ESCONDER BOTÕES -------- */
.wac-qty-button {
    display: none;
}

.woocommerce-cart table.cart td.actions .button[name="update_cart"]{
    display: none;
}

.cart-contents {
    border-radius: 3px;
    padding: 5px 8px;
    color: #fff!important;
    bottom: -36.89px;
    background: #156B8E;
    right: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.cart-contents .cart-contents-count{
    font-size: 15px;
    font-weight: bold;
}

.cart-contents .cart-contents-price{
    font-size: 15px;
    font-weight: bold;
    display: none;
}

/* -------- ESCONDER CONTAGEM DE RESULTADOS DE PRODUTOS -------- */
.woocommerce-result-count{
display: none;
}

/* ----- Margin Top Product Page ----- */
.product-type-simple, .product-type-variable,
.product-type-grouped{
margin-top:3%;
}

.search-form{
    float: right;
}

.edit-link{
    display: none !important;
}

/* Widget Filtros */

.sidebar #primary{
    width: 100% !important;
}

#secondary{
    display: none;
}

/* Contactos */

.dark-blue{
    background: #004055;
}

.text-white{
    color: white;
}

.fixed-height{
    height: 550px;
}

.pl-5{
    padding-left: 3rem!important;
}

.soft-blue{
    color: #69d4ed;
}

.soft-blue-background{
    background-color: #69d4ed;
}

.big-text{
    font-size: 4em;
    line-height: 1.4em !important;
}

#wpcf7-f1639-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.nome > input, #wpcf7-f1639-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mail > input,
#wpcf7-f1639-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.phone > input, #wpcf7-f1639-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mensagem > textarea,
#wpcf7-f1640-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.nome > input, #wpcf7-f1640-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mail > input,
#wpcf7-f1640-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.phone > input, #wpcf7-f1640-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mensagem > textarea,
#wpcf7-f1627-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.nome > input, #wpcf7-f1627-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mail > input,
#wpcf7-f1627-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.phone > input, #wpcf7-f1627-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mensagem > textarea,
#wpcf7-f1628-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.nome > input, #wpcf7-f1628-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mail > input,
#wpcf7-f1628-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.phone > input, #wpcf7-f1628-o1 > form > div.form-inputs-row > span.wpcf7-form-control-wrap.mensagem > textarea{
    width: 80% !important;
}

/* -------- styles only for mobile -------- */
@media screen and (max-width: 767.98px) {

}

@media screen and  (max-width:500px){
    .sub-header > div{
        display:table;
    }
}

@media (min-width: 394px) and (max-width: 611px){
    .cart-contents{
        padding: 2px 2px;
    }
}

@media (max-width: 393px){
    .cart-contents{
        padding: 1px 1px;
    }
}



