/* Google fonts
=============== */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

/* Font Awesome Links
===================== */
@import "all.css";
@import "regular.css";
@import "brands.css";

/* Bootstrap 5 Overides
======================= */
:root {
    --bs-font-sans-serif: "Source Sans Pro", sans-serif;
    --bs-dark-rgb: 0, 34, 67;
    --bs-primary-rgb: 0, 46, 91;
    --bs-success-rgb: 0, 180, 81;
    --bs-body-color: #595F6F;
    --bs-primary: #002E5B;
    --bs-body-bg: #F7F8FB;
    --bs-success: #00B451;
}

.btn.btn-success i {
    background-color: #00B451;
    color: white;
}

.btn-success {
    --bs-btn-bg: #00B451;
    --bs-btn-border-color: #00B451;
    --bs-btn-disabled-bg: #00B451;
    --bs-btn-disabled-border-color: #00B451;
    color: white;
}

.btn-success-primary, .btn-success-primary:hover {
    --bs-btn-bg: #00B451;
    --bs-btn-border-color: #00B451;
    --bs-btn-disabled-bg: #00B451;
    --bs-btn-disabled-border-color: #00B451;
    color: white;
}

.btn-warning {
    --bs-btn-bg: #f2c013;
    --bs-btn-border-color: #f2c013;
    --bs-btn-disabled-bg: #f2c013;
    --bs-btn-disabled-border-color: #f2c013;
}

.btn-primary {
    --bs-btn-bg: #002E5B;
    --bs-btn-border-color: none;
    --bs-btn-disabled-bg: #002E5B;
    --bs-btn-disabled-border-color: #002E5B;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: none;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #002243;
    --bs-nav-pills-link-active-bg: #FFF;
}

.nav {
    --bs-nav-link-color: #99ABBD;
    --bs-nav-link-hover-color: var(--bs-white);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

h1 {
    color: var(--bs-primary);
    font-weight: 300;
}

h1 strong {
    font-weight: 700;
}

h2 {
    color: #0F358E;
    font-weight: 300;
}

h4 {
    color: #002E5B;
    font-weight: 500;
}

h5 {
    color: #002243;
}

a, .btn, a h5, .buy:hover {
    transition: all 0.38s ease-in-out;
}

.lead {
    font-weight: 400;
}

.text-bg-dark {
    color: #99ABBD !important;
    background-color: RGBA(0, 34, 67, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark-2 {
    color: #99ABBD !important;
    background-color: RGBA(0, 26, 52, var(--bs-bg-opacity, 1)) !important;
}

.bg {
    background: url(../images/bg.jpg) top left no-repeat #F7F8FB;
}

.bg-black {
    background-color: #1A1E24;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007aff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007aff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 8rem;
    height: 8rem;
}

/* General
========== */
section {
    padding: 4rem 0;
}

.card ul.check li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* Ventas
========= */
.buy h5 {
    font-weight: 600;
}

.card.buy:hover {
    transform: scale(1.05);
    background-color: white;
}

.card.buy {
    transition: transform 0.38s;
    min-height: 460px;
}

.card-img-top.shadow-3 {
    border-radius: 10px 10px 0px 0px;
}

ul.buy {
    --icon-space: 1.5em;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ul.buy li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 3px 0;
    color: #496683!important;
}

ul.buy li:not(:last-child) {
    /* margin-right: 2.8rem; */
}

ul.buy li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: var(--bs-success);
    margin-left: calc(var(--icon-space) * -1.3);
    width: var(--icon-space);
    padding-right: 0.4rem;
}

/* ul.buy li:first-child:before {
    content: "\f236";
}

ul.buy li:nth-child(2):before {
    content: "\f2cd";
}
ul.buy li:nth-child(3):before {
    content: "\e4ba";
}
ul.buy li:nth-child(4):before {
    content: "\f015";
} */

.buy .card-footer h6 {
    color: var(--bs-white);
    font-size: 18px;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.buy .card-body a {
    text-decoration: none;
}

.buy .card-body a:hover h5 {
    color: var(--bs-success) !important;
}

.image {
    position: relative;
    color: #496683;
}

.image a:first-child, .image h4 {
    position: absolute;
    z-index: 1;
}

.image a:first-child {
    right: 10px;
    top: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    color: var(--bs-white);
}

.image a:first-child.active {
    background-color: var(--bs-danger);
}

.image h4 {
    display: block;
    width: 100%;
    bottom: 3px;
    text-align: center;
}

.image h4 span {
    font-weight: 400;
}

.shadow-3 {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07),
    0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
}


.home .buy .card-footer h6 {
    font-size: 14px;
}

.home .buy .image h4 {
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
}

.home .buy .card-body {
    margin-top: -95px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 10px 30px 30px !important;
}

.home .buy .card-body h5 {
    font-size: 16px;
}

.home .buy .image h4 span {
    font-size: 14px;
}


/* Preguntas frecuentes
======================= */

#preguntasFrecuentes button {
    font-size: 20px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    background-color: #007aff;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide.cards {
    width: 300px !important;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 0px;
}

/* Blog
======= */
.blog .card-body a {
    text-decoration: none;
}

.blog .card-body a:hover h5 {
    color: var(--bs-success) !important;
}

.blog .card-body a h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.blog .card-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.breadcrumb a {
    color: var(--bs-primary)
}

/* Footer
========= */
footer p {
    color: #99ABBD;
}

ul.check, ul.contact {
    --icon-space: 1.5em;
    list-style: none;
    padding: 0;
}

ul.check li, ul.contact li {
    padding-left: var(--icon-space);
}

ul.check li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    color: var(--bs-success);
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
}

