
/*
#cdd3c7

#cdd3c7
#a8b7ac
#849b95
#627f80
#46636c
#2f4858

#b2ccd6

#7f9599
*/

body{
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  background-image: radial-gradient(#cdd3c7 0.5px, #ffffff 0.5px);
  background-size: 10px 10px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "PT Sans", sans-serif;
}
.container{
  max-width: 1024px;
}
.text-color-ij1{ color: #cdd3c7; }
.text-color-ij2{ color: #a8b7ac; }
.text-color-ij3{ color: #849b95; }
.text-color-ij4{ color: #627f80; }
.text-color-ij5{ color: #46636c; }
.text-color-ij6{ color: #2f4858; }

.bg-color-ij1{ background-color: #cdd3c7; }
.bg-color-ij2{ background-color: #a8b7ac; }
.bg-color-ij3{ background-color: #849b95; }
.bg-color-ij4{ background-color: #627f80; }
.bg-color-ij5{ background-color: #46636c; }
.bg-color-ij6{ background-color: #2f4858; }

.xsmall{ font-size:.75em; }
.xxsmall{ font-size:.60em; }

.fs-xxl{
  font-size: 5rem;
}

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}
.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}
div.error{
  color: red;
  font-size:.75em;
  padding:.25rem;
}
textarea {
  resize: none;
}
.btn-custom:hover, .btn-outline-custom {
  color: #46636c;
  background-color: #ffffff;
  border-color: #46636c;
}

.btn-custom, .btn-outline-custom:hover {
  color: #ffffff;
  background-color: #46636c;
  border-color: #46636c;
}

.img-flag{
  width: 24px;
}

footer{
  background: rgb(98,127,128);
  background: linear-gradient(0deg, rgba(98,127,128,1) 0%, rgba(132,155,149,1) 100%);
}

nav.navbar{
  background: rgb(205,211,199);
  background: linear-gradient(180deg, rgba(205,211,199,1) 0%, rgba(230,231,230,0.75) 100%);
}
@media (min-width: 768px) {
  nav.navbar{
    background: linear-gradient(180deg, rgba(205,211,199,1) 0%, rgba(230,231,230,0.5) 100%);
  }
}

.inside-page{
  margin-top: 100px;
}

.img-logo{
  width: 50px;
}

.hero{
  position: relative;
  width: 100%;
  height: 40vh;
}
.hero-0{
  background: url('/img/hero.jpg');
  background-size: cover;
  background-position: 50% 45%;
}
.hero-1{
  background: url('/img/hero-1.jpg');
  background-size: cover;
  background-position: 50% 45%;
}
.hero-2{
  background: url('/img/hero-2.jpg');
  background-size: cover;
  background-position: 50% 45%;
}
@media (min-width: 576px) {
  .hero{
    height: 50vh;
  }  
}
@media (min-width: 768px) {
  .hero{
    height: 70vh;
  }
}

.hero .info{
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  padding: 1rem;
  margin: 1rem;
  background-color: rgba(215, 229, 235, .75);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .hero .info{
    padding: 1rem 2rem;
  }
}
input::placeholder{
  color: #afafaf !important;
}
.text-justify {
    text-align: justify;
}

/* Flipper Clock */
.flipper {
  max-width: 32rem;
  color: #333;
  display: block;
  line-height: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
          transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
          transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}
/* *** */

