/*================================
 <--TABELA-->
==================================*/
.table {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: tabela-row;
  vertical-align: middle;
}

.coluna {
  display: tabela-cell;
  border: 1px solid #ccc;
  padding: 10px;
}

.coluna1 {
  width: 10%;
  text-align: center;
}

.coluna2 {
  width: 10%;
  text-align: center;
}

.coluna3 {
  width: 80%;
}

/*================================
 <--TEXTOS DAS PÁGINAS-->
==================================*/
.textos-titulo {
  text-align: center;
  padding-bottom: 30px;
}

.textos-titulo u2 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.textos-titulo u3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.textos-titulo u3 span {
  color: #106eea;
}

.textos-titulo p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .textos-titulo p {
    width: 50%;
  }
}

/*<!-- ============================================================== -->
<!-- Start  slider-area   Css -->
<!-- ============================================================== -->*/
.slider-area {
    height: 750px;
    background: url(assets/img/banner-01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.slider-area2 {
    height: 750px;
    background: url(assets/img/banner-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.slider-area3 {
    height: 750px;
    background: url(assets/img/banner-03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.slider-title h3 {
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    color: #303030;
}

.slider-title h1 {
    font-family: Lobster;
    line-height: 76px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 60px;
    color: #ffffff;
    text-transform: capitalize;
}
.slider-title h1 span {
    color: #106EEA;
}
.slider-thumb img {
    width: 100%;
}
.slider-button {
    display: inline-block;
    margin-right: 28px;
}
.slider-btn {
    display: inline-block;
}
.slider-button a {
    background-color: rgb(135, 192, 61);
    font-family: Inter;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
     padding: 17px 30px;
     text-transform: capitalize;
}
.slider-btn a {
    font-family: Inter;
	background: #106EEA;
    border: 1px solid #106EEA;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
     padding: 17px 30px;
     text-transform: capitalize;
}
.slider-btn a:hover {
    background: #0E5CC7;
    color: #fff;
    border: 1px solid #0E5CC7;
}
.slider-button a:hover{
   background: #FFD850;   
} 
.slider-title p {
    color: rgb(110, 118, 115);
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    margin: 26px 0 50px;
}
.slider-area.upper .slider-thumb {
    margin-left: -50px;
}
.owl-prev {
    position: absolute;
    left: 75px;
    top: 48%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}
.owl-next {
    position: absolute;
    right: 40px;
    top: 48%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}
.owl-next i{
    background: rgba(0,0,0,0.35);
    height: 100px;
    width: 100px;
    line-height: 100px;
    z-index: 1;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 30px;
    transition: .5s;
} 
.owl-prev i{
    background: rgba(0,0,0,0.35);
    height: 100px;
    width: 100px;
    line-height: 100px;
    z-index: 1;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 30px;
    transition: .5s;
}
.owl-prev i:hover{
    background: #fff;
    color: #333;
    width: 150px;
}
.owl-next i:hover{
    background: #fff;
    color: #333;
    width: 150px;
}
/*<!-- ============================================================== -->
<!-- Start  slider-area.style-two   Css -->
<!-- ============================================================== -->*/
.slider-area.style-two {
    height: 750px;
    background: url(assets/img/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.slider-area.style-two .slider-title h1 {
    font-family: Lobster;
    line-height: 79px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 75px;
    color: #fff;
    text-transform: capitalize;
}
.slider-area.style-two .slider-title h3 {
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    color: #106EEA;
}
.slider-area.style-two .slider-title p {
    color: #fff;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    margin: 26px 0 50px;
}
.slider-area.style-two .slider-button a {
    background:#FFD850;
    font-family: Inter;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    padding: 17px 30px;
    text-transform: capitalize;
    transition: .5s;
}
.slider-area.style-two .slider-button a:hover {
    border-radius: 30px;
}
.slider-area.style-two .slider-btn a {
    font-family: Inter;
    color: #fff;
    background: #106EEA;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    padding: 17px 30px;
    text-transform: capitalize;
    transition: .5s;
}
.slider-area.style-two .slider-btn a:hover {
    border-radius: 30px;
}