/*
	A branca color scheme for doors
*/

/* =Global
----------------------------------------------- */
.home #page #main {
    background: #fff;
    margin: 0 auto;
}
a, p, h3, .title {
    font-family: 'Viga', sans-serif;
}

#page #main .hero-image, #page #main .hero-image img {
    width: 100%;
    height: auto;
}

#page #main .portas {
    position: relative;
    width: 100%;
}

#page #main .portas picture, #page #main .portas img {
    display: block;
    width: 100%;
    height: auto;
}

#page #main .portas a {
    position: absolute;
    
    color: #414191;
    font-family: 'Viga', sans-serif;
    font-size: 1.25rem;
    
    padding: 0.5em 1em;
    
    background: white;
    border-radius: 99em;
    
    transition: background .25s, color .25s;
}

@media screen and (max-width: 1400px) {
    #page #main .portas a {
        font-size: 1rem;
    }
}

@media (hover: hover) {
    #page #main .portas a:hover {
        color: white !important;
        background: #414191 !important;
    }
}

#page #main .portas.porta-branca a {
    left: 50%;
    top: 62.5%;
    
    color: #bca488;
}

@media screen and (max-width: 780px) {
    #page #main .portas.porta-branca a {
        left: 60%;
        top: 70%;
    }
}

#page #main .portas.jequitiba a {
    left: 51.5%;
    top: 58.5%;
    
    color: #bd7c2b;
}

@media screen and (max-width: 780px) {
    #page #main .portas.jequitiba a {
        left: 30%;
        top: 60%;
    }
}

#page #main .portas.porta-preta a {
    left: 45%;
    top: 62.5%;
    
    color: #323333;
}

@media screen and (max-width: 780px) {
    #page #main .portas.porta-preta a {
        left: 60%;
        top: 70%;
    }
}

#page #main .portas.imbuia a {
    left: 40%;
    top: 60%;
    
    color: #9e5326;
}

@media screen and (max-width: 780px) {
    #page #main .portas.imbuia a {
        left: 60%;
        top: 70%;
    }
}

#page #main #content #contact .entry-header h1,
#page #main #content .entry-header h2,
.text-title{
    color: #348FB2;
    border-bottom: none;
    font-size: 22px;
}
#page #main #content .entry-content {
    font-size: 0.8em;
    color: #818181;
}
#page #main {
    margin: 10px auto 0;
}

#page #branding {
    background: #fff;
    opacity: 1;
}
#page #branding #top figure {
    margin: 0;
    padding: 20px 10px;
}
#page #branding #top nav {
    top: 30px;
}
#page #branding #top nav ul {
    margin: 0;
    color: #fff;
}
#page #branding #top nav ul li {
    padding: 0px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 2px;
}
#page #branding #top nav ul li a {
    padding: 10px;
    color: #414191;
}

#page #main #content #home .artigo-1 h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 5px;
    margin-top: 60px;
}
#page #main #content #home .artigo-1 p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
@media (min-width: 641px) {
    /*#page #main #content #home .artigo-2 {*/
    /*    background: #f2f2f2 url('../images/banner-jequitiba.png') no-repeat -22vw center;*/
    /*}*/

    /*#page #main #content #home .artigo-1 {*/
    /*    background: #b87944 url('../images/banner-branco-prime.png') no-repeat -22vw center;*/
    /*    height: 655px;*/
    /*}*/
}


#page #main #content #home .artigo-2 h3 {
    color: #b87944;
    font-size: 22px;
    margin-top: 50px;
}
#page #main #content #home .artigo-2 p {
    color: #949494;
    font-size: 13px;
}
/*#page #main #content #home .artigo-2 a {*/
/*    color: #fff;*/
/*    background: #b87944;*/
/*    border-radius: 50px;*/
/*    padding: 9px 4px;*/
/*    border: 3px solid #b87944;*/
/*    font-size: 18px;*/
/*    margin: 36px auto 0;*/
/*    display: block;*/
/*    max-width: 254px;*/
/*    text-align: center;*/
/*}*/
#page #main #content #home .artigo-2 a:hover {
    color: #b87944;
    background: transparent;
}
#page #main #content #home .artigo-2 .porta {
    background: #fff;
    padding-top: 14px;
    border: 0.9375rem solid #f2f2f2;
}
#page #main #content #home .artigo-2 .porta p {
    color: #272520;
    font-size: 11px;
    margin-bottom: 5px;
}

