@import url(https://fonts.googleapis.com/css?family=Chango|Josefin+Sans:400,600,700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    html {
        font-size: 92%;
    }
}
.hide {
    display: none !important;
}
.unhide {
    left: 50% !important;
}
body {
    font-family: "Josefin Sans", sans-serif;
    /* font-size: 1rem; */
    color: #fff;
    overflow-x: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}
h1 {
    font-size: 1.3rem;
}
h2 {
    font-size: 1.3rem;
}
#clouds {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.clouds__cloud {
    -webkit-filter: opacity(30%);
    filter: opacity(30%);
    opacity: 0.5;
    position: absolute;
    top: 70%;
    right: -50%;
    width: 150px;
    animation: move 15s linear infinite reverse;
}
.clouds__cloud-1 {
    top: 55%;
    right: -50%;
    -webkit-animation: move 30s linear infinite;
    animation: move 30s linear infinite;
}
.clouds__cloud-2 {
    top: 45%;
    right: -50%;
    animation: move 25s linear infinite reverse;
}
.clouds__cloud-3 {
    top: 30%;
    right: -50%;
    -webkit-animation: move 20s linear infinite;
    animation: move 20s linear infinite;
}
.clouds__cloud-4 {
    top: 15%;
    right: -50%;
    animation: move 35s linear infinite reverse;
}
.clouds__cloud-5 {
    top: 0%;
    right: -50%;
    -webkit-animation: move 45s linear infinite;
    animation: move 45s linear infinite;
}
#body__img {
    width: 110vw;
    position: fixed;
    bottom: 0;
    left: -5vw;
}
#body__index {
    background-color: #24a49f;
}
#body__antibioticos {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -999;
    background-image: linear-gradient(to bottom, #48aac8, #93d3e8);
}
#body__preventivos {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -999;
    background-image: linear-gradient(to bottom, #9c78c2, #d1b8eb);
}
#body__anestesicos {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -999;
    background-image: linear-gradient(to bottom, #2b83bb, #54a3d9);
}
#body__notas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -999;
    background-image: linear-gradient(to bottom, #e64e3e, #af5249);
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: auto;
    padding: 30px 30px 90px 30px;
}
#wrapper p {
    color: #e3e3e3;
}
#header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
#header a {
    text-decoration: none;
    color: #fff;
}
#header__logo {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
}
#header__logo img {
    height: 50px;
}
@media (max-width: 380px) {
    #header__logo img {
        height: 30px;
    }
}
@media (max-width: 380px) {
    #header__logo {
        width: 30px;
        height: 30px;
    }
}
#header__title {
    text-align: left;
    margin-left: 10px;
}
#header__title h1 {
    font-family: "Chango", sans-serif;
}
#header__title p {
    margin: 0;
}
@media (max-width: 380px) {
    #header {
        font-size: 87%;
    }
}
#bienvenida {
    margin: 30px 0;
}
#containerDescripcion {
    padding: 10px 13px;
    margin: 20px;
    background: #00000042;
    border-radius: 10px;
    color: #fff;
    box-shadow: 10px 10px 10px #2b2b2be3 inset;
}
#containerDescripcion span {
    font-weight: 700;
    color: #f4aeae;
}
.calculadoras {
    width: 100%;
}
.calculadoras a {
    color: #fff;
    text-decoration: none;
    text-align: left;
}
.calculadoras__boton {
    position: relative;
    background: #93d3e8;
    margin: 30px 0;
    padding: 15px 80px 15px 20px;
    border-radius: 10px;
}
.calculadoras__boton p {
    margin: 5px 0 0 0;
}
.calculadoras__boton h2 {
    margin: 0;
}
.calculadoras__boton img {
    height: 80px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
.calculadoras__boton:active {
    -webkit-animation: shake 0.1s;
    animation: shake 0.1s;
}
.calculadoras__boton--antibioticos {
    background-image: linear-gradient(to right, #3da4c3, #c0edfa);
    box-shadow: 0px 20px 5px -15px #1d6a8166;
}
.calculadoras__boton--antibioticos img {
    right: 10px;
}
.calculadoras__boton--preventivo {
    background-image: linear-gradient(to right, #9c78c2, #d1b8eb);
    box-shadow: 0px 20px 5px -15px rgba(91, 56, 128, 0.4);
}
.calculadoras__boton--preventivo img {
    right: 13px;
}
.calculadoras__boton--anestesicos {
    background-image: linear-gradient(to right, #2b83bb, #54a3d9);
    box-shadow: 0px 20px 5px -15px rgba(27, 91, 131, 0.4);
}
.calculadoras__boton--anestesicos img {
    right: 23px;
}
#notas .calculadoras__boton--otro {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #e64e3e, #af5249);
    box-shadow: 0px 20px 5px -15px rgba(149, 41, 29, 0.4);
}
.calculadoras__boton--otro img {
    right: 5px;
}
#otros {
    display: flex;
    align-items: center;
    width: 100%;
}
#otros #notas {
    width: 50%;
    color: #fff;
    text-decoration: none;
    text-align: left;
}
#otros .otros__social {
    width: 50%;
    text-align: center;
}
#otros .otros__social h2 {
    margin: 0;
    font-size: 0.8rem;
}
#otros #social__icons {
    display: flex;
    justify-content: center;
}
#otros #social__icons img {
    width: 25px;
    height: 25px;
    margin: 5px 10px;
}
#footer {
    background-color: #333333;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
