/*

Custom styles for "O Dollarro" page.

*/

.top_about_container {
    background-color: #610034;
    padding: 8em 0 14em 0;
}
.top_about_container h1 {
    color: #fff;
}
.top_about_container p {
    color: #e2d0d7;
}
.top_about_container .biography {
    color: #fff;
}
.quote_container {
    margin-bottom: 40px;
}
.top_quote_icon img,
.bottom_quote_icon img {
    width: 40px;
}
.top_quote_icon {
    margin-bottom: 1rem;
}
.bottom_quote_icon {
    text-align: center;
}
.biography .title {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0rem;
}
.biography p {
    color: #CC8AA2;
}
.biography .text {
    margin-bottom: 3rem;
}
.btn_white_primary,
.btn_white_secondary {
    font-size: 18px;
}
.btn_white_primary {
    background: #fff;
    color: #8C004C;
}
.btn_white_secondary {
    background: transparent;
    color: #fff;
}
.btn_white_primary:hover {
    background: #c5a4ac;
    color: #8C004C;
}
.btn_white_secondary:hover {
    color: #c5a4ac!important;
}
.btn_white_secondary span {
    padding-right: 6px;
}
.about_hero img,
.mobile_about_hero img{
    width: 100%;
}
.about_hero {
    display: none;
    top: 50px;
    right: 0px;
}
.mobile_about_hero {
    display: block;
    top: 50px;
    right: 0px;
    width: 550px
}
.media {
    padding: 3em 0 8em 0;
}
.media_box_separator, .feature_box_separator {
    margin-bottom: 4rem;
}
.media_box_container, .feature_box_container {
    height: 100%;
}
.media_box_icon_container {
    transform: translateY(-25px);
}
.media_box, .feature_box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0px 15px 15px 15px;
}
.media_box {
    height: 100%;
}
.media_box p {
    font-size: 14px;
    margin-bottom: 0rem;
}
.features {
    background: #F6F5FB;
    padding: 5em 0 5em 0;
    max-width: 1920px;
}
.feature_box_separator {
    margin-bottom: 8rem;
}
.feature_box {
    text-align: center;
}
.feature_box h3 {
    font-size: 1.5rem;
}
.feature_box_icon_container {
    background: #8C004C;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(-35px);
}
.feature_box_icon_container .icon_img {
    margin: 15px auto;
    width: 40px;
}
.line_right,
.line_left {
    display: none;
}
.line_mobile {
    display: block;
}
.line_right,
.line_mobile {
    bottom: 0px;
    right: 0px;
    transform: translate(-33px, -60px);
}
.line_left {
    bottom: 0px;
    left: 0px;
    transform: translate(34px, -60px);
}
#team, #questions {
    padding: 2em 0 12em 0;
    max-width: 1920px;
}
#questions {
    background: #F6F5FB;
    
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform:translateY(30px);
        -ms-transform:translateY(30px);
        -webkit-transform:translateY(30px);
    }

    to {
        opacity: 1;
        transform:translateY(0px);
        -ms-transform:translateY(0px);
        -webkit-transform:translateY(0px);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform:translateY(30px);
        -ms-transform:translateY(30px);
        -webkit-transform:translateY(30px);
    }

    to {
        opacity: 1;
        transform:translateY(0px);
        -ms-transform:translateY(0px);
        -webkit-transform:translateY(0px);
    }
}

@media (min-width: 576px) {
    .btn_white_primary,
    .btn_white_secondary {
        padding: 12px 40px;
    }
    .btn_md_margin_b {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .top_quote_icon img,
    .bottom_quote_icon img {
        width: 50px;
    }
    .bottom_quote_icon {
        text-align: right;
    }
    .btn_md_margin_b {
        margin-bottom: 0rem;
    }
    .about_hero {
        display: block;
        width: 350px;
    }
    .mobile_about_hero {
        display: none;
    }
    .line_right,
    .line_left {
        display: block;
    }
    .line_mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .about_hero {
        width: 650px;
    }
}

@media (min-width: 1200px) {
    .about_hero {
        width: 800px;
    }
}

@media (min-width: 1400px) {

}

@media (min-width: 1700px) {
}