/*############  MEDIA ####################*/
/* Celular */

@media (max-width: 500px) {
    .owl-buttons .owl-next {
        background-size: 30px ;
    }
    .owl-buttons .owl-prev {
        background-size: 30px ;
    }
    .owl-buttons div {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 0px) {
    /*Modal de Video*/
    .modalvideo .modal-dialog{
        width: 300px;
    }

    .modalvideo .modal-title{
        font-family: 'ralewaybold'; 
        font-size: 25px; text-align: center;
    }

    .modalvideo .modal-header{
        padding-bottom: 0px;
    }

    .modalvideo p{
        font-family: 'ralewayregular'; 
        font-size:15px; text-align: center;
    }

    /*Carrossel Banner Homne*/
    #owl-demo .owl-img{
        height: 210px;
        background-size: cover !important;
    }

    #owl-demo .container{
        margin: 0;
        padding: 0;
        width: 100% !important;
    }

    #owl-demo .item{
        height: 320px;
    }

    #owl-demo .caption{
        padding: 10px;
        position: relative;
        width: 100%;
        bottom: 0;
 
    }

    #owl-demo .caption h1{
        font-size: 20px;
    }
    /**************************************************************************/      
    .nav-tabs.nav-justified>li{
        float: left;
    }
    /*Icones do Menu de Servicos*/
    .menuServicos a{
        width: 95px;
    }
    
    .page-title h2:before, .page-title h2:after{
        width: 15%;
    }
    /* RODAPE *****************************************/
    #rodape .menu .col-md-3{
        min-height: 50px;
        padding-bottom:0;
        padding: 10px 40px;
    }
    
    #rodape h4{
        margin: 0 0 10px;
    }
       
    
    #rodape .copyright-empresa{
        margin: 20px;
        text-align: center;
    }
    #rodape .copyright-logo{
        margin: 20px;
        text-align: center;
    }
    /*************************************************/
    /*MENU SUP */
    .dropdown-menu{
        margin-left: 0;
    }
    /***************/
    #mapsHome .img-unidade .caption-unidade{
        width: 91%;
    }


}

@media (min-width: 568px) {

    /*Modal de Video*/
    .modalvideo .modal-dialog{
        width: 380px;
    }

    .modalvideo .modal-title{
        font-family: 'ralewaybold'; 
        font-size: 20px; text-align: center;
    }

    .modalvideo p{
        font-family: 'ralewayregular'; 
        font-size:14px; text-align: center;

    }
    /**************************************************************************/      
    .nav-tabs.nav-justified>li{
        float: none;
    }
    /*Icones do Menu de Servicos*/
    .menuServicos a{
        width: 96px;
    }
    
    .page-title h2:before, .page-title h2:after{
        width: 20%;
    }
    
    /* RODAPE *****************************************/
    #rodape .menu .col-md-3{
        min-height: 250px;
        padding-bottom:0;
        padding: 40px 20px;
    }
    
    #rodape h4{
        margin: 0 0 10px;
    }
       
    
    #rodape .copyright-empresa{
        margin: 0px;
        text-align: left;
    }
    #rodape .copyright-logo{
        margin: 0px;
        text-align: right;
    }
    /*************************************************/
    /*MENU SUP */
    /* .dropdown-menu{
        margin-left: -250px;
    } */
    
    /***************/
    #mapsHome .img-unidade .caption-unidade{
        width: 94.5%;
    }


}

