body {
     font-family: 'Open Sans', sans-serif;
     color:#808080;
}

 p{
     font-size: 16px;
     line-height:1.6;
     font-weight: 400;
}
 h1{
     font-size: 3.8em;
     line-height: 1.1em;
     color:#675444;
     font-family:'Quicksand', sans-serif;
     margin-bottom: 20px;
     font-weight:700;
}
 h2{
     color:#675444;
     margin-bottom: 20px;
     font-family:'Quicksand', sans-serif;
     font-size: 3.4em;
     font-weight: bold;
     letter-spacing: -1px;
}
 h3{
     font-family:'Quicksand', sans-serif;
     font-size:2.5em;
     font-weight:700;
     margin-bottom: 20px;
     line-height: 1.2;
     letter-spacing: -1px;
}
 h4{
     font-family:'Quicksand', sans-serif;
     color:#675444;
     font-size:2.1em;
     font-weight:500;
     margin-bottom: 20px;
     letter-spacing: -0.6px;
}
 h5{
     color:#675444;
     font-family:'Quicksand', sans-serif;
     font-size:1.8em;
     font-weight: 700;
     margin-bottom: 20px;
}
 h6{
     color:#675444;
     font-family:'Quicksand', sans-serif;
     font-size:1.4em;
     font-weight: bold;
     margin-bottom: 20px;
}
 .h7{
     font-size:18px;
     line-height:28px;
     font-weight:700;
}
 .lead {
     font-family:'Quicksand', sans-serif;
     font-weight:700;
     line-height:1.4em;
}
/* Links */
 a {
	 text-decoration: none;
     transition: color .2s ease-in-out;
}
 a:hover, a:focus {
     text-decoration: none;
}
 *:focus{
     outline-style:none;
     box-shadow:none;
     border-color:transparent;
}
 .custom-link{
     font-family:'Quicksand', sans-serif;
     margin-top:20px;
     background: #f3f3f3;
     display: inline-block;
     padding: 10px;
     font-weight: 700;
     font-size: 20px;
}
/*=========================== Preloader ============================ */
 #preloader {
     position: fixed;
     top: 0;
     background:#fff;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 99999;
}
 .spinner {
     text-align: center;
     position: absolute;
     top: 50%;
     width: 10%;
     left: 43%;
     animation: rotate 2.0s infinite linear;
}
 .spinner > div {
     border-radius: 100%;
     display: inline-block;
     animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
     animation-fill-mode: both;
}
 .spinner .bounce1 {
     animation-delay: -0.32s;
}
/* Preloader icon */
 .spinner .bounce1:after {
     content: "\f112";
     position: absolute;
     font-family: "flaticon";
     font-size: 40px;
     margin-top: -40px;
     margin-left: -10px;
}
 @keyframes bouncedelay {
     0%, 80%, 100% {
         transform: scale(1.0);
    }
     40% {
         transform: scale(1.5);
    }
}
/*=========================== Navigation ============================ */
 .navbar{
     box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
}
 .navbar-nav a{
     color:#fff!important;
     font-family:'Quicksand', sans-serif;
     font-weight: 700;
     font-size: 16px;
}
 .navbar-nav .nav-link {
     padding-right: 1.2rem!important;
     padding-left: 1.2rem!important;
}
 .nav-item{
     border-radius:70px;
     transition: all .2s ease-in-out;
}
 .navbar .nav-item:focus .dropdown.show{
     background: transparent!important;
}
 .navbar .nav-item.active,.navbar .dropdown-item:hover,.navbar .dropdown-item:focus,.navbar .nav-link:focus,.navbar .nav-item:hover,.navbar .nav-item .active{
     color:#fff!important;
     border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
}

