@charset "utf-8";
/* CSS Document */


html{scroll-behavior: smooth;}

body {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
    color: #1A212B;
}

.absolute{position: absolute;}
.fixed{position: fixed;}
.relative {position: relative;}

h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 22px;}
h4{font-size: 18px;}

a, a:hover, a:visited{text-decoration: none; color: #6C1329;}
a.testo_bianco, a.testo_bianco:hover, a.testo_bianco:visited{color:#fff;}

.testo_bianco{color:#ffffff;}
.testo_amaranto{color:#6C1329;}
.testo_terra{color:#944849;}

.roboto{font-family: "Roboto", serif;}
.roboto_cond{font-family: "Roboto Condensed", serif;}

.big_text{font-size:36px; line-height: 38px;}
.mini_text{font-size:12px;}

.bg{background-size:cover; background-position: center; background-repeat: no-repeat;}

.bg_bianco{background-color: #fff;}
.bg_amaranto{background-color:#6C1329; color:#fff;}
.bg_terra{background-color:#944849; color:#fff;}
.bg_grigio{background-color: #f8f8f8;}
.bg_dark{background-color: #1A212B; color:#fff;}

.circle{border-radius: 50%;}
.bordered{border: 5px solid #fff;}

.btn {
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 30px;
}
.btn:hover{background-color: #ccc;}
.btn:active, .btn:focus{outline: none; box-shadow: none;}
.btn-amaranto{background-color: #6C1329; color: #ffffff;}
.btn-amaranto a{color:#ffffff;}
.btn-terra{background-color: #944849; color: #ffffff;}
.btn-terra a{color:#ffffff;}
.btn-bianco{background-color: #ffffff; color: #6C1329;}
.btn-trasparente{border:1px solid #fff; color:#fff;}
.btn-trasparente-amaranto{border:1px solid #6C1329; color:#6C1329;}

.uppercase {text-transform: uppercase;}
.italic {font-style: italic;}

.light {font-weight: 300;}
.regular {font-weight: 400;}
.medium {font-weight: 500;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}
.extrabold {font-weight: 800;}
.black {font-weight: 6900;}

.overflow-h{overflow: hidden;}

header.sticky{transition: max-height 0.3s ease-out;}
header.sticky .logo{transition: width 0.3s ease-out;}

.mega-menu ul{list-style: none; font-size: 1.8rem;}
.mega-menu .menu a{color:#fff;}
.mega-menu nav{margin-top: 100px;}

/*
.mega-menu {
    transition: .3s ease-in-out;
    position: fixed;
    padding-bottom: 78px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    display: none;
    overflow-y: auto;
}
.mega-menu nav {
    padding-top: 70px;
}
.mega-menu.reveal {
    opacity: 1;
}
.close-menu {
    height: 30px;
    cursor: pointer;
    display: none;
}
*/

.section_menu{height: 80px; top:0; left:0; z-index:100;}
.mainmenu{list-style: none; padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 20px;}
.mainmenu a{color:#1A212B;}
.mainmenu li{display: inline-block; margin-right: 40px;}
.mainmenu li:last-child{margin-right: 0;}

.section_mainimage{height: 100vh;}
.main_image{background-image: url("../images/vessel.jpg");}
.main_sidebar{padding-top:120px;}

.section_mainimage_mobile{background-image: url("../images/vessel.jpg"); height: 350px;}

.separatore{width:100%; height:10px; background-color:#6C1329;}

.info_label{font-weight: 500; text-transform: uppercase; color:#6C1329;}

.gallerySwiper .swiper-slide{height: 300px;}
.gallerySwiper .swiper-slide img{object-fit: cover;}

/*
.gallerySwiper .swiper-slide-1{background-image: url("../images/vessel_1.jpg");}
.gallerySwiper .swiper-slide-2{background-image: url("../images/vessel_2.jpg");}
.gallerySwiper .swiper-slide-3{background-image: url("../images/vessel_3.jpg");}
.gallerySwiper .swiper-slide-4{background-image: url("../images/vessel_4.jpg");}
.gallerySwiper .swiper-slide-5{background-image: url("../images/vessel_5.jpg");}
.gallerySwiper .swiper-slide-6{background-image: url("../images/vessel_6.jpg");}
.gallerySwiper .swiper-slide-7{background-image: url("../images/vessel_7.jpg");}
.gallerySwiper .swiper-slide-8{background-image: url("../images/vessel_8.jpg");}
*/

.section_tech{font-size:14px; line-height: 22px;}
.section_tech img{mix-blend-mode: multiply;}

.section_footerinfo{font-size:14px; line-height: 22px;}

.contact_form label{font-size: 14px;}

.separatore_verticale{width: 4px; background-color: #6C1329;}

.social{list-style: none; padding-left: 0; margin-bottom: 0;}
.social li{display: inline-block; margin-right: 5px;}
.social li:last-child{margin-right: 0;}

.section_footer{font-size: 14px; line-height: 15px;}

.cta_mainimage{bottom:60px; left:0;}


@media screen and (min-width: 1201px) {
    .cta_mainimage {width: 100%;}
}

@media screen and (max-width: 1200px) {
    body{font-size: 14px; line-height: 20px;}
    h2{font-size: 24px; line-height: 26px;}
    .big_text{font-size:30px; line-height: 32px;}
    .gallerySwiper .swiper-slide{height: 200px;}
}

@media screen and (max-width: 480px) {
    .mainmenu{font-size: 14px;}
    .mainmenu li{margin-right: 10px;}
    .section_mainimage{height: auto;}
    .main_sidebar{padding-top: 40px; padding-bottom: 40px;}
}