/*CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END CSS RESET*/

html, body {
  width:100%;
  heigth:100%;
  border:0;
  margin:0;
  padding:0;
}

/*FONT*/

.sofia-sans-<uniquifier> {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

 .sofia-sans-condensed-<uniquifier> {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*desktop*/
@media (min-width: 769px) {

h1 {
  font-size:72px;  
  font-family: "Sofia Sans Condensed", sans-serif;
}

h2 {
  font-size:54px;
  font-family: "Sofia Sans Condensed", sans-serif;
}

h3 {
  font-size:36px;
  font-family: "Sofia Sans Condensed", sans-serif;
}

p {
  font-size:20px;
  font-weight:300;
  font-family: "Sofia Sans", sans-serif;
}
  
figcaption {
  font-size:16px;
  font-weight:300;
  font-family: "Sofia Sans", sans-serif;
  font-style: italic;
}
}

/*mobile*/
@media (max-width: 769px) {

h1 {
  font-size:36px;
  font-family: "Sofia Sans Condensed", sans-serif;
}

h2 {
  font-size:28px;
  font-family: "Sofia Sans Condensed", sans-serif;
}

h3 {
  font-size:20px;
  font-family: "Sofia Sans Condensed", sans-serif;
}

p {
  font-size:14px;
  font-weight:300;
  font-family: "Sofia Sans", sans-serif;
}
  
figcaption {
  font-size:12px;
  font-weight:300;
  font-family: "Sofia Sans", sans-serif;
  font-style: italic;
}
}

/*END FONT*/


/*HEADER*/

.header-home {
  position:fixed;
  top:0px;
  width:100%;
  height:75px;
  z-index:1;
  border-bottom: 1px solid #ffffff;
}



@media (max-width: 769px) {
.header-home {
  position:absolute;
  top:0px;
  width:100%;
  height:75px;
  z-index:1;
}
}

.header-simple {
  position:relative;
  width:100%;
  height:75px;
  z-index:1;
  border-bottom: 1px solid #000000;
}


.logo {
  position: absolute;
  top: 15px;
  left: 75px;
  height: 45px;
  z-index:1;
}

@media (max-width: 769px) {
.logo {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 45px;
  z-index:1;
}  
}

.header-home svg {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 45px;
  z-index:1;
  transition: 0.3s;
}

.header-simple svg {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 45px;
  z-index:1;
  transition: 0.3s;
}


/*header hover desktop*/
@media (min-width: 769px) {
.header-home svg:hover  {
  stroke: #f55800;
}
  
.header-simple svg:hover  {
  stroke: #f55800;
}
}

/*white color desktop*/
@media (min-width: 769px) {
.white  {
  color:#ffffff;
  fill: #ffffff;
  stroke: #ffffff;
}
}

/*END HEADER*/

/*MAIN MENU*/

.menu-main {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #2658EC;
  text-align:left;
  color:#ffffff;  
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight:700;  
  font-size:36px;
  z-index:2;
  transition: 0.3s;
}

.menu-main-nav {
  list-style-type: none;
  text-align: left;
  padding-top: 75px;
  padding-left:25px;
}

.menu-main-nav li {
  padding-bottom: 20px;
}

.menu-main-nav a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.menu-main svg {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 45px;
  transition: 0.3s;
  z-index:1;
}

.container-play-menu {
  position:relative;
  display: flex;
  justify-content: left;
  align-items: center; 
  font-size:30px;
  line-height:30px;
  font-weight: 400;
}

.play-menu {
  border: 1px solid;
  border-radius: 50%;
  padding: 20px;
  font-size: 30px;
  margin-right: 10px;
  transform: rotate(180deg);
}

/*hover desktop*/

@media (min-width: 769px) {
  .menu-main {
  width: 500px;
  transition: 0.3s;
  }
  
.menu-main-nav a:hover {
  color: #000000;
  padding-left: 25px;
}
  
  .menu-main svg:hover  {
  stroke: #000000;
}
}

/*END MAIN MENU*/


/*SECOND MENU*/

.menu-second-home-container p {  
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size:14px;
  font-weight:700;
}

.menu-second-simple-container p {  
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size:14px;
  font-weight:700;
}

.menu-second-back {
  color:#000000;
  text-decoration:none;
}
  
.menu-second-forward {
  color:#000000;
  text-decoration:none;
}
  
.menu-second-home {
  color:#ffffff;
  text-decoration:none;
}

/*second menu desktop*/

@media (min-width: 769px) {
 
.blue-band-right {
  position:fixed;
  top:0px;
  right:0px;
  width:450px;
  height:100%;
  padding-top:75px;
  background-color: #2658EC;
  z-index:-1;
  }  
  
.blue-band-left {
  position:fixed;
  top:0px;
  left:0px;
  width:375px;
  height:100%;
  padding-top:75px;
  background-color: #2658EC;
  z-index:-1;
  } 

.blue-band-top {
  position:absolute;
  top:0px;
  width:100%;
  height:375px;
  background-color: #2658EC;
  z-index:-1;
  } 
  
.menu-second-simple-container {
  position:fixed;
  top:0px;
  right:0px;
  width:75px;
  height:100%;
  padding-top:75px;
  border-left: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align:center;
  }

.menu-second-back {
  position:fixed;
  top:75px;
  right:0px;
  width:75px;
  height:50%;  
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align:center;
}
  
.menu-second-forward {
  position:fixed;
  bottom:0px;
  right:0px;
  width:75px;
  height:50%;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align:center;
}
  
.menu-second-home {
  position:fixed;
  bottom:0px;
  right:0px;
  width:75px;
  height:100%;
  color:#ffffff;
  border-left: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align:center;
}

.menu-second-element {
  transform: rotate(90deg);
  transition:0.3s;
}
  
.menu-second-element:hover{
    color:#f55800;
  }
  
.top {
  margin-up:10px;
}
  
.bottom {
    margin-bottom:10px;
  }
}  

/*End*/

/*second menu mobile*/
  
@media (max-width: 769px) {
  
.menu-second-simple-container {
  width:100%;
  height:50px;
  display: flex;
  justify-content: space-around;
  align-items: center; 
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  }
  
.menu-second-home-container {
  position:absolute;
  top:650px;
  width:100%;
  height:50px;
  display: flex;
  justify-content: space-around;
  align-items: center; 
  background-color: #ffffff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index:1;
  }

.menu-second-element {
  display: flex;
  align-items: center;    
  column-gap:10px;
  text-decoration:none !important;
  color:#000000;
}
}

/*END SECOND MENU*/

/*GENERAL*/

@media (max-width: 769px) {
.desktop {
    display:none !important;
}
}

@media (min-width: 769px) {
.mobile {
    display:none !important;
}
}

.circle{
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
}

/*END GENERAL*/

/*HOME*/

.video-home {
  position: fixed;
  right: 0;
  bottom: 0;
  min-height: 100% !important;
  min-width:100% !important;
}

@media (max-width: 769px) {
.video-home {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width:100% !important;
  object-fit: cover !important;
}
}

.container-home {
  width:100%;
  height:100%;
  position: fixed;
  color: #ffffff;
  text-align:center;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 769px) {
.container-home {
  height:650px;
  position: absolute !important;
}
}

.title-home {
  margin-top: 14vw !important;
  color:#ffffff;
  font-weight:700;
  font-size: 8vw !important;
  line-height:1;
}

.title-home-link-container {
  width:100%;
  height:50px;
  display: flex;
  justify-content: space-around ;
  align-items: center;
  }

.title-home-link-container p {
  font-size: 14px;
  font-weight:700;
  }

@media (max-width: 769px) {
.title-home {
  font-size:54px !important;
  margin-top:200px !important;
}
}

.title-home a {
  display: flex;
  align-items: center;
}

.title-home-link {
  display: flex;
  align-items: center;    
  column-gap:10px;
  transition: 0.3s;
  text-decoration:none;
  color:#ffffff;
}

@media (min-width: 769px) {
.title-home-link:hover {
  color: #f55800;
  padding-left:20px;
}
}

/*END HOME*/

/*SIMPLE PAGE*/

.title-page {
  color:#2658EC;  
}

.container-simple {  
  padding:25px; 
}

.content {  
  width:100%; 
}

.content img {
  width:100%;
}

.content video {
  width:100%;
}

.content p {  
  line-height:1.25;
}

.content-banner {  
  width:100%;   
}

.content-banner img {  
  width:100%; 
}

.caption {
  padding: 10px 0;
}

.caption-right {
  text-align: right;
  padding: 10px 0;
}

.caption-left {
  text-align: left;
  padding: 10px 0;
}

/*content simple desktop*/

@media (min-width: 769px) {
  
.title-page {
  color:#2658EC;   
}
  
.title-top {
  color:#ffffff !important;
}
  
.container-simple {
  display: flex; 
  justify-content: space-between; 
  align-items: top; 
  column-gap:75px; 
  padding:75px 150px 50px 75px; 
  max-width:100% !important;
}

.content img { 
  max-width:700px !important;
}
  
.content video { 
  max-width:700px !important;
}
  
.content-banner {
  width:80%;   
  max-width:600px;
  color:#ffffff;
}
}

/*end*/

.block-person {
  display: flex; 
  justify-content: flex-start; 
  align-items: center; 
  width:100%; 
  column-gap:10px; 
  padding-bottom:20px; 
  border-bottom: 1px solid #cccccc;
}

.block-person img {
  width:75px; 
  height:75px; 
  object-fit:cover; 
  border-radius:50%;
}

.block-person p {
  flex-grow: 1;
}

.block-person i {
  color: #2658EC;
}

@media (min-width: 769px) {
 .block-person i:hover {
  color: #f55800;
}  
}

.block-news {
  width:100%; 
  padding-bottom:20px; 
  border-bottom: 1px solid #cccccc;
}

.block-news img {
  width:100%; 
  border-radius:10px;
  margin-bottom: 10px;
}

.block-news p {
  flex-grow: 1;
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  column-gap: 5px;
}

.block-news i {
  color: #2658EC;
}

@media (min-width: 769px) {

.block-news {
  display: flex; 
  justify-content: flex-start; 
  align-items: center; 
  width:100%; 
  column-gap:10px; 
  padding-bottom:20px; 
  border-bottom: 1px solid #cccccc;
}
  
.block-news img {
  width:200px; 
  height:150px; 
  object-fit:cover;
  border-radius:10px;
}
  
.block-news p {
  flex-grow: 1;
} 
  
.block-news i:hover {
  color: #f55800;
}  
 
}

.popup-window {
  width:100%; 
  height:100%; 
  background-color: #ffffff; 
  position:fixed; 
  top:0; 
  left:0; 
  text-align:center; 
  transition:0.3s; 
  z-index:1; 
  transform: scale(0); 
  overflow-y:scroll;
}

.popup-window svg {
  position: absolute; 
  top: 15px; 
  right: 15px; 
  height: 45px; 
  z-index:1; 
  transition: 0.3s;
}

.container-popup {
  padding-top:100px;
  } 

.content-popup {
  text-align:left;
}

.content-popup a {
  text-decoration: none;
  font-weight: 700;
  color: #2658EC;  
}

.banner-popup {
  color:#000000 !important;
}

.link {
  text-decoration: none;
  font-weight: 700;
  color: #2658EC;  
}

/*popup desktop*/

@media (min-width: 769px) {
.popup-window {
  display: flex; 
  justify-content: space-between;
  align-items: top; 
  column-gap:75px;
  max-width:100% !important;
  }

  .container-popup {
    padding-top:150px;
  padding-top:100px;
  width:100% !important;
  }  
}

/*end popup desktop*/

.audio {
  min-width:100% !important; 
  max-width:100% !important;
}

.video {
  min-width:100% !important; 
  max-width:100% !important;
}

.gallery {
  position:relative; 
  display:flex; 
  justify-content: flex-start; 
  column-gap:5px; 
  padding-bottom:5px; 
  overflow-x: scroll; 
  width:100%; 
  max-width:700px !important;
}

/*END SIMPLE PAGE*/


/*FOOTER*/

footer { 
  width:100%;
  height:50px;
} 

footer p {
  padding:20px 15px 0 75px;
  font-size:14px;  
  font-weight:300;
  text-align:left;  
}

footer a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

.footer-home {
  position:fixed;
  bottom:0px;
}


/*mobile*/
  
@media (max-width: 769px) {
footer { 
  width:100%;
  height:75px;
  background-color:#ffffff;
  color: #000000;
} 
  
footer p { 
  padding:20px 15px 0 15px;
} 

.footer-home {
  position:absolute !important;
  top:700px !important;
}
}

/*desktop*/

@media (min-width: 769px) {
  
.footer-home p {
  color: #ffffff;
}  
  
.footer-home a {
  color: #ffffff;
  text-decoration: none;
}

.footer-home a:hover {
  color: #ffffff;
  padding-bottom:1px;
  border-bottom: 1px solid #ffffff;
}

footer a:hover {
  color: #000000;
  padding-bottom:1px;
  border-bottom: 1px solid #000000;
}
}

/*END FOOTER*/