/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
Author: Your Name
Description: Custom child theme for Hello Elementor
*/




.offer__porcent-text {
    margin-top:-19px!important;
}

:root {
    --color-primary: rgb(31, 30, 30);
    --color-secondary: #ae0434;
    --color-secondary2: #ae0434
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.js-hidden {
    display: none !important;
}

/* Add any additional styles here */

html {
    font-size: 62.5%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.offer-container,
body {
    width: 100vw
}

.container-chat {
    font-weight: 400
}

.chat,
.wrapper {
    display: flex;
    flex-direction: column
}

.loading__box-1--hidden {
    display: none !important
}

.loading__box-2--hidden {
    display: none !important
}

.loading__box-3--hidden {
    display: none !important
}

.loading__check-1--hidden {
    display: none !important
}

.loading__check-2--hidden {
    display: none !important
}

.loading__check-3--hidden {
    display: none !important
}

.chat__reactions {
    width: 90%;
    margin: 2rem auto 0;
    display: flex;
    align-items: stretch;
    font-size: .95rem
}

.chat__reactions-icon {
    width: 1.2rem;
    margin-right: .2rem
}

.chat__reactions-text {
    margin-left: .5rem
}

.chat__reactions-counter {
    margin-left: 1.8rem
}

.chat__actions {
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
    font-size: 1.2rem;
    border-top: 1.4px solid #b0b0b0;
    border-bottom: .5px solid #d3d3d3
}

.chat__actions-box {
    display: flex;
    align-items: center
}

.chat__actions img {
    width: 4rem
}

.chat__conversation {
    width: 90%;
    margin: 0 auto;
    font-size: 1.1rem
}

.chat__conversation-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    position: relative
}

.chat__conversation-box--right {
    margin-left: 20%;
    margin-bottom: 1rem
}

.chat__conversation-box-img {
    width: 3.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    align-self: baseline
}

.chat__conversation-box-active {
    width: 1rem;
    height: 1rem;
    background-color: var(--color-secondary);
    border-radius: 50%;
    position: absolute;
    top: 2.5rem;
    left: 2.7rem
}

.chat__conversation-box-content-comment {
    padding: 1rem;
    background-color: #f2f3f5;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px
}

.chat__conversation-box-content-comment-name {
    color: #726695;
    font-weight: 500;
    margin-right: .4rem
}

.chat__conversation-box-content-cta {
    margin-top: .3rem;
    padding-left: 1.5rem;
    color: #726695
}

.chat__conversation-box-content-cta-text {
    margin-right: .5rem
}

.chat__conversation-box-content-cta--2 {
    font-size: .9rem
}

.chat__conversation-reply {
    margin-left: 20%;
    color: gray
}

.chat__conversation-reply--efect {
    animation: opacidad 1s infinite
}

@keyframes opacidad {
    0 {
        opacity: 0
    }

    50 % {
        opacity: 1
    }

    100 % {
        opacity: 0
    }
}

.chat__conversation-write {
    position: relative;
    margin-bottom: 2rem
}

.chat__conversation-write input {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: none;
    background-color: #f2f3f5;
    border-radius: 100px;
    padding: .8rem;
    color: var(--color-primary);
    padding-left: 1rem;
    outline: 0
}

.chat__conversation-write-icons {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 1.2rem;
    top: 1.8rem
}

.chat__conversation-write-icons-img {
    width: 1.2rem;
    margin-right: .5rem;
    fill: gray
}

.chat__conversation-write-icons-img--svg {
    width: 2rem
}

.loading {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 48px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 4px 4px 18px 3px rgba(0, 0, 0, .3)
}

.loading__box {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative
}

.loading__animate,
.loading__check {
    width: 5rem
}

.loading__check {
    position: absolute;
    left: 0
}

.loading__txt {
    font-size: 1.2rem;
    color: var(--color-primary);
    margin-left: 1rem
}

.loading2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    height: 590px;
    z-index: 20;
    background-color: #fff;
    box-shadow: 4px 4px 18px 3px rgba(0, 0, 0, .3)
}

.loading2__box {
    text-align: justify;
    padding: 2rem;
    color: var(--color-primary);
    font-size: 14px
}

.loading2__permission {
    width: 12rem;
    margin: 0 auto
}

.js-hidden {
    display: none !important
}

.js-display {
    display: block
}

.js-show {
    visibility: hidden !important
}

.logo-container {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 2rem;
    margin: 0 auto 20px;
    background-color: var(--color-secondary);
    color: white;
}

.offer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.offer {
    width: 100%
}

.offer__fixed {
    background-color: var(--color-secondary)
}

.offer__fixed-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: .5rem
}

.offer__fixed-box span {
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem
}

.offer__company {
    width: 30%;
    border-right: 1px solid var(--color-secondary)
}

.offer__step {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #000000;
    }

    40% {
        box-shadow: 0 0 20px #000000;
    }

    60% {
        box-shadow: 0 0 20px #000000;
    }

    100% {
        box-shadow: 0 0 -10px #000000;
    }
}