/* dropdown style */
 .nav-link.dropdown-toggle:focus{
     background:transparent!important;
}
 .dropdown-item{
     color:#fff!important;
     transition: all .2s ease-in-out;
}
 .dropdown-menu{
     border:0px;
}
 .dropdown-menu:before {
     transition: all .2s ease-in-out;
     content: "";
     display: block;
     width: 0;
     height: 0;
     border-width: 7px 8px;
     border-style: solid;
     border-color: transparent;
     z-index: 1001;
     top: -14px;
     left: 10%;
     position: absolute;
}
 .dropdown-menu:before {
     bottom: -17px;
     right: -8px;
}
/* navbar brand */
 .navbar-brand{
     line-height: 20px;
     margin-top: 0px;
}
 .navbar-brand span{
     font-family:'Quicksand', sans-serif;
     font-size:40px;
     text-transform:uppercase;
     font-weight:700;
     color:#fff!important;
}
 .navbar-brand i {
	 vertical-align: sub;
     margin-right:10px;
     font-size:45px;
}
 .navbar-toggler {
     transition: all 0.5s ease 0s;
     background: #fff;
}
/* top-bar */
 .top-bar{
     background:#f4f4f4;
     transition:all 0.8s;
     top: 0;
     width: 100%;
     position: relative;
}
 .top-bar ul,ol {
     margin-bottom: 0px;
     padding: 0px;
}
 .top-bar .contact-details li:first-child {
     margin-left: 0px;
}
 .top-bar .contact-details i {
     margin-right: 8px;
}
 .top-bar .contact-details li {
     font-size: 15px;
     display: inline-block;
     line-height: 42px;
     font-weight:700;
     margin-left: 30px;
}
/* top-bar Social icons */
 ul.social-list {
     float: right;
     list-style-type: none;
}
 ul.social-list li a {
     display: inline-block;
     transition: all 0.2s ease-in-out;
}
 ul.social-list li a:hover {
     transform: scale(1.2);
     transition: all .3s ease-in-out;
}
 ul.social-list li a i {
     display: block;
     width: 34px;
     line-height: 42px;
     text-align: center;
     font-size: 18px;
}
/* =========================== Main Slider ============================ */

 #slider{
     width:100% !important;
}
 .header-wrapper {
     width: 100%!important;
}
 .header-wrapper .header-text {
     margin-top:15%;
     white-space:normal;
}
 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
     z-index:99!important;
     margin-top:40px!important;
}
/* Slider text boxes */
 .header-text.dog-elements:before {
     content: "\f13a";
     z-index: 0;
     text-shadow: 4px 6px 10px rgba(0, 0, 0, 0.14);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     font-size: 100px;
     top:-40px;
     position: absolute;
     left:0px;
}
 .header-text.cat-elements:before {
     content: "\f104";
     z-index: 0;
     text-shadow: 4px 6px 10px rgba(0, 0, 0, 0.14);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     font-size: 100px;
     top:-40px;
     position: absolute;
     left:0px;
}
 .header-text{
     max-width: 50%!important;
     text-align:center;
     background:rgba(255, 255, 255, 0.74);
     border-radius: 155px 45px 125px 75px/15px 125px 15px 155px;
     padding: 60px!important;
}
 .header-text h1{
     margin-bottom:20px;
}
 .header-p{
     font-size:24px;
     line-height:33px;
     margin-bottom:20px;
}
/* =========================== Video Header ============================ */
 #video-header{
     background-image: url(../videos/placeholder-video.jpg);
     background-size:cover;
}
 .video-text {
     max-width:100%;
     z-index:10;
     text-align: center;
    display: block;
    top: 45%;
    height: auto;
}
 .video-text h1 {
     margin-bottom: 0px;
     color: #fff;
}
 .video-text .navbar-brand span, .video-text .navbar-brand i{
     font-size:90px;
     line-height:70px;
	 vertical-align:baseline;
}
 .video-text .navbar-brand {
     white-space: initial;
}
 #video-header .video-overlay {
     height: 100%;
     width: 100%;
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: 2;
     background: rgba(0,0,0,0.3);
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh; /* tela inteira */
  background-image: url("../img/high-angle-cute-dog-sitting-floor.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* escurece imagem */
}

.hero-content {
  position: relative;
  text-align: center;
  color: white;
  max-width: 700px;
  padding: 20px;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  opacity: 0.9;
}

.hero-btn {
  padding: 14px 32px;
  border: none;
  border-radius: 30px;
  background: #30ADE7;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.hero-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.services {
  padding: 80px 10%;
  background: #f8fafc;
  text-align: center;
}

.services h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #004165;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-body {
  padding: 20px;
  text-align: left;
}

.card-body h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #004165;
}

