* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'DIN OT';
    src: url('https://mondrian.claro.com.br/fonts/assets/DINOT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN OT';
    src: url('https://mondrian.claro.com.br/fonts/assets/DINOT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN OT';
    src: url('https://mondrian.claro.com.br/fonts/assets/DINOT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --pattern-text: #fff;
    --black-pattern: #000;
    --black-user: #161616;
    --text-grey: #51555d;
    --btn-page: #e3262e;
    --color-acessibility: #fff333;
}

body {
    font-family: 'DIN OT';
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.menu_top_content {
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: right;
    background-color: #a61d19;
}

.menu_top_content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 5rem 1rem 5rem;
}

.menu_top_content ul li {
    padding: 0.5rem;
    color: #fff;
    font-weight: 500;
    font-size: .8rem;
}

ul {
    list-style: none;
}

.menu {
    width: 100%;
    position: relative;
    background-color: #e3262e;
    border-bottom: 0.0625rem solid transparent;
}

.menu_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: inherit;
    padding: 1rem 5rem 1rem 5rem;
    color: #fff;
}

.logo img {
    width: 10rem;
}

.cliente a:link {
    text-decoration: none;
}

.cliente p {
    color: #fff;
    font-weight: 500;
}

.cliente .bi-chevron-right {
    font-size: .75rem;
}

.ligue_gratis p {
    font-size: .8rem;
    font-weight: 500;
    color: #fff;
}

.ligue_gratis h1 {
    font-weight: bold;
    font-size: 2rem;
}

.ligue_gratis a {
    color: #fff;
    text-decoration: none;
}

.ligue_gratis a:hover {
    text-decoration: underline;
    color: #fff;
}

.ligue_gratis h2 {
    color: #fff;
    font-weight: bold;
}

/*Sessão Principal da LP*/

.conteudo_principal {
    display: flex;
}

.article {
    width: 100%;
    height: 100%;
    display: flex;
}

.banners,
.formulario_box {
    width: 100%;
    max-width: 50%;
}

.banners {
    width: 100%;
    background-color: #a61d19;
}

.banner1 {
    background-image: url("img/banner-internet-e-box-desk.png");
    background-size: cover;
    padding-bottom: 0;
    width: 100%;
    height: 70vh;
}

.banner2 {
    background-image: url("img/banner-tv-desk.png");
    background-size: cover;
    padding-bottom: 0;
    width: 100%;
    height: 70vh;
}


/*Controla o tamanho da caixa total da main
.box_content {
    padding: 2rem 2rem 12rem 2rem;
} usar as @media */

.box_content {
    padding: 2rem;
}

.box_content h2 {
    font-size: 2.5rem;
    font-weight: 500;
}

.box_content h3 {
    color: var(--text-grey);
    font-weight: 500;
    font-size: 1rem;
    opacity: .8;
}

.formulario {
    padding-top: 2rem;
}

.formulario input {
    height: 3rem;
    padding: 1rem;
    font-size: 1rem;
}


.cep_correios {
    margin-top: 3rem;
    font-weight: bold;
}

.box_btCEP {
    width: 40%;
}

.consultar button {
    width: 72%;
    padding: .8rem;
    margin-top: 1.5rem;
    color: var(--pattern-text);
    background-color: var(--btn-page);
    border: 1px solid var(--btn-page);
    border-radius: 1rem;
    font-weight: bold;
}

.consultar button:hover {
    background-color: #a61d19;
    border: 1px solid #a61d19;
}

.duvidas {
    margin-top: 1.5rem;
}

.duvidas h4 {
    color: var(--text-grey);
    font-size: 1.4rem;
    font-weight: 500;
}

.duvidas p {
    margin-top: .5rem;
    font-size: .9rem;
    font-weight: 400;
}

.duvidas p span {
    font-weight: bold;
}

/*Footer*/

.footer {
    flex-grow: 1;
    background-color: #e3262e;
    width: 100%;
}

.footer img {
    width: 12rem;
}

.box_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5rem 1rem 5rem;
}

.central_vendas {
    color: var(--pattern-text);
}

.logos_footer img {
    width: 3.2rem;
}

.obs {
    width: 26rem;
    padding-bottom: 1rem;
}

.obs p {
    font-size: .6rem;
    color: var(--pattern-text);
}

.logos_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos_footer p {
    color: var(--pattern-text);
    font-size: .7rem;
    margin-left: .8rem;
}
.logos_footer a {
    text-decoration: none;
}

.logos_footer a:hover{
    text-decoration: underline;
    color: #fff;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none!important;
}

p {
    margin-bottom: 0!important;
}

.carousel {
    height: 100%!important;
}


/*
.carousel .w-100 {
    width: auto!important;
}
*/


/*ICONS*/

.material-icons {
    font-size: 14px!important;
    padding-right: .3rem;
}

.acessibilidade,
.contraste,
.libras {
    display: flex;
    align-items: center;
    justify-content: center;
}


.cliente .material-icons {
    font-size: 20px!important;
    color: #fff;
    padding-left: .5rem;
}

.acessibilidade a {
    color: #fff;
    text-decoration: none;
}

.acessibilidade a:hover {
    color: #fff;
    text-decoration: underline;
}

.cliente a {
    display: flex;
    align-items: center;
}

