/**** CSS Index
    -----------------------------------
    01. Default Style

    ----------------------------------
****/

/**** import ****/
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500&display=swap);
@import url('nav.css');

/**** Default Style ****/
html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
    scroll-behavior: smooth;
}
body {
    font-family: 'Outfit',sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-align: left;
    background-color: #fff;
    color: rgb(60,65,70);
}
header, footer, nav, section{
    display: block;
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
*,::after,::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    transition: linear all 300ms;
    -webkit-transition: linear all 300ms;
    -moz-transition: linear all 300ms;
    -ms-transition: linear all 300ms;
    -o-transition: linear all 300ms;
}

a:hover {
    color: #1D4F9B;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
button,a:hover,a:focus,a:visited {
    text-decoration: none;
    outline: none !important;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
.h2{
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: inherit;
    font-size: 60px;
    color: #3c4146;
}
h3{
    font-size: 25px;
    position: relative
}
.h2::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    width: 68px;
    height: 5px;
    position: absolute;
    bottom: 0;
    background-color: #114388;
}

p {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 0.6em;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
footer{
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    color: #1D4F9B
}
footer a{
    color: #1D4F9B
}
footer .footer-privacy{
    padding-right: 1.57rem !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    width: 97%
}
.relative{
    position: relative;
}

.ploting-header .nav-outer {
    position: relative; /*float: left;*/
    float: right;
}
ol.breadcrumb {
    padding: 0.5rem 2rem 0;
}
/* 
General
*/

.site {
    word-wrap: break-word; /*-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; */
    overflow-x: hidden;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.btn-light{
    text-transform: uppercase !important;
    padding: 10px 20px;
    background-color: #114388 !important;
    color: #fff;
    border: #114388 !important;
}
.btn.btn-light:hover{
    background-color: #114388c7 !important;
    color: #fff;
}

.navResp {
    display: none;
    position: absolute;
    right: 15px;
    top: -42px;
}
.navResp a {
    padding: 15px;
}

/**** Layout ****/
.default-container{
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.ploting-header .header-upper .logo-box {
    position: relative;
    padding: 19.5px 0px;
}
/*.pull-left { float: left;}*/
.bg-1{
    background-color: #3c4145;
}
.bg-2{
    background-color: #114388;
}
.text-justify{
    text-align: justify;
}
.desc-section{
    max-width: 700px;
    text-align: center;
    margin: 40px auto 0;
}

/**** Categori Servizi ****/
.box-cat-servizi{
    padding: 100px 70px;
    color: #FFF;
}
.box-cat-servizi img, .box-cat-servizi h4{
    text-align: center;
}


.footer-bottom {
    border-top: 1px solid #ffffff30;
    padding-top: 15px;
}
.container{
    width: 100% !important;
    padding: 0 40px
}
#risultati-ricerca, .add_to_cart, .dropdown-menu, header{
    background: #fff;
}
.heading-line {
    background: #1D4F9B !important;
}
.desideriprodotto .btn-danger:hover, .potrebbe_servirti .btn-danger:hover {
    background-color: #1D4F9B;
    border-color: #1D4F9B;
}
button,input, textarea, a{
    outline-color: transparent !important;
}
.btn-secondary, #cart-detail .btn-danger{
    background: #1D4F9B !important;
    border-color: #1D4F9B !important;
    color: #fff;
}

.btn-secondary:hover, #cart-detail .btn-danger:hover{
    background: #fff !important;
    border-color: rgba(29,79,155, .7) !important;
    color: rgba(29,79,155, 1) !important;
}
.pagination .page-link {
    background-color: #1D4F9B;
    border-color: #1D4F9B;
    transition: all .5s
}
.page-item.active .page-link {
    background-color: #1d4f9bc2;
    border-color: #1d4f9bc2;
}
.page-item .page-link:hover {
    background-color: #1d4f9bd9;
    border-color: #1d4f9bd9;
}