a {
    color: goldenrod;
}

a:hover {
    color: gold;
}

.fa {
    font-size: 15pt;
}

.btn {
    border-radius: 40px;
}

h1,
h2 {
    color: green;
    font-size: 5.3em;
    padding-top: 0;
    font-family: allura;
    font-style: normal
}

nav .nav-item {
    margin-right: 20px;
}

nav img {
    margin-left: 100px;
    width: 50px;
    height: auto;
    margin-right: 35px;
}

.cd-horizontal-timeline,
.responsa,
.linha,
.my-5 {
    margin-top: 7%;
}

.my-5 .intro {
    font-size: 16pt;
    margin-bottom: 90px;
}

.linha {
    margin-bottom: 7%;
}

.linha .intro {
    font-size: 15pt;
}

.cozinhasaude .row {
    margin: 10px 10px 10px 10px;
}

.cozinhasaude .row .entre {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cozinhasaude p {
    font-size: 1.3em;
}

.localizacao h1 {
    color: green;
    font-size: 4.3em;
    padding-top: 0;
    font-family: allura;
    font-style: normal;
}

footer .fa {
    margin-right: 10px;
}

.primeira .carousel-indicators {
    margin-bottom: -25px;
}

.primeira li {
    margin-right: 140px;
}

.primeira .carousel {
    margin-bottom: 20px;
}

.primeira .carousel-inner {
    width: 100%;
}


/*
           Primeira se refere a parte da empresa
           */

.primeira {
    margin-top: 5%;
}


/* grid de imagens na página empresa */

.row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}


/* Create four equal columns that sits next to each other */

.column {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

.section2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url(../img/hotsite-tio-arthur/fundo-section2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top top;
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: -3%;
}

.section3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url(../img/hotsite-tio-arthur/aereaantiga.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-bottom: 6%;
    padding-top: 6%;
    margin-bottom: 0%;
}

.titlesection3 {
    font-size: 15pt;
}

.receita-hot {
    padding-top: 15%;
}

.gladiador-text {
    color: #232b65;
    font-family: 'Lobster', cursive;
    font-size: 22pt;
}

.gladiador-title .gladiador-title2 {
    color: #B11116;
    font-family: 'Lobster', cursive;
    font-size: 35pt;
}

.red-tio {
    background-color: #1b1464;
}

.blue-tio {
    background-color: #1b1464;
}

.vermelho-tio {
    background-color: #9e0202;
}

.pacote {
    -webkit-filter: grayscale(0%);
    transition: 1s;
}

.pacote:hover {
    -webkit-filter: grayscale(100%);
    transition: 1s;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (min-width: 1550px) {
    .section5 {
        margin-top: 0%;
    }
}

@media screen and (min-width: 992px) {
    .title-representante {
        padding-top: 0%;
    }
}

@media screen and (max-width: 991px) {
    .img-prepara {
        margin-top: 52%;
    }
}

@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .img-prepara {
        margin-top: 52%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


/*
Celular
*/

@media screen and (max-width:580px) {
    .mapa {
        width: 100%;
        position: relative;
        overflow: auto;
    }
    p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .responsa h1,
    .primeira h1,
    .linha h1 {
        font-size: 3em;
    }
    .my-5 h2 {
        font-size: 4em;
    }
    .linha .letramenor {
        font-size: 10pt;
        margin-top: -40px;
    }
    .linha .espaco-input {
        margin-top: 80px;
    }
    footer p {
        margin-bottom: 4px;
    }
    footer h6 {
        margin-bottom: -20px;
    }
    footer hr {
        margin-top: 60px;
    }
    .section6 {
        margin-top: 25%;
    }
}

.quinto .container,
.contato .container {
    padding-top: 5%;
    padding-bottom: 5%;
}

.smoothscroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    background-color: #2ba6e1;
    color: #fff;
    width: 47px;
    height: 44px;
    line-height: 44px;
    right: 25px;
    bottom: -25px;
    padding-top: 2px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    transition-delay: .2s;
}

.smoothscroll-top:hover {
    background-color: green;
    color: #fff;
    transition: all .2s ease-in-out;
    transition-delay: 0;
}

.smoothscroll-top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    bottom: 25px;
}

.smoothscroll-top i.fa {
    line-height: inherit;
}

.gladiador-title {
    color: #B11116;
    font-family: 'Lobster', cursive;
    font-size: 35pt;
}

.gladiador-title2 {
    color: #B11116;
    font-family: 'Lobster', cursive;
    font-size: 30pt;
}

.section5 {
    margin-bottom: -50px;
    padding-left: 30px;
    padding-right: 30px;
}

.section-contato {
    background-image: url(https://www.dickow.com.br/img/hotsite-tio-arthur/fundo-footer-tio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top top;
    height: 100%;
    padding-bottom: 5%;
    margin-bottom: -50px;
    padding-left: 30px;
    padding-right: 30px;
}

.section6 {
    margin-top: 15%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

@media screen and (min-width: 1500px) {
    .section6 {
        margin-top: 5%;
        width: 100%;
    }
    .footer-tio {
        width: 100%;
    }
}

.card {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.wider {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    margin-top: -30px;
    margin-left: 10px;
    margin-right: 10px;
}

#casa,
#lili,
#curva {
    display: none;
    position: absolute;
    margin-top: -800px;
}

.conheca-mais {
    margin-top: 0%;
    margin-bottom: 5%;
}

.linha {
    background-color: rgb(216, 184, 103);
    height: 20px;
    margin-top: 45px;
}

.title-conheca {
    font-family: 'Satisfy', cursive;
    font-size: 3em;
    margin-bottom: 20px;
}