.duvidas a {
    color: #000;
    font-weight: 500;
}

.duvidas a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}


/*Esconde o botão de acesso a libras*/
/*
.access-button {
    display: none!important;
}*/

.rodado {
    /*transform: rotate(90deg);*/
    transform: translate(1rem);
    transition: all 0.3s ease-in-out;
}

/*
.rodar:hover {
    transform: translate(0);
    transition: all 0.3s ease-in-out;
}*/

.mover:hover {
    transform: translate(1rem);
    transition: all 0.2s;
}

.cep_correios a {
    color: #000;
}

.cep_correios a:hover {
    text-decoration: none;
    color: #000;
}


/*Efeitos*/


:focus {
    outline: none;
}

.col-3 {
    /* float: left;*/
    /*   width: 27.33%;*/
    margin: 10px 2%;
    position: relative;
}


input[type="text"] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.efeito {
    border: 1px solid #ccc;
    padding: 7px 14px;
    transition: 0.4s;
    background: transparent;
}

.efeito~.focus-border:before,
.efeito~.focus-border:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #e3262e;
    transition: 0.4s;
}

.efeito~.focus-border:after {
    top: auto;
    bottom: 0;
}

.efeito~.focus-border i:before,
.efeito~.focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #e3262e;
    transition: 0.6s;
}

.efeito~.focus-border i:after {
    left: auto;
    right: 0;
}

.efeito:focus~.focus-border:before,
.efeito:focus~.focus-border:after,
.has-content.efeito~.focus-border:before,
.has-content.efeito~.focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.efeito:focus~.focus-border i:before,
.efeito:focus~.focus-border i:after,
.has-content.efeito~.focus-border i:before,
.has-content.efeito~.focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
}

.efeito~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.efeito:focus~label,
.has-content.efeito~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #e3262e;
    transition: 0.3s;
}

.efect_formulario {
    display: flex;
}

.col-3 {
    width: 32%!important;                                                                                                                                          
}

/* Cor de fundo do autocomplete */
input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
}

.central_vendas {
    display: flex;
}

.central_vendas .material-icons {
    margin-top: .2rem;
}

.input-efeito placeholder {
    display: none;
}

.contraste a {
    color: #fff;
    text-decoration: none;
}

.contraste a:hover {
    color: #fff;
    text-decoration: underline;
}

.menu_top_content li:hover {
    color: #fff;
    text-decoration: underline;
}

.info_modal {
    padding: 4rem;
}

.info_modal p,
.info_modal ul {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-grey);
}

.info_modal ul {
    margin-top: 2rem;
}

.info_modal ul li {
    list-style-type:square;
}

.ok button {
    margin-left: 4rem;
    padding: .5rem 1rem .5rem 1rem;
    color: #fff;
    background-color: #e3262e;
    border: 1px solid #e3262e;
    border-radius: 10px;
}

.ok button:hover {
    background-color: #a61d19;
    border: 1px solid #a61d19;
}

@media (min-width:601px){
    .menu_mobile,
    .box_footer_mobile {
        display: none;
    }
}

@media (max-width:600px) {

    .menu_top_content,
    .menu_content,
    .cliente,
    .box_footer {
        display: none;
    }

    .logo img {
        width: 5rem;
    }

    .menu_mobile {
        position: fixed;
        z-index: 9;
        padding: 1rem;
        background-color: #e3262e;
        width: 100%;
        box-shadow: 0 5px 20px #420f0d;
    }

    .menu_itens_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .article {
        flex-direction: column;
    }

    .banners {
        max-width: 100%;
        margin-top: 5rem;
    }

    .banner1,
    .banner2 {
        height: 40vh;
    }

    .carousel-indicators {
        margin-bottom: .3rem!important;
    }

    .formulario {
        padding-top: .5rem;
    }

    .formulario_box {
        max-width: 100%;
    }

    .box_content {
        padding: 1rem;
    }

    .box_content h2 {
        font-size: 1.8rem;
    }

    .box_content h3 {
        font-size: .85rem;
        text-align: center;
    }

    .efect_formulario {
        display: inline;
    }

    .col-3 {
        width: 95%!important;
        margin: 25px 2%;
    }

    .cep_correios {
        margin-top: 1.5rem;
    }

    .cep_correios p,
    .consultar {
        text-align: center;
    }

    .box_btCEP {
        width: 100%;
    }

    .consultar button {
        width: 100%;
    }

    .duvidas h4 {
        font-size: 1rem;
        text-align: center;
    }

    .duvidas p {
        font-size: .75rem;
        text-align: center;
    }

    .box_footer_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }

    .obs {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }

    .logos_footer {
        margin-top: 1rem;
    }

    .logos_footer p {
        font-size: 1rem;
    }

    .ligue_gratis h2 {
        font-size: 2.5rem;
    }

}

@media (min-width:601px) and (max-width:1000px) {
    .menu_content,
    .menu_top_content ul {
        padding: 1rem 2rem 1rem 2rem;
    }

    .box_footer {
        padding: 1rem 2rem 1rem 2rem;
    }

    .box_btCEP {
        width: 100%;
    }

    .ligue_gratis h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:1550px) and (max-width:1900px) {
    .menu_content,
    .menu_top_content ul,
    .box_footer {
        padding: 1rem 10rem 1rem 10rem;
    }
}