.button-glow {
    animation: glowing 5000ms infinite;
    transition: 0.2s linear;
    background-image: linear-gradient(to bottom right, #ff0000, #ff0000);
}

.offer__step-box {
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin: 0 auto 20px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

.offer__step-box:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    border-radius: 10px;
    background-color: #ff0000;
    transform: translateX(-50%);
}

.offer__border {
    width: 30px;
    height: 80%;
    background-color: var(--color-secondary);
    margin-right: 1rem;
    display: none;
}

.offer__cta-btn {
    width: 200px;
    height: 50px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    outline: 0;
    margin: 0 0 20px 3.5rem;
    background-color: #ff0000;
}

.offer__cta-btn:active,
.offer__cta-btn:hover {
    background-color: #ff0000;
}

.offer__cta-btn:active {
    transform: translateY(2px)
}

.offer__loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.offer__svg {
    position: relative
}

.offer__check {
    position: absolute;
    left: 0
}

.offer__porcent {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700
}

.offer__form {
    border: unset;
    padding: 1rem;
    position: relative;
    margin-top: 2.5rem
}

.offer__form-input {
    border: none;
    outline: 0
}

.offer__form-input::placeholder {
    color: #c0bfc3;
    font-family: inherit;
    font-size: 1.5rem
}

.offer__form-separar {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #c0bfc3
}

.offer__form-label {
    display: block;
    text-align: center;
    height: 50px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 27px;
    cursor: pointer;
    padding: 10px 10px;
    background: #ff0000;
    transition: background 0.3s ease;
}

.offer__first {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 9px auto
}

.offer__load {
    width: 80%;
    font-size: 1.3rem;
    padding: .6rem;
    border: 1px solid var(--color-primary);
    position: relative
}

footer#site-footer {
    display: none;
}

.offer__load-icon {
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--color-primary);
    padding-right: .8rem;
    padding-left: .8rem;
    border-left: none
}

.offer__load-text {
    margin-left: -3.5rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.offer__load-a {
    position: absolute;
    height: 3.2rem;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: #ff0000;
}

.permision-container {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 4px 4px 18px 3px rgba(0, 0, 0, .4);
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 15
}

.permision-container-box {
    width: 95%;
    margin: 0 auto
}

.permision-container-end,
.permision-container-request-text {
    width: 100%;
    padding: 1.2rem;
    background-color: #ededf3;
    font-size: 1.5rem;
    font-weight: 700
}

.permision-container-end {
    font-size: 1rem;
    font-weight: 400;
    text-align: center
}

.permision-container-data {
    padding: 2rem
}

.permision-container-icons {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 2.5rem
}

.permision-container-icons-face,
.permision-container-icons-uber {
    width: 8rem
}

.permision-container-txt {
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem
}

.permision-container-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.permision-container-input {
    outline: 0;
    padding: 1.2rem;
    width: 100%;
    margin-bottom: 1.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #b9b9b9;
    color: gray;
    font-size: 1.2rem
}

.permision-container-secure {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #a2a2a2
}

.permision-container-secure svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem
}

.permision-container-cta {
    width: 100%;
    padding: .8rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    font-size: 1.8rem
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.buttons {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 47px;
    color: #90949c;
}

.action {
    cursor: pointer;
}

.input {
    padding: 6px 12px 12px;
}

.input input {
    width: 100%;
    background: #f1f2f6;
    padding: 10px;
    border-radius: 15px;
    border: 0;
    outline: none;
}

.post {
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    max-width: 500px;
    border: 1px solid #d0d1d5;
    border-radius: 3px;
}

.post img {
    width: 100%;
}

.welcome {
    font-size: 15px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter {
    color: #7f7f7f;
    font-size: 12px;
    text-align: right;
    padding: 10px 0 10px 2px;
    border-bottom: 1px solid #e1e2e3;
}

.reactions {
    display: inline-flex;
    align-items: center;
    float: left;
}

.counter img {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: content-box;
}

.like,
.love {
    margin-right: -5px;
}

.like {
    z-index: 2;
}

.love {
    z-index: 1;
}

.bar {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e1e2e3;
}

.bar .react {
    display: table-cell;
    width: calc(100% / 3);
    font-size: 12px;
    color: #7f7f7f;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.comments {
    direction: ltr;
}

.comment {
    padding: 6px 0;
    margin-top: 5px;
}

.comment img {
    float: left;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
}

.reply {
    margin-left: 37px;
}

.user-container {
    margin-left: 37px;
    background: #f1f2f6;
    padding: 10px;
    border-radius: 15px;
    font-size: 12px;
}

.user-container .text {
    display: block;
}

.user-container .user {
    display: inline-block;
    cursor: pointer;
    color: #365899;
    margin-bottom: 5px;
}

.B {
    text-align: center;
    background-color: #ff0000;
    color: white;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}