/*
Theme Name: Trevipapel
Theme URI: http://www.ruiverissimodesign.com/
Author: Rui Veríssimo Design
Author URI: http://www.ruiverissimodesign.com/
Description: Website para a Trevipapel
Version: 1.0
Tags: papel
Text Domain: Trevipapel
*/

@font-face {
    font-family: 'TrajanaSans';
    font-style: normal;
    font-weight: 400;
    src: url(vendor/fonts/TrajanaSans.otf);
}

@font-face {
    font-family: 'TrajanaSansBold';
    font-style: Bold;
    font-weight: Bold;
    src: url(vendor/fonts/TrajanaSans-Bold.otf);
}

@font-face {
    font-family: 'SourceSansPro';
    font-style: Normal;
    font-weight: Normal;
    src: url(vendor/fonts/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: 'SourceSansProSemiBold';
    font-style: Bolder;
    font-weight: Bolder;
    src: url(vendor/fonts/SourceSansPro-SemiBold.ttf);
}

@font-face {
    font-family: 'AbrilDisplayBold';
    font-style: bold;
    font-weight: bold;
    src: url(vendor/fonts/Abril_Display_Bold.otf);
}

/*Animações*/
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInChange {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from {opacity: 0;height: 0px;}
    to {opacity:1; height: 100%;}
}

@media only screen and (min-width: 992px) {
    @keyframes fadedropIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
}

/*Formatação padrão dos links*/

a {
    color: #7D0F2E;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a:hover {
    text-decoration: none;
    color: #1D1D1B;
}

/* Tamanhos */

.content-width-60 {
    max-width: 60%;
}

.content-width-75 {
    max-width: 75%;
}

.content-width-80 {
    max-width: 80%;
}

.content-width-85 {
    max-width: 85%;
}

.content-width-90 {
    max-width: 90%;
}

.content-width-100 {
    max-width: 100%;
}

/* Imagens de Destaque */

.d-img {
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    width: 100%;
    height: 450px;
}

@media only screen and (max-width: 1680px) {
    .d-img{
        height: 430px;
    }
}

@media only screen and (max-width: 576px) {
    .d-img{
        height: 320px;
    }
}

/* Formatação da barra de navegação */
.fixed-top {
    position: sticky !important;
}

nav {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}

.navbar {
    padding: 40px 0 40px 0;
}

.icon-bar {
    width: 33px;
    height: 3px;
    background-color: #1D1D1B;
    display: block;
    transition: all 0.2s;
    margin-top: 6px
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-brand {
    margin: 0 0 0 7%;
}

@media only screen and (max-width:325px) {
    .navbar-brand {
        width: 120px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-brand {
        margin: 0 1% 0 2%;
    }
}
@media only screen and (min-width: 1080px) {
    .nav-m-r {
        margin-right: 8%;
    }
}

@media only screen and (max-width: 1080px) {
    .nav-m-r {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 992px) {
    .nav-m-r {
        margin-right: 0;
    }
}

.nav-logo {
    width: 240px;
}

.nav-logo > .cls-1 {
    fill: #98163c;
    stroke: #98163c;
}

@media only screen and (max-width: 1440px) {
    .nav-logo {
        width: 210px;
    }
}

@media only screen and (max-width: 1280px) {
    .nav-logo {
        width: 190px;
    }
}

@media only screen and (max-width: 576px) {
    .nav-logo {
        width: 200px;
    }
}

@media only screen and (max-width: 475px) {
    .nav-logo {
        width: 190px;
    }
}

@media only screen and (max-width: 325px) {
    .nav-logo {
        width: 180px;
    }
}


/*-----------------------------------------------------*/

.main-menu-item {
    font-family: "TrajanaSans", sans-serif !important;
    text-transform: lowercase;
    font-size: 18px;
    color: #1D1D1B;
    text-decoration: none;
    margin: 0 10px 0 10px;
    white-space: nowrap;
    padding: 0 5px 0 5px;
}

.main-menu-link {
    color: #1D1D1B;
}

@media only screen and (max-width: 992px) {
    .main-menu-item {
        text-align: center;
        margin: 10px 0 10px 0;
    }
	
	.fixed-top {
		position: relative !important;
	}
}

@media only screen and (min-width: 992px) {
	
    .main-menu-item:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 26px;
        width: 100%;
        opacity: 0;
        content: '';
        color: transparent;
        background: #1D1D1B;
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .main-menu-link:focus::after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 26px;
        opacity: 1;
        width: 100%;
        content: '';
        color: #1D1D1B;
        background: #1D1D1B;
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .main-menu-item.current-menu-item:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 26px;
        width: 100%;
        opacity: 1;
        content: '';
        color: transparent;
        background: #1D1D1B;
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .sub-menu-link-1{
        margin: 0 0 0 10px;
    }
}

.main-menu-item {
    position: relative;
}

.main-menu-item:hover:after {
    opacity: 1;
    width: 100%;
}

.main-menu-link:hover {
    color: #1D1D1B;
}

.main-menu-link:hover, .sub-menu-link-1:hover, .sub-menu-link-2:hover {
    text-decoration: none;
}

/*--------------------------------*/

.current_page_item {
    position: relative;
}

.current_page_item {
    color: #1D1D1B;
}

.menu-item-depth-1 .current_page_item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 26px;
    opacity: 1;
    width: 100%;
    content: '';
    color: #1D1D1B;
    background: #1D1D1B;
    height: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*------------------------------------------*/

@media only screen and (max-width: 1440px) {
    .main-menu-item {
        font-size: 16px;
        margin-bottom: 1%;
    }

    .sub-menu-link-1 {
        font-size: 15px;
    }

    .sub-menu-link-2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .main-menu-item {
        font-size: 14px;
        margin-bottom: 1%;
    }

    .sub-menu-link-1 {
        font-size: 16px;
    }

    .sub-menu-link-2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1110px) {
    .main-menu-item {
        font-size: 12px;
        margin-bottom: 1%;
    }

    .sub-menu-link-1 {
        font-size: 11px;
    }

    .sub-menu-link-2 {
        font-size: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .main-menu-item ~ .current-menu-ancestor:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 26px;
        opacity: 1;
        width: 100%;
        content: '';
        color: #1D1D1B;
        background: #1D1D1B;
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .menu-parent-item:after > .main-menu-link {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 0 -3% 0;
        opacity: 1;
        width: 100%;
        content: '';
        color: #1D1D1B;
        background: #1D1D1B;
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .current-menu-parent.dropdown:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 26px;
        opacity: 1;
        width: 100%;
        content: '';
        color: #1D1D1B;
        background: #1D1D1B;
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;

    }

    .current-products-ancestor > .main-menu-link:after  {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 26px;
        opacity: 1;
        width: 100%;
        content: '';
        color: #1D1D1B;
        background: #1D1D1B;
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .menu-item-depth-1 {
        padding: 5% 0 5% 0;
    }

    .menu-item-depth-2 {
        margin: 5% 0 5% 0;
    }
}

.menu-parent-item > .menu-depth-2 > a > .current-menu-parent {
    background-color: #AB8E6C;
}

.sub-item > .current-menu-item {
    color: #AB8E6C;
    font-weight: bold;
}

.current-menu-item > .sub-menu-link-1 {
    color: #AB8E6C;
    font-weight: bold;
}

.current-menu-item > .sub-menu-link-2 {
    color: #AB8E6C;
    font-weight: bold;
}

.menu-depth-2 > .current-menu-item {
    color: #AB8E6C;
    font-weight: bold;
}

.current-products-ancestor > .sub-menu-link-1 {
    color: #AB8E6C;
    font-weight: bold;
}

.current-menu-parent > .sub-menu-link-1 {
    color: #AB8E6C;
    font-weight: bold;

}

.current-menu-parent > .sub-menu-link-2 {
    color: #AB8E6C;
    font-weight: bold;
}

.current-menu-item > .sub-menu-link-2 {
    color: #AB8E6C;
    font-weight: bold;

}

/*Formatação do menu Dropdown*/

.menu-depth-1 {
    border-radius: 0;
    width: 350px;
    right: -128%;
    top: 105%;
    background-color: #7D0F2E;
    outline: none;
    position: absolute;
    list-style-type: none;
    display: none;
    padding: 45% 20% 65% 20%;
    z-index: 9999;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.menu-item-depth-1 {
    position: relative;
    font-family: "TrajanaSans", sans-serif !important;
    text-transform: lowercase;
    text-align: start;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    border-bottom: 2px solid #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: none;
}

.menu-item-depth-1.menu-item-has-children::after {
    content: '+';
    position: absolute;
    font-family: "TrajanaSans", sans-serif;
    right: 10px;
    top: -3px;
    color: #fff;
    font-size: 38px;
    z-index: 99;
}

.menu-item-depth-1.menu-item-has-children.changed::after {
    content: '-';
    position: absolute;
    font-family: "TrajanaSans", sans-serif;
    top: -3px;
    right: 10px;
    color: #fff;
    font-size: 38px;
    z-index: 99;
}

@media only screen and (max-width: 1440px) {
    .menu-depth-1 {
        width: 320px;
    }
}

@media only screen and (max-width: 1280px) {
    .menu-depth-1 {
        width: 300px;
    }
}

@media only screen and (min-width: 992px) {
    .menu-item-depth-1:hover {
        border-bottom: 2px solid #AB8E6C;
    }

    .menu-item-depth-1:hover > .sub-menu-link-1 {
        color: #AB8E6C;
    }

    .sub-menu-link-1:hover, .sub-menu-link-2:hover, .sub-menu-link-3:hover {
        color: #FFFFFF;
    }

    .sub-menu-link-2:hover, .sub-menu-link-3:hover {
        color: #AB8E6C;
    }
}


.sub-menu-link-1, .sub-menu-link-2, .sub-menu-link-3 {
    font-family: "TrajanaSans", sans-serif !important;
    color: #FFFFFF;
}

.sub-menu-link-2, .sub-menu-link-3 {
    font-family: "TrajanaSans", sans-serif !important;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.menu-depth-2 {
    display: none;
    list-style-type: none;
    margin: 0;
}

.menu-depth-2 {
    text-align: start;
    font-size: 15px;
    margin: 1% 0 0 0;
}


/*Menu no mobile*/

@media only screen and (max-width: 992px) {
    .navbar-nav {
        background: #FAFAFA;
    }

    .main-menu-mobile-link {
        color: #1D1D1B;

    }

    .main-menu-mobile-item {
        font-family: "TrajanaSans", sans-serif !important;
        font-size: 20px;
        text-transform: lowercase;
        color: #1D1D1B;
        margin: 5% 0 5% 0;
        text-align: center;
    }

    .main-menu-mobile-item.current-menu-item > .main-menu-mobile-link {
        font-weight: bold;
        color: #9a1239 !important;
    }

    .main-menu-mobile-item.current-menu-item.current-menu-ancestor > .main-menu-mobile-link {
        color: #9a1239 !important;
    }

    .main-menu-mobile-item.current-menu-ancestor > .main-menu-mobile-link {
        color: #9a1239 !important;
        font-weight: bold;
    }

    .menu-mobile-item-depth-1.menu-item-has-children > .sub-menu-mobile-link-1::after {
        font-family: "TrajanaSans", sans-serif !important;
        text-transform: lowercase;
        content:'+';
        color: #1D1D1B;
        font-weight: normal;
        font-size: 20px;
        position: relative;
        margin: 10px 0 0 15px;
        animation: fadeIn 0.5s ease 0s;
    }

    .menu-mobile-item-depth-1.menu-item-has-children.changed > .sub-menu-mobile-link-1::after {
        font-family: "TrajanaSans", sans-serif !important;
        text-transform: lowercase;
        content:'-' !important;
        color: #1D1D1B;
        font-weight: normal;
        font-size: 20px;
        position: relative;
        animation: fadeInChange 0.5s ease 0s;
    }

    .menu-mobile-item-depth-1.current-menu-parent > .sub-menu-mobile-link-1 {
        color: #9a1239 !important;
        font-weight: bold;
    }

    .current-menu-parent.dropdown::after {
        opacity: 0;
    }

    .main-mobile-menu-link {
        margin: 1% 0 1% 0;
    }

    .menu-mobile-depth-1 {
        display: none;
        list-style: none;
        position: relative;
        right: unset;
        top: unset;
        padding: 0;
        background-color: #f5f5f5;
        margin: 1% auto 1% auto;
    }

    .menu-mobile-depth-2 {
        display: none;
        list-style: none;
        padding: 0;
        margin: 5% 0 0 0;
    }

    .menu-mobile-item-depth-1 {
        font-family: "TrajanaSans", sans-serif !important;
        font-size: 16px;
        color: #1D1D1B;
        text-align: center;
        padding: 5% 0 5% 0;
    }

    .menu-mobile-item-depth-2 {
        font-family: "TrajanaSans", sans-serif !important;
        font-size: 14px;
        text-align: center;
        padding: 5px 0 5px 0;
        border: 0;
        color: #1D1D1B;
        background-color: #eeeeee;
        padding: 15px 0 15px 0;
    }

    .menu-mobile-item-depth-2.current-menu-item > .sub-menu-mobile-link-2 {
        color: #9a1239 !important;
        font-weight: bold;
    }

    .sub-menu-mobile-link-1, .sub-menu-mobile-link-2, .sub-menu-mobile-link-3 {
        color: #1D1D1B;
    }

    .menu-mobile-link:hover, .sub-menu-mobile-link-1:hover, .sub-menu-mobile-link-2:hover {
        color: #1D1D1B;
    }
}

/*Classe para abrir menu e sua animação*/

.open {
    display: block !important;
}

@media only screen and (min-width: 992px) {
    .open {
        animation: fadedropIn 0.5s ease 0s;
    }


}

@media only screen and (max-width: 992px) {
    .open {
        animation: slideDown 0.5s ease 0s;
    }
}

/*Comportamento do Hover*/
.main-menu-item.menu-item-has-children:hover > .menu-depth-1 {
    display: block;
    animation: fadedropIn 0.5s ease 0s;
}


.menu-item-depth-1:hover > .menu-depth-2 {
    display: block;
    animation: fadedropIn 0.5s ease 0s;
}

.menu-item-depth-1.menu-item-has-children:hover:after {
    content: '-';
    position: absolute;
    font-family: "TrajanaSans", sans-serif;
    top: -3px;
    right: 10px;
    color: #fff;
    font-size: 38px;
    z-index: 99;
}

/*Formatação do footer*/

footer {
    background-color: #1B1B1F;
    width: 100%;
}

.f-m {
    margin: 8% 0 5% 0;
}

.f-logo {
    width: 350px;
    align-self: center;
    margin: 5px 0 0 0;
}

.f-logo .cls-1 {
    fill: #FFF;
    stroke: transparent;
}

.f-title {
    font-family: "TrajanaSans", sans-serif !important;
    color: #AB8E6C;
    font-size: 32px;
    text-transform: lowercase;
    letter-spacing: 4px;
}

.f-text {
    font-family: "SourceSansPro", sans-serif !important;
    max-width: 90%;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: 1px;
}

.f-link {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 20px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer-others-btn {
	font-family: 'TrajanaSans', sans-serif !important;
	text-transform: lowercase;
	font-size: 8px;
	color: #FFF;
	padding: 4px 5px 4px 5px;
	border: 1px solid #FFF;
}

.footer-others-btn:hover {
	color: #FFF;
	background-color: #AB8E6C;
	border: 1px solid #AB8E6C;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


@media only screen and (max-width: 1680px) {
    .f-text {
        font-size: 16px;
    }

    .f-title {
        font-size: 28px;
    }

    .f-link {
        font-size: 16px;
    }

    .f-logo {
        width: 320px;
    }
}

@media only screen and (max-width: 1440px) {
    .f-text {
        font-size: 14px;
    }

    .f-title {
        font-size: 24px;
    }

    .f-link {
        font-size: 14px;
    }

    .f-logo {
        width: 300px;
    }
}

@media only screen and (max-width: 992px) {
    .f-text {
        font-size: 16px;
        text-align: center;
        max-width: 100%;
    }

    .f-title {
        font-size: 16px;
        text-align: center;

    }

    .f-link {
        font-size: 16px;
    }
}

.f-link:hover {
    color: #AB8E6C;
    text-decoration: none;
}

.f-r-btn {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 5px 35px 5px 35px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.f-r-btn:hover, .f-r-btn:focus {
    background-color: #AB8E6C;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #AB8E6C;
}

.f-financed {
    font-family: "SourceSansPro", sans-serif !important;
    color: #FFFFFF;
    font-size: 10px;
    margin: 8% 0 0 0;
    padding: 0;
    letter-spacing: 1px;
}

.f-social-logo {
    width: 40px;
}

.f-l-facebook .cls-1,
.f-l-linkedin .cls-1 {
    fill: transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.f-l-facebook:hover .cls-1,
.f-l-linkedin:hover .cls-1 {
    fill: #AB8E6C;
}

.f-brand {
    align-self: center;
    width: 80px;
}

/*Formatação dos elementos da página inicial*/

.owl-carousel-bg-img > .owl-nav {
    display: none;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.fp-bg-img {
    width: 1280px;
    height: 780px;
    max-width: 100%;
    max-height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.fp-slider-overflow {
    display: none;
    background-color: rgba(29, 29, 27, 0.5);
    z-index: 99;
}

@media only screen and (max-width: 1680px) {
    .fp-bg-img {
        width: 1080px;
        height: 700px;
        background-size: cover;
    }
}

@media only screen and (max-width: 1440px) {
    .fp-bg-img {
        width: 1080px;
        height: 695px;
        background-size: cover;
    }
}

@media only screen and (max-width: 1280px) {
    .fp-bg-img {
        width: 1080px;
        height: 600px;
    }
}

@media only screen and (max-width: 992px) {
    .fp-bg-img {
        max-width: 100%;
        width: 100vw;
        height: 600px;
    }

    .fp-slider-overflow {
        display: block;
        position: absolute;
        background-color: rgba(29, 29, 27, 0.5);
        z-index: 99;
        width: 100%;
    }
}

.fp-s-container {
    position: relative !important;
}

.fp-slider-p {
    padding: 10% 13% 0 13%;
}

.owl-carousel-products {
    width: 100%;
    max-width: 35vw;
}


.owl-carousel-products > .owl-stage-outer > .owl-stage > .owl-item > .item {
    width: 500px;
    height: 100%;
}

.fp-slider-container {
    position: absolute;
    margin-top: 85px;
    right: 10%;
    background-color: rgba(29, 29, 27, 1);
    z-index: 100;
}

@media only screen and (max-width: 1680px) {
    .owl-carousel-products {
        max-width: 40vw;
    }

    .fp-slider-container {
        right: 5%;
    }
}

@media only screen and (max-width: 1440px) {
    .owl-carousel-products {
        max-width: 45vw;
    }
    .fp-slider-container {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .fp-slider-container {
        margin-top: 105px;
    }

    .owl-carousel-products {
        max-width: 50vw;
    }
}

@media only screen and (max-width: 1280px) {
    .fp-slider-container {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 992px) {
    .fp-slider-container {
        right: unset;
        display: block;
        left: unset;
        width: 100%;
        background-color: transparent;
    }

    .fp-slider-p {
        padding: 5% 5% 10% 5%;
    }

    .owl-carousel-products {
        max-width: 100vw;

    }

    .owl-carousel-products > .owl-stage-outer > .owl-stage > .owl-item > .item {
        width: 100%;
    }
}

.owl-dots {
    margin-top: 3%;
    padding: 0 0 10% 14%;
}

@media only screen and (max-width: 992px) {
    .owl-dots {
        padding: 0;
        margin: 3% auto 0 auto;
    }
}

button.owl-dot {
    border: 3px solid #ffffff !important;
    width: 15%;
    color: #FFFFFF;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: 0;
    background-color: #FFFFFF;
}

button.owl-dot.active {
    border: 3px solid #9A1239 !important;
    background-color: #9A1239;
}

.fp-slider-title {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 52px;
    color: #FFFFFF;
    text-transform: lowercase;
}

.fp-slider-text > p {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    white-space: normal;
    padding: 0;
    margin: 0;
}

.fp-slider-link {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 10px;
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 18px;
}

@media only screen and (max-width: 1680px) {
    .fp-slider-title {
        font-size: 42px;
    }
}


@media only screen and (max-width: 1440px) {
    .fp-slider-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1280px) {
    .fp-slider-title {
        font-size: 26px;
    }

    .fp-slider-text > p {
        font-size: 14px;
    }

    .fp-slider-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .fp-slider-title {
        font-size: 38px;
        text-align: center;
    }
    .fp-slider-text {
        font-size: 16px;
        text-align: center;
    }

    button.owl-dot {
        border: 6px solid #ffffff !important;
    }

    button.owl-dot.active {
        border: 6px solid #9A1239 !important;
    }
}

.fp-slider-link:hover, .fp-slider-link:focus {
    color: #FFFFFF;
    background-color: #9A1239;
    border: 1px solid #9A1239;
}

/*--------------------------------------------------*/

.fp-p {
    position: absolute;
    left: 140px;
}

@media only screen and (max-width: 992px) {
    .fp-p {
        position: relative;
        left: unset;
        margin: 15% 0 15% 0;
    }
}

.fp-text {
    font-family: "SourceSansPro", sans-serif !important;
    text-transform: uppercase;
    font-size: 26px;
}

.fp-text-l {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 60px;
    text-transform: uppercase;
    color: #9A1239;
    letter-spacing: 6px;
}

@media only screen and (max-width: 1280px) {
    .fp-text-l {
        font-size: 58px;
    }
}

@media only screen and (max-width: 1280px) {
    .fp-text {
        font-size: 22px;
    }

    .fp-text-l {
        font-size: 42px;
    }
}

@media only screen and (max-width: 992px) {
    .fp-p {
        padding: 8% 0 8% 0;
    }

    .fp-text {
        font-size: 20px;
        text-align: center;
    }

    .fp-text-l {
        font-size: 28px;
        text-align: center;
    }
}

.fp-image {
    position: absolute;
    bottom:75%;
    left: 140px;
    z-index: 99;
    width: 70%;
}


@media only screen and (max-width: 992px) {
    .fp-image {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }
}

.fp-image-mt {
    margin-top: 20%;
}

@media only screen and (max-width: 992px) {
    .fp-image-mt {
        margin: 0;
    }
}

.fp-bg-gray {
    background-color: #E9E9E4;
}

/*--------------------------------------------------*/

.fp-bg-red {
    background-color: #9A1239;
}

.fp-about-p {
    padding: 20% 25% 0 15%;
}

.fp-about-p-link {
    padding: 5% 25% 20% 10%;
}

@media only screen and (max-width: 1680px) {
    .fp-about-p {
        padding: 18% 25% 0 15%;
    }

    .fp-about-p-link {
        padding: 5% 25% 18% 10%;
    }
}

@media only screen and (max-width: 1560px) {
    .fp-about-p {
        padding: 16% 25% 0 15%;
    }

    .fp-about-p-link {
        padding: 5% 25% 16% 10%;
    }
}

@media only screen and (max-width: 1440px) {
    .fp-about-p {
        padding: 16% 25% 0 15%;
    }

    .fp-about-p-link {
        padding: 5% 25% 16% 10%;
    }
}

@media only screen and (max-width: 992px) {
    .fp-about-p {
        padding: 25% 5% 0 5%;
    }

    .fp-about-p-link {
        padding: 10% 0 25% 10%;
    }
}

.fp-about-bg {
    background-image: url("files/background-about.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fp-line {
    width: 5%;
    border: 1px solid #FFFFFF;
    margin: 0 10px 0 0;
    align-self: flex-end;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.fp-about-logo {
    width: 280px;
    align-self: center;
}

.fp-about-link {
    color: #FFFFFF;
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.fp-about-link:hover {
    color: #AB8E6C;
}

.fp-about-link:focus {
    color: #AB8E6C;

}

.fp-about-link:hover ~ .fp-line {
    margin: 0;
    border: 1px solid #AB8E6C;
}

.fp-about-link:active ~ .fp-line {
    margin: 0;
    border: 1px solid #AB8E6C;
}

.fp-about-link:focus ~ .fp-line {
    margin: 0;
    border: 1px solid #AB8E6C;
}

.fp-about-text {
    color: #FFFFFF;
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (max-width: 1680px) {
    .fp-about-logo {
        width: 230px;
    }

    .fp-about-text {
        font-size: 16px;
    }

    .fp-about-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1460px) {
    .fp-about-text {
        font-size: 14px;
    }

    .fp-about-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1080px) {
    .fp-about-text {
        font-size: 14px;
    }
    .fp-about-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .fp-about-text {
        font-size: 16px;
    }
    .fp-about-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .fp-about-text {
        font-size: 14px;
    }
    .fp-about-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .fp-about-text {
        font-size: 12px;
    }
    .fp-about-link {
        font-size: 12px;
    }
}

.fp-about-mb {
    margin-bottom: 7%;
}

/*--------------------------------------------------*/

.fp-brand-background {
    background-image: url("files/background-marcas.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 3% 0 4% 0;
}

@media only screen and (max-width: 1200px) {
    .fp-brand-background {
        background-image: url("files/background-marcas-vertical.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 992px) {
    .fp-brand-m {
        margin: 2% 0 2% 0;
    }
}

.fp-brand-title {
    font-family: "AbrilDisplayBold", serif !important;
    text-transform: uppercase;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
}

.fp-brand-subtitle {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.fp-brand-text {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.fp-brand-container {
    height: 424px;
}

.fp-brand-link:hover > .fp-brand-bg-white > .p-5 > .d-flex > .fp-brand-img {
    transform: scale(1.05, 1.05);
}

@media only screen and (max-width: 1440px) {
    .fp-brand-container {
        height: 320px;
    }
}

@media only screen and (max-width: 1280px) {
    .fp-brand-container {
        height: 290px;
    }
}

@media only screen and (max-width: 992px) {
    .fp-brand-text {
        font-size: 16px;
    }

    .fp-brand-title {
        font-size: 42px;
    }

    .fp-brand-subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .fp-brand-text {
        font-size: 16px;
    }

    .fp-brand-title {
        font-size: 42px;
    }

    .fp-brand-subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .fp-brand-text {
        font-size: 14px;
    }

    .fp-brand-title {
        font-size: 38px;
    }

    .fp-brand-subtitle {
        font-size: 18px;
    }
}

/*--------------------------------------------------*/

.fp-product-title {
    font-family: "AbrilDisplayBold", serif !important;
    text-transform: uppercase;
    font-size: 68px;
    text-align: center;
    letter-spacing: 5px;
    margin: 0;
}

.fp-product-t {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 22px;
    text-transform: lowercase;
    text-align: center;
    width: 60%;
    letter-spacing: 2px;
}

@media only screen and (max-width: 992px) {
    .fp-product-title {
        font-size: 42px;
    }

    .fp-product-t {
        font-size: 16px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .fp-product-title {
        font-size: 38px;
    }

    .fp-product-t {
        font-size: 14px;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .fp-product-title {
        font-size: 32px;
    }

    .fp-product-t {
        font-size: 12px;
        width: 100%;
    }
}

.fp-product-img-container {
    position: relative;
    width: 100%;
}

.fp-product-img {
    display: block;
    width: 100%;
    height: auto;
}


.fp-product-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-color: rgba(0, 0, 0, 0.5);
}

.fp-product-img-container:hover .fp-product-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.fp-product-text {
    color: #FFFFFF;
    font-size: 24px;
    font-family: "TrajanaSans", sans-serif !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .fp-product-text {
        font-size: 18px;
    }
}

.fp-product-text-container {
    position: absolute;
    padding: 100px;
}

.fp-product-title-advise {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 24px;
    text-align: center;
}

.fp-product-text-advise {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 1680px) {
    .fp-product-text-container {
        padding: 75px;

    }
}

@media only screen and (max-width: 1440px) {
    .fp-product-text-container {
        padding: 55px;

    }
}

@media only screen and (max-width: 1280px) {
    .fp-product-text-container {
        padding: 45px;

    }

    .fp-product-title-advise {
        font-size: 22px;
    }

    .fp-product-text-advise {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1100px) {
    .fp-product-text-container {
        padding: 40px;

    }

    .fp-product-title-advise {
        font-size: 18px;
    }

    .fp-product-text-advise {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .fp-product-text-container {
        padding: 30px;

    }

    .fp-product-title-advise {
        font-size: 10px;
    }

    .fp-product-text-advise {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .fp-product-text-container {
        padding: 75px;

    }

    .fp-product-title-advise {
        font-size: 28px;
    }

    .fp-product-text-advise {
        font-size: 22px;
    }
}

@media only screen and (max-width: 576px) {
    .fp-product-text-container {
        padding: 50px;

    }

    .fp-product-title-advise {
        font-size: 16px;
    }

    .fp-product-text-advise {
        font-size: 12px;
    }
}

@media only screen and (max-width: 425px) {
    .fp-product-text-container {
        padding: 45px;

    }
}

@media only screen and (max-width: 375px) {
    .fp-product-text-container {
        padding: 40px;

    }

    .fp-product-title-advise {
        font-size: 14px;
    }

    .fp-product-text-advise {
        font-size: 10px;
    }
}

@media only screen and (max-width: 325px) {
    .fp-product-text-container {
        padding: 30px;

    }
}

/*--------------------------------------------------*/

.fp-brand-img {
    width: 250px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 1680px) {
    .fp-brand-img {
        width: 200px;
    }
}

@media only screen and (max-width: 1440px) {
    .fp-brand-img {
        width: 150px;
    }
}

@media only screen and (max-width: 1280px) {
    .fp-brand-img {
        width: 130px;
    }
}


.fp-brand-bg-white {
    background-color: #FFFFFF;
}

.fp-brand-w-text {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 18px;
    color: #1D1D1B;
    margin: 0;
    text-align: center;
}

/*Formatação da Página Downloads*/

.d-title {
    font-family: "AbrilDisplayBold", serif !important;
    text-transform: uppercase;
    font-size: 72px;
    text-align: center;
    letter-spacing: 6px;
}

.d-subtitle {
    font-family: "AbrilDisplayBold", serif !important;
    text-transform: uppercase;
    font-size: 38px;
    text-align: center;
    letter-spacing: 3px;
}

.d-text {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 20px;
    text-align: center;
}

.d-c-title {
    font-family: "TrajanaSansBold", sans-serif !important;
    font-size: 26px;
    text-transform: lowercase;
}

.d-btn {
    border: 1px solid #1D1D1B;
    font-size: 20px;
    padding: 7px;
    font-family: "TrajanaSans", sans-serif !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-transform: lowercase;
    color: #1D1D1B;
}

.d-btn:hover, .d-btn:focus {
    background-color: #9A1239;
    color: #FFFFFF;
    border: 1px solid #9A1239;
}

@media only screen and (max-width: 1680px) {
    .d-title {
        font-size: 62px;
    }

    .d-subtitle {
        font-size: 32px;
    }

    .d-text {
        font-size: 18px;
    }

    .d-btn {
        font-size: 18px;
    }

    .d-c-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1440px) {
    .d-title {
        font-size: 52px;
    }

    .d-subtitle {
        font-size: 28px;
    }

    .d-text {
        font-size: 16px;
    }

    .d-btn {
        font-size: 16px;
    }

    .d-c-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 475px) {
    .d-title {
        font-size: 42px;
    }

    .d-subtitle {
        font-size: 20px;
    }

    .d-text {
        font-size: 16px;
    }

    .d-c-title {
        text-align: center;
        font-size: 18px;
    }

    .d-btn {
        font-size: 14px;
    }
}

.d-margin {
    margin: 0 0 8% 0;
}

@media only screen and (max-width: 767px) {
    .d-margin {
        margin: 0 0 18% 0;
    }
}

.d-t-margin {
    margin-top: 4%;
}

@media only screen and (max-width: 767px) {
    .d-t-margin {
        margin-top: 14%;
    }
}

.d-c-margin {
    margin-top: 7%;
}

/* Formatação da Página Contactos */

.c-r-container {
    margin: 25% 15% 25% 15%;
}

@media only screen and (max-width: 991px) {
    .c-r-container {
        margin: 125% 0 20% 0;
    }
}

.c-bg-image {
    background-image: url("files/contacts-banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .c-bg-image {
        background-image: url("files/contacts-banner-vertical.jpg");
        height: 100%;
    }
}

.c-title {
    font-family: "AbrilDisplay", serif !important;
    font-size: 62px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 6px;

}

.c-text {
    font-family: "SourceSansPro", sans-serif !important;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
}

.c-map-btn-container {
    margin: 5% 0 10% 0;
}

.c-map-btn {
    font-family: "TrajanaSans", sans-serif !important;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 10px 25px 10px 25px;
    text-transform: lowercase;
}

.c-map-btn:hover, .c-map-btn:focus {
    color: #FFFFFF;
    background-color: #AB8E6C;
    border: 1px solid #AB8E6C;
}

.c-link {
    color: #FFFFFF;
}

.c-link:hover {
    color: #AB8E6C;
}

@media only screen and (max-width: 1680px) {
    .c-title {
        font-size: 58px;
    }

    .c-text {
        font-size: 20px;
    }

    .c-map-btn {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .c-title {
        font-size: 52px;
    }

    .c-text {
        font-size: 18px;
    }

    .c-map-btn {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1280px) {
    .c-title {
        font-size: 42px;
    }

    .c-text {
        font-size: 18px;
    }

    .c-map-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .c-title {
        font-size: 62px;
        text-align: center;
    }

    .c-text {
        font-size: 24px;
        text-align: center;
    }

    .c-map-btn {
        font-size: 18px;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {
    .c-title {
        font-size: 32px;
        text-align: center;
    }

    .c-text {
        font-size: 16px;
        text-align: center;
    }

    .c-map-btn {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .c-title {
        font-size: 28px;
        text-align: center;
    }

    .c-text {
        font-size: 16px;
        text-align: center;
    }

    .c-map-btn {
        font-size: 14px;
        padding: 5px 15px 5px 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 325px) {
    .c-title {
        font-size: 24px;
        text-align: center;
    }

    .c-text {
        font-size: 14px;
        text-align: center;
    }

    .c-map-btn {
        font-size: 10px;
        padding: 5px 15px 5px 15px;
        text-align: center;
    }
}

/*Formatação do Modal*/

@media only screen and (max-width: 767px) {
    .modal {
        max-width: 100%;
    }
}

.modal-dialog {
    margin-top: 10%;
}

.modal-content {
    background-color: #e9e9e4;
}

.close {
    color: unset;
}

.close:focus {
    outline: 0;
}

.close:hover {
    color: unset;
}

.modal-header {
    border: 0;
}

.modal-dialog {
    max-width: 80%;
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        max-width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.i-img {
    max-width: 100%;
    height: auto;
    width: 120px;
    align-self: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.i-img-link {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.i-img-link:hover > .i-img-itinerary {
    -webkit-transition: 0.2s ease-in-out 0s;
    -moz-transition: 0.2s ease-in-out 0s;
    -ms-transition: 0.2s ease-in-out 0s;
    -o-transition: 0.2s ease-in-out 0s;
    transition: 0.2s ease-in-out 0s;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    
}

.i-title {
    font-size: 48px;
    font-family: "TrajanaSans", sans-serif !important;
    font-weight: bold;
    text-transform: lowercase;
    text-align: center;
    color: #1D1D1B;
}

.i-map {
    max-width: 100%;
    width: 100%;
    align-self: center;
}

.i-img-itinerary {
    max-width: 100%;
    height: auto;
    width: 800px;
    align-self: center;
}

.i-p-icon {
    max-width: 100%;
    height: auto;
    width: 130px;
    align-self: center;
}

.i-aero-text {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 28px;
    font-weight: bold;
    text-transform: lowercase;
    color: #1D1D1B;
}

.i-margin {
    margin: 0 0 5% 0;
}

@media only screen and (max-width: 992px) {
    .i-container {
        position: relative;
    }
    .i-map {
        width: 500px;
    }

    .i-aero-text {
        text-align: center;
        font-size: 18px;
    }
    .i-title {
        font-size: 28px;
    }
}

/*Estilos do formulário*/

.c-f-title {
    font-size: 72px;
    font-family: "AbrilDisplayBold", sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.c-f-subtitle {
    font-size: 38px;
    font-family: "AbrilDisplayBold", sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media only screen and (max-width: 1680px) {
    .c-f-title {
        font-size: 62px;
    }

    .c-f-subtitle {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1440px) {
    .c-f-title {
        font-size: 52px;
    }

    .c-f-subtitle {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    .c-f-title {
        font-size: 42px;

    }

    .c-f-subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 567px) {
    .c-f-title {
        font-size: 32px;

    }

    .c-f-subtitle {
        font-size: 16px;
    }
}

/*Formulário*/

.submit-btn {
    font-family: "SourceSansProSemiBold", sans-serif !important;
    border: 2px solid #1D1D1B;
    background-color: transparent;
    padding: 18px 25px 18px 25px;
    transition: all 0.5s;
    margin: 3% 0 0 0;
    line-height: 0;
    text-transform: uppercase;
}

.submit-btn:hover, .submit-btn:focus {
    background-color: #9A1239;
    color: #FFF;
    outline: 0;
    border: 2px solid #9A1239;
}

.submit-btn:focus {
    outline: 0;
}

.form-style {
    font-family: "SourceSansPro", sans-serif !important;
    color: #1D1D1B;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.500rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0.15rem;
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    outline: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"] {
    background-color: rgba(248, 244, 235, 0.7);
    color: #1D1D1B;
    width: 100%;
    font-size: 18px;
    height: 65px;
    padding:10px;
}

input[type="email"] {
    background-color: rgba(248, 244, 235, 0.7);
    color: #1D1D1B;
    font-size: 18px;
    width: 100%;
    height: 65px;
    padding:10px;
}

textarea.form-style {
    background-color: rgba(248, 244, 235, 0.7);
    color: #1D1D1B;
    width: 100%;
    height: 180px;
    padding: 10px;
}

@media only screen and (max-width: 992px) {
    .textwidget {
        width: 80vw;
    }
}

@media only screen and (max-width: 767px) {
    input[type="text"] {
        font-size: 14px;
        height: 40px;
    }

    input[type="email"] {
        font-size: 14px;
        height: 40px;
    }
    textarea.form-style {
        font-size: 14px;
    }
}

/*Formatar os alertas do formulário*/

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #d80d00;
    background-color: #ffebee;
    border: 0;
    margin: 0 0 30px 0;
    padding: 10px;
    text-align: center;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    margin: 5px 0 5px 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before, div.wpcf7-validation-errors:before {
    margin-right: 16px;
    vertical-align: middle;
}

span.wpcf7-not-valid-tip {
    font-family: "TrajanaSans", sans-serif !important;
    text-transform: lowercase;
    font-size: 14px;
    color: #d80d00;
}

@media only screen and (max-width: 767px) {
    .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
        font-size: 14px;
        text-align: center;
    }

    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
        font-size: 14px;
        text-align: center;
    }

    div.wpcf7-mail-sent-ok:before, div.wpcf7-validation-errors:before {
        font-size: 14px;
    }

    span.wpcf7-not-valid-tip {
        font-size: 14px;
        text-align: center;
    }
}

.form-style:hover {
    outline: 0;
    -moz-box-shadow: 0 0 0 0.10rem rgba(225, 214, 194, 1);
    -webkit-box-shadow: 0 0 0 0.10rem rgba(225, 214, 194, 1);
    box-shadow: 0 0 0 0.10rem rgba(225, 214, 194, 1);
}

.form-style:focus {
    outline: 0;
    -moz-box-shadow: 0 0 0 0.10rem rgba(225, 214, 194, 1);
    -webkit-box-shadow: 0 0 0 0.10rem rgba(225, 214, 194, 1);
    box-shadow: 0 0 0 0.10rem rgba(225, 214, 194, 1);
}

.form-group {
    width: 700px;
    margin-bottom: 0.40rem;
}

@media only screen and (max-width: 768px) {
    .form-group {
        width: 100%;
    }
}

div.wpcf7 form.wpcf7-form span.ajax-loader  {
    width: 30px;
    height: 30px;

    background-size: 100%;
}

/*--------------------------------------------------*/

::-webkit-input-placeholder {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    text-transform: lowercase;
    color: #1D1D1B;
}
::-moz-placeholder {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    text-transform: lowercase;
    color: #1D1D1B;

}
:-ms-input-placeholder {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    text-transform: lowercase;
    color: #1D1D1B;
}
:-moz-placeholder {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    text-transform: lowercase;
    color: #1D1D1B;
}

::placeholder {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    text-transform: lowercase;
    color: #1D1D1B;
}

@media only screen and (max-width: 767px) {
    ::-webkit-input-placeholder {
        font-size: 14px;
    }

    ::-moz-placeholder {
        font-size: 14px;

    }

    :-ms-input-placeholder {
        font-size: 14px;
    }

    :-moz-placeholder {
        font-size: 14px;
    }

    ::placeholder {
        font-size: 14px;
    }
}

/*Formatação da Página Produtos*/

.p-bg-gray {
    background-color: #F8F4EB;
}

.p-subtitle {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
}

.p-title {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.p-product-code {
    font-family: "SourceSansPro", serif !important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #B69169;
}

.p-text {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 20px;
    letter-spacing: 1px;
}

.p-product-t {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.p-product-btn {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    color: #1D1D1B;
    border: 1px solid #1D1D1B;
    padding: 10px 35px 10px 35px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-transform: lowercase;
}

.p-product-btn:hover, .p-product-btn:focus {
    background-color: #9A1239;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #9A1239;
}

@media only screen and (max-width: 1440px) {
    .p-subtitle {
        font-size: 28px;
    }

    .p-title {
        font-size: 42px;
    }

    .p-text {
        font-size: 16px;
    }

    .p-product-t {
        font-size: 26px;
    }

    .p-product-btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .p-title {
        font-size: 26px;
        text-align: center;
    }

    .p-subtitle {
        font-size: 24px;
        text-align: center;

    }

    .p-product-btn {
        font-size: 14px;
    }

    .p-text {
        font-size: 16px;
        text-align: center;
    }
}

.p-brand-logo {
    position: absolute;
    bottom:80%;
    right: -8%;
}

.p-brand-logo-img {
    width: 230px;
    align-self: center;
}

.p-featured-product {
    position: absolute;
    top: -250px;
    left: 5%;
}

.p-featured-product-img {
    width: 500px;
    align-self: center;
}

.p-featured-product-m {
    padding: 0;

}

@media only screen and (max-width: 1440px) {
    .p-brand-logo {
        right: 0;
        width: 180px;
    }

    .p-featured-product {
        left: 10%;
    }

    .p-featured-product-img {
        width: 400px;
    }
}

@media only screen and (max-width: 992px) {
    .p-brand-logo {
        position: relative;
        width: 150px;
        top: unset;
        right:unset;
        bottom: unset;
        z-index: 99;
        left: unset;
    }
    .p-featured-product {
        position: absolute;
        margin: -270px 0 0 0;
        top: unset;
        right: 0;
        left: 0;
    }

    .p-featured-product-m {
        margin: 15% 0 0 0;
        padding: 5%;
    }
}

@media only screen and (max-width: 767px) {
    .p-featured-product {
        margin: -250px 0 0 0;
    }
    .p-featured-product-m {
        margin: 22% 0 0 0;
    }

}

@media only screen and (max-width: 567px) {
    .p-featured-product {
        margin: -240px 0 0 0;
    }

    .p-featured-product-m {
        margin: 33% 0 0 0;
    }
}

.p-c-m {
    padding-bottom: 5%;
}


/*--------------------------------------------------*/

.p-m-b {
    margin-bottom: 8%;
}

@media only screen and (max-width: 767px) {
    .p-m-b {
        margin-bottom: 28%;
    }
}

/*--------------------------------------------------*/

.p-img-c {
    position: absolute;
    margin: -35% 10% 0 0;
    z-index: 1000;

}

.p-specs-c {
    right: 5%;
    margin-top: -30%;
    margin-bottom: 8%;
    background-color: #F8F4EB;
    padding: 10% 10% 0 10%;
    z-index: 999;
    width: 100%;
}

@media only screen and (max-width: 1680px) {
    .p-specs-c {
        top: -30%;
    }
}

@media only screen and (max-width: 992px) {
    .p-specs-c {
        position: relative;
        top: 0;
        right: 0;
        margin: 15% auto 15% auto;
    }

    .p-img-c {
        position: absolute;
        margin: -55% 0 30% 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-specs-c {
        position: relative;
        top: 0;
        right: 0;
        margin: 15% auto 15% auto;
    }

    .p-img-c {
        position: absolute;
        margin: -50% 0 30% 0;
    }
}

@media only screen and (max-width: 567px) {
    .p-img-c {
        position: absolute;
        margin: -60% 0 30% 0;
    }

    .p-specs-c {
        margin: 30% auto 15% auto;
    }
}

.p-specs-cross-container {
    position: absolute;
    right: 2%;
    margin-top: -8%;
}

.p-specs-cross-btn:hover .p-specs-cross-icon-1, .p-specs-cross-btn:focus .p-specs-cross-icon-1 {
    fill: #afa592;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.p-specs-icon {
    width: 100%;
}

/*Tamanho da imagem*/

.p-img {
    align-self: center;
    width: 620px;
}

@media only screen and (max-width: 767px) {
    .p-img {
        width: 500px;
    }

    .p-specs-cross-container {
        position: relative;
        margin: 0 0 5% 0;
        display: flex;
        justify-content: flex-end;
        right: unset;
        top: unset;
    }
}

.p-page-subtitle {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.p-page-title {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.p-page-specs {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: bold;
}

.p-specs {
    font-family: "SourceSansProSemiBold", sans-serif !important;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.p-icon-container {
    max-width: 14%;
    width: 100%;
}

.p-icon,
.p-icon-2 {
    max-width: 70px;
    max-height: 100%;
    width: 100%;
    height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.p-texture {
    display: none;
    position: absolute;
    top: -35%;
    width: 15vw;
    height: 15vw;
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 10px 10px 16px -5px rgba(29,29,27,0.4);
    -moz-box-shadow: 10px 10px 16px -5px rgba(29,29,27,0.4);
    box-shadow: 10px 10px 16px -5px rgba(29,29,27,0.4);
}

.p-icon-2:hover ~ .p-texture {
    display: block !important;
    animation: textureAnimation 0.2s ease;
}

.p-texture:hover {
    display: block;
    animation: textureAnimation 0.2s ease;
}

@keyframes textureAnimation {
    from {opacity: 0; height: 0}
    to {opacity: 1; height: 15vw}
}

.col-lg-2#icon {
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
    padding: 0 0.8% 0 0.8% !important;
}

@media only screen and (max-width: 1440px) {
    .p-page-subtitle {
        font-size: 26px;

    }

    .p-page-title {
        font-size: 38px;
    }

    .p-page-specs {
        font-size: 12px;
    }

    .p-specs {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .p-page-subtitle {
        font-size: 24px;
    }

    .p-page-title {
        font-size: 32px;
    }

    .p-page-specs {
        font-size: 16px;
    }

    .p-specs {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .p-icon-container {
        max-width: 50%;
    }
    
    .p-icon {
        max-width: 80px;
        height: 80;
    }

    .p-page-subtitle {
        font-size: 22px;
    }

    .p-page-title {
        font-size: 30px;
    }

    .p-page-subtitle {
        font-size: 14px;
    }

    .p-specs {
        font-size: 14px;
    }
}

@media only screen and (max-width: 325px) {
    .p-page-title {
        font-size: 26px;
    }
}

hr {
    border: 1px solid #AB8E6C;
}

.p-nav-btn {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.p-nav-btn:hover, .p-nav-btn:focus {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.p-color-container {
    margin: 2px 2px 2px 2px;
}

.p-color-c {
    max-width: 100%;
    width: 40px;
    max-height: 100%;
    height: 40px;
    padding: 1px;
    border: 2px solid #AB8E6C;
}

.p-color {
    max-width: 100%;
    width: 40px;
    max-height: 100%;
    height: 40px;
}


/*Formatação da página acerca*/

.a-bg-image {
    background-image: url("files/background-about-main.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
    .a-bg-image {
        background-image: url("files/background-about-main-vertical.jpg");
    }
}

.a-text {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "SourceSansPro", sans-serif !important;
    padding: 20% 15% 20% 20%;
}

@media only screen and (max-width: 1700px) {
    .a-text {
        padding: 20% 15% 20% 10%;
    }
}

@media only screen and (max-width: 1440px) {
    .a-text {
        padding: 15% 15% 15% 10%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {
    .a-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1080px) {
    .a-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .a-text {
        font-size: 18px;
        padding: 20% 0 20% 3%;
    }
}

@media only screen and (max-width: 767px) {
    .a-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 325px) {
    .a-text {
        font-size: 12px;
    }
}

.a-text > p {
    margin: 0;
}

/*-------------------------------------------------------*/

.a-bg-m-image {
    background-image: url("files/background-about-p.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
    .a-bg-m-image {
        background-image: url("files/background-about-p-vertical.jpg");
    }
}

.a-m-image-mb {
    margin: 0 0 5% 0;
}

@media only screen and (max-width: 1280px) {
    .a-m-image-mb {
        margin: 0;
    }
}

.a-m-image-m {
    margin: 5% 0 0 15%;
}

@media only screen and (max-width: 992px) {
    .a-m-image-m {
        margin: 0;
    }
}

.a-m-img-p {
    position: absolute;
    top: 50%;
    z-index: 99;
    right: 0;
}

@media only screen and (max-width: 992px) {
    .a-m-img-p {
        position: relative;
        top: 0;
        z-index: 1;
        right: 0;
    }
}

.a-image-1 {
    width:400px;
    align-self: center;
}

.a-image-2 {
    width: 900px;
    margin-bottom: 18%;
    align-self: center;
}

@media only screen and (max-width: 1550px) {
    .a-image-1 {
        width: 300px;
    }

    .a-image-2 {
        width: 700px;
    }
}

@media only screen and (max-width: 992px) {
    .a-image-1 {
        width: 1000px;
        margin: 0;
    }

    .a-image-2 {
        width: 1000px;
        margin: 0;
    }
}
.a-m-t {
    font-family: "AbrilDisplayBold", serif !important;
    color: #1D1D1B;
    text-transform: uppercase;
    font-size: 280px;
    margin: 0 0 0 13%;
    padding: 0;
    line-height: 45%;
    letter-spacing: 24px;
}

@media only screen and (max-width: 1680px) {
    .a-m-t {
        font-size: 220px;
    }
}

@media only screen and (max-width: 1366px) {
    .a-m-t {
        font-size: 180px;
        line-height: 43%;
    }
}

@media only screen and (max-width: 1280px) {
    .a-m-t {
        font-size: 160px;
        line-height: 42%;
    }
}

@media only screen and (max-width: 992px) {
    .a-m-t {
        text-align: center;
        margin: 10% 0 0 0;
        font-size: 48px;
        letter-spacing: 10px;
        padding: 30% 0 0 0;
    }
}

@media only screen and (max-width: 325px) {
    .a-m-t {
        text-align: center;
        font-size: 52px;
    }
}

.a-bg-dark {
    background-color: #1D1D1B;
}

.a-m-text {
    font-family: "SourceSansPro", sans-serif !important;
    color: #1D1D1B;
    width: 55%;
    font-size: 22px;
    margin: 43% 15% 0 20%;
}

@media only screen and (max-width: 1680px) {
    .a-m-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .a-m-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1080px) {
    .a-m-text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 992px) {
    .a-m-text {
        font-size: 16px;
        margin: 5% 0 8% 0;
        text-align: center;
        width: 100%;
        padding-bottom: 30%;
    }
}

@media only screen and (max-width: 325px) {
    .a-m-text {
        font-size: 12px;
        margin: 5% 0 5% 0;
        text-align: center;
        width: 100%;
    }
}


.a-vs-title {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 72px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 6px;
}

.a-vs-text {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1440px) {
    .a-vs-title {
        font-size: 62px;
    }

    .a-vs-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .a-vs-title {
        font-size: 48px;
    }

    .a-vs-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 325px) {
    .a-vs-title {
        font-size: 42px;
    }

    .a-vs-text {
        font-size: 14px;
    }
}

.a-vs-padding {
    padding: 7% 0 6% 0;
}

.a-vs-m-t {
    margin-top: 12%;
}

.a-vs-m-b {
    margin-bottom: 12%;
}

.a-v-sub {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 20px;
    text-transform: lowercase;
    letter-spacing: 2px;
}

.a-v-main-title {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 72px;
    margin: 0;
    line-height: 0.6;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.a-v-number {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 62px;
    margin: 0;
    line-height: 0.6;
    letter-spacing: 4px;
}

.a-v-title {
    font-family: "TrajanaSans", sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-transform: lowercase;
    letter-spacing: 2px;
}

.a-v-text {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 20px;
    margin: 0;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1440px) {
    .a-v-sub {
        font-size: 16px;
    }

    .a-v-main-title {
        font-size: 62px;
    }

    .a-v-title {
        font-size: 18px;
    }

    .a-v-number {
        font-size: 52px;
    }

    .a-v-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .a-v-main-title {
        font-size: 42px;
        text-align: center;
    }

    .a-v-number {
        text-align: center;
        font-size: 38px;
    }

    .a-v-sub {
        font-size: 16px;
        text-align: center;
    }

    .a-v-title {
        font-size: 16px;
        text-align: center;
    }

    .a-v-text {
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (max-width: 325px) {
    .a-v-main-title {
        font-size: 36px;
    }

    .a-v-number {
        font-size: 32px;
    }

    .a-v-sub {
        font-size: 16px;

    }

    .a-v-title {
        font-size: 16px;
    }

    .a-v-text {
        font-size: 14px;
    }
}

.a-v-field-margin {
    margin-bottom: 20%;
}

.a-v-field-margin-s {
    margin-bottom: 25%;
}

/*-------------------------------------------*/

.a-pq-padding {
    padding: 2% 0 5% 0;
}


@media only screen and (min-width: 1440px) {
    .a-pq-c {
        max-width: 90%;
    }
}

.a-pq-bg {
    background-color: #9A1239;
}

.a-pq-sbg {
    background-color: #7D0F2E;
    display: flex;
    height: 580px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media only screen and (max-width: 1680px) {
    .a-pq-sbg {
        height: 520px;
    }
}


@media only screen and (max-width: 992px) {
    .a-pq-sbg {
        height: auto;
    }
}

.a-pq-subtitle {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #AB8E6C;
    margin: 0;
    letter-spacing: 6px;
    font-weight: normal;
}

.a-pq-title {
    font-family: "AbrilDisplayBold", serif !important;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #AB8E6C;
    margin: 0;
    letter-spacing: 6px;
    font-weight: normal;
}

.a-pq-text {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: 1px;
}

.a-pq-field {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1680px) {
    .a-pq-field {
        font-size: 16px;
    }
}


@media only screen and (max-width: 1440px) {
    .a-pq-subtitle {
        font-size: 32px;
    }

    .a-pq-title {
        font-size: 62px;
    }

    .a-pq-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1366px) {
    .a-pq-field {
        font-size: 14px;
    }
}


@media only screen and (max-width: 992px) {
    .a-pq-subtitle {
        font-size: 24px;
    }

    .a-pq-title {
        font-size: 52px;
    }

    .a-pq-text {
        font-size: 16px;
        padding: 0 10% 0 10%;
    }
}

@media only screen and (max-width: 325px) {
    .a-pq-subtitle {
        font-size: 18px;
    }

    .a-pq-title {
        font-size: 42px;

    }
}

/*-----------------------------------------------*/

.a-cert-bg {
    padding: 8% 0 8% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.a-img-container {
    position: relative;
    width: 100%;
    padding: 70px;
}
.a-cert-img {
    display: block;
    max-width: 100%;
    width: 200px;
    height: auto;
}

.a-cert-bg-white {
    background-color: #FFFFFF;
}

.a-cert-margin-b {
    margin-bottom: 4%;
}

.a-cert-subtitle {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.a-cert-title {
    font-family: "AbrilDisplayBold", serif !important;
    text-transform: uppercase;
    font-size: 72px;
    text-align: center;
    letter-spacing: 6px;
    color: #FFFFFF;
}

.a-cert-text {
    color: #FFFFFF;
    font-size: 18px;
    font-family: "TrajanaSans", sans-serif !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
}

.a-cert-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9a1239;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.a-img-container:hover .a-cert-overlay {
    opacity: 1;
}

@media only screen and (max-width: 1440px) {
    .a-cert-subtitle {
        font-size: 32px;
    }

    .a-cert-title {
        font-size: 62px;
    }
}

@media only screen and (max-width: 992px) {
    .a-cert-bg {
        background-size: cover;
    }

    .a-cert-subtitle {
        font-size: 24px;
    }

    .a-cert-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 576px) {
    .a-cert-subtitle {
        font-size: 22px;
    }

    .a-cert-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 380px) {
    .a-cert-text {
        font-size: 12px;
    }

    .a-cert-title {
        font-size: 28px;
    }

    .a-cert-subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 325px) {
    .a-cert-text {
        font-size: 12px;
    }
}

/*Seletor de Linguagens*/

.lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-btn {
    background-color: transparent;
    border: 3px solid rgba(29, 29, 27, 1);
    padding: 5px 10px 5px 10px;
    font-family: "TrajanaSans", sans-serif !important;
    text-transform: lowercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: 0 !important;
}

.lang-dropdown:hover .lang-btn {
    background-color: #7D0F2E;
    color: #FFFFFF;
    border: 3px solid #7D0F2E;
}

.lang-dropdown .lang-btn:focus {
    background-color: #7D0F2E;
    color: #FFFFFF;
    border: 3px solid #7D0F2E;
}

.lang-dropdown-content {
    display: none;
    position: absolute;
    background-color: #7D0F2E;
    color: #FFFFFF;
    right: 0;
    min-width: 200px;
    z-index: 101;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.lang-dropdown:hover > .lang-dropdown-content {
    display: block;
    animation: fadeIn 0.5s ease 0s;
}

@media only screen and (max-width: 992px) {
    .lang-dropdown-content {
        left: 0;
        right: unset;
    }
}

.lang-list {
    list-style-type: none;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 18px;
    font-family: "TrajanaSans", sans-serif !important;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.lang-item {
    text-align: center;
    margin: 10px 0 0 0;
    color: #FFFFFF;
    list-style-position:inside;
    width: 80%;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.lang-item > a {
    color: #FFFFFF;
}

.lang-item > a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.lang-item:hover {
    border-bottom: 1px solid #AB8E6C;
}

.lang-dropdown-open {
    display: block;
    animation: fadeIn 0.5s ease 0s;
}



@media only screen and (max-width: 992px) {
    .lang-mobile-dropdown {
        position: relative;
        display: inline-block;
    }

    .lang-mobile-btn {
        background-color: transparent;
        border: 2px solid rgba(29, 29, 27, 1);
        padding: 5px 6px 5px 6px;
        font-size: 14px;
        font-family: "TrajanaSans", sans-serif !important;
        text-transform: lowercase;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        outline: 0 !important;
    }

    .lang-mobile-dropdown:hover .lang-mobile-btn {
        background-color: #7D0F2E;
        color: #FFFFFF;
        border: 2px solid #7D0F2E;
    }

    .lang-mobile-dropdown .lang-mobile-btn:focus {
        background-color: #7D0F2E;
        color: #FFFFFF;
        border: 2px solid #7D0F2E;
    }

    .lang-mobile-dropdown-content {
        display: none;
        position: absolute;
        background-color: #7D0F2E;
        color: #FFFFFF;
        left: 0;
        min-width: 200px;
        z-index: 999;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .lang-mobile-list {
        background-color: #7D0F2E;
        list-style-type: none;
        padding: 5px 0 20px 0;
        font-size: 14px;
        font-family: "TrajanaSans", sans-serif !important;
        text-transform: lowercase;
        display: flex;
        align-items: center;
        flex-direction: column;
        z-index: 1000;
    }

    ul.lang-mobile-list {
        margin: 0;
    }

    .lang-mobile-list > .lang-item {
        text-align: center;
        padding: 20px 0 0 0;
        margin: 0 0 20px 0;
        font-size: 16px;
        color: #FFFFFF;
        list-style-position:inside;
        width: 80%;
        border-bottom: 1px solid #FFFFFF;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
}

/*Escondendo Itens não traduzidos*/
.lang-item.no-translation {
    display: none;
}

/*--------------Formatação da área do Grupo------------*/

.g-text {
    font-family: "SourceSansPro", sans-serif !important;
    font-size: 20px;
    color: #1B1B1D;
}

.g-margin {
    margin: 6% auto 6% auto;
}

.g-logo {
    max-width: 100%;
    height: auto;
    align-self: center;
    margin: 0 0 0 15%;
}

.g-cof-title {
    font-family: 'SourceSansPro', sans-serif !important;
    font-size: 14px;
    color: #1B1B1D;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 992px) {
    .g-margin {
        margin: 12% auto 12% auto;
    }

    .g-logo {
        margin: 0;
    }

    .g-text {
        font-size: 18px;
    }
    .g-cof-title {
        font-size: 10px;
    }
}

/* Assinatura Rui Veríssimo Design */

.rv-signature-container {
    margin: 0 21% 0 0;
}

.rv-signature svg .cls-1 {
    fill: #FFF !important;
    stroke: transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.rv-signature:hover svg .cls-1 {
    fill: #AB8E6C !important;
}

@media only screen and (max-width: 1080px) {
    .rv-signature-container {
        margin: 0 10% 0 0;
    }
}

@media only screen and (max-width: 992px) {
    .rv-signature-container {
        margin: 40px 0 40px 0;
    }
}

/* Formatação dos vídeos */

.wp-video {
    max-width:100%;
    margin: 0 auto 0 auto;
    height: auto !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #7D0F2E !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: rgba(0, 0, 0, 0.7) !important;
}

::selection {
    background-color: rgba(125, 15, 46, 0.8);
    color: #FFF;
}

::-moz-selection {
    background-color: rgba(125, 15, 46, 0.8);
    color: #FFF;
}

@media only screen and (max-width: 1440px) {
    .wp-video {
        max-width: 80%;
    }
}


/* Política de Privacidade */

.privacy-policy-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    opacity: 0;
    background-color: #1B1B1D;
    z-index: 9999;
    padding: 15px 25px 15px 25px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.consented {
    display: none !important;
    opacity: 0 !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.no-consented {
    display: flex;
    flex-direction: row;
    opacity: 1;
}

.privacy-policy-text {
    display: flex;
    align-items: center;
}

.privacy-policy-text > p {
    font-family: 'SourceSansPro', sans-serif !important;
    font-size: 14px;
    color: #FFF;  
}

.privacy-policy-text > p > a {
    color: #FFFFFF;
    border-bottom: 1px solid #FFF;
}

.privacy-policy-text > p > a:hover {
    font-weight: bold;
}

.privacy-policy-btn {
    font-family: 'TrajanaSans', sans-serif !important;
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    margin: 0 auto 0 auto;
    padding: 3px 25px 3px 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.privacy-policy-btn:hover {
    background-color: rgba(125, 15, 46, 1);
    border: 1px solid rgba(125, 15, 46, 1);
}

/* Página */

.policy-container {
    margin-top: 6%;
    margin-bottom: 6%;
}

.policy-title {
    font-family: 'TrajanaSans', sans-serif !important;
    text-transform: uppercase;
    font-size: 32px;
    color: #1B1B1D;
}

.policy-text {
    font-family: 'SourceSansPro', sans-serif !important;
    font-size: 18px;
    color: #1B1B1D;
    letter-spacing: 1px;
}

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

    .privacy-policy-text {
        text-align: center;
    }

    .no-consented {
        flex-direction: column;
    }
}