@keyframes ticker {
    0% {
        margin-top: -50px;
    }
    11% {
        margin-top: -100px;
    }
    22% {
        margin-top: -150px;
    }
    33% {
        margin-top: -200px;
    }
    44% {
        margin-top: -250px;
    }
    55% {
        margin-top: -300px;
    }
    66% {
        margin-top: -350px;
    }
    77% {
        margin-top: -400px;
    }
    88% {
        margin-top: -450px;
    }
    100% {
        margin-top: -50px;
    }
}

.news ul li {
    line-height: 50px;
    list-style: none;
}

.news {
    box-shadow: inset 0 -1px 1px rgb(0 0 0 / 40%), 0 5px 10px rgb(0 0 0 / 50%);
    width: 100%;
    height: 5%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-user-select: none;
}

.news span {
    float: left;
    color: #fff;
    padding: 0.5%;
    position: relative;
    margin-left: 1%;
    top: 15%;
    box-shadow: inset 0 0px 1px rgb(0 0 0 / 40%), 0 3px 10px rgb(0 0 0 / 50%);
    border-radius: 4px;
    vertical-align: -webkit-baseline-middle;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer;
}

.news ul {
    float: left;
    padding-left: 10px;
    animation: ticker 25s cubic-bezier(1, 0, 0.5, 0) infinite;
    -webkit-user-select: none;
}

.news ul li a {
    margin-left: 160px;
    color: #fff;
    text-decoration: none;
    font: 22px Raleway, Arial, sans-serif;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
}

.news ul:hover {
    animation-play-state: paused;
}

.news span:hover+ul {
    animation-play-state: paused;
}

.v {
    margin-top: 30px;
}

.checkbox:checked+label::before,
.checkbox:not(:checked)+label::before {
    color: rgb(0 0 0)!important;
    background-color: rgb(235 237 241)!important;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
    background-color: rgba(13, 13, 14, 0.795)!important;
}

.link {
    color: #efeff3;
}

.link:hover {
    color: #50a3fd;
}

p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
}

h4 {
    font-weight: 600;
    color: white;
}

h6 span {
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.titlelog {
    text-align: center;
    color: white;
}

.full-height {
    min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: #50a3fd;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #50a3fd;
    background-color: #102770;
    font-family: 'unicons';
    content: '\eb4f';
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
}

.checkbox:checked+label:before {
    transform: translateX(44px) rotate(-270deg);
}

.card-3d-wrap {
    position: sticky;
    width: 45%;
    max-width: 100%;
    margin-left: 27%;
    display: flex;
    height: 550px;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-top: 60px;
}

.card-3d-wrapper {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 1150ms cubic-bezier(0.24, -0.19, 0.4, 1.18);
}

.card-front,
.card-back {
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: inherit;
}

.card-back {
    transform: rotateY(180deg);
}

.checkbox:checked~.card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
}

.center-wrap {
    position: absolute;
    width: calc(100% - 50px);
    padding: 35px 70px;
    left: 25px;
    transform: translate3d(0, 0%, 20px);
    z-index: 20;
    display: block;
    backface-visibility: visible;
    border-radius: 6px;
    top: 25px;
    height: calc(100% - 50px);
}

.form-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0%, 0px);
    position: relative;
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: unset;
    height: auto;
    background: transparent;
    transition: 0.2s ease all;
    background-color: #1f2029;
}

.form-style {
    height: 50px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #e8e7ec;
    background-color: transparent;
    border: none;
    transform: translate3d(0, 0%, 10px);
    border-radius: 50px 0 0 50px;
    transform: translate3d(0, 0%, 10px);
    width: auto;
    transform: translate3d(0, 0%, 5px);
    line-height: 1em;
    text-align: left;
    z-index: 333;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: transparent;
    width: calc(100% - 55px);
    transform: translate3d(0, 0%, 5px);
    padding: 0 20px;
}

.form-group input:-ms-input-placeholder {
    color: #e3e2e7;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-moz-placeholder {
    color: #e3e2e7;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-moz-placeholder {
    color: #e3e2e7;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-webkit-input-placeholder {
    color: #e3e2e7;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/* PAGE STYLES */

* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    list-style: none;
    margin: 0;
}

