/*!
 * This CSS resource incorporates links to font software which is the valuable copyrighted
 * property of Monotype and/or its suppliers. You may not attempt to copy, install,
 * redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
 * with any questions regarding Web Fonts:  http://www.linotype.com
 */
@font-face {
    font-family: "Rotis Sans Serif W06 Regular";
    src: url("../fonts/RotisSansSerif.otf");
}

:root {
    --primary: #00b482;
    --secondary: #711E82;
}

body, html {
    font-family: "Rotis Sans Serif W06 Regular",Arial,sans-serif !important;
}

header {
    /*padding: 156px 0 100px;*/
}

header .hero {
    margin-bottom: 2.125rem;
    overflow: hidden;
    position: relative;
    background-image: -webkit-radial-gradient(#f2f2f2 0,#f2f2f2 40%,#bebebe 100%);
    background-image: radial-gradient(#f2f2f2 0,#f2f2f2 40%,#bebebe 100%);
}

.hero h1 {
    margin: 1.3em 0 0 auto;
    text-align: right;
    display: block;
    line-height: 1.3;
    max-width: 50rem;
    padding: 0;
    font-size: 1.375rem;
    text-transform: uppercase;
}

.hero h1 .headline {
    color: #00b482;
    display: block;
    line-height: 1em;
}

.hero h1 .subline {
    color: #711e82;
    display: block;
    line-height: 1em;
    font-size: 1rem !important;
}

.hero-wrapper {
    background: rgba(255, 255, 255, 0.65);
    /*margin: 0;*/
    max-width: none;
    padding: 200vh .875rem .6875rem;
    position: absolute;
    width: calc(100vw - .875rem);
    text-align: right;
    margin-right: .875rem;
}

.hero-wrapper::after {
    right: -100vw;
    background: #00b482;
    content: "";
    position: absolute;
    width: 100vw;
}

.hero .bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: auto;
    background-image: url("../img/ibuprofeno-bg-mbl.jpg");
}

@media (min-width: 21.875rem) {
    .hero h1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 25rem) {
    .hero h1 {
        font-size: 1.75rem;
    }
    .hero h1 .subline {
        font-size: 1.2rem !important;
    }
}
@media (min-width: 28.125rem) {
    .hero {
        height: 25vw;
    }
    .hero-wrapper {
        bottom: 8vw;
    }
    .hero h1 {
        font-size: 1.875rem;
    }
    .hero-wrapper::after {
        bottom: -8vw;
        height: 8vw;
    }
    .hero h1 .subline {
        font-size: 1.375rem !important;
    }
}
@media (min-width: 31.25rem) {
    .hero {
        height: 23vw;
    }
    .hero-wrapper {
        bottom: 6vw;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero h1 .subline {
        font-size: 1.375rem !important;
    }
    .hero-wrapper::after {
        bottom: -6vw;
        height: 6vw;
    }
}
@media (min-width: 37.5rem) {
    .hero {
        height: 20vw;
    }
}
@media (min-width: 40.625rem) {
    .hero-wrapper {
        margin-right: 33.333333%;
        width: 66.66666%;
    }
}
@media (min-width: 46.875rem) {
    .hero {
        height: 16vw;
    }
    .hero-wrapper {
        bottom: 5vw;
    }
    .hero-wrapper::after {
        bottom: -5vw;
        height: 5vw;
    }
}
@media (min-width: 56.25rem) {
    .hero {
        height: 14vw;
    }
    .hero-wrapper {
        bottom: 4vw;
        margin-right: 50%;
        width: 50%;
    }
    .hero-wrapper::after {
        bottom: -4vw;
        height: 4vw;
    }
}
@media (min-width: 75rem) {
    .hero {
        height: 12vw;
    }
    .hero-wrapper {
        bottom: 3vw;
        padding-left: 6.25rem;
    }
    .hero h1 .subline {
        font-size: 1.65rem !important;
    }
    .hero-wrapper::after {
        bottom: -3vw;
        height: 3vw;
    }
}

@media (min-width: 85rem) {
    .hero h1 .subline {
        font-size: 1.85rem !important;
    }
}

@media (max-width: 28.0625rem) {
    .hero {
        height: 30vw;
    }
    .hero-wrapper {
        bottom: 10vw;
    }
    .hero-wrapper::after {
        bottom: -10vw;
        height: 10vw;
    }
}


section {
    padding: 0;
}

.bg-primary {
    background-color: #00b482 !important;
}

footer.bg-dark {
    background-color: #F2F2F2 !important;
}

.footer-top.bg-dark {
    background-color: #969696 !important;
}

.social-links ul {
    margin-bottom: 0 !important;
}

.list-inline-item {
    margin-right: 0 !important;
}

.social-icon {
    background: transparent url(../img/social-links.png) no-repeat;
    background-size: 194px 21px;
    display: block;
    height: 1.3125rem;
    margin-right: .875rem;
}

.facebook-icon {
    background-position: 0 0;
    width: 1.3125rem;
}

.youtube-icon {
    background-position: -93px 0;
    width: 1.3125rem;
}

.linkedin-icon {
    background-position: -71px 0;
    width: 1.3125rem;
}
 form label {
     font-weight: bold;
 }

 .form-control {
     border-radius: 0 !important;
 }

.custom-range::-webkit-slider-thumb {
    background: #711E82;
}

.custom-range::-moz-range-thumb {
    background: #711E82;
}

.custom-range::-ms-thumb {
    background: #711E82;
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #711E82;
}

form .alert {
    display: none;
}

@media (min-width: 768px) {

    .hero .bg-image {
        background-image: url("../img/ibuprofeno-bg.jpg");
    }

    #calculadora .container {
        background: url("../img/ibuprofeno.jpg") no-repeat center right;
        background-size: contain;
    }
}

.modal-body {
    color: #000;
    font-weight: bold;
    font-size: 110%;
}

.h4, h4 {
    color: #00b482;
    font-weight: bold;
}

.violet {
    color: #711E82;
}

.violet-bg {
    background-color: #f1e9f3;
}

form .form-row {
    margin-bottom: 8px;
}

form .btn {
    margin-top: 8px;
    margin-bottom: 35px;
    color: #fff !important;
}

a {
    text-decoration: underline;
}

.footer-bottom {
    font-size: 80%;
    color: #333 !important;
}

.footer-bottom li {
    margin-right: 10px !important;
}

.footer-bottom a {
    color: #333 !important;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.aviso-peso {
    display: none;
}

.nav-btn {
    color: white !important;
    text-decoration: none !important;
}

.ficha-frame {
    position: fixed;
    background: #fff;
    border: none;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
