body {
    background: #fff;
    font-family: "Myriad Pro", Arial, sans-serif;
    color: #333333;
    cursor: default;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    font-weight: bold;
}

img {
    display: block;
}

/* #banner img {
    width: 100%;
    display: block;
    border-radius: 20px;
} */

.grid {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1000px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.italic {
    font-style: italic;
}

#logo img {
    height: 45px;
}

.legal {
    font-size: 15px !important;
    color: #ffffff;
    font-weight: lighter;
}

p:last-child {
    margin-bottom: 0;
}


.telefone svg {
    margin-right: 20px;
}

#icone-menu {
    cursor: pointer;
}

.area-full {
    width: 100%;
    margin: 0;
    padding: 75px 0;
}

.background-gray {
    background-color: #f6f6f6;
}

.fundo-azul {
    background: #3B3B3A;
}

.fundo-azul-claro {
    background: #595758;
}

.fundo-azul-amil {
    background: #595758;
}

.fundo-azul-amil p {
    color: #ffffff;
}

.fundo-azul,
.fundo-azul-claro {
    color: #fff;
}

.fundo-azul h2,
.fundo-azul-claro h2 {
    color: #fff;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.margin-bottom {
    margin-bottom: 75px;
}

.text-yellow {
    color: #fff !important;
    font-weight: bold;
}

.text-blue {
    color: #0028C8;
}

.text-blue-light {
    color: #01aefe;
}

.carousel-control-prev,
.carousel-control-next {
    color: #ffffff;
    background-color: #0028c8;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    width: auto;
    padding: 8px;
    margin: 5px;
    opacity: 1;
}

.carousel-control-next-icon {
    background-image: url(https://image.info-amil.com.br/lib/fe9112747767017474/m/1/a857d258-23ac-4ef9-a8cf-996790b684c7.png);
}

.carousel-control-prev-icon {
    background-image: url(https://image.info-amil.com.br/lib/fe9112747767017474/m/1/0b3654a7-379b-45e4-b640-f1ba3a1cf18c.png);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 25px;
    height: 25px;
}

img.icone {
    width: 150px;
    text-align: center;
    align-items: center;
    padding-bottom: 30px;
}

#accordionReajuste .fundo-azul-amil .card-body,
#accordionReajuste .fundo-azul .card-body {
    color: #ffffff;
}

#accordionReajuste .bg-yellow .card-text {
    color: #0d1966;
    font-weight: 300;
}

#disclaimer .text-blue-dark,
#disclaimer .text-blue {
    font-weight: 300;
}

#disclaimer .text-blue-dark a:hover,
#disclaimer .text-blue a:hover {
    text-decoration: underline;
}

p.numeral {
    background-color: #00ADFF;
    width: 45px;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    margin: 20px auto;
}

.titulo-azul {
    font-size: 3em;
    line-height: 1.2;
    color: #0d1966;
    margin-bottom: 24px;
}

.titulo-azul.azul-amil {
    color: #461bff;
    font-size: 5em;
}

.titulo-azul-amil {
    font-size: 2.6em;
    line-height: 1.2;
    font-weight: bold;
    color: #461bff;
    margin-bottom: 12px;
}

.titulo-azul-amil span {
    font-size: 1.5em;
}



.inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
}

.imagem img {
    width: 100%;
    display: block;
}

.bt-blue-dark {
    color: #ffffff;
    background-color: #0028c8;
    border-radius: 20px;
    padding: 1em 2em;
}

.bt-blue-dark h3 {
    font-size: 30px;
    margin: 0;
}

.bt-green {
    background: #00d896;
    color: #ffffff;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
    border: none;
    margin-top: 3em;
    border-radius: 30px;
    font-size: 25px;
    width: fit-content;
}

.bt-amarelo {
    background: #ffbe00;
    color: #0f0d59;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
    border: none;
    border-radius: 30px;
    font-size: 35px;
    width: fit-content;
}

.amarelo {
    color: #ffbe00;
}

.amarelo .left {
    margin-right: 25px;
}


#parceiros .carousel-item {
    height: 100px;
}



