.owl-marcas .caixa{
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}

.owl-marcas .caixa label{
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 30px;
    cursor: pointer;
}

.owl-marcas .caixa input{
    display: none;
}

.owl-marcas .caixa label:hover,
.owl-marcas .caixa input[type="radio"]:checked+label
{
    border: 1px solid #1C75BC;
}


.owl-marcas .item .caixa:first-child {

}

.owl-carousel .owl-item a{
    text-decoration: none;
}

.owl-carousel .owl-item img,
.container-logo .logo img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
}

.owl-marcas button{
    outline: none;
}

.owl-marcas .caixa .logo{
    height: 110px;
    width: 100%;
    padding: 10px;
}

.owl-marcas .caixa .titulo-preco{
    height: 95px;
    width: 100%;
    line-height: 18px;
    padding: 10px;
    overflow: hidden;
}

.owl-marcas .caixa .titulo-preco .titulo{
    font-family: RalewayBold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.owl-marcas .caixa .titulo-preco .preco{
    font-family: RalewayRegular;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
}

.owl-marcas .caixa .titulo-preco .preco small{
    font-family: RalewayRegular;
    font-size: 10px;
}


.owl-marcas .owl-nav {
    position: initial
}

.owl-marcas .owl-nav .owl-next,
.owl-marcas .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 21px)
}

.owl-marcas .owl-nav .owl-prev {
    left: -80px;
    text-align: left;
}

.owl-marcas .owl-nav .owl-next {
    right: -80px;
    text-align: right;
}

.owl-marcas .owl-nav .owl-prev:hover {
    opacity: 0.7;
}

.owl-marcas .owl-nav .owl-next:hover {
    opacity: 0.7;
}

.owl-marcas .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-marcas .owl-nav [class*="owl-"] {
    margin: 0px;
}


.caixa-selected{
    /*height: 100%;*/
    width: 100%;
    border: 1px solid #fff;
    border-radius: 47px;
}

.container-logo{
    /*height: 50%;*/
    border-bottom: 1px solid #fff;
}


.container-logo .logo{
    /*height: 60%;*/
    width: 100%;
    padding: 10px;
}

.container-logo .titulo-preco{
    /*height: 40%;*/
    width: 100%;
    line-height: 26px;
    padding: 10px;
}

.container-logo .titulo-preco .titulo{
    font-family: RalewayBold;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.container-logo .titulo-preco .preco{
    font-family: RalewayRegular;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: block;
}

.container-logo .titulo-preco .preco small{
    font-family: RalewayRegular;
    font-size: 16px;
}

textarea{
    /*height: 270px !important;*/
}

.container-docs{
    padding: 10px;
    text-align: center;
    /*height: 50%;*/
}

.container-docs .titulo{
    font-family: RalewayBold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.container-docs ul{
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.container-docs ul li{
    padding: 3px 0;
    margin: 0;
    font-family: RalewayRegular;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.container-formulario{
    display: none;
}