/*
 * Author: João Paulo de Castro
 * URL: http://grupodifference.com
 *
 * Project Name: UNIBAN
 * Version: 1.0
 * URL: http://unibancontemplatos.com.br
 */

body {
    /* background-color: #f6f5f3; */
    font-family: 'Arial', sans-serif;
    /*font-weight: 300;*/
    /* font-size: 16px; */
    /* color: #555; */
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    margin:inherit;
    margin-bottom:10px;
}

h1 {
	font-weight: 700;
}
h2{
    font-weight: 900;
    font-size:30px
}
h3 {
    font-weight: 900;
    font-size:26px;
}

 h4 {
	font-weight: 900;
	font-size: 16px;
}  


/* Paragraph & Typographic */
p {
    line-height: 23px;
    margin-bottom: 25px;
    margin-left:inherit;
    font-size: 17px;
}

.page ul{
    margin-bottom:20px;
    margin-left:15px;
    list-style: square !important;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #ccc !important;
}
/* Links */
a {
  color:inherit 
}
a:hover,
a:focus {
    /* color: #ca576a; */
    text-decoration: none;
    outline: 0;
}
  
hr {
    height:0.1px;
    background-color: #fff;
    margin:20px 0;
    width: 100%;
}

/* Helpers */
.seo{
    position:absolute;
    left:-9999999999999px;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

 
.relative{
    position:relative;
}
.dataTables_scrollHeadInner{
    width:100%!important;
}
table{
    font-size:13px;
    width: 100% !important;
}
table td a{
    padding:5px 10px;
    background:green;
    color:#fff;
    text-decoration: none;
    border-radius:3px;
    display: inline-block;
    font-size:11px !important;

}
.form-control{
    padding:6px 10px;
    border-color:#c0c0c0
}
/* 
.form-control, .form-group {
    margin-bottom:0;
    border-radius:0;
} */

.modal-content{
    border:none;
    background:none;
}
.modal-body{
    background:#fff;
}
.modal-header{
    position:relative;
}
.modal-header .close{
    float:right;
    position:absolute;
    right:0;
    text-align: right;
}
.bg-branco{
    background-color:#fff;
}
.bg-cinza{
    background-color:#ccc;
}
.bg-cinza-e{
    background-color:#333333;
}
.bg-preto{
    background:#000;
}
.bg-azul{
    background-color: #1b1464;
}
.bg-azul-e{
    background-color:#0A0828;
}
.bg-verm-c{
    background-color:#f95f62;
}
.bg-verm{
    background-color:#c1272d;
}

.font-branco{
    color:#fff;
}
.font-cinza{
    color:#333333;
}
.font-azul-e{
    color: #1f2d3d;
}
.font-verm-c{
    color:#f95f62;
}
 
.btn-theme, .ow-button-base a{
    background:#d71920 !important;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    border:none !important;
}


.spr-btn{
    border:4px solid #333 !important;
    padding:15px 30px;
    display: inline-block;
    color:#333 !important;
    background:none !important;
    border-radius:0;
    font-weight: 900;
}
.spr-btn:hover{
    background:#333;
}

.spr-btn-branco{
    border:4px solid #fff !important;
    padding:15px 30px;
    display: inline-block;
    color:#fff !important;
    border-radius:0;
    background:none !important;
    font-weight: 900;
}

.title-page-h1{
    font-size:40px;
    text-transform: uppercase;
}

.title-h2 h2{
     
    font-size:35px;
    font-weight: 600;
}
@media(max-width: 700px){

    .title-page-h1, .title-h2 h2{
        font-size:20px;
        text-transform: uppercase;
        text-align: left;        
    }
   
}

.hightlight{
    padding:70px 0;
    font-size:25px;
    color:#fff;
    text-align: center;
}

.navbar{
    position: sticky;
    top:0;
    left:0;
    z-index:99
}
.navbar-theme{
    list-style: none;
    font-size:13px;
    text-transform: uppercase;
    max-width: 90%;
    margin-left:auto;
    margin-right:auto;
    -webkit-padding-start: 0px;
}
.navbar-theme li{
    float:left;
    padding:7px 20px
}
.navbar-theme li a{
    color:#333;
}
.navbar-theme li a:hover{
    color:#c1272d
}
.navbar-theme.lista_menus li a{
    color:#fff;
    font-weight: bold;
}

@media(max-width:700px){
    .navbar-theme{
        text-align: center;
    }
    .navbar-theme li{
        float: none;
    }
}


.imgEffect img:hover{
    transform: scale(1.1)
}
.social-head{
    list-style:none;
    font-size:1rem;
    color:#fff;
    margin:0;
    padding-top:8px;
    float: right;
    right:0
}
.social-head li{
    float:left;
    padding:0 8px;
}
.social-head li a:hover{
    color:#fff !important;
}
 
.slide-home .carousel-item{
    width:100%;
   /* height:0;
    padding-bottom:30%;*/
}
.slide-home .carousel-item img{
    width:100%;
    height: auto;
}
.slide-home .carousel-caption{
    background-color: rgba(0,0,0,0.5);
}
.slide-home .carousel-caption button{
    margin:20px 10px;
}
.slide-home h2{
    font-weight: 100;
    font-size:40px;
    color:#fff;
    text-transform: uppercase;
}
/*.slide-home .carousel-indicators {
    top:20px !important;
    bottom:inherit;
}*/

 


/**
 *  HOME 
*/
 
.newsletter p{
    margin:12px 0!important;
}
.newsletter input[type='text'], .newsletter input[type='email']{
    background:#ababab;
}
.newsletter  ::placeholder{
    color:#fff;
}



/** 
 * 
 * PAGINAS
 * 
*/



 
 
.video{
    width:100%;
    height: 0;
    padding-bottom: 56.5%;
    padding-top: 20px;
    position: relative;
}
.video iframe, .video video, .video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/** 
 *   
 *    FOOTER 
*/
 
.social-footer{
    list-style:none;
    font-size:2rem;
    color:#ca576a;
    margin:0;
    padding-top:8px;
    right:0
}
.social-footer li{
    float:left;
    padding:0 8px;
}
.social-footer li a:hover{
    color:#333 !important;
}
 
/*CONTATO*/

 
label{
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
}

form p{
    margin-bottom:0;
    margin-top:5px;
}
 
 

.map-rot{  
    height: 400px;
    z-index:1;
    overflow: hidden;
    position:relative;
}

#map_canvas{
    width:100%;
    height:100%;
}
 
@media(min-width:600px){
    .rodape-fixo{
        position:sticky;
        bottom:0;
        left:0;
        z-index:99
    }
}


.dataTables_filter input{
    display: block;
    width: 100%;
    padding: .5rem .75rem;
  
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

/* .whatsapp{
    width:150px;
    height:150px;
    position:fixed;
    bottom:20px;
    right:20px;
} */


.whatsapp-rot{
  position:fixed;
  bottom:30px;
  right:30px;
    z-index:999999999

}
.whatsapp{
  background:#25d366;
  padding:8px 24px; 
  border-radius:20px;
  font-weight: 700;
}
.whatsapp a{
  color:white;
}