@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@-ms-viewport {
    width: device-width;
}

label {
    display: inline-block;
    display: -webkit-inline-box;
    margin-bottom: 0.5rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-inline {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.form-inline label {
    float: left;
}

.form-inline input {
    float: right;
    padding: .375rem .75rem;
}

form.container {
    max-width: 400px;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: rgb(0, 0, 0);
}

td {
    padding-right: 10px;
}

a,
a:hover,
a:focus {
    color: inherit;
    transition: all 0.3s;
}

main {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.head-navbar {
    background-color: #e3f2fd;
    position: sticky;
    display: flex;
    display: -webkit-flex;
    top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    background-repeat: repeat;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.header-nav-list {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.sidebar-menu {
    width: max-content;
    max-width: 600px;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    max-height: 100vh;
    z-index: 4;
    transition: all 0.3s;
    overflow: auto;
    overflow-x: hidden;
    color: #000000;
    background-color: #f8f3f0;
    background-position: 0 0;
    background-repeat: repeat;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
    margin-left: 0px;
    padding-right: 20px;
    text-align: left;
}

.sidebar-menu-active {
    display: block;
    animation: bounceInLeft 0.8s;
}

.close-button {
    position: sticky;
    top: 3px;
    float: right;
}

.header-nav-list>li {
    display: inline-block;
}

.header-link {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0) !important;
}

i.icono-hamburger,
i.icono-list,
i.icono-cross,
i.icono-caretRightCircle,
i.icono-caretDownCircle {
    color: #000000;
}

i.icono-tag,
i.icono-dropper {
    color: #000000;
    z-index: -1;
}

.button {
    display: inline-block;
    font: inherit;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    text-decoration: none;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0;
    padding-top: 0;
    border-color: rgba(0, 183, 255, 0.767);
    background-color: rgba(0, 183, 255, 0.767);
    cursor: pointer;
}

.button:hover,
.button:focus,
.button:active {
    background-color: rgba(64, 64, 64, 0.5);
    border-color: #175e46;
}

.menu {
    list-style-type: none;
}

.menu-list {
    list-style-type: none;
    display: none;
}

.center {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.menu-list-item {
    text-decoration: none;
    font: inherit;
    text-align: center;
    vertical-align: middle;
}

.menu-list-item:hover,
.menu-list-item:active,
.menu-list-item:focus {
    font-size: 120%;
    padding-left: auto;
    padding-right: auto;
}

.menu-title {
    margin-block-start: 15px;
    margin-block-end: 8px;
}

li.menu-opened ul.menu-list {
    display: block;
}

li .menu-title i.icono-caretDownCircle,
li.menu-opened .menu-title i.icono-caretRightCircle {
    display: none;
}
li.menu-opened .menu-title i.icono-caretDownCircle,
li .menu-title i.icono-caretRightCircle {
    display: inline-block;
}
.modal {
    position: fixed;
    display: none;
    color: #000000;
    background-color: #f8f3f0;
    background-position: 0 0;
    background-repeat: repeat;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
    padding: 50px 80px;
    top: 120px;
    width: 300px;
    left: calc(50vw - 230px);
    z-index: 4;

}

.modal-show {
    display: block;
    animation: bounce 0.6s;
}

.modal-error {
    animation: shake 0.6s;
}

.modal-login {
    top: 120px;
    min-width: 200px;
    padding: 50px 80px;
}

.modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.modal-login h2 {
    margin: 0;
    margin-bottom: 20px;

    font-size: 30px;
    line-height: 42px;
}

.modal-description {
    margin: 0;
    margin-bottom: 10px;
}

.full-shadaw {
    width: 100vw;
    height: 100vh;
    background-color: #0c0c0c3f;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.full-shadaw-show {
    display: block;
}

.tag-list {
    padding-left: 20px;
    color: black;
    line-height: 1.2;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.tag {
    background-color: #c2afa5cc;
    padding: .25rem .3rem;
    padding-left: .6rem;
    padding-right: .6rem;
    font-weight: 500;
    border-radius: 12rem;
    margin-top: 3px;
}

.comment {
    background-color: #f8f3f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
    margin-top: 15px;
    padding-left: 20px;
    border-radius: 30px;
    line-height: 1.1;
}

.comment-head,
.artcle-head {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    padding-top: 8px;
}

.comment-body {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}

.comment-form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 30px;
}

.comment-textaria {
    display: block;
    margin-right: 10px;
    min-width: 200px;
    min-height: 70px;
    width: 70%;
    border-radius: 3rem;
    border-color: powderblue;
    background-color: aliceblue;
    padding-left: 15px;
    padding-right: 15px;
    resize: inherit;

}

.comment-textaria:focus,
.comment-textaria:active {
    border-radius: 3rem;
    outline-width: 0;
    background-color: #fff;
}

.header-input {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 2.5rem;
    width: calc(100% - 3rem);
    border-radius: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.selectpicker {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.selectpicker label {
    padding-right: 30px;
    width: 70px;
}

.selectelement {
    width: 400px;
}

.artcle-head a,
.comment-head a {
    margin-right: 10px;
}

@media (max-width: 400px) {
    .sidebar-menu {
        width: 0px;
        padding-right: 8px;
    }

    .sidebar-menu-active {
        width: 100vw;
        right: 0px;
        top: 0px;
        height: 100vh;
        position: fixed;
    }

    .close-button {
        position: fixed;
        top: 5px;
        right: 5px;
    }

    .header-link {
        padding-left: 10px;
        padding-right: 10px;
        text-transform: lowercase;
    }

    .modal {
        padding-left: 4px;
        padding-right: 4px;
        left: 0px;
        width: 100vw;
    }

    .modal .container {
        padding-left: 1px;
        padding-right: 1px;
    }

    .form-inline input {
        margin-right: 10px;
    }
}

@media (max-width: 500px) and (min-width: 400px) {
    .modal {
        padding-left: calc(50vw - 160px);
        padding-right: calc(50vw - 160px);
        left: 10px;
    }
}

@media (min-width: 1200px) {
    main {
        display: inline-block;
        max-width: 1100px;
        width: 100%;
    }

    body {
        text-align: center;
    }

    article {
        text-align: left;
    }
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@keyframes bounce {
    0% {
        transform: translateY(-2000px);
    }

    70% {
        transform: translateY(30px);
    }

    90% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}