
* {
    font-family: 'Chivo', sans-serif;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

div.row {
    margin: 0px !important
}

h1,
h2,

h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0px !important;
}
h1,h2{
    font-size:1.2rem !important
}

.header {
    background: url('/images/background_naked_ai.jpg');
    background-position-x: -10px;    
    background-size: cover;
    height: 692px;
}
@media screen and (max-width: 375px) {
    .header {
        background: url('/images/background_naked_ai.jpg');
        background-position-x: -500px;    
        background-size: cover;
        height: 692px;
    }
}

.logo--cisco {
    width: 116px;
    height: auto;

}

.logo--logotel {
    width: 67.5px;
    height: auto;
    vertical-align: bottom;


}

.logo--nakeday--lettering {
    width: 50px;
    height: auto;

}

.logo--nakeday {
    width: 468px;
    height: auto;

}

@media screen and (max-width: 1023px) {
    .logo--nakeday {
        width: 450px;
    }
}

@media screen and (max-width: 990px) {
    .logo--nakeday {
        display: none;
    }
}

.float--right {
    float: right;
}


.header-title {
    color: white;
    font-size: 48px;
    font-weight: 200
}

.clt--header {
    background-color: #39B54A;
    color: white;
    padding: 15px 30px;
    border: 2px solid #39B54A;
}

@media screen and (max-width: 375px) {
    .clt--header {
        background-color: #39B54A;
        color: white;
        width: 50%;
        padding: 10px 15px;
        border: 2px solid #39B54A;
    }
}

.display--flex {
    display: flex;
}

.space--between {
    margin-right: 5px;
}

