/* div, ul, li{
    border: 1px solid #f00; 
  } */
  @import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

  *{font-family: 'PT Sans', sans-serif;}

/* div, img {
    border: 1px solid #f00;
} */

section{
    overflow: hidden;
}

  .align-items-center {
    align-items: center!important;
  }

  .cabecalho{
      background-color: #000;
      padding: 10px 0px;
  }

  .cabecalho img{
      margin-top: 25px;
      margin-bottom: 45px;
  }

  .menu{
      background-color: #000;
      color: #fff;
    }
    
    .menu h3{
        font-size: 1.7em;
        padding: 0px 40px;
    }
    .menu h2{
        padding: 0px;
    }
        
    .menu .principal{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .menu .principal li{
        display: inline-block;
    }

    .menu .principal li a{
        text-decoration: none;
        color: inherit;
    }
    .menu .principal .active:after{
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ccc;
        position: relative;
        left: 43%;
        bottom: 0px;
        float: left;
        transition: all 0.3s;
    }
    .menu .principal .schooldog.active:after{
        border-bottom-color: #9c6834;
    }
    .menu .principal .petcare.active:after{
        border-bottom-color: #F0C769;
    }
    
    .menu.float{
        position: fixed;
        top: 0px;
        width: 100vw;
        z-index: 9999;
        box-shadow: 0px 10px 10px rgba(0,0,0,.4);
        padding: 10px 0 0 0;
    }
    .menu.float h4{
        padding: 0 10px;
    }
    .menu.float img {
        width: 40%;
        height: fit-content;
        padding: 10px;
    }    
    .menu.float .principal .active:after{
        bottom: -4px;
    }


        
.submenu{
    font-weight: bold;
    box-shadow: 10px 0px 12px rgba(0 0 0 / 40%);
}

.submenu.schooldog{
    background-color: #9C6834;
    border-bottom: 2px solid #F0C769;
}
.submenu.petcare{
    background-color: #F0C769;
    border-bottom: 2px solid #9C6834;
}

.submenu .submenu-itens{
    list-style-type: none;
    padding: 0;
    margin: 10px;
    width: 100%;
}
.submenu .submenu-itens li{
    display: inline-block;
    padding: 0px 7px;
}

.submenu .submenu-itens li a {
    text-decoration: none;
    color: inherit;
}

.banner{

    width: 100%;
    height: 75.5vh;
    background: url("../imgs/banner-1.jpg") center center;
    background-size: cover;
    position: relative;
}
.banner.schooldog{

    background: url("../imgs/banner-1.jpg") center center;
}
.banner.petcare{

    background: url("../imgs/banner-2.jpg") center center;
}
.banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  .banner .banner-content{
    width: 100%;
    height: 75.5vh;
  }
.banner .banner-content .texto {
    position: relative;
    margin: 0;
    line-height: 56px;
    font-size: 4em;
    color: #fff;
    text-shadow: 3px 3px 12px rgb(0 0 0 / 40%);
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}
.banner .banner-content .texto.sm {
    font-size: 2em;
    line-height: 36px;
}

h2.linha{
    border-bottom: 1px dotted #B3B3B3;
    padding-bottom: 30px;
    margin-bottom: 70px;
    font-size: 34pt;
    font-weight: 600;
    line-height: 47px;
}

.quem-somos{
    height: 100vh;
    display: inline-table;
}

.quem-somos .content{
    position: relative;
    margin-top:20%;
    margin-bottom: 20%;
}

.quem-somos img{
    padding: 100px 0px;
}

.servicos{

    width: 100%;
    height: 100vh;
    background: url("../imgs/fundo-servicos.jpg") top left;
    background-size: cover;
    display: inline-table;
}

.servicos .content{
    color: #fff;
    position: relative;
    padding: 15% 0;
}

.servicos h2.linha{
    border-color: #fff;
}

.servicos .servico{
    background: rgb(239,239,239);
    background: -moz-linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);

    border-radius: 20px;
    color: #000;
    padding: 10px 0 10px 0;
    margin:10px;
}
.servicos .servico .nome{
    font-weight: bold;
}

.servicos .servico .texto{
    font-size: 12pt;
}

.instagram{
    position: relative;
    margin:5% 0;
}

.instagram .content{
  position: relative;
}

.instagram h2{
  color: #B27120;
  margin-bottom: 40px;
}

.lSSlideOuter .lSPager.lSpg > li {
    margin-top: -30px;
}

    .lSSlideOuter .lSPager.lSpg > li a {
        background-color: rgba(0,0,0,0.4);
    }

.lightSlider.lSSlide {
    height: 100% !important;
}
.lSSlideOuter .lSPager.lSpg {
    margin-top: -50px !important;
    margin-bottom: 70px;
}
.mask-album {
    position: absolute;
    width: inherit;
    height: 100%;
    opacity: 0;
}

.mask {
    position: absolute;
    width: 100%;
    height: 101%;
    opacity: 0;
}

    .mask-album:hover, .mask:hover {
        opacity: 1;
    }

    .mask-album .texto,
    .mask .texto {
        opacity: 0;
        background-color: rgba(0,0,0,0.7);
        display: inline-block;
        color: #fff;
        padding: 20px;
        width: inherit;
        height: 100%;
        top: 10px;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in 0.2s;
        -moz-transition: all 0.3s ease-in 0.2s;
        -o-transition: all 0.3s ease-in 0.1s;
        -ms-transition: all 0.3s ease-in 0.1s;
        transition: all 0.3s ease-in 0.1s;
        border: 30px solid rgba(0,0,0,0.7) !important;
    }

        .mask-album .texto:hover,
        .mask .texto:hover {
            top: 0px;
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=1);
            opacity: 1;
            -webkit-transition: all 0.3s ease-out 0.1s;
            -moz-transition: all 0.3s ease-out 0.1s;
            -o-transition: all 0.3s ease-out 0.1s;
            -ms-transition: all 0.3s ease-out 0.1s;
            transition: all 0.3s ease-out 0.1s;
            overflow-y: auto;
        }

        .mask-album .texto a,
        .mask .texto a {
            text-decoration: none;
            color: #fff;
        }

.contato {
    width: 100%;
    background: url("../imgs/fundo-contato.jpg") top center;
    background-size: cover;
    color: #fff;
}

.contato h2.linha{
    border-color: #fff;
}

.contato .content{
    margin-top: 10%;
    margin-bottom: 10%;
}

.contato .content .texto{
    text-shadow: 5px 0 10px rgba(0 0 0 / 40%);
}

.contato .formulario input, .contato .formulario textarea{
    margin-bottom: 5px;
}

.rodape {
    background-color: #000;
    color: #fff;
    padding: 5px 0;
}

.whatsapp-float{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 68px;
    height: 68px;
    z-index: 9999;
    overflow: none;
    cursor: pointer;
}
.whatsapp-float a{
    width: inherit;
    height: inherit;
}
.whatsapp-float img{
    border-radius: 100%;
    border: 3px solid rgba(255,255,255,.5);
    box-shadow: 0px 7px 7px rgb(0 0 0 / 50%);
    transition: all 0.2s;
}
.whatsapp-float img:hover{
    box-shadow: 0px 12px 9px rgb(0 0 0 / 30%);
    margin-top: -7px;
    border: 3px solid #fff;

}
