/*
  Theme Name: Canal QTV
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;

}

a {
    color: #00a14b;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #00a14b;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: linear-gradient(45deg, #00a14b, #00a14b);
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
}

    .back-to-top:focus {
        background: linear-gradient(45deg, #00a14b, #00a14b);
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #00a14b;
        color: #fff;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background-color: white;
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    
}

    #header #logo {
        float: left;
    }

        #header #logo h1 {
            font-size: 36px;
            margin: -4px 0 0 0;
            padding: 0;
            line-height: 1;
            display: inline-block;
            font-family: "Montserrat", sans-serif;
            font-weight: 300;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

            #header #logo h1 a, #header #logo h1 a:hover {
                color: #fff;
            }

        #header #logo img {
            padding: 0;
            margin: 0;
        }

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px;
        margin-top: 0;
    }

    #header #logo img {
        max-height: 25px;
    }
}

#header.header-fixed {
    background-color: white;
    padding: 15px 0;
    height: 72px;
    transition: all 0.5s;

}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(29, 224, 153, 0.8), rgba(29, 200, 205, 0.8)), url("../img/intro-bg.jpg") center top no-repeat;

    background-size: cover;
    position: relative;
}

@media (min-width: 768px) {
    #intro {
        background-attachment: fixed;
        
    }
}

#intro .intro-text {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    height: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#intro h2 {
    margin: 30px 0 10px 0;
    padding: 0 15px;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

#intro p {
    color: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 24px;
}

@media (max-width: 768px) {
    #intro p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

#intro .btn-get-started { 
    font-family: "Montserrat", sans-serif;   
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px 20px;    
    transition: 0.5s; 
    color: #00a14b;
    margin-top: 5px;
    
}
    #intro .btn-get-started:hover {
        color: #808080;
        
    }

#intro .product-screens {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50%;
    margin-top: 0;
    background: url("../img/botao.png") no-repeat;
    background-size: 350px 80px;
    background-position: center top;


}

    #intro .product-screens .product-screen-1 {
        position: absolute;
        z-index: 10;
        left: calc(50% + 54px);
        bottom: 0;
        top: 70px;
    }

    #intro .product-screens .product-screen-2 {
        position: absolute;
        z-index: 10;
        left: calc(50% - 250px);
        bottom: 0;
        top: 70px;
    }



@media (max-width: 767px) {
    #intro .product-screens .product-screen-1 {
        position: static;
        padding-top: 30px;
    }

    #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    list-style: none;    
    display: inline;
} 

  
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;        
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    text-align: center;
    margin: 0;
}
.social {
    float: right;   
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: flex;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    outline: none;
}
/* Estilo para o item de lista ativo */
.nav-menu li a {
    color: #00a14b; /* Cor verde escuro ou qualquer cor desejada */
}
.nav-menu li.menu-active a {
    color: #364736; /* Cor do texto para o item ativo */
}
.nav-menu li:hover > a {
    color: #3c5a4a; /* Cor do texto ao passar o mouse */
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #00a14b;
        }

    .nav-menu ul ul {
        margin: 0;
    }




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 400;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #00a14b;
    background: linear-gradient(0deg, #00a14b 0%, #55fabe 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #eff5f5;
}

/* Sobre nos
--------------------------------*/
#about {
    padding: 60px 0;
    overflow: hidden;
}

    #about .about-img {
        height: 510px;
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

#about .content .h2 {
    color: #333;
    font-weight: 300;
    font-size: 24px;
}

#about .content h3 {
    color: #777;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;    
}

#about .content p {
    line-height: 26px;
}

    #about .content p:last-child {
        margin-bottom: 0;
    }

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #00a14b;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

    #about .content ul li {
        padding-bottom: 10px;
    }
/*  Playlist - Vídeos
--------------------------------*/
#more-features {    
    padding: 60px 0 60px 0;
    overflow: hidden;
}

    #more-features h4 {        
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        #more-features h4 a {
            color: #111;
        }

    #more-features p {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 24px;
    }

@media (max-width: 767px) {
    #more-features .box {
        margin-bottom: 20px;
    } 

    #more-features h4, #more-features p {
        margin-left: 0;
        text-align: center;
    }

    #more-features .box iframe {
        width: 100%; /* Faz com que o iframe ocupe toda a largura disponível do contêiner pai */
        height: auto; /* Ajusta a altura automaticamente para manter a proporção do vídeo */
        max-width: 480px; /* Define uma largura máxima para o iframe */
        border: none; /* Remove a borda se necessário */
    }
}

/* Qualittas
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 15px;
  margin-top: 25px;
}
#advanced-features h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #666666;
}


#advanced-features p {
  font-size: 18px;
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
    #more-features .box {
        margin-bottom: 20px;
        /* Ajustar o padding se necessário */
    } 

    #more-features h4, #more-features p {
        margin-left: 0;
        text-align: center;
    }

    /* Ajustar o tamanho do iframe */
    #more-features .box iframe {
        width: 100%; /* Faz com que o iframe ocupe toda a largura disponível do contêiner pai */
        height: auto; /* Ajusta a altura automaticamente para manter a proporção do vídeo */
        max-width: 480px; /* Define uma largura máxima para o iframe */
        border: none; /* Remove a borda se necessário */
    }
}

