html,
body{
	font-family: 'Lato', sans-serif;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Sans', sans-serif;
    color: #392364;
    font-weight: 600;
}

a{
    text-decoration: none;
    color: #CEB797;
}


.btn-primary {
    background-color: #392364;
    border-color: #392364;
    text-transform: uppercase;
}

.btn.btn-primary:hover{
	background-color: #CEB797;
	border-color: #CEB797;
}

/** HEADER CSS **/

.topbar{
	background-color: #392364;
	color: #fff;
    text-align: center;
    padding: 5px;
}

.loghi_rec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loghi_rec img {
    padding: 0 10px;
}

.loghi_rec span {
    font-size: 16px;
}

.loghi_rec span strong {
    font-size: 19px;
}


.logo_menu {
    padding: 20px 0;
}

.logo_cont img {
    max-width: 165px;
    width: 100%;
    height: auto;
}

.menu_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
}

.menu_sito {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_sito li {
    float: left;
    padding: 0 15px;
    position: relative;
    padding-bottom: 5px;
}

.menu_sito li a {
    text-decoration: none;
    color: #392364;
    font-size: 16px;
}

.menu_sito li:hover ul.submenu {
    display: block;
}

.menu_sito ul.submenu {
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 5px;
    width: 180px;
    box-shadow: 0px 0px 2px #ccc;
    display: none;
}


.submenu li {
    display: block;
    float: none;
    padding: 0px;
}

.submenu li a {
    padding: 5px 10px;
    display: block;
}

.submenu li a:hover {
    background-color: #f3f3f3;
}

.menu_sito ul.submenu {
    width: 180px;
}


.cerca_cont {
    width: 100%;
    padding: 0 14px;
    margin-bottom: 15px;
}

.cerca_cont form {
    background-color: #F5F5F5;
    border: solid 1px #58347D;
    border-radius: 25px;
}


.cerca_cont input[type="text"] {
    width: 90%;
    border-radius: 0;
    border: none;
    padding: 5px 20px;
    background-color: transparent;
}

.cerca_cont button {
    width: 10%;
    padding: 5px;
    border: none;
    background-color: transparent;
    color: #172732;
}

.social_cont ul.ico_social {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 18px;
}

.social_cont .ico_social li {
    float: left;
    text-align: center;
    padding: 0 10px;
}

.ico_social li a {
    text-align: center;
    text-decoration: none;
    color: #392364;
    font-size: 14px;
}

.ico_social span {
    display: block;
}

section.section_video {
    padding-top: 70px;
    padding-bottom: 40px;
}

.testo_video {
    padding: 60px;
    color: #392364;
}

.testo_video h2 {
    margin-bottom: 30px;
}

.testo_video p {
    font-size: 18px;
}

.cont_video{
    padding-right: 0;
}






/*************/


/*** content home ***/


.slide_top{
	background-image: url(/wp-content/themes/conteorologi_theme/img/header-conte.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.titolo_text_slide {
    color: #fff;
    text-align: center;
}

.titolo_h1_slide {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
}

.titolo_text_slide {
    color: #fff;
    text-align: center;
    padding-top: 170px;
    padding-bottom: 140px;
}


.sottotitolo_slide {
    font-family: 'Noto Sans', sans-serif;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.cat_slide {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cat_slide li {
    float: left;
    padding: 0 40px;
    border-right: solid 1px #fff;
}

.cat_slide li:last-child {
    border: none;
}

.cat_slide li a {
    color: #fff;
    text-decoration: none;
}

.bar_diconodinoi {
    background-color: #F8F9FA;
    padding: 20px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
}

.bar_diconodinoi .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar_diconodinoi span {
    display: inline-block;
    margin-right: 20px;
    color: #58347D;
}

.bar_diconodinoi img {
    margin-right: 10px;
}

/* inizio sezione sotto slide v2024 */

.container-sotto-slide {
    list-style: none;
    padding: 25px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    color: #392364;   
}

.container-singola-col-sotto-slide {
    border: solid 1px #392364;
    border-radius: 10px;
}

.singola-col-sotto-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col-txt-col-sotto-slide {
    padding: 30px;
}

.titolo-col-sotto-slide {
    min-height: 80px;
}

.text-col-sotto-slide {}

.cta-col-sotto-slide {
    color: #392364;
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: underline;
}

.img-col-sotto-slide {
    margin-top: auto;
}

.img-col-sotto-slide img {
    width: 100%;
    vertical-align: top;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



/* fine sezione sotto slide v2024 */

/* inizio popup video landing v2024 */

.video-popup-overlay {
    display: none; /* Nascondi il popup di default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Sfondo semi-trasparente */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Assicurati che sia sopra tutti gli altri contenuti */

}

.video-popup-content {
background: transparent;
    padding: 0;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;


}

.direzione-video-popup-overlay {
    display: flex;
}

.close-video-popup {
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: #fff;
    text-align: right;


}

.video-popup-content video {
    width: 800px;
    max-height: 80vh;
}

.icona-popup-videoinformativo {
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icona-popup-videoinformativo img {
    width: 90px;
    margin: 0 auto;
}

.sfondo-popup-videoinformativo {
    width: 100%;
    display: block;
}

.sfondo-popup-videoinformativo img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;    
}

.cta-popup-videoinformativo {
    position: relative;
    display: inline-block;
      : 100%;
}

.titolo-videoinformativo {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.container-videoinformativo {
    margin-top: 50px;
}

.videoinformativo-mobile video {
    width: 100%;
}

/* fine popup video landing v2024 */

/* cta home 2024 */

.cta-sezioni-titoli-h1-home{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.cta-sezioni-titoli-h1-home a {
    background-color: #392364;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
}
    
/* fine cta home 2024 */    

.box_content .container-fluid {
    padding: 0 60px;
}

.box_calltoaction {
    background-position: top right;
    background-repeat: no-repeat;
    /*padding: 40px 20px;*/
    border: solid 1px #072833;
    border-radius: 15px;
    /*padding-right: 600px;*/
    overflow: hidden;
    margin: 10px 0;
    position: relative;
}

.box_calltoaction:after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/conteorologi_theme/img/play-icon.png);
    width: 110px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
}

.titolo_box {
    color: #CEB797;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;

}

.titolo_prebox {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    padding: 20px 0px;


}

.box_calltoaction .text_box {
    width: 40%;
    float: left;
    padding: 30px 20px;
    z-index: 20;
    position: relative;
}

.img_box {
    width: 60%;
    float: right;
}

.img_box img {
    float: right;
    max-width: 510px;
}


.box_calltoaction .text_box p {
    font-size: 16px;
    color: #072833;
}



.box_calltoaction .btn {
    font-size: 12px;
    padding: 10px 30px;
    font-weight: 700;
}

.box_calltoaction .text {
    margin-top: 20px;
    margin-bottom: 70px;
}


.staff_content{
    padding: 10px 10px 100px 10px;
}

.staff_member {
    position: relative;
}



.staff_member img {
    width: 100%;
}


.bg_gray_sec{
    background-color: #F8F9FA;
}

.info_staff {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    width: 100%;

    padding-bottom: 20px;
    padding-top: 40px;
}

.nome_staff {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.info_staff .ruolo_staff {
    font-weight: 300;
    font-size: 12px;
}

section.marchi{
    padding: 0 90px;
    position: relative;
}




.mySwipermarchi .swiper-slide img {
    width: 100%;
    padding: 50px;
}


.mySwipermarchi .swiper-button-next, 
.mySwipermarchi .swiper-button-prev,
.rece_content .swiper-button-next, 
.rece_content .swiper-button-prev {
    /*filter: brightness(4);*/
    text-shadow: 1px 1px 4px #ccc;
	color:#fff;
}

.rece_content {
    padding: 0 150px;
    position: relative;
    overflow: hidden;
}


.mySwiperrecensioni {
    padding-bottom: 20px;
}

.box_recensione {
    background-position: right -10px center;
    background-repeat: no-repeat;
    background-size: 170px;
    padding: 30px;
    padding-right: 150px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #ccc;
}

.box_recensione .stelle_rec {
    display: inline-block;
    text-align: center;
}


.box_recensione .stelle_rec span {
    display: block;
    color: #707070;
    font-size: 11px;
    margin-top: 5px;
}

.box_recensione .titolo_rec {
    font-weight: 700;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #072833;
}

.box_recensione p {
    max-width: 210px;
}


.rece_content .swiper-button-prev {
    justify-content: start;
    padding-left: 80px;
    width: 114px;
    display: block;
}

.rece_content .swiper-button-next {
    justify-content: end;
    padding-right: 80px;
    width: 114px;
    display: block;
}


.rece_content {
    padding: 0 150px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}


.section_calltoaction {
    background-image: url(https://www.conteorologi.it/wp-content/uploads/2024/05/sfondo-laboratorio-home.jpg);
    padding-top: 200px;
    padding-bottom: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_calltoaction h2 {
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
}

.section_calltoaction a.btn {
    border: solid 1px #fff;
    color: #fff;
    max-width: 280px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    margin: 0 auto;
    margin-top: 40px;
}

.section_calltoaction a.btn:hover {
    background-color: #fff;
    color: #072833;
}


.section_where{
    padding-top: 40px;
}

.section_where .col-lg-6 .cont_box_where{
    height: 920px;
}

.section_where .bg_1{
    padding-left: 0;
    padding-right: 20px;
}

.section_where .bg_2{
    padding-left: 20px;
    padding-right: 0;
}

.section_where .bg_1 .cont_box_where{
    background-image: url(https://www.conteorologi.it/wp-content/uploads/2024/05/dove-siamo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.section_where .bg_2 .cont_box_where{
    background-image: url(https://www.conteorologi.it/wp-content/uploads/2025/09/staff-conte-orologi-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section_where .cont_box_where{
    display: flex;
}

.cont01_box img {
    display: block;
}


.section_where .cont_box_where {
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}


.section_where .cont_box_where a.btn {
    border: solid 2px #fff;
    color: #fff;
    max-width: 280px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 60px;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 600;
}


.section_where .cont_box_where a.btn:hover {
    background-color: #fff;
    color: #072833;
}


.section_where .cont_box_where:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, black -170%, transparent);
}


.cont01_box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}


.box_orologio img.icona_shop {
    width: 30px;
    height: 30px;
}


.box_orologio .prezzo.venduto {
    background-color: #ebe2d5;
}


.loghi_cont img {
    width: 100%;
    padding: 10px;
}

section.partner_section {
    padding-top: 30px;
    padding-bottom: 30px;
}

/********************/

.video-home {
    display: flex;
    justify-content: center;
}

.video-home video {
    padding: 2% 0;
}

.calltoaction_lab_video{
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.col-lg-3 video {
    padding: 3% 0;
}

/******* FOOTER ********/


footer {
    background-color: #392364;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

footer a{
    color: #fff;
}

.row.top_footer {
    align-items: center;
    padding-bottom: 40px;
}


footer .logo_footer_cont img {
    max-width: 180px;
    width: 100%;
}


footer ul.contact_list {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
}


footer .contact_list li {
    float: left;
    padding: 0 15px;
}



footer .contact_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

footer .contact_list li i {
    font-size: 20px;
    color: #CEB797;
    margin-right: 2px;
}


.titolo_footer {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
    padding-top: 56px;
}

.widget_footer ul {
    list-style: none;
    padding: 0;
}

.widget_footer li {
    margin-bottom: 3px;
}

footer ul.list_social {
    overflow: hidden;
}

footer .list_social li {
    float: left;
    margin-right: 10px;
}

footer .list_social li a {
    width: 40px;
    height: 40px;
    display: block;
    border: solid 1px #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}


footer .copy_footer {
    padding-top: 30px;
}

/***********************/