@media (min-width: 641px) {

}
#page #main #content #home .artigo-3 h3 {
    color: #2e2a26;
    font-size: 22px;
    margin-top: 68px;
}
#page #main #content #home .artigo-3 p {
    color: #2e2a26;
    font-size: 12px;
}
@media (min-width: 641px) {
    /*#page #main #content #home .artigo-4 {*/
    /*    background: url('../images/img-banner-porta-frizada.jpg') no-repeat top center;*/
    /*}*/
}
#page #main #content #home .artigo-4 h3,
#page #main #content #home .artigo-4 p {
    color: #fff;
    font-size: 57px;
    line-height: 1;
    text-align: left;
    padding: 0 8%;
    margin-top: 180px;
}
#page #main #content #home .artigo-4 a {
    color: #969089;
    background: #fff;
    border-radius: 50px;
    padding: 9px 14px;
    border: 3px solid #fff;
    font-size: 24px;
    margin: 56px auto 0;
    display: block;
    max-width: 308px;
}
#page #main #content #home .artigo-4 a:hover {
    color: #FFF;
    background: transparent;
}
#page #main #content #home .artigo-5 {
    background: #2d4b71;
}
#page #main #content #home .artigo-5 .row {
    background: url('../images/img-mapa.jpg') no-repeat right center;
    height: 302px;
}

#page #main #content #home .artigo-new{
    background: url('../images/banner-rodapes.png') no-repeat top center;
    height: 415px;
}
 .artigo-new #custom_html-3{
    background-image: none;
}
#page #main #content #home .artigo-new a{
    color: #ff9a00;
    background: #fff;
    border-radius: 50px;
    padding: 9px 14px;
    border: 3px solid #fff;
    font-size: 24px;
    margin: 280px auto 0;
    display: block;
    max-width: 308px;
    float: left;
    margin-left: 17px;
    min-width: 308px;
}
#page #main #content #home .artigo-new a:hover{
    color: white;
    background: transparent;
}
#page #main #content #home .artigo-5 h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 87px;
}
#page #main #content #home .artigo-5 h3:after {
    content: " ";
    display: block;
    width: 265px;
    border-bottom: 9px solid #fff;
}
#page #main #content #home .artigo-5 p {
    color: #2e2a26;
    font-size: 12px;
}
#page #main #content #home .artigo-5 a {
    color: #394b6d;
    background: #fff;
    border-radius: 50px;
    padding: 8px 14px;
    border: 3px solid #fff;
    font-size: 22px;
    margin: 36px 0;
    display: block;
    max-width: 165px;
    text-align: center;
}
#page #main #content #home .artigo-5 a:hover {
    color: #FFF;
    background: transparent;
}
#page #main #content #home .artigo-6 iframe {
    max-width: 100%;
}
@media (min-width: 1900px) {
    #page #main #content #home .artigo-1,
    #page #main #content #home .artigo-2,
    #page #main #content #home .artigo-3 {
        background-position: left center;
    }
    #page #main #content #home .artigo-1 aside,
    #page #main #content #home .artigo-2 aside,
    #page #main #content #home .artigo-3 aside {
        padding: 0 calc(0.9375rem + 30px);
    }
}
@media (min-width: 1330px) and (max-width: 1899px) {
    #page #main #content #home .artigo-1,
    #page #main #content #home .artigo-2,
    #page #main #content #home .artigo-3 {
        background-position: -3vw center;
    }
    #page #main #content #home .artigo-1 aside {
        padding: 0 calc(0.9375rem + 30px);
        background: #b87944;
        height: 223px;
    }
    #page #main #content #home .artigo-2 aside {
        padding: 0 calc(0.9375rem + 30px);
        background: #f2f2f2;
        height: 577px;
    }
    #page #main #content #home .artigo-3 aside {
        padding: 0 calc(0.9375rem + 30px);
        background: #f3e07a;
        height: 218px;
    }
}
@media (min-width: 1024px) and (max-width: 1329px) {
    #page #main #content #home .artigo-1,
    #page #main #content #home .artigo-2,
    #page #main #content #home .artigo-3 {
        background-position: -23vw center;
    }
    #page #main #content #home .artigo-1 aside {
        padding: 0 calc(0.9375rem + 30px);
        background: #b87944;
        height: 223px;
    }
    #page #main #content #home .artigo-2 aside {
        padding: 0 calc(0.9375rem + 30px);
        background: #f2f2f2;
        height: 577px;
    }
    #page #main #content #home .artigo-3 aside {
        padding: 0 calc(0.9375rem + 30px);
        background: #f3e07a;
        height: 218px;
    }
}
@media (min-width: 641px) and (max-width: 1023px) {
    #page #main #content #home .artigo-1,
    #page #main #content #home .artigo-2,
    #page #main #content #home .artigo-3 {
        background-position: -525px center;
    }
    #page #main #content #home .artigo-1 aside {
        background: #b87944;
        height: 223px;
    }
    #page #main #content #home .artigo-2 aside {
        background: #f2f2f2;
        height: 577px;
    }
    #page #main #content #home .artigo-3 aside {
        background: #f3e07a;
        height: 218px;
    }
}