ul.check li:not(:last-child), ul.contact li:not(:last-child) {
    margin-bottom: 1rem;
}

ul.check li a {
    color: var(--bs-white);
    text-decoration: none;
}

ul.check li a:hover {
    color: var(--bs-success);
}

ul.contact li:before {
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
}

ul.contact li:first-child:before {
    content: "\f041";
}

ul.contact li:nth-child(2):before {
    content: "\f095";
}

ul.contact li:nth-child(3):before {
    content: "\f017";
}

ul.contact li:last-child:before {
    content: "\f0e0";
}

ul.social {
    list-style: none;
    padding-left: 0;
}

ul.social li {
    display: inline-block;
    text-align: center;
}

ul.social li:not(:last-child) {
    margin-right: 8px;
}

ul.social li a {
    display: block;
    color: #709AC4;
    font-size: 20px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: #001A34;
}

ul.social li a:hover {
    background-color: var(--bs-success);
    color: var(--bs-white)
}

ul.social li i {
    padding-top: 10px;
}


#snav {
    position: fixed;
    top: 20%;
    z-index: 9999;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-color: var(--bs-success);
    border-radius: 5px 0ox 0px 5px;
}

#snav ul {
    list-style: none;
}

#snav * {
    margin: 0;
    padding: 0;
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#snav li a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
}

#snav .fa-light, #snav .fa-brands {
    vertical-align: middle;
    font-size: 21px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    z-index: 4;
}

#snav li span {
    font-size: 15px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0 15px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 3;
}

#snav li a:hover span {
    visibility: visible;
}

#snav li span {
    background-color: #555;
}

#snav li a:hover .fa {
    color: #fff;
}

#snav.en {
    right: 0;
    text-align: right;
}

#snav.en li span {
    right: -100px;
}

#snav.en li a:hover span {
    right: 35px;
}


#snav li:nth-child(1n+1) span,
#snav li:nth-child(1n+1) a:hover .fa-light {
    background-color: var(--bs-success);
}

.pointer {
    cursor: pointer;
}

a.link {
    color: #0c6dfd;
    cursor: pointer;
}

a.link:hover {
    color: #3f8bfd;
}


/* badges messages */

.info-badge {
    width: fit-content;
    padding: 4px;
    border-radius: 12px;
    font-size: 15px;
    margin-bottom: 12px;
    color: white !important;
    min-width: fit-content;
    padding: 11px 20px;
}

.info-badge.info {
    
}

.info-badge.warning {
    background-color: #f59e0b;
}
.gridfoo{
    
    justify-content: space-between;
}
.whatsfloat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999999;
    font-size: 30px;
    color: white;
    width: 50px;
    height: 50px;
  }

  .nav-link{
    font-size: 15px !important;
}

.btnNew{
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.1px;
    padding: 23.5px 35px;
}
@media(max-width: 767px){
    .btnNew{
        font-size: 18px;
        padding: 20px 32px;
    }
   
}
@media(max-width: 992px){
   
    .nav{
    display: block !important;
    width: fit-content !important;
    text-align: right !important;
    place-items: flex-end !;
    }
}


.editor-output {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
}

.editor-output p {
  margin: 0px 0;
}

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

/* Soporte para clases de alineación de Quill */
.editor-output .ql-align-center {
  text-align: center;
}

.editor-output .ql-align-right {
  text-align: right;
}

.editor-output .ql-align-justify {
  text-align: justify;
}

.editor-output .ql-editor h1 {
    font-size: 2em;
    font-weight: 500;
}
.editor-output .ql-snow .ql-editor h2 {
    font-size: 1.5em;
    font-weight: 500;
}
.editor-output .ql-snow .ql-editor h3 {
    font-size: 1.17em;
    font-weight: 500;
}
.object-fit-contain{
    object-fit: contain;
}