.card-body p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.5;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.whatsapp-btn {
    transition: background-color .2s ease-in-out;
    color: #fff!important;
    border:0px;
    font-size: 1rem;
    padding: 10px 20px;
    outline: none;
    letter-spacing: 0.2px;
    font-family: 'Quicksand', sans-serif;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    text-transform: uppercase;
    margin-top: 15px;
    white-space: normal;
    font-weight: bold;
    background-color: #da526b;
}

.whatsapp-btn:hover {
  background: #81d8dc;
  color: white;
  transform: translateY(-2px);
}

/* Go to top icon */
 .back-to-top {
     display: none;
     position: fixed;
     bottom: 40px;
     right: 42px;
     transition: all 0.2s ease-in-out;
     z-index: 119;
}
 .back-to-top i {
     display: block;
     width: 44px;
     height: 44px;
     line-height: 40px;
     font-size: 32px;
     color: #fff;
     border-radius: 50%;
     text-align: center;
}
 .back-to-top:hover{
     transform: scale(1.3);
}

footer{
     color:#fff;
     padding: 80px 0px;
     border-top: 5px double #ffffff;
}
 footer .navbar-brand span{
     color:#fff!important;
}
 .credits{
     margin-top: 50px;
}
 .credits p{
     font-weight:700;
     font-size:13px;
     margin-bottom:0px;
     text-align:center;
}

.margin-icon {
    margin-right: 10px;
}

 .text-light p, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6{
     color:#fff!important;
}

/* Extra large devices (large desktops, 1920px or more) */
 @media (min-width: 1920px) {
    /*background decorations */
     .dog-bg1:before, .dog-bg2:before, .cat-bg2:before, .cat-bg3:before, .paws-house-bg1:before {
         left:18% 
    }
     .dog-bg3:before, .cat-bg1:before{
         right:18% 
    }
}

/* Large devices (large desktops, max 1200px) */
 @media (max-width: 1200px) {
    /* navigation */
     .dropdown-menu:before{
         display:none;
    }
     .navbar .nav-item{
         margin-top: 20px;
    }
	.navbar {
           padding: 0px 10px 0px 10px;
    }
     .dropdown-item, .navbar-nav .nav-link{
         text-align:center;
    }
     .dropdown-item {
         padding: 0.8rem;
    }
     .navbar-collapse.show {
         display: block;
         padding-bottom: 40px;
    }

     .header-text {
         min-width: 70%!important;
         left:5%;
         padding:20px!important;
         position:absolute;
         right:5%;
    }
    /* blurb */
     .blurb-img {
         margin: 0 auto;
         display: -webkit-box;
         top:0;
         position: relative;
    }
   
}

