.imagenFondo {
  background-image: url("../images/baseInicialHome.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0; }

.fondo-home {
  background: #fd5f3a;
  background: url("../images/background_2.png"), -moz-radial-gradient(farthest-corner, #ec3330 0, #fd5f3a 100%);
  background: url("../images/background_2.png"), -webkit-radial-gradient(farthest-corner, #ec3330 0, #fd5f3a 100%);
  background: url("../images/background_2.png"), radial-gradient(farthest-corner, #ec3330 0, #fd5f3a 100%);
  position: absolute;
  top: 100vh;
  width: 100%; }

.footer {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #DDDDDD;
  background-color: #f1f1f1; }

.logo-footer {
  height: 160px;
  width: auto; }
  @media (max-width: 599px) {
    .logo-footer {
      height: 110px;
      width: auto; } }

.logo-footer2 {
  height: 120px;
  width: auto; }
  @media (max-width: 599px) {
    .logo-footer2 {
      height: 80px;
      width: auto; } }

@media (max-width: 599px) {
  .logos-footer {
    text-align: center; } }

.carouselHome {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: calc(81px + 12vh);
  left: 10%;
  width: 80%;
  height: 60vh !important; }
  @media (max-width: 599px) {
    .carouselHome {
      left: 0%;
      width: 100%;
      top: 81px;
      height: calc(100vh - 81px); } }

.caption2 {
  background-color: transparent;
  color: #fff;
  text-align: left;
  width: 35%;
  height: 60vh; }
  .caption2 > div > h1 {
    /* font-family: 'Exo', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #999;
    text-align: left;
    padding-left: 20%; */
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-left: 20%; }
  .caption2 > div > p {
    /* font-family: Signika;
    word-spacing: 10px;
    letter-spacing: 1px;
    font-size: 17px;
    text-align: justify;
    font-weight: 200;
    line-height: 1.2;
    padding-left: 20%; */
    font-family: Signika;
    font-size: 17px;
    text-align: justify;
    font-weight: 200;
    line-height: 1.2;
    padding-left: 20%; }
  @media (max-width: 599px) {
    .caption2 {
      width: 90%;
      height: calc(100vh - 81px);
      padding-right: 10px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .caption2 {
      width: 100%; } }

.carousel-inner .item > img {
  /* width: 50%; */
  height: 60vh !important;
  margin: 0; }
  @media (max-width: 599px) {
    .carousel-inner .item > img {
      height: 0px;
      width: 0px; } }
  @media (min-width: 900px) and (max-width: 1279px) {
    .carousel-inner .item > img {
      width: 50%;
      height: auto; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .carousel-inner .item > img {
      width: 50%;
      height: auto !important; } }

.carousel-control.left, .carousel-control.right {
  /* background-image: none;
  border-radius: 15px;
  width: 5%;
  background: none !important; */
  visibility: hidden; }

.cards-row {
  padding-top: 40px;
  padding-bottom: 20px;
  /* margin:0!important;
  padding-left:0px!important;
  padding-right:0px; */ }

.thumbnail {
  background-color: rgba(255, 253, 253, 0.19) !important;
  padding: 0 !important;
  border-radius: 5px;
  border: none !important;
  box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 100%;
  /* width: 250px; */ }
  .thumbnail h3 {
    font-family: 'Exo' , sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 33px;
    color: #fff;
    text-shadow: 1px 1px 2px #666;
    margin: 0;
    padding: 8px 0;
    border-bottom: solid 1px #eee;
    text-align: justify; }
  .thumbnail p {
    font-family: Signika;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
    top: 71%;
    position: absolute;
    color: #FFFFFF; }
  .thumbnail:hover {
    transform: scale(1.1, 1.1);
    opacity: 0.9; }
    @media (max-width: 599px) {
      .thumbnail:hover {
        transform: scale(1, 1);
        opacity: 0.9; } }

.main-image {
  position: absolute;
  width: 100%;
  height: 65% !important;
  display: block; }

.main-image3 {
  position: absolute;
  width: 100%;
  height: 60% !important;
  display: block; }

.layer {
  position: absolute;
  width: 100%;
  height: 65% !important;
  display: block;
  z-index: 5; }

.over-image {
  position: absolute;
  z-index: 10;
  top: 15%;
  width: 45px !important;
  height: 45px !important;
  left: 0;
  right: 0;
  margin: 0 auto; }

.main-image2 {
  width: 100%; }
  @media (max-width: 599px) {
    .main-image2 {
      height: 65% !important; } }

.special-description {
  top: 40% !important; }
  @media (max-width: 599px) {
    .special-description {
      top: 20% !important; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .special-description {
      top: 1% !important; } }
  @media (min-width: 900px) and (max-width: 1279px) {
    .special-description {
      top: 40% !important; } }

.text-layer {
  position: absolute;
  z-index: 10;
  color: white;
  top: 40%;
  font-size: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 300; }
  .text-layer > strong {
    font-weight: 400; }

.text-layer2 {
  position: absolute;
  z-index: 10;
  color: white;
  top: 35%;
  font-size: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 300; }
  .text-layer2 > strong {
    font-weight: 400; }

.card-description {
  padding-top: 0px;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
  text-align: center; }

.card-specification {
  height: 350px;
  text-decoration: none;
  padding: 10px; }

.caption3 {
  background-color: #ff6433; }

.cards-title {
  font-family: Signika;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF; }

.backto {
  background: #039;
  padding: 12px 0;
  color: #fff; }
  .backto > a {
    color: #FFF;
    text-decoration: none; }

.section-white {
  padding: 10px 0;
  /*background-color: #fff;*/
  color: #555;
  width: 100vw;
  opacity: 1;
  z-index: 1; }
  @media (min-width: 1280px) {
    .section-white {
      height: 100vh; } }

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  color: #666666; }
  #quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px; }
    #quote-carousel .carousel-control .left {
      left: -12px !important; }
    #quote-carousel .carousel-control .right {
      right: -12px !important; }
  #quote-carousel .carousel-indicators {
    bottom: 0; }

.slider-pequeno > blockquote > p {
  padding: 0px 15px 0px 15px;
  /* letter-spacing: 1px; */
  font-family: "Exo" , sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 200;
  line-height: 1.5em; }

.novedades {
  font-family: Signika;
  font-size: 13px;
  color: #FFFFFF;
  text-align: left; }
  .novedades > div {
    height: 100%; }
  @media (max-width: 599px) {
    .novedades > h4 {
      padding-left: 10px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .novedades > h4 {
      padding-left: 10px; } }
  @media (min-width: 900px) and (max-width: 1279px) {
    .novedades > h4 {
      padding-left: 10px; } }

.novedades-image {
  width: 100%;
  height: auto; }

.novedades-image2 {
  padding-top: 15px; }

.historia > p {
  text-align: justify;
  text-justify: inter-word; }

@media (max-width: 599px) {
  .novedades2 > h4 {
    padding-left: 10px; } }
@media (min-width: 600px) and (max-width: 899px) {
  .novedades2 > h4 {
    padding-left: 10px; } }
@media (min-width: 900px) and (max-width: 1279px) {
  .novedades2 > h4 {
    padding-left: 10px; } }

.exploradores {
  height: 115px; }
  @media (max-width: 599px) {
    .exploradores {
      height: 160px; } }
  .exploradores > div > h1 {
    font-size: 18px;
    text-align: left; }
  .exploradores > div > p {
    font-size: 14px;
    text-align: left; }

.footer-home > h2 {
  font-size: 14px !important; }
.footer-home > p {
  font-size: 14px !important;
  line-height: 1.5em; }

@media (max-width: 599px) {
  .banners > div {
    text-align: center;
    margin-top: 10px; } }

/*# sourceMappingURL=home3.css.map */