/* INFOGRÁFICOS
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
  
}
#faq .btn-info{
  
  position: absolute;
  right: 30px;
  top: 10px;
}
#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
    #faq #faq-list a {
      font-size: 13px;
    }
    #faq #faq-list button {
      font-size: 13px; /* Ajuste o tamanho da fonte do botão */
      padding: 4px 8px; /* Ajuste o padding para reduzir o tamanho geral do botão */
    }
    #faq #faq-list button i {
      top: 13px; /* Ajuste a posição do ícone se necessário */
    }
  }
  

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}
/* ==========================================================================
  13. Blog 
   ========================================================================== */
#blog {

}
#blog .blog-item-wrapper {
  padding: 15px;
  background: #fff;
  border-radius: 0px;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

#blog .blog-item-img {
  position: relative;
}

#blog .blog-item-img img {
  width: 100%;
}

#blog .blog-item-text {
  padding: 20px 0;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
  color: #333;
}

#blog .blog-item-text h3 a:hover {
  color: #61D2B4;
}

#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

#blog .blog-item-wrapper{
	padding-bottom: 35px;
}
.meta-tags {
  margin-bottom: 20px;
}

.meta-tags span {
  color: #999;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #61D2B4;
}

/* Gallery Section
--------------------------------*/
#gallery .section-header {
  padding-top: 60px;
}

#gallery .container-fluid {
  padding: 0px;

}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;

}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Patrocínios
--------------------------------*/
#clients {
    box-shadow: 25px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
}

    #clients img {
        max-width: 60%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 25px 0;
    }

        #clients img:hover {
            opacity: 1;
        }
#clients .row {
    
    margin-left: 20%;
}

/* Contato
--------------------------------*/
#contact {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    overflow: hidden;
}

    #contact .contact-about h3 {
        font-size: 36px;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #00a14b;
    }

    #contact .contact-about p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        color: #888;
    }

    #contact .social-links {
        padding-bottom: 20px;
    }

        #contact .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #fff;
            color: #00a14b;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            border: 1px solid #00a14b;
        }

            #contact .social-links a:hover {
                background: #00a14b;
                color: #fff;
            }

#contact .info {
    color: #333333;
}

        #contact .info i {
            font-size: 32px;
            color: #00a14b;
            float: left;
            line-height: 1;
        }

        #contact .info p {
            padding: 0 0 10px 42px;
            line-height: 28px;
            font-size: 14px;
        }

    #contact .form #sendmessage {
        color: #00a14b;
        border: 1px solid #00a14b;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input, #contact .form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    #contact .form button[type="submit"] {
        background: linear-gradient(45deg, #00a14b, #00a14b);
        border: 0;
        border-radius: 20px;
        padding: 8px 30px;
        color: #fff;
    }

        #contact .form button[type="submit"]:hover {
            cursor: pointer;
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: #333;
    font-size: 14px;
}

    #footer .credits {
        font-size: 13px;
        color: #888;
    }

   
/*--------------------------------------------------------------
# BLOG
--------------------------------------------------------------*/

   /* Call To Action Section
--------------------------------*/
#call-to-action {
  
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/* Matéria - Blog
--------------------------------*/
#blog {    
    padding: 110px 0;
    overflow: hidden;
}

    #blog .blog-img {
        height: 510px;
        overflow: hidden;
    }

        #blog .blog-img img {
            margin-left: 15px;
            max-width: 100%;
        }

@media (max-width: 768px) {
    #blog .blog-img {
        height: auto;
    }

        #blog .blog-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}
#blog .title{    
    margin-top: 50px;
}
#blog .sidebar{
    border-left: double;
    border-left-color: #dddddd;
}

#blog .content .h2 {
    color: #333;
    font-weight: 300;
    font-size: 24px;
}

#blog .content h3 {
    color: #777;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;    
}

#blog .sidebar i {
    font-size: 20px;
    padding-right: 4px;
    color: #00a14b;
}

#blog .sidebar ul {
    list-style: none;
    padding: 10px;

}

    #blog .sidebar ul li {        
        padding: 6px;
    }
#blog .btn-success{
    float: right;
}

/* Nomes
--------------------------------*/
#pricing {
  padding: 110px 0 110px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}
/* Animal
--------------------------------*/
#animais{    
    margin-left: 50px;
}

.sloder-img {
  background: #edeeef;
}
.sloder-img .section-title{
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 400;
    padding-top: 25px;
}
.sloder-img .section-divider{
    display: block;
    width: 60px;
    height: 3px;
    background: #00a14b;
    background: linear-gradient(0deg, #00a14b 0%, #55fabe 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}
.sloder-img .section-description{
    text-align: center;
    padding-bottom: 40px;
    color: #777;
}
.slider-center img {
  padding: 15px 15px;
  text-align: center;
}

.btn-success{
    color: #fff;
}


.testemonial{
    position:relative;
    background: #f9f9f9;
    padding:120px 0;
}
/* Raças
--------------------------------*/
#raca {
  padding: 60px 0;
  overflow: hidden;
  margin-top: 50px;
}

#raca .member {
  text-align: center;
  margin-bottom: 20px;
}

#raca .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#raca .member .pic img {
  max-width: 100%;
}

#raca .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#raca .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#nomes{
    margin-top: 25px;
}
