/* GENERALES */
a {
  text-decoration: none;
  outline: 0; }

body {
  color: #27343a;
  font-family: "Raleway", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #27343a;
  line-height: 1; }

b, strong {
  font-weight: 700; }

img {
  max-width: 100%; }

header .container-logo .logo {
  width: 500px;
  display: block;
  margin: 2rem auto 1rem; }

section#video {
  background: url(../img/bkg-video.jpg) bottom center no-repeat;
  background-size: cover; }
  section#video .container-video {
    padding-top: 3rem; }
    section#video .container-video .wrapper-video:hover .wrapper-btn-video .ico-play {
      width: 140px;
      height: 140px; }
    section#video .container-video .wrapper-video video {
      width: 100%;
      cursor: pointer;
      display: block; }
    section#video .container-video .wrapper-video .wrapper-btn-video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none; }
      section#video .container-video .wrapper-video .wrapper-btn-video .ico-play {
        width: 120px;
        height: 120px;
        transition: .25s ease; }

section#intro {
  margin: 3rem 0; }
  section#intro .tit {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
    color: #58AA27; }
    section#intro .tit span {
      font-size: 3rem;
      margin: 0 1rem; }
  section#intro .txt {
    font-size: 1.25rem;
    line-height: 1.2; }

@media (min-width: 768px) {
  section#intro {
    margin: 4rem 0; }
    section#intro .tit {
      font-size: 2.5rem;
      margin-bottom: 1.5rem; }
      section#intro .tit span {
        font-size: 4rem; }
    section#intro .txt {
      font-size: 1.5rem; } }

section#passeggiate {
  margin: 3rem 0; }
  section#passeggiate .row-tit .tit {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1; }
  section#passeggiate .row-tit .subtit {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 1; }
  section#passeggiate .row-txt {
    margin-top: 2rem; }
    section#passeggiate .row-txt .bolo {
      font-size: 2.25rem;
      font-weight: 300;
      width: 100px;
      height: 100px;
      display: flex;
      align-items: baseline;
      justify-content: center;
      background-color: #9bff5f;
      border-radius: 50%;
      padding-top: .75rem;
      filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.35));
      transform: rotate(-8deg);
      position: absolute;
      top: -30px;
      right: 0;
      z-index: 1; }
      section#passeggiate .row-txt .bolo span {
        font-size: 3rem; }
    section#passeggiate .row-txt .tit {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.2; }
    section#passeggiate .row-txt .subtit {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 1rem; }
    section#passeggiate .row-txt .txt {
      font-size: 1.125rem;
      line-height: 1.2; }
    section#passeggiate .row-txt .boton {
      margin: 2rem 0 1rem; }
      section#passeggiate .row-txt .boton span {
        display: inline-block;
        vertical-align: -10%; }
      section#passeggiate .row-txt .boton .phone {
        margin-right: 1rem;
        width: 34px; }
    section#passeggiate .row-txt .nota {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.2; }
  section#passeggiate .carousel {
    margin-bottom: 3rem; }
    section#passeggiate .carousel-indicators {
      bottom: -50px; }
      section#passeggiate .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #9bff5f; }
        section#passeggiate .carousel-indicators li.active {
          background-color: #06722e; }

@media (min-width: 768px) {
  section#passeggiate .row-tit .tit {
    font-size: 6.25rem; }
  section#passeggiate .row-tit .subtit {
    font-size: 4.375rem; }
  section#passeggiate .row-txt .bolo {
    font-size: 2.75rem;
    width: 120px;
    height: 120px;
    padding-top: 1.5rem; }
  section#passeggiate .row-txt .tit {
    font-size: 2.5rem; }
  section#passeggiate .row-txt .subtit {
    font-size: 1.875rem; }
  section#passeggiate .row-txt .txt {
    font-size: 1.5rem; } }

.boton {
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 2rem;
  text-align: center;
  color: white;
  background-color: #58AA27;
  display: inline-block;
  transition: .25s ease; }
  .boton:hover {
    color: white;
    text-decoration: none;
    background-color: #06722e; }
