
.container {
    margin-left: 0;
    margin-right: 0;
}


.pc-product-btn-wrapper {
    padding: 0 5px 0 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .pc-product-btn-wrapper {
        margin-bottom: 1rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .pc-product-btn-wrapper {
        margin-bottom: 1rem;
    }
}

/*
.col-lg-2, .col-md-4, .col-6 {
    padding-right: 12px;
    padding-left: 0px;
}

 */

.pc-product-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #f4f4f4;
    color: #000;
    padding: 1rem;
    height: 100%;
    width: 100%;
}

.pc-product-btn-wrapper:last-child .pc-product-btn{
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    background-color: #fff;
    color: #000;
}

.pc-product-btn-wrapper:last-child .pc-product-btn a{
    color: #000;
    text-align: left;
}

.pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-top {
    margin-bottom: 1rem;
}
.pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-top > img {
    height: 50px;
    max-height: 50px;
}

.pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-bottom .pc-product-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;

}

.pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-bottom .pc-product-link {
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0px;
    color: #0F7E31;
    font-size: 0.8rem;

}

/*
#pc-produtos-homepage-exportacao, #pc-produtos-homepage-importacao{
    margin-left: 0rem;
    padding-left: 0rem;
}
*/

/** Tablet **/
@media (max-width: 1024px) {
    .pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-top {
        margin-bottom: 3rem;
    }
}
/** Mobile **/
@media only screen and (max-width: 767px) {
    .pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-top {
        margin-bottom: 2rem;
    }
    .pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-bottom a.pc-product-link > h4 {
        font-size: 1rem;
    }
    .pc-product-btn-wrapper > .pc-product-btn > .pc-product-btn-bottom .pc-product-title {
        font-size: 0.8rem;
    }
}



/*

STYLES PARA O BUTTON DE REGISTAR NAVIOS NA HOMEPAGE

*/

#registo-navios-container {
    height: 100%;
    max-height: 98%;
}

#registo-navios-container .elementor-widget-container {
    height: 100%;
    max-height: 100%;
}


@media only screen and (min-width:1920px) {

    body {

       
    }
}

#registo-navios-container .elementor-shortcode {
    font-family: "Helvetica", Sans-serif;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding: 8px 24px 8px 24px;
}

#pc-homepage-registar-navios-btn{

    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    fill: #000000;
    color: #000000;
}



.breadcrumb_last {
    font-size: 13px;
}