@charset "utf-8";
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: #363636;
  outline: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #f3f3f3;
  font-family: 'Lato', sans-serif;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
#main {
  overflow: hidden;
}
.container_main {
  position: relative;
}
.container {
  max-width: 1400px;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #363636;
  text-decoration: none;
}
a.img_zoom img {
  transition: transform 3s;
  transform-origin: center;
}
a.img_zoom:hover img {
  transform: scale(1.15, 1.15);
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.block {
  display: block !important;
  text-align: left;
}
section {
  position: relative;
  margin-bottom: 100px;
}
section:last-of-type {
  margin-bottom: 0;
}
section.section_top_page {
  background-color: #0068af;
  height: 100px;
}
.homepage section.section_top_page {
  height: auto;
}
section.section_top_page {
  background-color: #0068af;
}
.row, .row .row, .row_inside {
  position: relative;
  margin-bottom: 50px;
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type {
  margin-bottom: 0 !important;
}
.row_line {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cover.cover_top {
  object-position: top;
}
.cover.cover_bottom {
  object-position: bottom;
}
.img_fluid {
  max-width: 100%;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 35px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1, h2 {
  font-size: 2.5rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
h3 span {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 15px;
  background-color: #e14c8a;
  margin-right: 5px;
}
h3 a:hover {
  color: #fff;
}
h4, h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
}
h4 {
  color: #808080;
}
article h4 {
  margin-bottom: 35px;
}
h4 a {
  color: #e14c8a;
}
h1 i {
  font-style: normal;
  background-color: #0068af;
  padding: 15px 10px;
}
p {
  margin-bottom: 15px;
  color: #808080;
  font-size: 1.2rem;
}
p:last-of-type {
  margin-bottom: 0 !important;
}
p a {
  color: #808080;
}
p a:hover {
  color: #808080;
}
article p a, article p a:hover {
  font-weight: 700;
  color: #e14c8a;
}
article p a {
  text-decoration: underline;
}
article p a:hover {
  text-decoration: underline;
}
p.data {
  font-size: 0.75rem;
  text-transform: uppercase;
}
p.p_intro, .p_intro p {
  color: #363636;
  font-weight: 700;
  margin-bottom: 35px;
}
strong {
  font-weight: 800;
}
.didascalia_img {
  font-size: 0.85rem;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #808080;
}
.didascalia_img:last-child {
  margin-bottom: 0;
}
blockquote {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
blockquote p {
  text-align: center;
  font-weight: 800;
}
article ul {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 35px;
  color: #808080;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  padding: 7px 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #e14c8a;
  font-weight: 700;
  border: 1px solid #e14c8a;
  background-color: transparent;
  border-radius: 2px;
  transition: background 0.1s, color 0.2s;
  margin-top: 30px;
}
a.more:hover {
  background-color: #e14c8a;
  color: #fff;
}
a.more.more_nomargin {
  margin-top: 0;
}
/*END A BTN*/
/*IMG*/
figure {
  margin-bottom: 20px;
}
figure:last-of-type {
  margin-bottom: 0;
}
.img_page {
  position: relative;
  height: 50vh;
  max-height: 550px;
  min-height: 350px;
  z-index: 1;
  overflow: hidden;
}
.img_box {
  position: relative;
  height: 40vh;
  max-height: 450px;
  min-height: 350px;
  width: 100%;
  overflow: hidden;
}
.img_box_mini {
  position: relative;
  height: 25vh;
  max-height: 300px;
  min-height: 250px;
  width: 100%;
  overflow: hidden;
}
.img_box_right {
  position: relative;
  height: 140px;
  width: 100%;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100;
}
/*END IMG*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.box_claim {
  padding: 0 100px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.15);
  background-color: transparent;
}
.claim .row {
  height: 100%;
}
.claim h1 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.5;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
.claim h1 span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 25px;
}
/*END HOME*/
/*PAGE*/
.item {
  position: relative;
  margin-bottom: 30px;
}
.item:last-of-type {
  margin-bottom: 0;
}
.item_sx_inside {
  padding: 100px;
  background-color: #fff;
}
.item_sx_inside h2 {
  margin-bottom: 20px;
}
.item_dx_inside {
  padding: 35px;
  background-color: #fff;
}
.item_dx_inside p {
  font-size: 0.75rem;
  line-height: 1.35;
}
.item_title {
  padding: 15px 35px;
  background-color: #0068af;
}
.item_title h5 {
  color: #fff;
}
.tag {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #808080;
  font-weight: 700;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 8px;
  transition: background 0.1s, color 0.2s, border 0.2s;
}
.tag:hover {
  color: #e14c8a;
  border: 1px solid #e14c8a;
}
.tag.tag_full {
  width: 100%;
  text-align: center;
  margin-right: 0;
}
.tag.active, .tag.active:hover {
  color: #fff;
  border: 1px solid #e14c8a;
  background-color: #e14c8a;
}
ul.list_cat {
  position: relative;
}
ul.list_cat li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
ul.list_cat a {
  display: block;
  color: #e14c8a;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 35px;
  transition: color 0.2s;
}
ul.list_cat a:hover {
  color: #363636;
}
ul.list_cat i {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 1rem;
}
ul.list_cat li:last-of-type {
  margin: 0;
}
.article_inside {
  margin-bottom: 50px;
}
.article_inside:last-of-type {
  margin-bottom: 0;
}
ul.list_article, .element_article {
  position: relative;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
ul.list_article li {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ccc;
}
body.homepage ul.list_article li {
  text-transform: uppercase;
}
ul.list_article li:last-of-type {
  margin: 0;
}
ul.list_article a {
  display: block;
  color: #e14c8a;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}
ul.list_focus {
  position: relative;
}
ul.list_focus li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.item_dx_inside ul.list_focus li {
  padding-bottom: 35px;
  margin-bottom: 35px;
}
ul.list_focus li h2 {
  font-size: 0.85rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0;
}
ul.list_focus li h2 a:hover {
  color: #e14c8a;
}
ul.list_focus li a.more {
  margin-top: 15px;
}
ul.list_focus figure {
  margin-bottom: 20px;
}
.video_box {
  margin-top: 35px;
}
.video_box:first-child {
  margin-top: 0 !important;
}
.video_box iframe {
  width: 100% !important;
  height: 350px !important;
}
/*END PAGE*/
/*SLICK*/
.slide01 {
  display: none;
}
.slick-list {
  z-index: 2;
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-next {
  background-color: #fff;
  right: 0px;
  top: auto;
}
.slick-prev {
  right: 30px;
  transform: rotate(180deg);
}
.slick-next:before, .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  background-image: url("../img/icon/arrow.png");
  background-position: center center;
  background-size: 5px;
  background-repeat: no-repeat;
}
.slide_div {
  position: relative;
}
/*END SLICK*/
/*FOOTER*/
footer {
  position: relative;
  padding: 100px 0;
  margin-top: 100px;
  background-color: #fff;
}
footer p {
  color: #363636;
}
/*END FOOTER*/