.accordion-item {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-left: none;
    border-right: none;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #0028c8;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-body {
    color: #7E7E7E;
    font-size: 20px;
    line-height: 1.5;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(https://image.info-hospitais.com.br/lib/fe8c127477670d7972/m/1/2fb097e7-d79f-4a80-9e0d-12efc5cfbeed.png);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://image.info-hospitais.com.br/lib/fe8c127477670d7972/m/1/13f0d0cd-4b96-4c13-a928-0ec75841e528.png);
    transform: var(--bs-accordion-btn-icon-transform)
}

#unidadesAccordion .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(https://image.info-hospitais.com.br/lib/fe8c127477670d7972/m/1/98b0a150-366a-4fa4-835e-67c0e5d0831f.png);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

#unidadesAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(https://image.info-hospitais.com.br/lib/fe8c127477670d7972/m/1/5e9d2be7-43e2-48e9-8439-7afa8436ce9e.png);
    transform: var(--bs-accordion-btn-icon-transform)
}

.bg-gray {
    background-color: #f6f6f6;
    border-radius: 30px;
}

#reembolso .padding-around-30 {
    border-radius: 30px;
}

.bg-yellow {
    background-color: #FFBE00;
    color: #0d1966;
    border-radius: 30px;
}

#rodape {
    background: #0028C8;
    width: 100%;
    padding: 50px 0;
    color: #fff;
}

#rodape p {
    font-size: 1em;
    margin-bottom: 12px;
}

#rodape a {
    text-decoration: underline;
}

#btn-whatsapp-floating {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#17CD40;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:30px;
  box-shadow: 1px 1px 2px #888;
  z-index:1000;
}

.align-right {
    text-align: right;
}

.align-right img {
    display: inline-block;
}

.info-desc-1,
.info-desc-2 {
    text-align: center;
    width: 80% !important;
    margin: 0 auto;
}

.info-desc-1 span {
    font-weight: bold;
    color: #00adff;
}

.info-desc-1 p {
    color: #575757 !important;
}

.info-desc-2 {
    margin-top: 30px;
    background-color: #ffbe00;
    border: none;
    border-radius: 20px;
    padding: 20px 35px;
    color: #0f0d59;
    width: 65% !important;
}

img.left {
    margin-right: 25px;
}

.padding-medium-bottom {
    padding-bottom: 25px;
}

.align-left {
    text-align: left;
}

.align-left img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.fundo-imagem {
    background: #0f0c59 url(http://image.info-amil.com.br/lib/fe9112747767017474/m/1/951e7b55-22d0-4248-b303-80512bb5a0ed.jpg) right top no-repeat !important;
    background-size: 814px 491px !important;
}

img.w-80 {
    width: 100%;
}

img.w-40 {
    width: 40%;
}

.imagem img.w-40 {
    border-radius: 30px;
}

#rede-exclusiva .bt-pink {
    margin: -15px 0 -30px;
    z-index: 9;
}

#rede-exclusiva div.fundo-azul {
    padding: 50px;
    border-radius: 30px;
}