@media (min-width: 641px) and (max-width: 810px) {
    #page #main #content #home .artigo-2 .porta {
        border: 0.2375rem solid #f2f2f2;
    }
}
@media (max-width: 640px) {
    #page #image-header aside {
        background: rgba(255,255,255,0.5);
        height: 490px;
    }
    #page #main #content #home .artigo-1 aside {
        background: rgba(184,121,68,0.7);
        height: 223px;
    }
    #page #main #content #home .artigo-2 {
        background: #f2f2f2;
    }
    #page #main #content #home .artigo-2 aside {
        background: rgba(242,242,242,0.7);
        height: 577px;
    }
    #page #main #content #home .artigo-3 {
        background: url('../images/img-s-banner-2-mobile.jpg') no-repeat top center;
    }
    #page #main #content #home .artigo-3 aside {
        background: rgba(243,224,122,0.7);
        height: 218px;
    }

    /*#page #main #content #home .artigo-4 {*/
    /*    background: url('../images/img-banner-porta-frizada-mobile.jpg') no-repeat top center;*/
    /*}*/

}

#page #colophon {
    background: #414191;
}
#page #colophon #client #footer-e {
    width: 100%;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    font-family: 'Viga', sans-serif;
    text-transform: uppercase;
    
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 3rem;
}

#page #colophon #client #footer-e > * {
    flex: 1 0 min(20rem, 100%);
}

#page #colophon #client #footer-e > *:has(.rodape-logo-feupo) {
    flex: 1 0 100%;
    padding: 0;
}

#page #colophon #client #footer-e > *:has(.rodape-logo-feupo) a {
    display: block;
    width: fit-content;
    margin-left: auto;
}

#page #colophon #client #footer-e > *:has(.rodape-logo-feupo) .logo-feupo {
    margin: 0;
    width: 55px;
}

#page #colophon #client #footer-e figure {
    display: block;
    width: 100%;
    margin: 0;
}