#footer a {
    text-decoration: none;
}
#footer span {
    color: #368a5b;
}
@-webkit-keyframes shake {
    0% {
        transform: translate(2px, 2px) rotate(3deg);
    }
    20% {
        transform: translate(-2px, -2px);
    }
    40% {
        transform: translate(2px, 2px) rotate(-3deg);
    }
    60% {
        transform: translate(-2px, -2px);
    }
    80% {
        transform: translate(2px, 2px) rotate(3deg);
    }
    100% {
        transform: translate(-2px, -2px);
    }
}
@keyframes shake {
    0% {
        transform: translate(2px, 2px) rotate(3deg);
    }
    20% {
        transform: translate(-2px, -2px);
    }
    40% {
        transform: translate(2px, 2px) rotate(-3deg);
    }
    60% {
        transform: translate(-2px, -2px);
    }
    80% {
        transform: translate(2px, 2px) rotate(3deg);
    }
    100% {
        transform: translate(-2px, -2px);
    }
}
@-webkit-keyframes move {
    from {
        right: -50%;
    }
    to {
        right: 150%;
    }
}
@keyframes move {
    from {
        right: -50%;
    }
    to {
        right: 150%;
    }
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    font-family: "Josefin Sans", sans-serif;
    /* border-radius: 10px; */
    padding-left: 10px;
    width: 100%;
    height: 30px;
    border-bottom: solid 3px #fff;
    color: #fff;
}
select::-ms-expand {
    display: none;
}
select:visited {
    border: none;
}
.select {
    margin-top: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
.select::after {
    content: "\25BC";
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 30px;
    top: 0;
    right: 0;
    padding: 0 16px;
    cursor: pointer;
    pointer-events: none;
    transition: 0.5s all ease;
}
.select:hover::after {
    color: rgba(255, 255, 255, 0.6);
    transform: rotate(360deg);
}
#datos {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#datos * {
    box-sizing: border-box;
}
#datos label {
    display: block;
    width: 80%;
    text-align: left;
    padding-left: 20px;
    background: #0000002b;
    border-radius: 5px 0 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    color: #fff;
}
#datos label button {
    transform: translate(10px, 5px);
    border: none;
    background: none;
    padding: 0;
}
#datos label button img {
    width: 20px;
}
#datos input {
    width: 20%;
    border: none;
    height: 30px;
    margin: 5px 0;
    border-radius: 0 25px 25px 0;
    background: #ffffff99;
    text-align: center;
}
#buttons {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
#buttons button {
    border: none;
    height: 35px;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 700;
    line-height: 35px;
}
#buttons__clear {
    background-color: transparent;
    color: #202020;
}
#buttons__calcular {
    background-color: #489362;
    color: #fff;
    box-shadow: 0px 10px 10px -5px #203e2a;
}
#header__menu {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 380px) {
    #header__menu {
        width: 40px;
        height: 40px;
    }
}
#header__menu div {
    background-color: #fff;
    font-size: 0;
    border-radius: 20px;
    width: 62%;
    margin: 5% auto;
    height: 5%;
    transition: 0.5s;
}
.header__menu--up {
    transform: translateY(9px) rotate(405deg);
    background: #e64e3e !important;
}
@media (max-width: 380px) {
    .header__menu--up {
        transform: translateY(6px) rotate(405deg);
    }
}
.header__menu--mid {
    opacity: 0;
}
.header__menu--down {
    transform: translateY(-9px) rotate(-405deg);
    background: #e64e3e !important;
}
@media (max-width: 380px) {
    .header__menu--down {
        transform: translateY(-6px) rotate(-405deg);
    }
}
#notas div {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: left;
    box-shadow: 5px 5px 15px #310500;
}
#notas div p {
    color: #424242;
}
#notas h2 {
    color: #313131;
    font-weight: 700;
}
#menuPhone {
    position: fixed;
    display: flex;
    top: -200%;
    flex-direction: column;
    justify-content: space-around;
    z-index: 300;
    width: 100vw;
    background: #991144;
    box-sizing: border-box;
    padding: 150px 0 0 0;
    transition: 0.6s cubic-bezier(0.6, -0.15, 0.735, 0.045);
}
#menuPhone hr {
    width: 70%;
}
#menuPhone div {
    margin: 15px 0;
    padding: 0 15vw;
}
#menuPhone div:nth-child(1) a {
    font-family: "Chango", sans-serif;
    font-size: 2rem;
}
#menuPhone a {
    font-size: 1rem;
    color: white;
    text-decoration: none;
}
#menuPhone img {
    width: 35px;
}
.unhideMenuPhone {
    top: -150px !important;
}
#resultado,
#dosis_ayuda,
#diaria_ayuda {
    position: fixed;
    top: 50%;
    left: -50%;
    width: 400px;
    transform: translate(-50%, -50%);
    background: #f6f6f6;
    color: #333;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.5s;
    z-index: 999;
}
@media (max-width: 600px) {
    #resultado,
    #dosis_ayuda,
    #diaria_ayuda {
        width: 80vw;
    }
}
#resultado img,
#dosis_ayuda img,
#diaria_ayuda img {
    width: 80px;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%, -75%);
}
#resultado h2,
#dosis_ayuda h2,
#diaria_ayuda h2 {
    color: #24a49f;
}
#resultado p,
#dosis_ayuda p,
#diaria_ayuda p {
    padding: 20px;
    margin: 0;
    border-radius: 10px;
    background: #f6f6f6;
}
#resultado span,
#dosis_ayuda span,
#diaria_ayuda span {
    font-weight: 700;
    color: #ca3e47;
}
#resultado_close,
#ayuda_close,
#diaria_close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 50%;
    font-weight: 700;
    position: absolute;
    color: #444;
    top: -30px;
    right: 30px;
    transform: translate(40%, -40%);
}
#dosis_ayuda > div,
#diaria_ayuda > div {
    max-height: 60vh;
    overflow-y: auto;
    padding: 20px;
}
.block {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #333;
    -webkit-filter: opacity(80%);
    filter: opacity(80%);
    z-index: 997;
}
