/* navbar */
.navbar {
    background: #fff;
    border-top: 4px solid #d22d0f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    width: 100%;
}

.navbar .content-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.navbar .content-navbar .parent-logo {
    padding: 0px 15px;
}

.navbar .content-navbar .parent-logo .img-desktop {
    width: 180px;
}

.navbar .content-navbar .parent-logo .img-mobile { 
    display: none;
    width: 45px;
    height: 36px;
}

@media (max-width:767px) {

    .navbar .content-navbar .parent-logo .img-desktop {
        display: none !important;
    }

    .navbar .content-navbar .parent-logo .img-mobile {
        display: block !important;
    }
}

.navbar .content-navbar .parent-icons-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar .content-navbar .parent-icons-nav .icon-flag {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .content-navbar .parent-icons-nav .icon-flag img {
    width: 100px;
}

.navbar .content-navbar .parent-icons-nav .icon-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar .content-navbar .parent-icons-nav .icon-menu img {
    width: 20px;
    margin-right: 10px;
}

    


/* navbar */

/* Main */
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

.main-sections-all {
    background: #f5f5f5;
    width: 100%;
    padding: 50px 15px;
}

.main-sections-all .content-main-sections-all-other {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    overflow: hidden;
    background-color: #FFF;
}

.main-sections-all .content-main-sections-all-other .form-first {
    width: 500px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 50px 20px;
    background-color: #FFF;
}

.main-sections-all .content-main-sections-all-other .form-first .parent-loading-element {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sections-all .content-main-sections-all-other .form-first .parent-loading-element img {
    width: 122px;
    margin: auto;
}

.main-sections-all .content-main-sections-all-other .form-first .image-valid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main-sections-all .content-main-sections-all-other .form-first .image-valid .image-step-valid {
    width: 94px;
    margin: auto;
}

.main-sections-all .content-main-sections-all-other .form-first .image-valid i {
    font-size: 40px;
    color: #d22d0f;
    margin: auto;
    margin-bottom: 20px !important;
}

.main-sections-all .content-main-sections-all-other .form-first .title-step {
    color: #14143c;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    
}  

.main-sections-all .content-main-sections-all-other .form-first .p-explain {
    color: #313030;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.main-sections-all .content-main-sections-all-other .form-first .parent-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sections-all .content-main-sections-all-other .form-first .parent-button .button-send-data {
    width: 100%;
    height: 48px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    background: #d22d0f;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
}

.main-sections-all .content-main-sections-all {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
}


@media (max-width: 800px) {
    .main-sections-all .content-main-sections-all {
        flex-direction: column !important;
        justify-content: center;
    }
}

.main-sections-all .content-main-sections-all .middle-element {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #dbdbdb;
    padding: 50px 10px;
}

.main-sections-all .content-main-sections-all .middle-element .mss-image {
    width: 300px;
    margin: auto;
}

.main-sections-all .content-main-sections-all .middle-element-other {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding: 50px 20px;
}

.main-sections-all .content-main-sections-all .middle-element-other .parent-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-sections-all .content-main-sections-all .middle-element-other .parent-image .app-image {
    width: 211px;
    margin: 0px auto 35px auto;
}



.main-sections-all .content-main-sections-all .middle-element-other .parent-image .loading-app {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sections-all .content-main-sections-all .middle-element-other .parent-image .loading-app .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.main-sections-all .content-main-sections-all .middle-element-other p {
    color: #313030;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.main-sections-all .content-main-sections-all .middle-element-other h3 {
    color: #000;
    width: 100%;
    text-align: center;    
    font-size: 19px;
}


@media (max-width: 800px){
    .main-sections-all .content-main-sections-all .middle-element {
        width: 100% !important;
    }

    .main-sections-all .content-main-sections-all .middle-element-other {
        width: 100% !important;
        padding-bottom: 0px !important;
    }
}

.main-sections-all .content-main-sections-all .card-container {
    width: 400px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-sections-all .content-main-sections-all .card-container .credit-card {
    width: 100%;
    height: 241px;
    border-radius: 15px;
    background: #d22d0f;
    color: white;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-sections-all .content-main-sections-all .card-container .credit-card:hover{
    transform: rotateY(180deg) !important;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-ship-and-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-ship-and-logo .card-chip {
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-ship-and-logo .card-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-ship-and-logo .card-logo i {
    font-size: 36px;
    color: #FFF;
    margin-right: 5px;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-ship-and-logo .card-chip img {
    width: 50px;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-card-number {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-card-number .card-number-label {
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: 10px;
    opacity: 0.7;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-card-number .card-number {
    font-size: 21px;
    letter-spacing: 2px;
    color: #FFF;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-name-and-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-name-and-date .coul-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-name-and-date .coul-1 .card-holder-label {
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: 10px;
    opacity: 0.7;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-name-and-date .coul-1 .card-expiration-label {
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: 10px;
    opacity: 0.7;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-name-and-date .coul-1 .card-holder {
    font-size: 14px;
    color: #FFF;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-front .container-name-and-date .coul-1 .card-expiration {
    font-size: 14px;
    color: #FFF;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .card-back {
    transform: rotateY(180deg);
    background: #d22d0f;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.main-sections-all .content-main-sections-all .card-container .credit-card .card-back .card-stripe {
    background: linear-gradient(135deg, #7a7a7a, #464646);
    position: absolute;
    width: 100%;
    height: 50px;
    top: 30px;
    left: 0;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .container-cvv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    width: 100%;
    margin-top: 80px;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .container-cvv .card-cvv-label {
    color: #FFF;
    font-size: 14px;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}

.main-sections-all .content-main-sections-all .card-container .credit-card .container-cvv .card-cvv {
    font-size: 18px;
    text-align: right;
    color: #000;
    width: 100%;
    padding: 5px;
    background-color: #FFF;
    border-radius: 5px;
}

.main-sections-all .content-main-sections-all .form-first {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 50px 20px;
    background-color: #FFF;
}

@media (max-width: 800px){
    .main-sections-all .content-main-sections-all .form-first {
        width: 100% !important;
    }
}

.main-sections-all .content-main-sections-all .form-first h1 {
    color: #077d41;
    font-size: 20px;
    margin-bottom: 17px;
    text-align: center;
    width: 100%;
    line-height: 1.7;
}

.main-sections-all .content-main-sections-all .form-first .parent-input {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}

.main-sections-all .content-main-sections-all .form-first .parent-input label {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
    font-weight: bold;
}

.main-sections-all .content-main-sections-all .form-first .parent-input .input-posting {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    background: #efefef99;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.main-sections-all .content-main-sections-all .form-first .parent-input .input-posting::placeholder {
    color: #757575 !important;
}

.main-sections-all .content-main-sections-all .form-first .parent-input .input-posting:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.main-sections-all .content-main-sections-all .form-first .parent-input .message-error {
    color: #B94A48;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.main-sections-all .content-main-sections-all .form-first .parent-input .counter {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #000;
}

.main-sections-all .content-main-sections-all .form-first .parent-input .counter .title-counter {
    margin-right: 5px;
}

.main-sections-all .content-main-sections-all .form-first .text-and-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main-sections-all .content-main-sections-all .form-first .timer {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid #8e8e8e;
    margin-bottom: 7px;
}

.main-sections-all .content-main-sections-all .form-first .parent-input .container-select-date {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-sections-all .content-main-sections-all .form-first .parent-input .container-select-date select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    background: #efefef99;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.main-sections-all .content-main-sections-all .form-first .parent-input .container-select-date select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.main-sections-all .content-main-sections-all .form-first .title-step {
    color: #14143c;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}  

.main-sections-all .content-main-sections-all .form-first .p-explain {
    color: #313030;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.main-sections-all .content-main-sections-all .form-first .parent-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sections-all .content-main-sections-all .form-first .parent-button .button-send-data {
    width: 100%;
    height: 48px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    background: #d22d0f;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    
}

.main-sections-all .content-main-sections-all .form-first .parent-button .button-send-data:hover {
    background-color: #94220c;
}

/* Main */

/* Footer */
.footer {
    width: 100%;
}

.footer .content-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background-color: #515151;
    padding: 30px 15px;
}

@media (max-width:767px) {
    .footer .content-footer {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.footer .content-footer .box-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% / 3);
}

@media (max-width:767px) {
    .footer .content-footer .box-footer {
        width: 100% !important;
    }
}

.footer .content-footer .box-footer h4 {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer .content-footer .box-footer .link-footer {
    font-size: 16px;
    text-decoration: underline;
    color: #FFF;
    margin-bottom: 10px;
}

.footer .content-footer .box-footer .contact {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 10px;
}

.footer .content-footer .box-footer .btn-footer {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 29px;
    border: 1px solid #FFF;
    transition: 0.2s;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer .content-footer .box-footer .btn-footer:hover {
    background-color: #FFF;
    color: #515151;
}


.footer .content-footer .box-footer .social-media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.footer .content-footer .box-footer .social-media .link-social-media {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.footer .content-footer .box-footer .social-media .link-social-media i {
    font-size: 18px;
    color: #515151;
}

.footer .bottom-footer {
    background-color: #212121;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 15px;
}

@media (max-width:767px) {
    .footer .bottom-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer .bottom-footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px) {
    .footer .bottom-footer .logo {
        width: 100%;
        margin-bottom: 10px;
    }
}

.footer .bottom-footer .logo img {
    width: 63px;
    height: 27px;
}

@media (max-width:767px) {
    .footer .bottom-footer .logo img {
        margin: auto;
    }
}

.footer .bottom-footer .p {
    color: #909090;
    font-size: 16px;
}

@media (max-width:767px) {
    .footer .bottom-footer .p {
        width: 100%;
        text-align: center;
    }
}
/* Footer */

.dots-container {
                    
    display: flex;
  
    align-items: center;
  
    justify-content: center;

    width: 100%;
  
  }
  
  
  
  .dot {
  
    height: 20px;
  
    width: 20px;
  
    margin-right: 10px;
  
    border-radius: 10px;
  
    background-color: #b3d4fc;
  
    animation: pulse 1.5s infinite ease-in-out;
  
  }
  
  
  
  .dot:last-child {
  
    margin-right: 0;
  
  }
  
  
  
  .dot:nth-child(1) {
  
    animation-delay: -0.3s;
  
  }
  
  
  
  .dot:nth-child(2) {
  
    animation-delay: -0.1s;
  
  }
  
  
  
  .dot:nth-child(3) {
  
    animation-delay: 0.1s;
  
  }
  
  
  
  @keyframes pulse {
  
    0% {
  
      transform: scale(0.8);
  
      background-color: #b3d4fc;
  
      box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  
    }
  
  
  
    50% {
  
      transform: scale(1.2);
  
      background-color: #6793fb;
  
      box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  
    }
  
  
  
    100% {
  
      transform: scale(0.8);
  
      background-color: #b3d4fc;
  
      box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  
    }
  
  }