body{
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    
}

h1{
    color: #27A1AC;
    font-weight: 600;
    
}

.card-body{
    min-height: 200px !important;
}

.anchor{
    padding-top: 100px;
}

.anchore{
    padding-top: 200px;
}


#contato h2{
    padding-top: 8rem;
    text-align: left;
    color: #052453;
    font-size: 5rem;
    font-weight: 900;
    line-height: 70px;
}

.hero{
    padding: 10rem 0 10rem 0  !important;
}

#clinica{
    background: #E6E6E6;
}

#clinica,p{
    color: #0C2147 !important;
    line-height: 2rem;
}

.hero, h1{
    font-size: 6rem;
    color: #16611A !important;
    font-weight: 900;
    margin-top: 2rem;
    line-height: 75px;
}

.hero button{
    width: 300px;
    font-size: 2rem;
    padding: 0px !important;
    background-color: #fff;
    color: #16611A;
}

.album{
    background: #E6E6E6 !important;
}



 

h2, h5, h3{
    font-weight: 600;
    color: #0C2147;
}

p{
    color: darkgrey;
}

.album h2{
    text-align: center;
}

.col-sm-12{
    margin: 1rem;
}

.navbar{
    background: #0C2147 !important;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    
}
.agendamento #agendamento{
    width: 20rem;
    text-align: center;
}

.agendamento{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
    background-color: #e9e8e8;
}

.itens{
    margin-top: 1.6rem;

}

.blog{

    margin-top: 10rem;
    margin-bottom: 10rem;
}

a{
    color: #0C2147;
}

#enviar{
    background-color: #01BECC;
    border: none;
    border-radius: 100px;
    padding: 0.8rem 2.5rem;
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    margin-right: 45px;
    

}

button{
    background-color:#175F66;
    border: none;
    border-radius: 100px;
    padding: 1.0rem 1.5rem;
    transition: 0.2s;
    cursor: pointer;
    color: #20B3BC;
    font-weight: bold;
}

button:hover{
    background-color:#16611A;
    color: #fff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sobre{

    margin-top: 5rem;
}

.sobre img{
    width: 30rem;
}


label{
    display: block;
    text-align: left;
    margin-left: 1.4rem;

}

input{
    border: none;
    background-color:#f8f9fa;
    margin-top: 1rem;
    width: 350px;
    padding: 0.5rem;
    border-radius: 10rem;
   
}