@media screen and (max-width: 375px) {
    .display--flex {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 375px) {
    .space--between {
        margin-bottom: 15px;
    }
}

.clt--header--nobg {
    color: #39B54A;
    background-color: transparent;
    border: 2px solid #39B54A;
    padding: 16px 30px;
}

@media screen and (max-width: 375px) {
    .clt--header--nobg {
        color: #39B54A;
        width: 50%;
        background-color: transparent;
        border: 2px solid #39B54A;
        padding: 10px 15px;
    }

}


.h1--bold--light {
    font-weight: 300;
}

.h1--bold--strong {
    font-weight: 450;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
    line-height: 28px;

}

/* link che al click cambiano contenuto e immagine*/
.switch--image--click {
    color: black;

    display: inline-block;
    color: #000;
    font-weight: bold;

}

.switch--image--click1 {
    color: #39B54A;
    display: inline-block;
    border-bottom: 2px solid black;
    font-weight: bold;

}

.switch--image--click:hover {
    color: #39B54A;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;

}

.switch--image--click1:hover {
    color: #39B54A;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}


.switch--image--click::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: black;
    transition: width 0.8s;
    text-decoration: none;
    font-weight: bold;


}

.switch--image--click:hover::after {
    width: 100%;
    transition: width 0.8s;
    text-decoration: none;
    font-weight: bold;


}

.clicked {
    color: #39B54A;
    border-bottom: 2px solid black;
    text-decoration: none;
    font-weight: bold;
    
    width: 80%;
    padding-bottom: 3px;
}

.clicked:hover {
    text-decoration: none;
    color: #39B54A;
    font-weight: bold;
    
}

@media screen and (max-width: 375px) {
    .paddingb--mobile{
      padding-bottom: 15px;
    }

}

/* link che al click cambiano contenuto e immagine*/

.switch--section {
    background-color: #FFAE00;

}

.padding--switch--section {
    padding: 49px 95px
}

/*
.padding--switch--section P:last-child {
    font-style: italic;
}
*/


@media screen and (max-width: 375px) {
    .padding--switch--section {
        padding: 10px;
    }
}

.colore-sfondi--titoli {
    background-color: #F8F8F8;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
}



.colore-sfondi--titoli h2 {
    font-weight: bold;
    font-size: 1.5rem !important;
}


.carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




.text--align--links {
    text-align: center;
}

@media screen and (max-width: 375px) {
    .text--align--links {
        text-align: left;
        margin:3px
    }
}


.margin--text--to--button {
    margin-bottom: 15px;
}

@media screen and (max-width: 375px) {
    .margin--text--to--button {
        margin-bottom: 0px;
    }
}

.margin--button--to--text {
    margin-bottom: 20px;
}

.margin--top--loghi {
    margin-top: 25px;
}

@media screen and (max-width: 990px) {
    .mobile--margin--top--cla {
        margin-top: 57px;
    }
}

.margin--botton--loghi {
    margin-bottom: 110px;
}

@media screen and (max-width: 375px) {
    .margin--botton--loghi {
        margin-bottom: 88px;
    }
}

.col--paragrafi--marginTop--project {
    margin-top: 76px;
}

.col--paragrafi--marginTop--OURSPEAKERS {
    margin-top: 36px
}

.margin--bottom--boldparagraph {
    margin-bottom: 32px;
    font-weight: bold;
}

.my--links {
    margin-top: 85px;
    margin-bottom: 52px;
}

.title--project--marginTop--header {
    margin-top: 43px;
}

.title--OURSPEAKERS--marginTop--immagini {
    margin-top: 129px;
}

.margin--top--slider--paragrafi {
    margin-top: 69px;
}

.marginY--LOREM--slider {
    margin-top: 113px;
    margin-bottom: 104px;
}
@media screen and (max-width: 375px) {
    .marginY--LOREM--slider {
    margin-top: 80px;
    margin-bottom: 50px;
}
}

.margin--botton--CREDITS {
    margin-bottom: 30px !important;
}

.margin--botton--PRESSKIT {
    margin-bottom: 30px !important;
}

.modal-backdrop {
    background-color: #4D47E7 !important;
}

/* sezione modale */
.margin--top-ARTHUR {
    margin-top: 50px;
}

.margin--top--paragrafo--ARTHUR {
    margin-top: 16px;
    margin-bottom: 0px !important;
}

.testi--con--sfondoGrigio {
    background-color: #F2F2F2;
    padding: 30px 49px;

}

.testi--con--sfondoGrigio h3 {
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    width: 100%;
    margin-bottom: 20px;
}

.margin--top--BIO--paragrafi {
    margin-top: 35px
}

.modal-body {
    padding: 0px !important;
}

.immagine--no--padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header--modale {
    padding-left: 40px;
    padding-right: 49px;
}

.immagine--modale--fixed {
    position: sticky;
    top: 0px;
    /*max-height: 100%*/
    max-height: 645px;
}

/* sezione modale */


/* carosello */
.slider {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    padding: 20px 0;
}

.slider.dragging {
    cursor: grabbing;
}

.slider .item {
    margin-right: 30px;
}

.slider .item img {
    display: block;
    pointer-events: none;
}

.slider .item:last-child {
    margin-right: 0;
}

.slider::-webkit-scrollbar {
    height: 5px;

}

.slider::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 3px;

}

.slider::-webkit-scrollbar-thumb {
    cursor: grabbing;
    background-color: #8c8c8c;
    outline: 1px solid slategrey;
    border-radius: 3px;

}

/*
.grandezza--cards {
    width: 20rem;

    border: none;
}

.card-body {
    height: 20rem;
}

@media screen and (max-width: 1024px) {
    .grandezza--cards {
        width: 18rem;
    }
}
*/


/* OWL CAROUSEL */
.owl-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-carousel button.owl-dot {
    height: 3px;
    width: 75px;
    background: #333!important;
    opacity: 0.2!important;
}

.owl-carousel button.owl-dot.active {
    opacity: 1!important;
}

@media (max-width: 768px) {
    .owl-carousel button.owl-dot {
        width: 10px;
        margin: 0 3px;
    }
}
.card-title{
    font-weight: bold;
}
.card-text span{
    font-style: italic;
}

/* END OWL CAROUSEL */

/* MODALI SPEAKER */
.modal--speaker.safari .modal-content {
    display: block;
    overflow: auto;
    max-height: 100vh;
}

/*
@media (min-width: 1200px) {
    .modal--speaker .immagine--no--padding {
        position: fixed;
        max-width: 569px;
        max-height: 645px;
    }

    .modal--speaker .immagine--no--padding + div {
        margin-left: 50%;
    }
}
*/
/* END MODALI SPEAKER */


