@import url('reset.css');

::-moz-selection{ background-color: #f3f3f3; color: #333;}
::selection{ background-color: #f3f3f3; color: #333;}

:root {
--blu-aci: #24325b;
--verde-aci: #a2bc1e;
}

a {text-decoration: none; color: var(--verde-aci); cursor: pointer;}
a:hover {color: #CCC;}

body {
  font-family: "Open Sans", sans-serif;
  background: #FFF;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

ul li, ol li {font-weight: inherit; text-align: left;}

h1 {font-size: 40px; line-height: 40px; font-weight: 800; color: #333; font-family: "Montserrat", sans-serif; margin-bottom: 30px;}
h2 {font-size: 35px; line-height: 35px; font-weight: 800; color: #333; font-family: "Montserrat", sans-serif; margin-bottom: 20px;}
h3 {font-size: 25px; line-height: 25px; font-weight: 800; color: #333; font-family: "Montserrat", sans-serif; margin-bottom: 10px;}
h4 {font-size: 18px; line-height: 18px; font-weight: 800; color: #333; font-family: "Montserrat", sans-serif; margin-bottom: 10px;}

strong {font-weight: 500; color: #333;}

#cookieChoiceInfo {display:none; color: #CCC; bottom: 0; top: inherit !important; font-size: 12px; line-height: 20px; padding: 20px 30px 19px 32px !important; background-color: black !important; text-align: left !important}
#cookieChoiceInfo a#cookieChoiceDismiss {position: absolute;top: 20px;right: 20px; font-size: 15px}
/*#cookieChoiceInfo a#cookieChoiceDismiss::after{content: "\2715"}*/
#cookieChoiceInfo a {color: white;}
#cookieChoiceInfo a:hover {color: #CCC;}

a.bottone {border-radius: 20px; position: relative; height: auto; overflow: hidden; background: var(--verde-aci); font-size: 13px; line-height: 21px; letter-spacing: 0; color: #333; min-width: 120px; display: inline-block; text-align: center; padding: 10px 0; font-weight: 600;}
a.bottone:hover {background: var(--blu-aci);}

a.bottone.bottone-outline-blu {background: #FFF; border: 2px solid var(--blu-aci); color: var(--blu-aci);}
a.bottone.bottone-outline-blu:hover {background: var(--blu-aci); color: #FFF;}
a.bottone.bottone-blu {background: var(--blu-aci); color: #FFF; border: 2px solid var(--blu-aci);}
a.bottone.bottone-blu:hover {color: var(--blu-aci); background: #FFF; border: 2px solid var(--blu-aci);}



.sticky {position: sticky !important; position: -webkit-sticky !important; top: -1px; z-index: 2;}

.grecaptcha-badge {visibility: hidden;}


/* --------------------------------------------------------------------------
        CSS BASE
--------------------------------------------------------------------------- */

.only-mobile {display: none;}
.not-mobile {display: block;}
.wrapperiframe {position: relative; height: auto; overflow: hidden; width: 100%; max-width: 1140px; margin: 0 auto; padding: 0;}
.wrapper {position: relative; height: auto; overflow: hidden; width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px;}
.wrapper-small {max-width: 610px}
.wrapper-medium {max-width: 800px}
.wrapper-big {max-width: 1200px}

.wrapper.flex-container {display: flex; flex-direction: row; justify-content: space-between; align-items: center;} /* per vertical: align-items: center; */

.overflow-visible {overflow: visible !important;}
.flex-vertical-center {display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.flex {display: flex; flex-direction: row; align-content: center; justify-content: space-between;}

#menu {background: var(--blu-aci); color: #FFF; position: relative; height: auto; overflow: hidden; padding: 15px 0;}
#menu ul {position: relative; height: auto; overflow: hidden; padding-left: 0; display: flex;}
#menu ul li {position: relative; height: auto; overflow: hidden; list-style: none; margin: 0 25px 0 0; vertical-align: middle;}
#menu ul li a {position: relative; height: auto; overflow: hidden; color: #FFF;font-size: 15px; line-height: 15px; letter-spacing: 0; font-weight: 700;}
#menu ul li:hover, #menu ul li a:hover {color: #CCC;}
#menu ul li.active a {color: var(--verde-aci);}

header {position: relative; width: 100%; padding: 15px 0; z-index: 3;}
#logo img {display: block; width: 150px;}

#main-content {position: relative; overflow: hidden; height: auto;}
#main-content .wrapper {height: 85vh;}
#white-box {background: white; border-radius: 20px; padding: 40px 20px; margin: 0 auto; width: 100%; max-width: 800px;}
#white-box-iframe {background: white; padding: 20px 2px 4px 2px; margin: 0 auto; width: 100%; max-width: 800px;}

.pre-title {font-size: 15px; line-height: 24px; text-transform: uppercase; color: #666; letter-spacing: 0; font-weight: 500; margin-bottom: 10px;}
.pre-title2 {font-size: 20px; line-height: 24px; color: #666; letter-spacing: 0; font-weight: 500; margin-bottom: 20px; margin-top: 50px;}
.post-title {font-size: 16px; line-height: 24px; color: #666; letter-spacing: 0; font-weight: 500; margin-bottom: 50px; margin-top: 20px; max-width: 600px; margin-left:auto;margin-right:auto;}
.font-small {font-size: 12px; line-height: 21px;}


/* --------------------------------------------------------------------------
        FOOTER
--------------------------------------------------------------------------- */

footer {color: white;}
footer .footer-content {margin: 40px 0; border-radius: 20px; padding: 50px 70px; background-image: radial-gradient(circle at bottom left,#23305a 0%,#07023c 40%,#000000 100%)!important;}
.footer-main-content {margin-top: 20px;}
#logo-footer img {max-width: 150px; margin-bottom: 30px;}
#logo-aciblueteam img {max-width: 150px}

.pointer-container {justify-content: left; margin: 15px 0 20px 0;}
.pointer {margin-right: 10px;}
.pointer img {position: relative; top: 4px;}
footer h4 {font-size: 25px; line-height: 35px; font-weight: 700; color: white; margin-bottom: 15px;}

footer ul {padding: 0; margin: 0;}
footer ul li {list-style: none;}
footer a {color: #FFF;}
footer a:hover {color: var(--verde-aci);}

.social-footer {margin-top: 15px;}
.social-footer a {display: inline-block; margin: 0 5px 0 0;}
.social-footer img {width: 20px; filter: invert(1);}


/* --------------------------------------------------------------------------
        FORM
--------------------------------------------------------------------------- */

form {margin: 40px auto 0 auto; max-width: 550px;}
.submit{
        margin-top:15px!important;
        cursor:pointer!important;
        position:relative!important;
        height:auto!important;
        overflow:hidden!important;
        border-radius: 20px!important;
        background:var(--verde-aci)!important;
        font-size:16px!important;
        line-height:21px!important;
        font-weight:700!important;
        letter-spacing:0!important;
        color:#fff!important;
        display:inline-block!important;
        text-align:center!important;
        padding:12px 45px!important;
        border:0!important;
        box-shadow:0px 12px 18px -14px rgba(0,0,0,0.3)!important;
        font-family: 'Open sans', sans-serif!important
}
.submit:hover{background:var(--blu-aci)!important;}


.submitsec{
        margin-top:15px!important;
        cursor:pointer!important;
        position:relative!important;
        height:auto!important;
        overflow:hidden!important;
        border-radius: 20px!important;
        font-size:16px!important;
        line-height:21px!important;
        font-weight:700!important;
        letter-spacing:0!important;
        color:#000!important;
        background-color: #fff!important;
        border: solid 1px rgba(0,0,0,0.3)!important;
        display:inline-block!important;
        text-align:center!important;
        padding:12px 25px!important;
        box-shadow:0px 12px 18px -14px rgba(0,0,0,0.3)!important;
        font-family: 'Open sans', sans-serif!important
}
.submitsec:hover{
         background:var(--blu-aci)!important;  color:#fff!important;
        }
.submitsec strong{ color: inherit;}

.yesorno{
        margin-top:15px!important;
        cursor:pointer!important;
        position:relative!important;
        height:auto!important;
        overflow:hidden!important;
        border-radius: 20px!important;
        font-size:20px!important;
        line-height:50px!important;
        font-weight:800!important;
        letter-spacing:0!important;
        color:var(--verde-aci)!important;
        background-color: #fff!important;
        border: solid 1px rgba(0,0,0,0.3)!important;
        display:inline-block!important;
        text-align:center!important;
        padding:12px 45px!important;
        box-shadow:0px 12px 18px -14px rgba(0,0,0,0.3)!important;
        font-family: 'Open sans', sans-serif!important;
        text-transform: uppercase!important;
}
.yesorno:hover{
          background:var(--blu-aci)!important;  color:#fff!important;
}
.yesornoselected{
           background:var(--blu-aci)!important;  color:#fff!important;
}

/*//c'è material
label{font-size:12px;text-align:center;font-weight:600;color:#222;letter-spacing:0}
input,select{position:relative;height:auto;overflow:hidden;width:100%;border:1px solid #666;background:#FFF;font-size:14px;letter-spacing:1px;color:#333;padding:15px 20px;display:block;margin-bottom:15px;font-weight:400;border-radius:15px}
textarea{position:relative;height:auto;overflow:hidden;display:block;width:100%;font-size:14px;border:1px solid #666;letter-spacing:1px;background:#FFF;padding:15px 20px;height:200px;margin-bottom:15px;color:#333;font-weight:400;border-radius:15px;}
input,select,textarea {font-family: 'Open sans', sans-serif}

input:focus,select:focus,textarea:focus,button:focus{outline:none}

select{cursor:pointer;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none}
select.classic{background-image:linear-gradient(45deg,transparent 50%,blue 50%),linear-gradient(135deg,blue 50%,transparent 50%),linear-gradient(to right,skyblue,skyblue);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0;background-size:5px 5px,5px 5px,2.5em 2.5em;background-repeat:no-repeat}
select.minimal{background-image:linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);background-position:calc(100% - 20px) calc(1.7em + 2px),calc(100% - 15px) calc(1.7em + 2px),calc(100% - 2.5em) 1.2em;background-size:5px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat}

input.checkbox {-webkit-appearance: checkbox !important; padding: 0; cursor: pointer;}
input.checkbox {width: auto; margin-right: 10px; float: left; top: 4px;}
*/

/* --------------------------------------------------------------------------
        Responsive patterns
--------------------------------------------------------------------------- */

.col-r-1 {width: 8.33%;}
.col-r-2 {width: 16.66%;}
.col-r-3 {width: 25%;}
.col-r-4 {width: 33.33%;}
.col-r-5 {width: 41.66%;}
.col-r-6 {width: 50%;}
.col-r-7 {width: 58.33%;}
.col-r-8 {width: 66.66%;}
.col-r-9 {width: 75%;}
.col-r-10 {width: 83.33%;}
.col-r-11 {width: 91.66%;}
.col-r-12 {width: 100%;}

[class*="col-r-"] {float:left; padding: 15px; position: relative; height: auto; overflow: hidden;}
[class*="col-r-"] p img {width: 100% !important; height: auto !important;}
.row::after {content: ""; clear: both; display: block;}
.row.row-no-margin {margin: -15px;}

/* ---- MASONRY ---- */
.masonry.masonry-2 {column-count: 2; column-gap: 0.3em; }
.masonry.masonry-3 {column-count: 3; column-gap: 0.3em; }


/* --------------------------------------------------------------------------
        RESPONSIVE
--------------------------------------------------------------------------- */

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

  /* ---- FLEXBOX ---- */
  .flexbox-container {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
  .flexbox-container .first-div{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}
  .flexbox-container .second-div{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}

  .only-mobile {display: block;}
  .not-mobile {display: none;}

  .unveil {opacity: 1}

  .flex-vertical-center {display: block;}
  .flex-vertical-center.flexbox-container {display: flex;}

  .masonry.masonry-2 {column-count: 1;}
  .masonry.masonry-3 {column-count: 1;}

  [class*="col-r-"] {float: none; padding: 0 0 15px 0 !important; width: 100%;}
  [class*="col-r-"]:last-child {padding-bottom: 0 !important;}
  .row.row-no-margin {margin: 0;}
/*
  input.checkbox {float: none; margin-bottom: 10px !important; padding: 0;}
*/
  #logo-aciblueteam {margin-top: 30px;}
  footer .footer-content {padding: 40px;}

  #bottoni {display: none;}
}