/* Medium- Large devices (desktops, 992px) */
 @media (max-width: 992px) {

    .section-heading {
        margin-bottom: 200px;
        position: relative;
        bottom: -140px;
    }

    .section-heading::before {
        font-size: 50px;
        bottom: 50px;
    }
    /* slider */
     .header-text:before{
         font-size:50px!important;
         margin-top:30px;
    }
    /*top bar */
     .top-bar .contact-details li {
         font-size: 13px;
    }
     .top-bar .contact-details li {
         margin: 0px!important;
    }
     .top-bar .contact-details i {
         margin-right: 8px;
         margin-left: 8px;
    }
    /* others */
     .dog-bg1:before, .dog-bg2:before, .cat-bg2:before, .cat-bg3:before, .paws-house-bg1:before, .dog-bg3:before, .cat-bg1:before{
         display:none;
    }
     .res-margin{
         margin-top:30px;
    }
     .adopt-card:hover{
         margin-top:30px;
    }
     .navbar-collapse.show {
         max-height: 400px;
    }
     .navbar-collapse {
         max-height: 400px ;
    }
     .navbar-collapse::-webkit-scrollbar {
         width: 10px;
    }
     .navbar-collapse::-webkit-scrollbar-track {
         background-color: lightgray;
    }
     .navbar-collapse::-webkit-scrollbar-thumb {
         background-color: darkgray;
    }
     .navbar-collapse.show {
         overflow-y: scroll!important;
         overflow-x: hidden!important;
    }
	#call-to-action{
		     background-attachment:scroll!important;
	}
    
}
/* Large devices (large desktops, min 1200px ) */
 @media (min-width: 1200px) {
    /* navigation */
     .navbar-nav .nav-link {
         height: 60px;
    }
     .navbar{
         height: 106px;
         line-height: 45px;
    }
	
     .dropdown-menu{
         margin-top:30px;
    }
   
}

 @media (max-width: 768px) {
	 
	.top-bar {
         display:none!important;
    }

    .group-numero {
        font-size: 20px;
        top: -50px;
        left: 50%;
        padding: 30px;
    }
    /* section */
     section {
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .section-heading {
        margin-bottom: 220px;
        position: relative;
        bottom: -200px;
    }

    .section-heading::before {
        font-size: 40px;
        bottom: 50px;
    }

    /* owl carousel navigation on top */
     .owl-nav {
         margin: 0 auto;
         top: 0px;
         left: 50%;
         position: absolute;
    }
     .owl-prev, .owl-next {
         top: 0%;
    }
     .owl-prev {
         left: -40px;
    }
     .owl-next {
         right: -40px;
    }
     .owl-carousel .owl-stage {
         margin-top: 50px;
    }
    /* typography */
     h1{
         font-size:2.4em;
    }
     h2{
         font-size:2.0em;
    }
     h3 {
         font-size: 1.7em;
    }
     h4 {
         font-size: 1.5em;
    }
     .h7{
         font-size:16px;
         line-height:27px;
    }
     .header-p {
         font-size: 18px;
         line-height: 23px;
         margin-bottom:10px;
    }
    .header-text {
        margin-top: 0px;
    }
     .header-text h1 {
         margin-bottom: 20px;
         font-size: 5em;
         width: 100%;
    }
    /* others */
     .page {
         padding-top: 50px;
         padding-bottom: 50px;
    }
     footer{
         padding:30px;
    }
     .block-padding{
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .bottom-block-padding{
         padding-top: 40px;
         padding-bottom: 0px;
    }
     .mt-5, .my-5 {
         margin-top: 1rem!important;
    }
     .contact-icon:hover .top-icon {
         top: -20px;
    }
     .contact-icon .top-icon, .contact-icon {
         margin-top: 20px;
    }
     .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
         display:none!important;
    }
     .video-text .navbar-brand span, .video-text .navbar-brand i{
         font-size:60px;
         line-height: 60px;
    }
     .top-bar .contact-details li{
         font-size: 11px!important;
    }
     .top-bar ul.social-list li a i {
         width: 10px;
         line-height: 42px;
         font-size: 14px;
    }
     .top-bar .contact-details i {
         margin-right: 3px;
         margin-left: 3px;
    }

    .contact-message {
        display: none;
    }
    
}

/* Small devices (landscape phones, 544px) */
 @media (max-width: 544px) {
     .header-wrapper .header-text {
        margin-top: 0%;
        width: 100%;
    }
     .header-text h1 {
         margin-bottom: 0px!important;
    }
     .header-text:before{
         display:none!important;
    }
     .ls-bottom-nav-wrapper {
         bottom: -10px;
    }
    /*video header */
     .video-text h1 {
         font-size:1.4em;
         width: 100%;
    }
    /* others */
     .jumbotron h1 {
         font-size: 2.1em!important;
    }
     .navbar-brand span {
         font-size:30px;
    }
     .navbar-brand i {
         font-size:40px;
    }
     .navbar-collapse.show, .navbar-collapse {
         max-height: 300px !important;
    }
    
     .input-group .form-control, .input-group-btn {
         display: inline-table;
         width: 100%;
         margin-top: 10px;
    }
     .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child), .input-group-btn .btn{
         border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    }
     .card {
         padding: 20px;
    }
     .testimonial-pic , .testimonial .testimonial-review {
         float: none;
         text-align:center;
    }
     .testimonial-pic > img, .testimonial .testimonial-review {
         margin: 0 auto;
    }
     .btn-lg {
         padding: 20px!important;
    }
     .video-text .navbar-brand span, .video-text .navbar-brand i{
         font-size:40px!important;
         line-height: 30px!important;
    }
     .back-to-top {
         right: 12px;
    }
     .card.blog-card {
         padding: 30px 0px;
    }
     .card-header {
         padding: .75rem 0rem;
    }
     .blog-sidebar .card {
         padding: 0px;
    }
     .text-xs-center {
         text-align: center;
    }
}

[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos].aos-animate {
  opacity: 1;
}