textarea{
    width: 350px !important;
    border-radius: 1rem !important;
}
.banner{
    background-image: url('img/hero-bg.webp');
    height: 100vh;
  
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-secundary{
    background-image: url('img/secundary-bg.webp');
    height: 80vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-tres{
    background-image: url('img/bg-location.webp');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.banner-quatro{
    background-image: url('img/empresas.webp');
    height: 100vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

}

.banner-cinco{
    background-image: url('img/bg-asa-service.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;

}


.img-01:hover{
    transition: 30s;
    width: 90%;
}

.img-02:hover{
    transition: 30s;
    width: 90%;
}

.img-03:hover{
    transition: 30s;
    width: 90%;
}

.location{
    padding-top: 6rem;
}

.location h2{
    font-weight: 900;
    color: #2E5B71;
    font-size: 3rem;
}

.location p{
    color: #fff !important;
}

.form-contato{
    background-image: url('img/01.webp'); 
   
    margin-top: -50px !important;
}


textarea{
    border: none;
    background-color:#f8f9fa;
    margin-top: 1rem;
    width: 100%;
    padding: 2rem;
    
}

.enviar button{
    padding: 0.8rem 4rem;
    margin: 1.6rem;
    
}

.map{
    width: 35rem;
    margin-top: 1.6rem;
}

.footer{
    background-color: #0C2147;
    padding: 2rem;
}

.footer span{
    color: #e9e8e8;
}

.img-home{

    width: 102%;
    height: 100%;
    padding: 0;
    margin: 0;
}



.hero p{
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.hero #hero{

    background-color: #fff;
    border: 2px solid #019cde;
    color: #019cde;
    transition: 0.2s;
    padding-left: 3rem;
    padding-right: 3rem;
}

.hero #hero:hover{

    background-color:#019cde;
    border: 2px solid #fff ;
    color: #fff;
}

.our{
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(224,245,246,1) 100%);
}


.our h2, p, li{
   
    color: #29838A;
}

.texto{
    padding-top: 3rem;
}
.texto h2{
    font-size: 4rem !important;
    font-weight: 900;
    line-height: 55px;
    color: #99FF00;
}

.texto p{
    color:#01BECC !important;
    font-size: 1.3rem;
    line-height: 25px;
}



.icon{

    text-align: center;
}

.icon button{
    background-color: #99FF00;
    color: #052453;
    font-weight: 900;
    padding: 5px 45px !important;
    margin-top: 0.6rem;
}

.btn-primary {
    color: #052453;
    background-color: #99FF00;
    border-color: #99FF00;
    border-radius: 20px;
    margin-top: 10px;
   
    margin-bottom: 10px;
}

.icon img{
    margin-left: .6rem;
    width: auto;
    height: 40px;
}

.text{
    font-size: .6rem;
    margin-bottom: .6rem;
    text-align: center;
}

.l{
    padding: 1rem;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #99FF00;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.7rem !important;
}

.cc-link{
    display: none !important;
}

@media (max-width: 768px) {
    .texto{
        padding: 1rem;
    }
    .desktop{
        display: none;
    }

    .frame{
        height: 200px !important;
    }

    .texto h2 {
        font-size: 3rem !important;
        font-weight: 900;
        line-height: 55px;
        color: #99FF00;
    }

    .banner-quatro{
        width: 100%;
    }

    .icon-location{
        height: 150px;
    }

    .img-01{
        width: 70%;
        margin: 10px;
    }

    .img-02{
        width: 70%;
        margin: 10px;
    }

    .img-03{
        width: 70%;
        margin: 10px;
    }

    
    .location h2{
        font-weight: 900;
        color: #2E5B71;
        font-size: 2rem;
    }

    .container .location {
        padding: 0px !important ;
       margin: 0px !important ;
    }
    

    input, textarea{
        border: none;
        background-color:#f8f9fa;
        margin-top: 1rem;
        padding: 10px !important;
    
    }

    .form-contato{
        padding: 0px !important;
        margin: 0px !important;
    }

    .hero button{
        width: 150px;
        height: 70px;
        font-size: 1rem;
      
        
    }

    #contato h2 {
        padding-top: 0px;
        text-align: left;
        color: #052453;
        font-size: 3rem;
        font-weight: 900;
        line-height: 40px;
    }

    .hero h1{ 
        font-size: 3rem;
        line-height: 40px;
        font-weight: 900;
        margin-top: 3rem;
    }

    .hero p{ 
        font-size: 1rem;
        color: #27A1AC;
    }
    
    
    }



   

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

    


    .mobile{
        display: none;
    }

    .agendamento #agendamento{
        width: 35rem;
      
    }

    .sobre{
        display: flex;
        justify-items: center;
        justify-content: center;
        
    }

    .sobre .col-md-5{
        text-align: center;
    }

    .sobre img{
        width: 20rem;
    }

    

    .hero{
        
    }
    

    h1{
        color: #fff;
    }

    .icon{

    text-align: right;
    }
    
    .text{
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
    }
    
  }

.contato{
    margin-top: -50px !important;
    margin-bottom: 0px;
    background-image: url('img/bg-contact.webp');
    height: 50% !important;



}

.carousel-inner{
    background-image: url('https://www.neumoc.com.br/img/convenios.webp');
    
}

.carousel-item{
    margin-top: 8rem;
    margin-bottom: 8rem;
    text-align: center;

}

.contato{
    
    text-align: center;
}

.contato h2{

    color: #fff;
}

.contato p{
    color: #fff;
    text-align: left;
}



.contato{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contato p{
    padding-bottom: 1rem;
}

footer p{
    color: #fff;
    font-size: 15px;
}

.sub-footer{
    background-color: #20B3BC;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; text-align: center; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }




