@font-face {
    font-family: "helveticaBdCd";
    src: url("../fonts/HelveticaNeueLTStd-BdCn.otf");
}
@media only screen and (max-width: 650px) {
    #cont-logo {
        height: 60px !important;
    }
    #logo-bayer {
        transform: scale(0.4) !important;
        margin-right: 5px !important;
    }
    #cont-titulos {
        padding: 20px 10px !important;
    }
    .titulo {
        font-size: 40px !important;
        line-height: 35px !important;
    }
    .subtitulo {
        font-size: 20px !important;
    }
    #btn-celestamine-solucion {
       width: 189px !important;
       height: 83px !important;
    }
    #btn-celestamine-tabletas {
        width: 215px !important;
        height: 83px !important;
    }
    #btn-clarityne-d {
        width: 177px !important;
        height: 83px !important;
    }
    #btn-clarityne-uva {
        width: 139px !important;
        height: 83px !important;
    }
    #btn-clarityne {
        width: 173px !important;
        height: 83px !important;
    }
    #cont-btn-ipp {
        padding: 10px 0 10px 0 !important;
    }
    #btn-afrin-no-drip {
        width: 138px !important;
        height: 87px !important;
    }
}

@media only screen and (max-width: 960px) {
    #back-puntos {
        opacity: 0.5 !important;
    }
    #logo-bayer {
        background: url('../img/logo-bayer-black.png')no-repeat !important;
        background-size: contain !important;
    }
}
#cont-main {
    width: 100%;
    height: 100vh;
    position: relative;
}
#cont-logo {
    width: 100%;
    height: 100px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: end
}
#logo-bayer {
    width: 80px;
    height: 80px;
    background: url('../img/logo-bayer.png')no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.logo-bayer {
    margin-right: 25px;
}
#cont-titulos {
    max-width: 800px;
    width: 90%;
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 0 80px 0 0;
}
.titulo {
    font-family: "helveticaBdCd";
    font-size: 70px;
    line-height: 50px;
    color: #02B59E;
    margin-bottom: 10px;
}
.subtitulo {
    font-family: "helveticaBdCd";
    font-size: 63px;
    color: #02B59E;
}
#cont-btn-ipp {
    width: 95%;
    height: auto;
    /* background-color: rgba(255, 0, 0, 0.5); */
    padding: 30px 0 150px 0;
    margin: 20px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
#btn-celestamine-solucion {
    width: 377px;
    height: 167px;
    background: url('../img/btn-celestamine-solucion.png')no-repeat;
    background-size: contain;
    margin: 10px 15px;
}
#btn-celestamine-tabletas {
    width: 431px;
    height: 167px;
    background:  url('../img/btn-celestamine-tabletas.png')no-repeat;
    background-size: contain;
    margin: 10px 15px;
}
#btn-clarityne-d {
    width: 355px;
    height: 167px;
    background: url('../img/clarityne-d.png')no-repeat;
    background-size: contain;
    margin: 10px 15px;
}
#btn-clarityne-uva {
    width: 277px;
    height: 165px;
    background:  url('../img/clarityne-uva.png')no-repeat;
    background-size: contain;
    margin: 10px 15px;
}
#btn-clarityne {
    width: 347px;
    height: 167px;
    background:  url('../img/clarityne.png')no-repeat;
    background-size: contain;
    margin: 10px 15px;
}
#btn-afrin-no-drip {
    width: 277px;
    height: 174px;
    background:  url('../img/btn-afrin.png')no-repeat;
    background-size: contain;
    margin: 10px 15px;
}
#img-footer {
    width: 100%;
    height: 394px;
    background: url('../img/img-footer.png')no-repeat;
    background-size: cover;
    position:fixed;
    left:0px;
    bottom:0px;

}
#back-puntos {
    width: 100%;
    height: 60vh;
    background: url('../img/back-puntos.png')no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
.a_link {
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: inline-block;
}