/*
@font-face {
    font-family: 'neutraface2';
    src: url('fonts/neutraface2display-medium.eot');
    src: url('fonts/neutraface2display-medium.eot?#iefix') format('embedded-opentype'), url('fonts/neutraface2display-medium.woff') format('woff'), url('fonts/neutraface2display-medium.ttf') 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Novotype-Medium';
    src: url('fonts/Novotype_Medium.otf');
    src: url('fonts/novotype_medium-webfont.eot');
    src: url('fonts/novotype_medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novotype_medium-webfont.woff') format('woff'), url('fonts/novotype_medium-webfont.ttf') format('truetype'), url('fonts/novotype_medium-webfont.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf');
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');



@font-face {
    font-family: 'neutraface2';
    src: url('fonts/neutraface2display-medium.eot');
    src: url('fonts/neutraface2display-medium.eot?#iefix') format('embedded-opentype'), url('fonts/neutraface2display-medium.woff') format('woff'), url('fonts/neutraface2display-medium.ttf');
    font-weight: normal;
    font-style: normal;
}







a:link {
  text-decoration: none;
  color: #fff;
  font-family: 'neutraface2', sans-serif;
}

a:link {
  text-decoration: none;
  color: #fff;
  font-family: 'neutraface2', sans-serif;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: #fff;
  font-family: 'neutraface2', sans-serif;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: #fff;
  font-family: 'neutraface2', sans-serif;
}

/* selected link */
a:active {
  text-decoration: none;
  color: #fff;
  font-family: 'neutraface2', sans-serif;
}






/*

img.logo {
  border-radius: 50%;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.1),0 17px 50px 0 rgba(0,0,0,0.1);
  margin-top:25px;
}

img.logo2 {
  border-radius: 50%;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.1),0 17px 50px 0 rgba(0,0,0,0.1);
  margin-top: 0px;
}
*/

.h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top:17px;
  padding-bottom:25px;
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
}

.h2 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top:22px;
  padding-bottom:25px;
  color: #0d1f3f;
  font-family: 'Montserrat', sans-serif;
}

.h1 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top:28px;
  padding-bottom:2px;
  color: #0d1f3f;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.p {
  font-family: Arial, Helvetica, sans-serif;
  color: #0d1f3f;
  margin-top:5px;
  margin-bottmo:5px;
  font-family: 'Montserrat', sans-serif;
  
}

.button {
  border-radius: 4px;
  background-color: #E42313;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding: 20px;
  width: 89%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'neutraface2', sans-serif;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.button2 {
  border-radius: 4px;
  background-color: #949599;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 89%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'neutraface2', sans-serif;
}

.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button2:hover span {
  padding-right: 25px;
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
  
}

.buttonInfo {
  border-radius: 4px;
  background-color: #353949;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  padding: 20px;
  width: 89%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'neutraface2', sans-serif;
}

.buttonInfo span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonInfo:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.buttonInfo span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonInfo:hover span {
  padding-right: 25px;
}

.buttonInfo:hover span:after {
  opacity: 1;
  right: 0;
  
}


.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1.5s
}

@-webkit-keyframes animatebottom {
  from { top:-100px; opacity:0 } 
  to { top:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ top:-100px; opacity:0 } 
  to{ top:0; opacity:1 }
}


/* SLider */

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 90%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.picture {
  width: %100;
  height: auto;
  overflow: hidden;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
.detail h3 {
  margin: 0;
  font-size: 20px;
}
.detail span {
  display: block;
  font-size: 16px;
  color: #f44336;
}

/* Sliding Footer */
main {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

main {
  background: #ffffff;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.24),0 10px 50px 0 rgba(0,0,0,0);
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  
}

footer {
  text-align: center;
  background: #fff;
  
  
}
footer a {
  color: #eee;
  font: 14px/90px;
  text-decoration: none;
  
}

.footer img {
	bottom: 0;
}

/* Download */
.button-dwn {
  background-color: #fff;
  border: none;
  border: 0px;
  color: #fff;
  text-align: center;
  font-size: 31px;
  padding: 0px 0px 0px 0px;
  width: 80px;
  height: auto;
  border-radius: 8px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}

.button-dwn:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.10),0 8px 20px 0 rgba(0,0,0,0.10);
}


.button-dwn:hover span:after {
  opacity: 1;
  right: 0;
  
}


/* Disable blue highlight on button click */
button {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

buttonInfo {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* You can do the same for links */
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.containerframe {
  border-radius: 8px;
  /* fix for safari rounded corners */
  position: relative;
  overflow: hidden;

  /*box-shadow : 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 30px 0 rgba(0, 0, 0, 0.19);*/
}