
#header.row {
    border-bottom: 20px solid #F4376E;
}
#top {
    height: 45vh;
    background: url('../../img/farma/background.jpg') no-repeat right;
    background-size: contain;
    color: #F4376E;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgb(255, 255, 255);
    font-size: 1em;
}
#top h5 {
    font-weight: 700;
}
#top .content {
    padding-bottom: 10%;
}
.row.steps {
    padding: 1em;
    background-color: white;
    text-align: center;
    font-weight: 400;
    color: #363636;
    box-shadow: 0px 3px 26px #00000029;
    border-radius: 8px;
    position: relative;
    top: -7em;
    font-size: 1vw;
}
.steps .col {
    white-space: pre-line;
    padding: 0;
}

#steps .saibaMais {
    top: -87px;
}

#modalSaibaMais ul{ 
    list-style: none; 
}

#modalSaibaMais .asterisk li::marker {
    content:"* ";
    color: black;
    font-weight: 400;
}

#modalSaibaMais .modal-dialog {
    max-width: 800px;
 }

#modalSaibaMais .modal-header {
    text-align: center;
    text-shadow: 1px 1px 1px #0000002b;
    background-color: #003591;
    color: white !important;
}

#modalSaibaMais .close {
    color: white;
    text-shadow: 0 0 black;
}

 #steps button.btn-custom  {
    background: transparent;
    color: black;
    font-size:20px;
    font-weight: 500;
    border: none;
    outline: none;
 }

.row#locator {
    position: relative;
    top: -4em;
}
#icons img {
    height: 45px;
    margin-bottom: 10px;
}
#right {
    border-radius: 0 32px 32px 0;
    background: #07BEBB;
    border-left: 2px solid white;
    padding: 10px;
}
#left {
    border-radius: 32px 0 0 32px;
    background: #088D8B;
    border-right: 2px solid white;
    padding: 10px;
}
#left a, #right a {
    font-weight: 600;
    color: white;
}
#video img {
    height: 1.5rem;
    margin-right: 10px;
}
#video {
    background-color: #07BEBB;
    color: white;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 30px;
}

#left .fas.fa-download {
    margin-right: 10px;
    color: #07BEBB;
}

#right .fas.fa-download {
    margin-right: 10px;
    color: #088D8B;
}

@media (max-width: 600px) {
    #video img {
        height: 1rem;
        margin-right: 5px;
    }
    #video {
        font-size: .9rem;
        padding: 10px 12px;
        white-space: nowrap;
    }
}