#page #colophon #client #footer-e figure img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cycloneslider-template-standard .cycloneslider-slide img {
    position: static;
    left: 0;
    border-bottom: 13px solid #348fb2 !important;
}
#sidebar-header {
    padding: 0 ;
}
.menu a {display: unset}
#page #branding #top nav ul li a {
    padding: 4px;
}
.desc{text-align: justify;}
#post-189 .entry-title{display: none}
#trab-cono{margin: 4em 8em;}
.wpcf7-form input[type=text], input[type=email], input[type=tel]{border-radius: 12px}
.wpcf7-form textarea{border-radius: 12px}
.wpcf7-form input[type=text], input[type=email]{border-radius: 12px}
.wpcf7-form textarea{border-radius: 12px}
.my-list-style li
{
    list-style-type: circle;
    display: list-item;
    font-size: 18px;
    font-family: Viga;
    margin-bottom: 2em;

}

.painel-img{margin: 5em;}
.underline{text-decoration: underline}

.frizadas{margin-top: 5em;}

.sombra-portas-frizadas{
    margin-left: 35px;
    top: -8px;
    z-index: -1;
    position: relative;
}
.pf-hidden{display: none;}
.frizadas, .title{font-family: Viga; color: #818181;}
#p-title{font-weight: bold; font-family: Viga;}
.form-contato{border-radius: 10px;}
.form-contato-env, .wpcf7-submit{
    background-color: white;
    border-radius: 32px;
    border: solid 1px #414191;
    text-transform: uppercase;
    font-family: Viga;
    width: 150px;
    height: 45px;
    font-size: 18px;
}
.wpcf7-submit:hover
{
    background-color: #414191;
    border: solid 1px #414191;
    color:white;
}

.wpcf7-not-valid-tip{
    font-size: 12px !important;
    margin-top: -15px;
    color: #e80909 !important;
}
.wpcf7-submit{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#footer-iframe{width: 100%}
#text-10, #custom_html-2{padding-top: 4em; padding-bottom: 4em;}
@media only screen and (max-width: 1024px)
{
    .centraliza
    {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }
}

@media only screen and (max-width: 1024px) {
    .est-title
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

}

.representante .column{margin-bottom: 50px;}
#portas{margin: 2em auto;}
.acabamento .column{margin-top: 2em}
.acabamento p{font-size: 12px; font-family: Viga; padding-top: 1em;}
@media only screen and (max-width: 1024px)
{
    .acabamento .column
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.cont-rodape
{
    text-align: center;
    margin-top: 4em;
    font-size: 24px;
}

@media only screen and (min-width: 1024px)
{
.tel{float: right; font-size: 20px}
.email{font-size: 20px}
.img-portas-frizadas{float: right; margin-right: 50px;}
.map{margin: 6em 0px;}

    #page #main #content #home .artigo-4 {
        background: #f3e07a url('../images/banner-outros-padroes.jpg') no-repeat 0px center;
        background-position: center;
    }
}

#fabriportas-body{font-family: Viga}
@media only screen and (max-width: 640px)
{
    .small-centraliza
    {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }
    #portas img{margin: 20px}
    .map iframe{width: auto;}

    .product-details .door-leaf .column{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

#m-m{margin-top: 3em;}
#m-m .title{font-size: 24px; text-align: center;}
#p-text{font-size: 18px; text-align: center; font-weight: bold; text-align: justify; margin-top: 3em;}

.rep-title
{
	background-color: #526fab;
	color: white;
    /*max-width: 400px;*/
    padding: 10px 15px;
	font-size: 24px;
	margin: 30px 0px;
	text-transform: uppercase;
    min-width: 30rem;
}

.est-title{color: #526fab; font-size: 32px;}

.est-title span{
    background-color: #f7ece2;
    display: flex;
    width: 14em;
    margin-top: -14px;

    margin-left: -95px;
    padding-right: 0px;
    max-width: 470px;
    padding-left: 90px;


}

.representante{margin-top: 7em;}

.representante hr
{
    color: #526fab;
    width: 58vw;
    height: 2px;
    display: inline-table;
    background-color: #526fab;
}
@media only screen and (max-width: 1024px)
{
	.representante hr{display: none;}
	.map{margin: 15px 0px;}
	.medium-centraliza
    {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }

}
.text-local, .whatsapp, .name, .email
{
	max-width: 24em;
	font-size: 21px;

}
.name{
    text-transform: uppercase;
}
.endereco{margin: 20px 0px;}

.icon-local img{margin: 16px 10px;}

.icon img{margin: 2px 10px;}



.active{opacity: 1;}
.deactive
{
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
#portas img{cursor: pointer;}

.title-h4 {color: #348FB2;}

#page #main #content #contact .entry-header h1, #page #main #content .entry-header h2 {font-size: 34px; font-weight: 900;}
#page #main #content #contact .entry-header h1, #page #main #content .entry-header h2, .text-title{font-size: 34px; font-weight: 900;}



#page #branding #top nav ul li a{padding: 0px 20px;}

#page #branding #top nav ul li ul.sub-menu li{padding-top: 8px}

.left-off-canvas-menu .sub-menu{width: 160px; left: 1em; display: block; position: inherit;}

.sub-menu li a{text-transform: uppercase !important; font-size: 15px !important;}


#banner #title
{
	color: white;
	margin: 0;
	font-size: 50px;
    font-family: Viga;
}

#banner
{
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  min-height: 500px;
  background-image: url("../images/banner-representantes.jpg");
  background-position: center;
}

@media only screen and (min-width: 775px) {

    #page #main #content #home .artigo-1 {
        background: #b87944 url('../images/banner-branco-prime.jpg') no-repeat 0px center;
        height: 655px;
        background-position: center;
    }

    #page #main #content #home .artigo-2 {
        background: #f2f2f2 url('../images/banner-jequitiba.jpg') no-repeat 0px center;
        background-position: center;
    }

    #page #main #content #home .artigo-3 {
        background: #f3e07a url('../images/banner-carvalho.jpg') no-repeat 0px center;
        background-position: center;
    }


    .portas img, .texto{display: none;}

    #page #main #content #home .artigo-2 {
        height: 516px;
    }
    #page #main #content #home .artigo-3 {
        height: 879px;
    }
}

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

{
   .portas{position: relative; font-family: Viga; color: white;}
   .portas .texto{position: absolute; top: 20vw; border-top: solid 1px;}
   .portas ul{list-style-type: disc; display: flex; margin: 1vw 4vw !important;}
   .branco .texto{padding-top: 3.4vw; padding-left: 12vw;}
   .portas li{padding-right: 5.5vw; font-size: 2.6vw;}
   .portas .texto .tipo{
        font-size: 8vw;
   }
   .portas .texto .tipo .big{font-size: 128%; margin-left: 7.3vw;}
   .portas button{
        background: #3f3f95;
        border-radius: 60px;
        height: 6vw;
        font-size: 3vw;
        padding: 1vw;
        font-family: Viga;
        width: 22vw;
        margin-left: 12vw;

   }
   .artigo-1 .portas button a{color: #bba387;}
   .artigo-1 .portas button a:hover{color: #bba387;}
   .artigo-2 .portas button a{color: #a17a45;}
   .artigo-2 .portas button a:hover{color: #a17a45;}
   .artigo-3 .portas button a{color: #4c4235;}
   .artigo-3 .portas button a:hover{color: #4c4235cf;}
   .portas button:hover{opacity: .9;}
   .artigo-2 .portas{color: #b87944;}
   .portas .jequetiba{margin-left: -40vw; margin-left: -30vw; margin-top: 3vw;}
   .artigo-3 .texto{margin-top: 12vw; border-color: #4c4235;}
  .portas .carvalho{
    margin-left: -29vw;
    margin-top: 3vw;
    color: #4c4235;
  }
  .botao{display: none;}

}
@media only screen and (max-width: 480px)
{
    .portas ul {
        display: block;
    }
    .jequetiba ul{float: right; padding-right: 3vw;}
}
.menu-item-has-children::after{
    content: url('../images/icon-menu.png');
    color: #414191;
    position: absolute;
    top: -2px;
    right: 0;
}
.sub-menu .menu-item a{padding: 0 !important;}
.sub-menu .menu-item{margin: 0 !important;}
.sub-menu{margin-left: 40px !important;}
.botao button{
    background-color: white;
    color: #bca488;
    font-family: Viga;
    border-radius: 60px;
    font-size: 24px;
    width: 7em;
    height: 45px;
    padding: 8px;

}
.botao button:hover{
    width: 6.9em;
    height: 44px;
    font-size: 22px;
    margin-left: 4px;
}
.artigo-1 .botao{top: 24.5em;}
.artigo-1 .botao a{color: #ab977d;}
.artigo-1 .botao a:hover{color: #ab977da3;}
.artigo-2 .botao{top: 18.5em;}
.artigo-2 .botao a{color: #a17a45;}
.artigo-3 .botao{top: 29.5em; margin-left: 2em;}
.artigo-3 .botao a{color: #4c4235;}
.artigo-3 .botao a:hover{color: #4c4235cf;}





/* ----INTERNAS-----------------------------------------------------------------------------------------------------------------   */

.interna{margin: 7em 0em;}
.product-details{font-family: Arial !important; font-size: 19px;}
.product-details p{font-family: Arial !important;}
.product-details h3{color: #ad9a7e;}
.page-branco h3{ color: #4f4c4c !important; }
.page-preto h3{ color: #323333 !important; }
.page-branco .description{color: white;}
.page-preto .description{color: #323333;}
.product-details small{font-size: 15px;}
.product-details .door{margin: 3em 0em 7em 0em;}
.door .description{margin-top: 4em;}
.product-details .description div{line-height: 1.5;}
.product-details .baseboard{margin: 7em 0em 7em 0em;}
.product-details .baseboard img{margin: 3em 0em;}
.product-details .trim{margin: 5em 0em 7em 0em;}
.product-details .door-leaf{margin: 5em 0em 7em 0em;}
.product-details .door-leaf .additional{margin-top: 30px;}
.door-leaf .additional div{font-size: 26px;}
@media only screen and (max-width: 430px)
{
.door, .baseboard, .trim .small-6 {width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.trim img{margin-bottom: 1em;}
    #title {font-size: 10vw !important;}
    .contato-rodape .mail{font-size: 15px !important;}
}
@media only screen and (max-width: 640px)
{
    .product-details .baseboard {margin: 0em 0em 4em 0em;}
    .product-details .trim {margin: 3em 0em 4em 0em;}
    .product-details .door-leaf {margin: 3em 0em 0em 0em;}
    .baseboard .description p {min-width: 200px;}
    .door-leaf img{margin-bottom: 1.8em;}
    .est-title span{display: contents;}
    .line{margin-bottom: 4em;}
    #p-title{margin-top: 1em; margin-bottom: -53px;}


}
@media only screen and (max-width: 1024px){
    .interna {
        margin: 4em 0em;
    }
    .line{margin-bottom: 5em;}
    .mapa{display: flex; justify-content: center;}
    #portas .columns{margin-bottom: 30px;}
    #portas img{display: flex; margin: 0 auto;}
}
@media only screen and (min-width: 1024px){
    .line{border-top: solid 3px #526fab; margin-bottom: 6em;}

    #page #main #content #home .artigo-4 {
        height: 553px;
    }
    #portas .columns{margin-right: 20px;}

}
.representantes{font-family: Viga !important;}
.icon-local{min-width: 40px;}
.endereco, .contato{display: flex; align-items: center;}
.contato div{line-height: 1.4;}
.contato-rodape .mail, .tel{font-size: 28px; margin-left: 20px;}
.name{margin-left: 9px;}
@media only screen and (max-width: 640px) {
    .contato-rodape .mail, .tel{font-size: 22px;}

}
.contato-rodape .column{margin-bottom: 15px;}
.mapa iframe{border-radius: 15px; margin-top: 2em;}
#contato{margin-top: 5em; margin-bottom: 2em;}
.entry-title{color: #3F3F95 !important; border-bottom: none; font-size: 34px; font-weight: 900; font-family: Viga;}

.title-h4{color: #3F3F95;}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok{
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
}
.wpcf7-form label{
    font-size: 18px;
}
.entry-content .gallery .gallery-item img {
    border: solid 2px #3f3f95 !important;
    border-radius: 6px;
    margin-bottom: 1em;
    box-shadow: 2px 2px 4px #8a8a8a;
}
#primary{margin-top: 4em;}
.aligncenter{display: flex; margin: 0 auto;}
.img-pantone-fabriportas{ margin: 3em auto -4em auto !important;}
#modal{
    position: absolute;
    height: 296px;
    width: 395px;
    color: wheat;
    margin: 0 auto;
    z-index: 3;
    background: #f2f2f2 url('../images/popup-atencao.png') no-repeat 0px center;
    background-size: contain;
    top: 10rem;
    right: 3rem;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #aaa6a6;
    display: none;
}
#modal .icon{
    color: #3f3f95;
    display: flex;
    justify-content: end;
    padding: 5px;
    float: right;
}
#icon-modal p{
    cursor: pointer;
    border: solid 2px;
    border-radius: 50px;
    height: 17px;
    width: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
@media only screen and (max-width: 640px){
    #modal{
        height: 225px;
        width: 300px;
        right: 15px;
    }
}
.outros-padroes{position: relative;}
.outros-padroes .texto{position: absolute; top: 24vw; color: white; font-family: Viga;}
.outros-padroes .texto div{
    margin-bottom: 22vw;
    min-width: 200px;
    font-size: 2.6vw;
    text-decoration: underline;

}
.outros-padroes .title{
    position: absolute;
    top: 0;
    top: 8vw;
    left: 16vw;
    font-size: 4vw;
    max-width: 10vw;
    color: white;
}

@media only screen and (min-width: 640px){
    .outros-padroes .texto{display: none;}
    .outros-padroes .title{display: none;}

}

.left-off-canvas-toggle span {color: white !important;}

@media (min-width: 640px) and (max-width: 1024px){
    .frizadas .large-4{display: flex; justify-content: center; padding-top: 6em;}
    #p-text{margin-top: 1em;}
}

.tab-bar, .left-off-canvas-menu{
    background: #c07636 !important;
}

.logo-feupo{max-width: 100px;}
@media(min-width: 1024px){
    .logo-feupo{margin-left: 14rem;}
}
@media(max-width: 1024px){
    .mais-frizadas .img-portas{
        max-width: 100%;
    }
}
.mais-frizadas .img-portas{
    margin: 0 2.5rem;
}


.mais-frizadas .column{margin-bottom: 15px;}

.mais-frizadas .column{text-align: center;}


.mais-frizadas .img-portas{margin-bottom: 5px;}

.mais-frizadas{margin-top: 50px;}
@media(max-width: 640px){
    .mais-frizadas {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mais-frizadas img{margin-bottom: 10px !important;}
}

.poup{position: relative; top: 15rem; margin-left: 8rem; z-index: 9999999;}

.poup-item{
    width: 195px;
    margin: 0 auto;
}






.erro404
{
	margin: -5em auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 40rem;
}
.erro404 p{color: #243559; font-size: 38px; font-weight: 800; margin: 42px 0px;}
.erro404 a
{
	border: solid 2px #3f3f95;
	border-radius: 40px;
	padding: 12px 36px;
	font-size: 24px;
	background-color: #3f3f95;
	color: white;
}
.erro404 a:hover{background-color: white; color: #3f3f95;}
@media only screen and (max-width: 1024px)
{
   .erro404 p
   {

	   font-size: 26px;
	   font-weight: 800;
	   margin: 10px 26px;
   }
   .erro404 a{padding: 5px 20px;}

}