@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');

@import url('menu.css');
/*@import url('responsive.css');*/
@import url('ani-fundo.css');
@import url('banner-home.css');
@import url('galeria.css');

body {
    color: #434142;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    background: transparent;
    outline: none; 
    text-decoration: none;  
    color: #2F353B;
    -webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
    transition: .2s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
    outline: 0;  
    color: #fca518;
    text-decoration: none;    
}
a:focus, a:active {
    border: 0;
    outline : 0;
    color: #fca518;
}

.no-padding {
   padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Condensed', sans-serif;
}

/* ==========================================================================
CONTEÚDO HOME!
========================================================================== */
.home-conteudo {
  text-align: justify;
  margin-bottom: 40px;
}

.home-frase {
  color: #4586a9;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 27px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  background-color: #d6ffff;
  padding: 90px 0px;
  min-height: 250px;
}

/* ==========================================================================
RODAPE
========================================================================== */
footer {
  background: #f2f2f2;
}

/*footer img {
  margin-top: 25px;
}

footer ul {
  list-style: none;
  padding-left: 0px;
}

footer ul li {
  padding: 5px 0px;
}

.rodape-conteudo {
  padding: 0px 0px;
}*/

.endereco {
  width: 100%;
  padding: 40px 0px 20px 0px;
  text-align: center;
}

.endereco b {
  font-size: 20px;
}

.form-rodape {
  height: 100%;
  background: #232732;
  margin: 0px;
  margin-right: -15px;
  padding: 10px;
}

.form-rodape p {
  color: #fff;
  font-size: 19px;
  padding-top: 10px;
}

.form-rodape form {
  display: flex;
  flex-direction: column;
}

.form-rodape form input, .form-rodape form button {
  margin: 5px;
}

.form-rodape form button {background-color: #0b58cc;transition: all .2s ease;}

.form-rodape form button:hover {
  background-color: #0d4aa5;
  transition: all .2s ease;
}

.form-rodape form input {background-color: #27aae1;transition: all .2s ease;}
.form-rodape form input:focus {background-color: #31333a;border:none;transition: all .2s ease;}

.form-rodape form input, .form-rodape form button {
    border: none;
    padding-left: 10px;
    height: 40px;
    color: #fff;
}

.form-rodape form input::-webkit-input-placeholder, .form-rodape form input::-webkit-select-placeholder { /* WebKit browsers */
    color: #fff;
}

.form-rodape form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.form-rodape form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.form-rodape form input:-ms-input-placeholder, .form-rodape form input:-ms-select-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.copyright {
  width: 100%;
  min-height: 35px;
  color: #fff;
  font-size: 16px;
  background-color: #232732;
}

.copyright a {color: #fff;}
.copyright a:hover { color: #fca518;}

.copyright p {
  margin-bottom: 0px;
  padding-left: 40px;
  padding-top: 6px;
}

/* ==========================================================================
CONTÚDO INTERNO
========================================================================== */
.header-int {
  background-color: #00A79D;
  height: 100px;
  width: 100%;  
  margin-top: 150px;
}

.header-int .container h2 {
  color: #fff;
  font-weight: bold;
  padding: 26px 0px;
  text-transform: uppercase;
}

.header-int-linha {
  height: 10px;
  background-image: url('../img/barracolorida.png');
  background-repeat: repeat-x;
  background-position: top;
  margin-top: 0px;
  margin-left: -8px;
}

.int-conteudo {
  margin: 60px auto;
}

.form-contato input, .form-contato select {
    height: 47px;
}

.form-control {
    color: #0d3b72;
}

.form-control:focus {
    background-color: #ccc;
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(76, 105, 251, 0.1);
}

.form-contato input, .form-contato select, .form-contato textarea {
    border-radius: 0px;
    background-color: #f2f2f2;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.form-contato button{
  padding: 12px 50px;
  color: #fff;
  background-color: #0b58cc;
  box-shadow: 0px 8px 20px -12px #0b58cc;
  transition: all .2s ease;
  border: none;
  font-size: 18px; 
}

.form-contato button:hover {
  background-color: #0d4aa5;
  box-shadow: 0px 18px 40px -22px #0d4aa5;
  transition: all .2s ease;
}

.form-contato ::-webkit-input-placeholder, .form-contato ::-webkit-select-placeholder { /* WebKit browsers */
    color: #0d3b72;
}

.form-contato :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0d3b72;
}

.form-contato ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0d3b72;
}

.form-contato :-ms-input-placeholder, .form-contato :-ms-select-placeholder { /* Internet Explorer 10+ */
    color: #0d3b72;
}


/* ==========================================================================
GOOGLE MA
========================================================================== */

.section-mapa {
    padding-top: 0px;
    padding-bottom: 0px;
}
#mapa {
    background: transparent;
}

.gmap {
    height: 768px;
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}  

#map{
    display: block;
    width: 100%;
    height: 768px;
    margin: 0 auto;
}

#map.large{
    height: 300px;
}

#map img {
    max-width:none !important;
    height:auto;
}



/* ==========================================================================
OWL CAROUSEL
========================================================================== */

/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff; 
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   Arrow Slide
========================================================================== */


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 30px;
  left: 11.2%;
  margin-left: 40%;
  width: 30px;
  height: 30px;
  background-image: url(../img/abaixo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}