:root {
    font-size: 16px;
}

/*
html,
body {
    overflow-x: hidden;
} Segundo scrollbar en el body del chat*/

a {
    text-decoration: none;
    transition: .25s;
}


/* COOKIE POPUP STYLES */

.cookie-popup {
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: -6.25rem;
    left: 1.25rem;
    right: 1.25rem;
    padding: 0.625rem 0.9375rem;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .15);
    line-height: 150%;
    transition: opacity .5s;
    opacity: 0;
}

.cookie-popup--short {
    width: 21.875rem;
}

.cookie-popup--dark {
    background: #000;
    color: #fff;
}

.cookie-popup--not-accepted {
    opacity: 1;
    animation: cookie-popup-in .5s ease forwards;
}

.cookie-popup--accepted {
    opacity: 0;
}

.cookie-popup a {
    color: skyblue;
}

.cookie-popup a:visited {
    color: skyblue;
    text-decoration: none;
}

.cookie-popup-actions {
    flex: 1;
    text-align: right;
}

.cookie-popup-actions button {
    color: orange;
    border: none;
    background: none;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0;
    cursor: pointer;
}

.cookie-popup-actions button:hover {
    text-decoration: underline;
}

@keyframes cookie-popup-in {
    from {
        bottom: -6.25rem;
    }
    to {
        bottom: 1.25rem;
    }
}


/*Repair LoginRegister*/

.pb-3,
.py-3 {
    display: flex;
    justify-content: center;
}

.mb-0,
.my-0 {
    margin-bottom: 5!important;
}

.mt-4,
.my-4 {
    margin-top: 2.6rem !important;
}

.section.text-center.cent {
    -webkit-transform-style: unset;
    transform-style: unset;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    transform: translate3d(0, 0%, 25px);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: inherit;
    backface-visibility: hidden;
    perspective: inherit;
    margin: 5;
    margin: 0;
    margin: 2;
    margin: 20px;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: unset;
    display: flex;
    flex-direction: column;
}

.form-group.card-front {
    position: relative;
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: unset;
    height: auto;
    background: transparent;
    /* background-color: #1f2029; */
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

i.input-icon {
    width: auto;
    transform: translate3d(0, 0%, 5px);
    /* box-shadow: 0 0 3px white; */
    border-radius: 50px 0 0 50px;
    position: relative;
    width: 55px;
    height: auto;
    padding: 10px;
    line-height: 1.5em;
    margin: 0;
    display: block;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.25);
    backface-visibility: visible;
    z-index: 20;
    left: 0;
    top: 0;
    left: 0;
}

.form-group.center-wrap {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1600px;
    transform: translate3d(0, 0%, 5px);
    background: transparent;
    top: 0;
}

.form-style.center-wrap {
    transform: translate3d(0, 0%, 15px);
    background: transparent;
}

.form-group.card-front:before {
    content: " ";
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    border-radius: 50px;
    box-shadow: 0 0 2px white;
}

.form-group:hover:before {
    box-shadow: 0px 2px 3px #324da2;
}

.form-group:hover i {
    color: white;
    margin: 0px;
    padding: 10px;
    margin-left: 0px;
}

.form-group.card-front:hover {
    background: rgba(255, 255, 255, .15);
    border-radius: 50px;
}


/*******PARTICLE************/


/* ---- reset ---- */

body {
    position: relative;
    background-color: #0b2132;
}

