* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::selection {
    background: rgba(190, 148, 100, .99)
}

body,
html {
    height: 100%
}

a,
a:active,
a:focus,
input:focus {
    text-decoration: none!important;
    outline: 0
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-shadow: 1px 1px rgba(0, 0, 0, .2)
}

.content-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1
}

.content-wrapper::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

.v-center {
    position: relative;
    display: inline-block;
    width: 86%;
    text-align: left;
    vertical-align: middle
}

.logo {
    position: absolute;
    top: 1em;
    left: 4em;
    height: 1.8em;
}

.menu {
    position: fixed;
    top: 1em;
    right: 4em;
    height: 1.8em;
    color: #FFF;
    z-index: 10000;
    opacity: 1;
}

.menu > ul > li {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 .9375em;
    font-weight: 400;
    visibility: visible;
    color:#FFF;
}

.menu li a {
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    cursor: pointer
}

.main-content {
    visibility: hidden
}

.main-content span {
    font-size: 2em;
    line-height: 2em;
    font-weight: 800;
    letter-spacing: -1px
}

p {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 .9375em;
    font-weight: 400
}

.link {
    color: #fff;
    font-weight: 800;
    letter-spacing: -.2px
}

ul {
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 1.3em
}

ul li {
    position: relative;
    display: inline;
    padding-bottom: .1875em;
    margin-right: .75em
}

li a {
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    cursor: pointer
}

li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: .1em;
    background-color: #be9464;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

li a:hover {
    color: #be9464
}

li a:hover:after {
    opacity: 1
}

.indigo-badge {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2em;
    margin: 0 auto;
    width: 86%;
    font-size: 1em;
    line-height: 1.875em;
    text-transform: uppercase;
    letter-spacing: .0625em;
    z-index: 10
}

.indigo-badge a {
    color: #fff
}

.indigo-badge span {
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px dotted
}

.indigo-badge:hover span {
    color: #be9464;
    border-bottom: 1px dotted transparent
}

.preloader {
    z-index: 100;
}

/*.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}

.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fcf;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #fcf;
}

.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}*/

.spinner {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    border-radius: 50%;
    background: #be9464;
    background: -moz-linear-gradient(top, #be9464 10%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #be9464 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #be9464 10%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: load 1s infinite linear;
    -moz-animation: load 1s infinite linear;
    animation: load 1s infinite linear
}

.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.spinner:before {
    border-radius: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #be9464 50%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #be9464 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #be9464 50%)
}

.spinner:after {
    width: 90%;
    height: 90%;
    margin: auto;
    border-radius: 50%;
    background:rgba(255,255,255,0.6);
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes load {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes load {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#minimos-1 {
    font-family: Montserrat, sans-serif;
    background: rgba(255,255,255,0.0);
    text-shadow: 1px 1px rgba(0, 0, 0, .2)
}

.layout-center .indigo-badge,
.layout-center .v-center {
    text-align: center
}

.layout-center .main-content {
    margin: 0 auto
}

@media only screen and (min-width:320px) {
    .logo {
        height: 10%;
        width: 10%;
        left: 1.5em
    }
}

@media only screen and (min-width:375px) and (max-width:599px) {
    .logo {
        height: 10%;
        width: 10%;
        left: 1.9em
    }
}

@media only screen and (min-width:767px) and (max-width:600px) {
    .logo {
        height: 9%;
        width: 9%;
        left: 2em
    }
}

@media only screen and (min-width:768px) {
    body {
        font-size: 20px;
        line-height: 46px
    }
    .main-content {
        width: 80%
    }
    .logo {
        height: 8%;
        width: 8%;
        left: 2.4em
    }
     ul {
        font-size: 1.4em;
    }

}

@media only screen and (min-width:1024px) {
    .logo {
        height: 6%;
        width: 6%;
        left: 3.2em
    }
     ul {
        font-size: 1.4em;
    }

}

@media only screen and (min-width:1200px) {
    body {
        font-size: 26px;
        line-height: 48px
    }
    .logo {
        left: 3.8em
    }
     ul {
        font-size: 1.4em;
    }

}

@media only screen and (min-width:1824px) {
    body {
        font-size: 28px;
        line-height: 55px
    }
    .logo {
        left: 3.2em
    }
    ul {
        font-size: 1.4em;
    }

}