@media (min-width: 768px) {
    .logo {
        background: url('../img/logo_210.png') no-repeat;
        width: 215px;
        height: 70px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'ralewaysemibold';
        padding: 25px 4px;
    }

    .col-sm-15 {
        width: 20%;
        float: left;
    }

    /*Modal de Video*/
    .modalvideo .modal-dialog{
        width: 500px;
    }

    .modalvideo .modal-title{
        font-family: 'ralewaybold'; 
        font-size: 30px; text-align: center;
    }

    .modalvideo p{
        font-family: 'ralewayregular'; 
        font-size:20px; text-align: center;        
    }

    /*Carrossel Banner Homne*/
    #owl-demo .owl-img{
        height: 320px;
        background-size: cover !important;
    }

    #owl-demo .container{
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    #owl-demo .item{
        height: 430px;
    }

    #owl-demo .caption{
        padding: 10px;
        position: relative;
        width: 100%;
        bottom: 0;    
    }

    #owl-demo .caption h1{
        font-size: 26px;
    }


    /**************************************************************************/
    /**************************************************************************/      
    .nav-tabs.nav-justified>li{
        float: none;
    }
    /*Icones do Menu de Servicos*/
    .menuServicos a{
        width: 100px;
    }
    
    .page-title h2:before, .page-title h2:after{
        width: 35%;
    }
    
    /* RODAPE *****************************************/
    #rodape .menu .col-md-3{
        min-height: 360px;
        padding-bottom:0;
        padding: 40px 20px;
    }
    
    #rodape h4{
        margin: 0 0 20px;
    }
       
    
    #rodape .copyright-empresa{
        margin: 0px;
        text-align: left;
    }
    #rodape .copyright-logo{
        margin: 0px;
        text-align: right;
    }
    /*************************************************/
    /***************/
    #mapsHome .img-unidade .caption-unidade{
        width: 92%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .logo {
        background: url('../img/logo_210.png') no-repeat;
        width: 215px;
        height: 70px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'ralewaysemibold';
        padding: 25px 4px;
    }

    #navPesquisa{
        width: 200px;
    }

    .menuServicos a{
        height: 98px;
        width: 98px;
    }

    #mapsHome{
        height: 490px;
    }


    /*Modal de Video*/
    .modalvideo .modal-dialog{
        width: 600px;
    }

    .modalvideo .modal-title{
        font-family: 'ralewaybold'; 
        font-size: 40px; text-align: center;
    }

    .modalvideo p{
        font-family: 'ralewayregular'; 
        font-size:20px; text-align: center;

    }

    /*Carrossel Banner Homne*/
    #owl-demo .owl-img{
        height: 400px;
        background-size: cover !important;
    }

    #owl-demo .container{
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    #owl-demo .item{
        height: 500px;
    }

    #owl-demo .caption{
        padding: 15px;
        position: relative;
        width: 100%;
        bottom: 0;
   
    }

    #owl-demo .caption h1{
        font-size: 28px;
    }
    /**************************************************************************/
    /**************************************************************************/      
    .nav-tabs.nav-justified>li{
        float: none;
    }
    /*Icones do Menu de Servicos*/
    .menuServicos a{
        width: 100px;
    }
    
    .page-title h2:before, .page-title h2:after{
        width: 38%;
    }
    
    /* RODAPE *****************************************/
    #rodape .menu .col-md-3{
        min-height: 360px;
        padding-bottom:0;
        padding: 40px 20px;
    }
    
    #rodape h4{
        margin: 0 0 20px;
    }
       
    
    #rodape .copyright-empresa{
        margin: 0px;
        text-align: left;
    }
    #rodape .copyright-logo{
        margin: 0px;
        text-align: right;
    }
    /*************************************************/
    /*MENU SUP */
    /* .dropdown-menu{
        margin-left: -200px;
    } */
    /***************/
    #mapsHome .img-unidade .caption-unidade{
        width: 94%;
    }
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .logo {
        background: url('../img/logo.png') no-repeat;
        width: 290px;
        height: 70px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'ralewaysemibold';
        padding: 25px 8px;
    }

    #navPesquisa{
        width: 200px;
    }

    .menuServicos a{
        height: 102px;
        width: 102px;
    }

    #mapsHome{
        height: 400px;
    }

    /*Modal de Video*/
    .modalvideo .modal-dialog{
        width: 630px;
    }

    .modalvideo .modal-title{
        font-family: 'ralewaybold'; 
        font-size: 40px; text-align: center;
    }

    .modalvideo p{
        font-family: 'ralewayregular'; 
        font-size:20px; text-align: center;

    }

    /*Carrossel Banner Homne*/
    #owl-demo .owl-img{
        height: 400px !important;;
        background-size: cover !important;
        margin-top: -2px;
    }

    #owl-demo .container{
        width: 1170px !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    #owl-demo .item{
        height: 400px;
    }

    #owl-demo .caption{
        width: 725px !important;
        padding: 15px;
        position: absolute;
        width: 100%;
        bottom: 40px;   
        margin-left: 30px;     
    }

    #owl-demo .caption h1{
        font-size: 30px;
    }
    /**************************************************************************/
    /**************************************************************************/      
    .nav-tabs.nav-justified>li{
        float: none;
    }
    /*Icones do Menu de Servicos*/
    .menuServicos a{
        width: 98px;
    }
    
    .page-title h2:before, .page-title h2:after{
        width: 41%;
    }
    
    /* RODAPE *****************************************/
    #rodape .menu .col-md-3{
        min-height: 360px;
        padding-bottom:0;
        padding: 40px 20px;
    }
    
    #rodape h4{
        margin: 0 0 20px;
    }
       
    
    #rodape .copyright-empresa{
        margin: 0px;
        text-align: left;
    }
    #rodape .copyright-logo{
        margin: 0px;
        text-align: right;
    }
    /*************************************************/
    /*MENU SUP */
    .dropdown-menu{
        margin-left: 0;
    }
    /*MENU SUP */
    /* .dropdown-menu{
        margin-left: -200px;
    } */
    /***************/
    #mapsHome .img-unidade .caption-unidade{
        width: 95%;
    }
}

@media (min-width: 1400px) {
    #owl-demo .item{
        height: 500px;
    }
    /*Carrossel Banner Homne*/
    #owl-demo .owl-img{
        height: 500px !important;
        background-size: cover !important;
        margin-top: -2px;
    }
    /**************************************************************************/
    
    
}