canvas {
    display: block;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-color: transparent;
    opacity: 0.25;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/****************Mensaje de error y Exitoso*****************/
.error-message {
    background: linear-gradient(to bottom, rgba(118, 43, 43, 0.8), rgba(78, 67, 118, 0.8));
    color: #fff;
    padding: 10px;
    border: 1px solid rgb(255, 0, 0);
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.success-message {
    background: linear-gradient(to bottom, rgba(43, 118, 88, 0.8), rgba(67, 118, 78, 0.8));
    color: #fff;
    padding: 10px;
    border: 1px solid #0f0; 
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

/********************************/

.center-wrap:not(.section) {
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgb(0 0 0 / 60%);
    border-radius: 10px;
}

.section.text-center.card-front.center-wrap {
    background: transparent;
}


/*Boton animado*/

mb-0 mt-4 text-centerr {
    margin-top: 10px!important;
}

.login-box {
    position: absolute;
    top: 95%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #03e9f4;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

.login-box a:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}


/*Scrollbar*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(43, 88, 118, .8), rgba(78, 67, 118, .8));
}


/*Scrollbar*/


/*Responsive*/
@media (max-width: 1024px) { 

.header-menu {
    margin-left: 15% !important;
    width: 50%;
}

}

@media (min-width:768px) and (max-width: 1024px) {
    .card-3d-wrap {
        width: 70% !important;
        margin-left: 15% !important;
    }
}

@media screen and (max-width: 768px) {
    .card-3d-wrap {
        width: 100% !important;
        margin: 0 !important;
    }

    .header-menu {
        margin-left: 0% !important;
    }

    .checkbox:checked+label::before,
    .checkbox:not(:checked)+label::before {
        width: 30px;
        height: 30px;
        top: -7px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 425px) {
    .center-wrap {
        padding: 5px;
    }

    .form-style {
        padding: 0 5px;
        font-size: 0.8rem
    }

    .card-front p {
        font-size: 0.8rem;
    }

    .card-front h4 {
        padding: 15px 0px;
    }

    .login-box {
        position: absolute;
        top: 98%;
    }

    .checkbox:checked+label::before,
    .checkbox:not(:checked)+label::before {
        width: 30px;
        height: 30px;
        top: -7px;
        font-size: 19px;
        line-height: 33px;
    }
}

@media (max-width: 376px) {
    .news ul li a {
        margin-left: 120%;
    }

    .news ul li {
        line-height: 45px;
    }
}

@media (max-width: 320px) {
    .card-front p {
        font-size: 0.7rem;
    }

    .form-style {
        padding: 0 5px;
        font-size: 0.7rem
    }

    .section .container {
        padding: 0em;
    }

    .login-box {
        top: 92%;
    }

    ul.header-menu {
        display: inline-block !important;
        width: 100% !important;
        float: left;
        margin-left: 0 !important;
    }

    ul.header-menu li {
        width: 25% !important;
        padding: 0 19px;
        text-align: center;
        float: left;
    }

    .header-nav .logo {
        float: left;
        padding-left: 15% !important;
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }
}
/*Responsive*/

h1, h2, h3, h4, h5, h6 {
    color: white;
}

a {
    color: #0eaad9;
}

li {
    color: white;
}

/*Contact Form*/
  
.contact-form {
    background-color: #0f304a52;
    padding: 5%;
    margin-left: 30%;
    display: inline-flex;
    box-shadow: 0 2px 10px rgb(82 159 255 / 45%);
    align-items: center;
    flex-direction: column;
}

  


  
.contact-label {
    display: flex;
    padding: 7%;
    font-size: unset;
    text-transform: uppercase;
    color: #50f6ffd1;
}
  
  .contact-input, .contact-textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
}


  
  .contact-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .overlay-content {
    max-width: 500px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


/*Contact Form Responsive*/

@media screen and (max-width: 425px) {
    .contact-form {
        background-color: #0f304a52;
        padding: 5%;
        display: inline-flex;
        margin-inline: auto;
        box-shadow: 0 2px 10px rgb(82 159 255 / 45%);
        align-items: center;
        flex-direction: column;
    }
    }


    [class^=uil-]:before, [class*=" uil-"]:before {
        color: gray;
    }

    /*Termino Broma*/
    .agree-paragraph {
        position: relative;
      }
      
      .agree-link:hover {
        text-decoration: underline;

      }

      /*Titulo Contact*/

      .s_contact_title {
        text-align: center;
      }



      /*Loginregistro carteles*/

      .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
        background-color: #0000008f;
    }

    .swal2-title {
        color: #ffffff!important;
    }

    .swal2-content {
        color: #ffffff!important;
    }


    .swal2-styled.swal2-confirm {
        background-color: #d7b41299!important;
        color: #fff;
        font-size: 1.2em!important;
    }

      /*Safeety/Terms/Cookies/Privacy Acomodamiento*/


      .container001 {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        border: 2px solid #cccccc67;
        border-radius: 10px;
        background-color: #f9f9f915;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }