body{
	background: #fff;
	font-family: 'Nunito', sans-serif;
	color: #222;
}

.fantasy{
	font-family: 'Caveat', cursive;
}

.btn{
	border: none;
}
.btn-lg{
	padding: 1rem 1.5rem;
}
.btn-primary{
	background: #68a3d5;
	color: white;
}
.btn-primary:hover{
	background: #5b9bd1;
}
.btn-secondary{
	background: #fff;
	color: #68a3d5;
}
.btn-secondary:hover{
	background: #fff;
	color: #83b3dc;
}

.btn.arrow{
	padding-right: 100px;
	position: relative;
}
.btn.arrow::after{
	background: url(../images/arrow.png) no-repeat;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 45%;
	transform: translateY(-50%);
	width: 30px;
}
.btn.arrow.right::after{
	transform: rotate(90deg);
}

.btn.btn-secondary.arrow::after{
	background: url(../images/arrow-blue.png) no-repeat;
}

.bk-white{
	background: white;
}
.bk-light{
	background: #f9f9f9;
}
.bk-blue{
	background: #6aa4d3;
}
.color-white{
	color: white;
}
p{
	font-weight: lighter;
}
/*********************************
 top strip
**********************************/

.colored-strip{
	display: flex;
	width: 100%;
}
.colored-strip > div{
	height: 5px;
	width: 25%;
}
.colored-strip .blue{
	background: #68a3d5;
}
.colored-strip .red{
	background: #db6226;
}
.colored-strip .yellow{
	background: #f5be29;
}
.colored-strip .green{
	background: #6eb044;
}

/*********************************
 logo
**********************************/

.logo{
	background: url(../images/logo.png) no-repeat center;
	background-size: cover;
	display: block;
	height: 86px;
	margin-left: 1rem;
	text-indent: -9999px;
	width: 253px;
}

/*********************************
 navbar-nav
**********************************/

@media (max-width:760px){
	.navbar-nav{
		padding-left: 2rem;
		margin-top: 1.5rem;
	}	
}


/*********************************
 social list
**********************************/

.social-list{
	display: flex;
	flex-direction: row;
	list-style: none;
}
.social-list a{
	bottom: 0;
	display: block;
	padding: 5px;
	position: relative;
	transition: all .2s ease-in-out;
}
.social-list a:hover{
	bottom: 3px;
	transition: all .2s ease-in-out;
}
#footer .social-list{
	padding: 0;
}
#footer .social-list a{
	padding: 10px;
}
/*********************************
 top strip
**********************************/

.navbar-nav li a{
	text-transform: uppercase;
}
.navbar-nav li a:hover{
	color: #9e9e9e;
}
.nav-active{
	color: #6aa4d3;
}
/*********************************
 hero
**********************************/

#hero .row{
	min-height: 70vh;
}

/*********************************
 cards
**********************************/

.card{
	border: none;
	bottom: 0px;
	transition: all .5s ease-in-out;
}
.card:hover{
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	bottom: 10px;
	transition: all .2s ease-in-out;
}
/*********************************
 slider
**********************************/

.slider {
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
}

.slider:before {
    left: 0;
    top: 0;
}
.slider:after,
.slider:before {
    background: linear-gradient(
        to right,
        #fff 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 280px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider:after,
.slider:before {
    background: linear-gradient(
        to right,
        #fff 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 280px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider .slide-track-1 {
    animation: scroll-l 30s linear infinite;
    display: flex;
    width: 5320px;
}
.slider .slide-track-2 {
    animation: scroll-r 30s linear infinite;
    display: flex;
    width: 5600px;
}

.slider .slide {
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    text-align: center;
}
.slider .slide img {
    width: 140px;
    padding: 0;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-140px * 19));
    }
}
@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(calc(-140px * 20));
    }
}

/*********************************
 footer
**********************************/
#footer{
	background: #59595c;
	color: white;
	margin-top: 5em;
}
#footer::before{
	background: url(../images/bk-footer.png) no-repeat center top;
	content: '';
	display: block;
	height: 124px;
	left: 50%;
	position: relative;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 150px;
}
.logo-footer{
	background: url(../images/logo-footer.png) no-repeat;
	display: block;
	height: 80px;
	margin: 0;
	text-indent: -9999px;
	width: 190px;
}
#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover{
	color: #e1e1e1;
}
#newsletter {
  width: 100%;
  margin: 1rem 0;
}
#newsletter .input {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#newsletter .button {
  height: 62px;
  border: none;
}

#news-email {
  width: 100%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 0;
}

#news-submit {
  /*width: 25%;
  height: 46px;
  background: #E86C8D;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  transition: background .3s ease-in-out;*/
  border-radius: 0;
  width: 100%;
}

@media (min-width:760px){
	#newsletter{
		width: 450px;
	}
	#newsletter .input{
		flex-direction: row;
	}
	#news-email{
		width: 75%;
	}
	#newsletter .button {
	  width: auto;
	}
	#news-submit{
		border-radius: 5px 0 0 5px !important;
	}
	#news-email{
		border-radius: 0 5px 5px 0;
	}
}

#whatsapp{
	background: url(../images/ico-whatsapp.png) no-repeat;
	bottom: 20px;
	display: block;
	height: 48px;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	width: 48px;
	z-index: 9;
}