.white-orange-menu.header-position-fixed .md-logo-navbar {
    background-color: #c9ebed;
}
.slider-left {
    padding: 0px 0px 0px 0px;
}
.cover-background {
    background-position: bottom center;
}
.form-title h2 {
    color: #006eb9;
}
.white-orange-menu .menuBar .navbar-nav li a {
    color: #717375;
}
.white-orange-menu .menuBar .navbar-nav li a:hover,
.white-orange-menu .menuBar .navbar-nav li a:active,
.white-orange-menu .menuBar .navbar-nav li.active a {
    color: #d43e74;
}
.slider-form {
    background: #fff;
    border-radius: 30px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.menuBar .navbar-nav li a {
    font-size: 15px;
}
.menuBar nav {
    font-weight: 600;
    text-transform: capitalize;
}
.nav.navbar-nav.navbar-right i {
    margin-right: 10px;
}
.color-blue {
    color: #0072ca;
}
span.color-pink {
    font-weight: 300;
    color: #0072ca;
}
.camisetas {
    text-align: center;
}
.camisetas img {
    width: 300px;
}
.fundapink,
.fundapink a {
    color: #d83974;
}
.text-promo {
    font-size: 35px;
    font-weight: 600;
    color: #612e34;
    line-height: 48px;
}
.title-promo {
    font-weight: 800;
    color: #612e34;
    margin-bottom: 30px;
}
.bg-orange {
    background-color: #d83974;
}
.bluie {
    color: #007dab;
}
.bg-blue {
    background-color: #0072ca;
}
#timer {
    display: inline-block;
    line-height: 1;
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    border-radius: 15px;
    color: #d43e74;
    font-size: 16px;
    font-weight: 800;
}
#days,
#hours,
#minutes,
#seconds {
    display: inline-block;
    line-height: 1;
    padding: 0px 10px;
}
#timer span {
    margin-left: 5px;
}
.btn-obtain {
    display: none;
    background-color: #d83974;
    position: relative;
    top: 130px;
    font-size: 28px;
    padding: 15px 25px;
    color: white;
    border-radius: 90px;
}
.btn-obtain:hover {
    background-color: #0072ca;
    color: white;
}

.btn-obtain-2 {
    background-color: #d83974;
    position: relative;
    top: 60px;
    font-size: 28px;
    padding: 15px 25px;
    color: white;
    border-radius: 90px;
}
.btn-obtain-2:hover {
    background-color: #0072ca;
    color: white;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .btn-obtain {
        position: absolute;
        top: 120px;
        left: 50px;
        width: 240px;
    }
    .menuBar .navbar-nav li a {
        padding: 0 12px;
    }
}
@media (max-width: 992px) {
    .menuBar .navbar-nav li a {
        padding: 0 7px;
    }

    .white-shirt{
        margin-top: 100px;
    }

    .yellow-shirt{
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .btn-obtain {
        background-color: #d83974;
        position: absolute;
        top: 110px;
        font-size: 18px;
        padding: 15px 25px;
        color: white;
        border-radius: 90px;
        left: 40px;
        width: 180px;
    }
}
@media (min-width: 769px) {
    .logos {
        display: none;
    }
    .show-responsive {
        display: none;
    }
}
@media (max-width: 768px) {
    .hide-responsive {
        display: none;
    }
    .show-responsive {
        display: block;
        text-align: center;
    }
    #timer {
        font-size: 18px;
    }
    .adqu {
        height: 280px;
    }
    .title-responsive-main {
        font-size: 50px !important;
        line-height: 65px !important;
    }
    .img-responsive {
        width: 220px !important;
        margin: 0 auto !important;
    }
    .padding-responsive {
        padding-top: 50px !important;
    }
    .pt-top-0 {
        padding-top: 0px !important;
    }
    .promo-responsive {
        position: relative !important;
        top: -420px !important;
        width: 100% !important;
        left: 0px !important;
    }
    .img-relative {
        position: relative;
        top: 170px;
    }
    .logos {
        display: block;
    }
    .logos img {
        width: 200px;
        padding: 20px;
    }
}
@media (max-width: 324px) {
    .hide-responsive {
        display: none;
    }
    #timer {
        font-size: 18px;
    }
    .adqu {
        height: 280px;
    }
    .title-responsive-main {
        font-size: 50px !important;
        line-height: 65px !important;
    }
    .img-responsive {
        width: 220px !important;
        margin: 0 auto !important;
    }
    .padding-responsive {
        padding-top: 50px !important;
    }
    .pt-top-0 {
        padding-top: 0px !important;
    }
    .promo-responsive {
        position: relative !important;
        top: -420px !important;
        width: 100% !important;
        left: 0px !important;
    }
    .img-relative {
        position: relative;
        top: 170px;
    }
    .logos {
        display: block;
    }
    .logos img {
        width: 200px;
        padding: 20px;
    }
    .btn-obtain {
        background-color: #d83974;
        position: absolute;
        top: 130px;
        font-size: 18px;
        padding: 15px 25px;
        color: white;
        border-radius: 90px;
        left: 43px;
        width: 180px;
    }
}
