/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
h1,
h2,
h3,
h4 {
  margin: 0;
}
@media (min-width: 768px) {
  .item-noticia {
    height: 225px;
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1920px) {
  .info-cartao {
    padding-top: 60px;
  }
  .agende-cartao {
    height: 223px;
  }
  .agende-cartao h2 {
    font-size: 20px;
  }
  .agende-cartao h2 span {
    font-size: 48px;
  }
  .credito-online {
    padding: 22px 0;
  }
  .canarinho-info h4 {
    font-size: 30px;
  }
  .content-noticias {
    margin-top: 40px;
    padding: 40px 0 60px;
  }
  .item-noticia span img {
    float: left;
    width: auto !important;
    margin-top: 30px;
  }
  .item-noticia span {
    height: 100%;
  }
  .item-noticia .post-info {
    margin: 20px 0 0 50px;
  }
  #main-banner {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .title-box {
    background: #facc00;
    font-size: 14px;
    font-weight: 700;
    margin: 0 20px;
    padding: 8px 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 15px #B5B5B5;
  }
  .content-box {
    background: #f5f7fa;
    padding: 25px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0px 0px 15px #B5B5B5;
  }
  .content-box p {
    color: #979797;
  }
  .btn-viagem {
    padding: 15px 50px;
    border-radius: 4px;
    border-bottom: 3px solid #005f3c;
  }
  .box-busca {
    position: absolute;
  }
  .info {
    border: none;
    background: none;
  }
  .agende-cartao {
    background: url('../img/agende-cartao.png') no-repeat center;
  }
  .box-right {
    background: #83ba20;
    border-radius: 2px;
    border-bottom: 3px solid #6f9e1b;
    padding: 5px 12px;
    font-size: 20px;
  }
  .box-cartao {
    background: #cd9700;
    padding: 5px;
    display: block;
    border-radius: 2px;
    position: absolute;
    width: auto;
    top: 60px;
    left: 30px;
  }
  .box-cartao:hover {
    background: #B1821D;
    color: #FFFFFF;
  }
  .credito-online {
    background: url("../img/img-credito.jpg") no-repeat center;
  }
  .custom-icon {
    float: left;
    margin-right: 15px;
  }
  .canarinho-info h4 {
    padding: 15px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .item-noticia {
    background: #fafafa;
    border-top: 1px solid #ced2d6;
    border-right: 1px solid #ced2d6;
    border-bottom: 3px solid #ced2d6;
    border-left: 1px solid #ced2d6;
  }
  .content-noticias {
    background: #FFFFFF;
  }
  .not-nav {
    background: #d9d9d9;
    display: block;
    position: absolute;
    margin-top: 70px;
  }
  .not-nav.prev {
    right: 20px;
  }
  .not-nav i {
    color: #FFFFFF;
    font-size: 30px;
    padding: 7px;
    border: 1px solid #ced2d6;
    cursor: pointer;
  }
  .owl-controls {
    position: relative;
  }
  .owl-dots {
    text-align: center;
    top: -35px;
    z-index: 10;
    position: absolute;
    left: 50%;
    width: 100%;
  }
  .owl-dot.active span {
    background-color: #006F45;
  }
  .owl-dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    float: left;
    background-color: #fff;
    border: 2px solid #006f45;
  }
  #owl-noticias .owl-controls {
    display: none;
  }
  .post-info p:not('.color-visu') {
    color: #222222;
  }
  .agende-cartao p {
    max-width: 550px;
    margin-left: 70px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .info-cartao {
    padding-top: 60px;
  }
  .agende-cartao {
    width: 100%;
    background-position-x: -170px !important;
  }
  .agende-cartao h2 {
    font-size: 20px;
    margin: 0 0 10px 0 !important;
    max-width: 350px;
  }
  .agende-cartao h2 span {
    font-size: 35px;
  }
  .credito-online {
    padding: 12px 0;
  }
  .canarinho-info h4 {
    font-size: 30px;
  }
  .content-noticias {
    margin-top: 40px;
    padding: 40px 0 60px;
  }
  .item-noticia span img {
    float: left;
    width: auto !important;
    margin-top: 30px;
  }
  .item-noticia span {
    height: 100%;
  }
  .item-noticia .post-info {
    margin: 20px 0 0 50px;
  }
  #main-banner {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .title-box {
    background: #facc00;
    font-size: 14px;
    font-weight: 700;
    margin: 0 20px;
    padding: 8px 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 15px #B5B5B5;
  }
  .content-box {
    background: #f5f7fa;
    padding: 25px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0px 0px 15px #B5B5B5;
  }
  .content-box p {
    color: #979797;
  }
  .btn-viagem {
    padding: 15px 50px;
    border-radius: 4px;
    border-bottom: 3px solid #005f3c;
  }
  .box-busca {
    position: absolute;
  }
  .info {
    border: none;
    background: none;
  }
  .agende-cartao {
    background: url('../img/agende-cartao.png') no-repeat center;
  }
  .box-right {
    background: #83ba20;
    border-radius: 2px;
    border-bottom: 3px solid #6f9e1b;
    padding: 5px 12px;
    font-size: 20px;
  }
  .box-cartao {
    background: #cd9700;
    padding: 5px;
    display: block;
    border-radius: 2px;
    position: absolute;
    width: auto;
    top: 60px;
    left: 30px;
  }
  .box-cartao:hover {
    background: #B1821D;
    color: #FFFFFF;
  }
  .credito-online {
    background: url("../img/img-credito.jpg") no-repeat center;
  }
  .custom-icon {
    float: left;
    margin-right: 15px;
  }
  .canarinho-info h4 {
    padding: 15px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .item-noticia {
    background: #fafafa;
    border-top: 1px solid #ced2d6;
    border-right: 1px solid #ced2d6;
    border-bottom: 3px solid #ced2d6;
    border-left: 1px solid #ced2d6;
  }
  .content-noticias {
    background: #FFFFFF;
  }
  .not-nav {
    background: #d9d9d9;
    display: block;
    position: absolute;
    margin-top: 70px;
  }
  .not-nav.prev {
    right: 20px;
  }
  .not-nav i {
    color: #FFFFFF;
    font-size: 30px;
    padding: 7px;
    border: 1px solid #ced2d6;
    cursor: pointer;
  }
  .owl-controls {
    position: relative;
  }
  .owl-dots {
    text-align: center;
    top: -35px;
    z-index: 10;
    position: absolute;
    left: 50%;
    width: 100%;
  }
  .owl-dot.active span {
    background-color: #006F45;
  }
  .owl-dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    float: left;
    background-color: #fff;
    border: 2px solid #006f45;
  }
  #owl-noticias .owl-controls {
    display: none;
  }
  .post-info p:not('.color-visu') {
    color: #222222;
  }
  .canarinho-info.mt40 {
    margin-top: 10px !important;
  }
  .canarinho-info h4 {
    font-size: 22px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .box-viagem {
    position: absolute;
    width: 97%;
    top: 31.5%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .box-viagem {
    position: absolute;
    width: 95%;
    top: 31.5%;
  }
  .box-busca {
    width: 350px;
  }
  #main-banner .owl-item img {
    height: 380px;
    width: auto !important;
  }
  .credito-online {
    background-color: #017046;
    padding: 25px 0;
  }
  .custom-icon.mt30 {
    margin-top: 10px !important;
  }
  .post-info p.mb20 {
    margin-bottom: 10px;
  }
  .agende-cartao {
    padding: 0 20px;
    background-position-x: -280px !important;
  }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px) {
  .box-busca {
    bottom: 50px;
  }
}
@media only screen and (min-device-width: 1281px) {
  .box-busca {
    bottom: 170px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .box-busca {
    margin: 20px 0;
  }
  .box-viagem {
    background: #93D9F2;
  }
  .title-box {
    background: #facc00;
    font-size: 14px;
    font-weight: 700;
    margin: 0 20px;
    padding: 8px 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 15px #B5B5B5;
  }
  .content-box {
    background: #f5f7fa;
    padding: 25px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0px 0px 15px #B5B5B5;
  }
  .content-box p {
    color: #979797;
  }
  .btn-viagem {
    padding: 15px 50px;
    border-radius: 4px;
    border-bottom: 3px solid #005f3c;
  }
  .info {
    border: none;
    background: none;
  }
  .content-page .mt40 {
    margin-top: 0 !important;
  }
  .credito-online {
    background: #017046;
    padding: 15px 0;
    margin-top: 15px;
  }
  .credito-online h3,
  .item-info h4 {
    font-size: 20px !important;
    margin-top: 0;
  }
  .custom-icon {
    display: none;
  }
  .item-info {
    background: #017046;
    color: #FFFFFF;
    padding: 15px;
    margin-top: 15px;
  }
  .item-info h4,
  .item-info a {
    color: #FFFFFF;
  }
}
.credito-online h3 {
  margin-top: 0 !important;
}
::-moz-selection {
  background: #017046;
  color: #FFF;
}
::selection {
  background: #017046;
  color: #FFF;
}
