@import url("../fonts/gilroy/fonts.css");
@import url("../home_assets/vendor/fancybox/dist/jquery.fancybox.min.css");
@import url("../home_assets/bootstrap/bootstrap.min.css");

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedTwo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotatedTwo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.blog-page-white-bg {
    padding: 140px 0 0;
}
.blog-v4 .wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.blog-v4 .post-meta {
    margin-bottom: 80px;
}
.blog-v4 .post-meta .post {
    padding: 45px 0 0;
}
.blog-v4 .post-meta .post .date {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}
.blog-v4 .post-meta .post .title {
    font-family: "gilroy-black";
    font-weight: bold;
    line-height: 1.04em;
    color: #000;
    display: block;
    margin: 5px 0 45px;
    transition: all 0.3s ease-in-out;
}
.blog-v4 .post-meta .post p {
    font-size: 20px;
    line-height: 1.7em;
}
.blog-v4 .post-meta .post .read-more {
    font-family: "gilroy-bold";
    font-size: 18px;
    color: #2a2a2a;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.blog-v4 .post-meta .post .read-more span {
    text-decoration: underline;
}
.blog-v4 .post-meta.text-post {
    border: 2px solid #000;
    border-radius: 5px;
}
.blog-v4 .post-meta.text-post .post {
    padding: 45px 40px;
}
span {
    font-family: "gilroy-bold";
    font-weight: 700;
}
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    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;
    }
}
.image-meta {
    max-width: 700px;
    border-radius: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

.hljs {
    background-color: #f3f3f3 !important;
}

/* Font rubik */
.font-rubik {
    font-family: "Rubik", sans-serif !important;
    font-size: 50px;
}

/*--------------------- Fancy Hero One --------------------*/
.fancy-hero-one {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 10px 0 10px;
}
.fancy-hero-one h2 {
    /*font-size: 80px; */
    line-height: 1.1em;
}
.fancy-hero-one p {
    font-size: 24px;
    line-height: 1.75em;
    padding: 20px 25px 0;
    color: #232830;
}
.fancy-hero-one .page-title {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(42, 42, 42, 0.3);
    letter-spacing: 1.4px;
}
.fancy-hero-one .search-form {
    max-width: 720px;
    height: 70px;
    margin: 55px auto 0;
    position: relative;
}
.fancy-hero-one .search-form input {
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 0 95px 0 38px;
}
.fancy-hero-one .search-form button {
    width: 80px;
    background: var(--blue-dark);
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    z-index: 5;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.fancy-hero-one .search-form button img {
    margin: 0 auto;
}
.fancy-hero-one .search-form button:hover {
    background: var(--yellow-deep);
}
.fancy-hero-one [class*="bubble"] {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
.fancy-hero-one [class*="bubble"]:before {
    content: "";
    border-radius: 50%;
    position: absolute;
}
.fancy-hero-one .bubble-one {
    width: 120px;
    height: 120px;
    left: 4%;
    top: 15%;
    animation: rotated 12s infinite linear;
}
.fancy-hero-one .bubble-one:before {
    width: 6px;
    height: 6px;
    background: #fac3ff;
    top: 0;
    left: 50%;
}
.fancy-hero-one .bubble-two {
    width: 160px;
    height: 160px;
    top: 30%;
    left: 15%;
    animation: rotated 17s infinite linear;
}
.fancy-hero-one .bubble-two:before {
    width: 10px;
    height: 10px;
    background: #8fe9e0;
    top: 50%;
    right: 100%;
}
.fancy-hero-one .bubble-three {
    width: 120px;
    height: 120px;
    bottom: 33%;
    left: 4%;
    animation: rotatedTwo 12s infinite linear;
}
.fancy-hero-one .bubble-three:before {
    width: 6px;
    height: 6px;
    background: #ffd5ad;
    bottom: 0;
    left: 50%;
}

.fancy-hero-one .bubble-four {
    width: 120px;
    height: 120px;
    right: 5%;
    top: 13%;
    animation: rotated 12s infinite linear;
}
.fancy-hero-one .bubble-four:before {
    width: 6px;
    height: 6px;
    background: #8fe9e1;
    top: 0;
    left: 50%;
}
.fancy-hero-one .bubble-five {
    width: 160px;
    height: 160px;
    top: 30%;
    right: 7%;
    animation: rotated 17s infinite linear;
}
.fancy-hero-one .bubble-five:before {
    width: 10px;
    height: 10px;
    background: #ffd5ad;
    top: 50%;
    right: 100%;
}
.fancy-hero-one .bubble-six {
    width: 120px;
    height: 120px;
    bottom: 33%;
    right: 4%;
    animation: rotatedTwo 12s infinite linear;
}
.fancy-hero-one .bubble-six:before {
    width: 6px;
    height: 6px;
    background: #fac3ff;
    bottom: 0;
    left: 50%;
}

/*------------------- Blog Pages ----------------*/
.blog-page-bg {
    /*  background: linear-gradient(45deg, #FFFBF2, #EDFFFD);*/
    margin-top: 20px;
    position: relative;
    z-index: 5;
}
.blog-page-white-bg {
    padding: 140px 0 0;
}
.blog-page-bg .shape-one {
    width: 30px;
    height: 30px;
    background: #b183ff;
    border-radius: 50%;
    top: -15px;
    left: 40%;
    z-index: 1;
}
.blog-page-bg .shape-two {
    width: 7px;
    height: 7px;
    background: #51fcff;
    border-radius: 50%;
    top: 190px;
    right: 9%;
}
.blog-page-bg .shape-three {
    width: 8px;
    height: 8px;
    background: #ffcd8b;
    border-radius: 50%;
    top: 211px;
    left: 12%;
}
.card {
    width: 400;
}
.feature-blog-one.width-lg .post-meta {
    padding: 35px 40px 80px;
}
.feature-blog-one.width-lg .post-meta .read-more {
    left: 40px;
    right: 40px;
}
.feature-blog-one.width-lg .post-meta p {
    font-size: 17px;
    line-height: 1.76em;
    padding-top: 35px;
}
.blog-sidebar-one {
    padding-left: 20px;
}
.blog-sidebar-one .sidebar-search-form form {
    height: 60px;
    background: #fff;
    box-shadow: 5px 10px 25px rgba(15, 24, 40, 0.04);
    position: relative;
}

.blog-v3 .blog-sidebar-one .sidebar-search-form form {
    box-shadow: none;
    border: 1.5px solid #000;
    border-radius: 4px;
}
.blog-sidebar-one .sidebar-search-form form input {
    width: 100%;
    height: 100%;
    background-color: var(--zyla-white);
    font-size: 18px;
    color: var(--zyla-dark-gray);
    border: 2px solid var(--zyla-indigo-light);
    border-radius: 30px;
    padding: 0px 60px 0px 30px;
}
.blog-sidebar-one .sidebar-search-form form button {
    width: 40px;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: transparent;
}
.blog-sidebar-one .sidebar-title {
    font-family: "gilroy-bold";
    font-size: 30px;
    padding-bottom: 15px;
}
.blog-sidebar-one .sidebar-categories ul li a {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 60px;
    color: #000;
    border-bottom: 1px solid #ececec;
    display: block;
    transition: all 0.3s ease-in-out;
}
.blog-sidebar-one .sidebar-categories ul li a span {
    float: right;
}
.blog-sidebar-one .sidebar-categories ul li:first-child a {
    border-top: 1px solid #ececec;
}
.blog-sidebar-one .sidebar-categories ul li a:hover {
    color: var(--blue-dark);
}
.blog-v3 .blog-sidebar-one .sidebar-categories ul li a:hover {
    color: var(--red-light);
}
.blog-sidebar-one .sidebar-recent-news .title {
    font-family: "gilroy-semibold";
    font-size: 20px;
    line-height: 1.25em;
    color: #000;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.blog-sidebar-one .sidebar-recent-news ul li a:hover .title {
    color: #7052fb;
}
.blog-v3 .blog-sidebar-one .sidebar-recent-news ul li a:hover .title {
    color: var(--red-light);
}
.blog-sidebar-one .sidebar-recent-news .date {
    color: #a2a2a2;
}
.blog-sidebar-one .sidebar-recent-news ul li a {
    border-bottom: 1px solid #ececec;
    padding: 17px 0;
}
.blog-sidebar-one .sidebar-recent-news ul li:first-child a {
    border-top: 1px solid #ececec;
}
.blog-sidebar-one .sidebar-keyword ul {
    margin: 0 -5px;
}
.blog-sidebar-one .sidebar-keyword ul li {
    float: left;
    padding: 0 5px;
    margin-bottom: 18px;
}
.blog-sidebar-one .sidebar-keyword ul li a {
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    line-height: 35px;
    border-radius: 4px;
    padding: 0 25px;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.blog-v3 .blog-sidebar-one .sidebar-keyword ul li a {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 4px;
}
.blog-sidebar-one .sidebar-keyword ul li :hover {
    color: #fff;
}
.blog-v3 .blog-sidebar-one .sidebar-keyword ul li a:hover {
    background: var(--red-light);
    border-color: var(--red-light);
}
.blog-sidebar-one .sidebar-keyword .sidebar-title {
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}

/* Blog details */

.blog-details-post-v1 .post-meta .mark-text {
    font-family: "gilroy-bold";
    font-size: 23px;
    color: #000;
    line-height: 1.41em;
    padding-top: 35px;
}
.blog-details-post-v1 .post-meta h4 {
    font-family: "gilroy-black";
    font-size: 36px;
    padding-top: 60px;
}
.blog-details-post-v1 .share-area {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    padding: 25px 0;
    margin-top: 40px;
    width: 100%;
}
.blog-details-post-v1 .share-option li {
    font-size: 15px;
    color: var(--heading);
    font-style: italic;
    margin-left: 10px;
}
.blog-details-post-v1 .share-option li:first-child {
    margin-left: 0;
}
.blog-details-post-v1 .share-option li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 20px;
}
.blog-details-post-v1 .share-area .tag-feature li:first-child {
    font-family: "gilroy-bold";
    color: #000;
    font-size: 15px;
}
.blog-details-post-v1 .share-area .tag-feature li a {
    font-size: 15px;
}
.feature-blog-one.width-lg.blog-details-post-v1 .post-meta {
    padding-bottom: 0;
}
.blog-details-post-v1 .comment-area {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
    margin-bottom: 50px;
    padding: 50px 40px 30px;
}
.blog-details-post-v1 .comment-area .title {
    font-family: "gilroy-black";
    font-size: 36px;
    padding-bottom: 40px;
}
.blog-details-post-v1 .comment-area .single-comment {
    border-top: 1px solid #e5e5e5;
    padding: 35px 0;
    position: relative;
}
.blog-details-post-v1 .comment-area .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.blog-details-post-v1 .comment-area .comment {
    padding-left: 20px;
    position: relative;
}
.blog-details-post-v1 .comment-area .name {
    font-family: "gilroy-semibold";
    font-size: 20px;
}
.blog-details-post-v1 .comment-area .time {
    font-size: 16px;
    color: #adadad;
    padding: 5px 0 15px;
}
.blog-details-post-v1 .comment-area p {
    font-size: 17px;
    line-height: 1.58em;
}
.blog-details-post-v1 .comment-area .reply {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 29px;
    border-radius: 15px;
    background: var(--blue-dark);
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.blog-details-post-v1 .comment-form-section {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
    margin-bottom: 50px;
    padding: 50px 40px 60px;
}
.blog-details-post-v1 .comment-form-section .title {
    font-family: "gilroy-black";
    font-size: 36px;
    padding-bottom: 15px;
}
.blog-details-post-v1 .comment-form-section p {
    font-size: 18px;
    color: #2a2a2a;
}
.blog-details-post-v1 .comment-form-section p a {
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}
.blog-details-post-v1 .comment-form-section .form-style-light {
    padding: 0;
    box-shadow: none;
    margin-top: 50px;
}
.blog-details-post-v1 .comment-form-section .form-style-light [class*="col-"] {
    display: block;
}

/*-------------- Post Container + title -------------*/

.post {
    max-width: 1200px;
}

/*-------------- Feature Blog One -------------*/
.feature-blog-one .header .title-style-one {
    max-width: 560px;
}
.feature-blog-one .row [class*="col-"] {
    display: flex;
}
.feature-blog-one .post-meta {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    padding: 35px 25px 40px 25px !important;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.feature-blog-one .post-meta .image-meta {
    width: 100%;
    border-radius: 5px;
}
.feature-blog-one .post-meta .tag {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    color: rgba(10, 10, 10, 0.24);
    padding: 25px 0 3px;
}
.feature-blog-one .post-meta .title {
    font-family: "gilroy-bold";
    font-size: 30px;
    line-height: 1.2em;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.feature-blog-one .post-meta:hover a.title {
    color: var(--blue-dark);
}
.feature-blog-one .post-meta .read-more {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--blue-dark);
    letter-spacing: 1px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.feature-blog-one .post-meta .read-more i {
    font-size: 22px;
}

/*  */
.mb-85 {
    margin-bottom: 85px;
}

p,
h1,
h2 {
    width: 100%;
    overflow-wrap: break-word; /* Controla el desbordamiento del texto */
    word-wrap: break-word;
}

.center {
    display: flex;
    justify-content: center;
}

figcaption.attachment__caption--edited {
    display: none;
}

.blog-details-post-v1 .post-meta h2 {
    font-size: 36px;
}

.blog-details-post-v1 .post-meta h3 {
    font-size: 26px;
}

/* Bot Buttom */
.containerBotButton {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 2rem 0;
    gap: 0.5rem;
}

.containerBotButton h2 {
    max-width: 100% !important;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    display: block;
    font-size: 87.5%;
    color: #212529;
    background: #e8eff4;
    padding: 15px;
    font-size: 14px;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    padding: 5px;
    color: #fe7c96;
    font-family: "ubuntu-light", sans-serif;
    font-size: 0.875rem;
    border-radius: 4px;
}

figcaption.attachment__caption--edited {
    display: none;
}

.tryItNow {
    width: 142px;
    line-height: 35px !important;
    font-size: 16px;
    background: #202124;
    border-radius: 30px;
    color: white;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    max-height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.page-pagination-two ul li:first-child a {
    transform: none;
}

.nav-link:hover {
    text-decoration: underline;
}

#btn-submit {
    background-color: #202124;
    color: #fff;
    border: none;
    border-radius: 15px;
    position: absolute;
    top: auto;
}

#btn-submit:hover {
    background-color: #b52affff;
    color: #fff;
    border: none;
}

.textarea {
    border-radius: 15px;
    background-color: #f4f4f4;
    border: none;
    font-size: 16px;
    padding: 5px 50px;
}

.textarea:focus {
    border-radius: 15px;
    background-color: #f4f4f4;
    border: none;
    border-color: #f4f4f4;
}

.sign-up {
    background-color: #572ff6;
    color: #fff;
    padding: 20px 50px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.2s ease;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: inherit;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: black;
}

input:focus + .slider {
    box-shadow: 0 0 1px black;
}

input:checked + .slider:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (max-width: 450px) {
    .row {
        padding: 0 !important;
    }
    body {
        overflow-x: hidden;
    }
}

a{
    text-decoration: none !important;
}