@media (min-width: 340px) {
    #topo {
        width: 100%;
        background: #ffffff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        box-shadow: 0px 11px 5px -6px rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0px 11px 5px -6px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 11px 5px -6px rgba(0, 0, 0, 0.19);
    }

    #banner .d-block.imagem img {
        border-radius: 30px;
    }

    #page {
        position: relative;
        margin-top: 100px;
    }

    section.container {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    section.container-fluid {
        padding: 2em 1.5em;
    }

    section h2 {
        font-size: 1.7em;
    }

    p {
        font-size: 20px;
        font-weight: lighter;
    }

    .border-azul {
        border-left: none;
    }

    #app-amil div.order-md-2 {
        text-align: center;
    }

    .app-stores.align-left {
        text-align: center;
    }

    .app-stores.align-left img {
        margin-right: 0;
        height: 70px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    h2.titulo-secao,
    span.titulo-secao {
        font-size: 30px;
        color: #0028c8;
        padding-bottom: 10px;
        font-weight: normal;
    }

    h2.titulo-secao-branco,
    span.titulo-secao-branco {
        font-size: 30px;
        color: #0028c8;
        padding-bottom: 10px;
        font-weight: normal;
    }

    h2.titulo-secao-dark,
    span.titulo-secao-dark {
        font-size: 30px;
        color: #2C2C2B;
        padding-bottom: 10px;
        font-weight: normal;
    }

    #menu-principal {
        display: none;
    }

    #menu-principal.show {
        display: block;
    }

    #menu-principal li {
        float: none;
        margin-left: 0;
        list-style: none;
        line-height: 3em;

    }

    #menu-principal a {
        font-weight: normal;
        font-size: 1.2em;
    }

    #menu-principal a:hover {
        text-decoration: underline;
        color: #0028c8;
    }

    .text-description {
        font-size: 15px;
        font-weight: 300;
    }

    .padding-around-30 {
        padding: 25px;
    }

    #facilidades .col-12{
        margin-bottom: 1rem;
    }

    #facilidades .card-body h2 {
        color: #0028C8;
    }

    #facilidades .card img {
        text-align: center;
        display: inline;
        margin-bottom: 1.2rem;
        width: 70px;
    }

    #facilidades .card:hover {
        border: 2px solid #0028C8;
        box-shadow: 0px 11px 5px -6px rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0px 11px 5px -6px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 11px 5px -6px rgba(0, 0, 0, 0.19);
    }

    .card-body {
        padding: 30px 10px;
        align-content: center;
    }

    .card.height-fixed {
        height: 280px;
        border-radius: 15px;
    }

    #unidades {
        scroll-margin-top: 1em;
    }

    #unidades hr,
    #especialidades hr,
    #como-funciona hr,
    #faq hr {
        border: 1px solid #0028C8;
    }

    #unidades .row,
    #especialidades .row,
    #como-funciona .row,
    #faq .row {
        align-items: center;
    }

    #unidades p.buttons {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        min-height: 6em;
    }

    #unidades p.buttons button {
        border: 2px solid #0028C8;
        width: 100%;
        border-radius: 1rem;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 100%;

    }

    #unidades p.buttons button.collapsed {
        border: 1px solid #9b9b9b;
        border-radius: 1rem;
    }

    #unidades p.buttons img {
        height: 100px;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: inline;
    }

    #unidades img.icone {
        height: auto;
        width: 82px;
    }

    #unidades .collapsing {
        -webkit-transition: none;
        transition: none;
    }

    #unidades .collapse .card.card-title {
        border: none;
        border-radius: 10px;
        background-color: #0028C8;
        margin: 0;
        padding: 0.5em 1em;
        color: #fff;
        font-weight: bold;
        font-size: 1.5em;
    }

    #unidades .collapse .card.card-body {
        border: none;
        padding: 15px;
        background-color: transparent;
    }

    #unidadesAccordion  button.accordion-button.collapsed{
        background-color: #0028c8;
        color: #fff;
        font-size: 25px;
    }
    #unidadesAccordion  button.accordion-button:not(.collapsed){
        border-bottom: 1px solid #9c9c9c;
    }

    #unidadesAccordion .accordion-body{
        padding-top: 1.5rem;
    }


    .unidade-endereco{
        margin-bottom: 1rem;
    }

    h3.title-unidade {
        color: blue;
    }

    #especialidades img.icone{
        height: auto;
        width: 70px;
    }

    #especialidades .exames img.icone{
        height: 92px;
        width: auto;
    }
    #especialidades .consultas img,
    #especialidades .exames img,
    .carousel-item img{
        display: inline;
    }

    #especialidades .carousel-item img{
        width: 100%;
    }

    #especialidades .text-special{
        font-size: 3em;
        font-weight: 600;
    }
    #especialidades .consultas{
        background-color: #0028C8;
        color: #ffffff;
        border-radius: 1em;
        padding: 2em;
        margin-bottom: 1rem;        
    }
    #especialidades .exames{
        background-color: #00adff;
        color: #ffffff;
        border-radius: 1em;
        padding: 2em;        
    }
    
    #especialidades p.text-big {
        font-size: 40px;
        line-height: normal;
        font-weight: bold;
    }

    #especialidades .consultas button.btn.btn-lg,
    #especialidades .exames button.btn.btn-lg {
        font-size: 1.3rem;
        /* width: 40%; */
        --bs-btn-padding-y: 1rem;
    }
    
    #como-funciona .steps .step-1,
    #como-funciona .steps .step-2,
    #como-funciona .steps .step-3,
    #como-funciona .steps .step-4{
        margin-bottom: 3rem;
        align-content: center;
    }

    #como-funciona .steps .step-1 img,
    #como-funciona .steps .step-3 img{
        width: 60%;
    }

    #como-funciona .steps .step-2 img{
        width: 50%;
    }

    
    #como-funciona .steps .step-4 img{
        width: 80%;
    }


    #faq button.btn.btn-lg {
        font-size: 1.5rem;
        width: 70%;
        --bs-btn-padding-y: 1rem;
    }
    .btn-whatsapp{
        background-color: #17CD40;
        border: none;
    }
    #faq .fa-whatsapp{
        font-size: 2rem;
        padding-right: 0.5rem;
    }
    header .fa-whatsapp{
        padding-right: 0.5rem;
    }
    #faq .accordion-item{
        border:none;
        margin-bottom: 1rem;
    }
    #faq h2 button.accordion-button{
        font-size: 1.3rem;
        font-weight: bold;
        color: #333333;
        background-color: #F6F6F6;
        border: none;
        padding: 1em 2em;
        border-radius: 10px;
    }

    #faq .accordion-body {
        color: #333333;
        font-weight: lighter;
        text-align: left;
        padding: 1.2em 2em 1em 2em;
        border: 2px solid rgba(145, 149, 149, 0.24);
        border-radius: 10px;
        border-top: none;
        margin-top: -10px;
    }

    h2.accordion-header button {
        color: #0028c8;
        font-size: 25px;
    }

    ul {
        font-family: "Myriad Pro", Arial, sans-serif;
        margin-block-start: 0 !important;
        margin-block-end: 0 !important;
    }

    .border-round-top {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .border-round-bottom {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .text-gray {
        color: #7E7E7E;
        font-size: 20px;
    }

    .text-pink {
        color: #0028c8;
        font-size: 20px;
    }

    .phone-central {
        border: 1px solid #3b3b3a;
        border-radius: 15px;
        width: 83.33333333%;
        padding: 30px 50px;
    }

    .phone-central p.text-pink,
    .phone-central p {
        font-size: 25px;
        line-height: normal;
    }

    .bt-amarelo {
        background: #ffbe00;
        color: #0f0d59;
        font-weight: bold;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 15px 35px;
        border: none;
        border-radius: 30px;
        font-size: 25px;
        width: 91.666667%;
    }

    .bt-pink {
        background: #0028c8;
        color: #fff;
        font-weight: bold;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 15px 35px;
        border: none;
        border-radius: 30px;
        font-size: 25px;
        width: fit-content;
    }

    .bt-white {
        background: #fff;
        color: #0028c8;
        font-weight: bold;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 15px 35px;
        border: none;
        border-radius: 15px;
        font-size: 25px;
        width: 91.66666667%;
    }

    #coleta-domiciliar button.bt-pink {
        background: #0028c8;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 15px 35px;
        border: none;
        border-radius: 30px;
        cursor: default;
        font-size: 20px;
        font-weight: normal;
        width: 91.66666667%;
    }


    #farmacias {
        margin-top: 5em;
    }

    .discount {
        font-size: 35px;
    }

    .bt-green-discount {
        background-color: #3B3B3A;
        padding: 6px 20px;
        border-radius: 25px;
        color: #fff;
        height: fit-content;
        width: fit-content;
        margin-right: 0;
    }

    .discount-60 {
        font-size: 2em;
        font-weight: bold;
        color: #0028c8;
    }

    .discount-text {
        color: #3B3B3A;
        line-height: normal;
        text-align: center;
    }

    h2.titulo-secao-yellow {
        font-size: 30px;
        color: #FFBE00;
        padding-bottom: 10px;
        font-weight: normal;
    }

    h2.titulo-secao-white {
        font-size: 30px;
        color: #ffffff;
        padding-bottom: 10px;
        font-weight: normal;
    }

    #accordionReajuste .card-body {
        padding: 10px;
    }

    #accordionReajuste .card-title {
        font-weight: bold;
        font-size: 20px;
    }

    #accordionReajuste p.text-bigger {
        font-size: 150px;
    }

    #accordionReajuste p.text-yellow.text-big {
        font-size: 30px;
    }

    #accordionReajuste p.text-blue.text-big {
        font-size: 30px;
    }

    #accordionReajuste .card-body .card-text {
        font-size: 18px;
        font-weight: 300;
    }

    #accordionReajuste em.card-text {
        line-height: normal;
        font-size: 20px;
    }

    #accordionReajuste .card-body {
        padding: 20px;
    }

}

@media (min-width: 340px) and (max-width:992px) {
    #menu-principal {
        position: fixed;
        left: 0;
        width: 100%;
        top: 80px;
        background: #f5f5f5;
        padding: 25px;
    }

    nav.social ul {
        padding-left: 0;
    }

    #carouselTelemedicinaMob .card-body img {
        width: 50%;
    }

    div#carouselParceirosMob {
        height: 70px;
        margin-bottom: 30px;
    }

    #accordionReajuste img {
        width: 50px !important;
        text-align: center;
        display: inline;
        margin: 20px 0;
    }

    #accordionReajuste em {
        font-size: 16px;
    }


}


@media (min-width: 1025px) {
    #menu-principal li {
        float: left;
        margin-left: 25px;
        list-style: none;
        line-height: normal;
    }

    #menu-principal a {
        font-size: 1em;
    }

    .mobile.icone-menu {
        display: block !important;
    }

    nav.social {
        text-align: end;
    }

    .padding-around-30 {
        padding: 35px;
    }

    #menu-principal {
        display: flex !important;
        background-color: #ffffff;
    }

    section.container {
        margin-top: 4em;
        margin-bottom: 4em;
    }

    section.container-fluid {
        padding: 4em 3em;
    }
    section h2 {
        font-size: 2.3em;
    }

    #app-amil div.order-md-2 {
        text-align: left;
    }

    .phone-central {
        width: fit-content;
    }

    .border-azul {
        border-left: #3B3B3A 7px solid;
    }

    .app-stores.align-left {
        text-align: left;
    }

    .app-stores.align-left img {
        margin-right: 25px;
    }

    #topo .grid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 110px;
    }

    .align-center .farm {
        height: 25px !important;
        margin: 0 12px !important;
    }

    .icone.inline {
        margin-bottom: 12px;
    }

    #rodape {
        text-align: center !important;
    }

    #rodape .col-5.right {
        padding-top: 25px;
        text-align: center !important;
    }

    .text-description {
        /* font-size: 20px; */
        text-align: justify;
    }

    h2.titulo-secao {
        padding-bottom: 40px;
    }

    h2.accordion-header button {
        font-size: 32px;
    }

    .border-round-top {
        border-top-right-radius: 0;
        border-top-left-radius: 30px;
    }

    .border-round-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 30px;
    }

    #facilidades .card {
        min-height: 20em;
    }

    #facilidades .card img {
        width: 100px;
    }
    #unidades img.photo{
        width: 100%;
    }
    #como-funciona .steps .step-1,
    #como-funciona .steps .step-2,
    #como-funciona .steps .step-3,
    #como-funciona .steps .step-4{
        margin-bottom: 3rem;
        align-content: center;
    }
    
    #como-funciona .steps .step-1 img,
    #como-funciona .steps .step-2 img,
    #como-funciona .steps .step-3 img,
    #como-funciona .steps .step-4 img{
        width: auto;
    }

    #faq button.btn.btn-lg {
        font-size: 1.5rem;
        width: 30%;
        --bs-btn-padding-y: 1rem;
    }

    #especialidades p.text-big {
        font-size: 70px;
        line-height: normal;
        font-weight: bold;
    }
    #especialidades .consultas button.btn.btn-lg,
    #especialidades .exames button.btn.btn-lg {
        font-size: 1.5rem;
        width: 40%;
        --bs-btn-padding-y: 1rem;
    }
    #especialidades .consultas{
        margin-bottom: 0;        
    }

    #carouselDesk img.d-inline {
        width: 60%;
    }

    .phone.height-fixed {
        height: 600px;
    }

    .app-stores.align-left img {
        height: 50px;
    }

    h2.titulo-secao-yellow {
        font-size: 40px;
        color: #FFBE00;
        padding-bottom: 10px;
    }

    h2.titulo-secao-white {
        font-size: 50px;
        color: #fff;
        padding-bottom: 10px;
    }

    .bt-amarelo {
        width: fit-content;
    }

    .bt-pink {
        background: #0028c8;
        color: #fff;
        font-weight: bold;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 15px 35px;
        border: none;
        border-radius: 30px;
        font-size: 25px;
        width: fit-content;
    }

    #coleta-domiciliar button.bt-pink {
        font-size: 25px;
    }

}

@media (min-width: 1500px) {
    .phone.height-fixed {
        height: 770px;
    }

    #canais-digitais img {
        width: 84%;
    }
}