/* COOKIE BANNER */
#cookie-banner-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}

#cookie-banner {
    background: #000;
    color: #fff;
    padding: 30px;
}

#cookie-banner a,
#cookie-banner a:focus,
#cookie-banner a:hover {
    color: #39B54A!important;
}
/* END COOKIE BANNER */



/* carosello */
.position--relative--per--figure--geometriche {
    position: relative;
}

.blu--square {
    fill: #3fa9f5;
    position: absolute;
    left: -14rem;
    overflow-x: auto;

    top: 240px;
    z-index: -1;
}

.red--square {
    fill: #ff1d25;
    position: absolute;
    left: -14rem;
    overflow-x: auto;
    top: -110px;
    z-index: -1;
}

.a {
    fill: #4d47e7;
}

.b {
    fill: #9e005d;
}

.c {
    fill: #ff7bac;
}

.multiple-square {
    position: absolute;
    right: -14rem;
    top: 540px;
    z-index: -1;


}

@media screen and (max-width: 800px) {
    .blu--square {
        display: none;
    }

    .red--square {
        display: none;
    }

    .multiple-square {
        display: none;
    }
}

.cla_cards,
.cla_cards:focus,
.cla_cards:hover {
    color: #39B54A!important;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.card-title {
    margin: 16px 0 !important;
}

#hidden1,
#hidden2,
#hidden3,
#hidden4,
#hidden5,
#hidden6,
#hidden7,
#hidden8,
#hidden9 {
    display: none !important;
}

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

    #hidden1,
    #hidden2,
    #hidden3,
    #hidden4,
    #hidden5,
    #hidden6,
    #hidden7,
    #hidden8,
    #hidden9 {
        display: block !important;

    }

    #visible1,
    #visible2,
    #visible3,
    #visible4,
    #visible5,
    #visible6,
    #visible7,
    #visible8,
    #visible9 {
        display: none !important;
    }
}

.margin__arrow {
    margin-left: 10px;
}

.nakedai-background--grey {
    background: #333;
    color: #fff;
}

.nakedai-text-align--right {
    text-align: right;
}

footer img {
    width: 100px;
}
footer p{
    margin: 0px !important;
    line-height: 20px !important;
}
.flex--cisco--logotel{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 375px) {
    .flex--cisco--logotel{
    
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }
    } 
    @media (max-width: 375px) {
      #cookie{
          margin-left: 60px;
      }
      #cookie p{
          padding-left: 35px;
      }

    
    
        } 
        .cisco--footer{
            display: flex;
            align-items: center;
        }
     
        .link_cookies,.link_cookies:hover{
            text-decoration: none;
            color: white;
            border-bottom: 1px solid white;
            }
.film {
    fill: white;
}

.trailer {
    fill: #39b54a;
}

.arrow {
    fill: #39b54a;
}
 footer {
width: 100%;
float: left;
margin-top: 3rem;
padding-top: 1rem;
padding-bottom: 1rem;
}

footer .row {
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
}
 
footer div[class*="col-"]:first-child img {
width: 50px;
}

 footer div[class*="col-"]:nth-child(2) a:last-child {
margin-left: 4rem;
}

@media (max-width: 768px) {
footer div[class*="col-"]:nth-child(2) a:last-child {
margin-left: 2rem;
}
} 

@media (max-width: 768px) {
footer img {
max-width: 10rem;
}
}

#nakedai-header--cisco-logo{
width: 116px;
}
#nakedai-header--logotel-logo{
width: 67.5px;
}
.last-ctas{
text-decoration: none;
}
.last-ctas:hover{
text-decoration: none;
color: #39b54a;
}


    @media screen and (max-width: 375px) {
        .w--cla--mobile{
            width:65%
        }
    }
   
    .modal-dialog .close{
       
    
        background-color: #39B54A;
        color:white;
        z-index:1051;
        padding:10px 20px;
        opacity:1 !important;
        
    }
    
  
  .modal {
   
    overflow: visible !important;

  }
  


  
  
  