<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 200px) {
  /* xs */
  body {
    font-family: 'Lato', sans-serif;
  }
  .general-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
  }
  .general-title--c1 {
    color: #d62c40;
  }
  .general-title--c2 {
    color: #ffffff;
  }
  .general-title--c3 {
    color: #212121;
  }
  .general-title--line-top::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #d62c40;
    width: 120px;
    height: 4px;
  }
  .general-paragraph {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .general-paragraph--c2 {
    color: #ffffff;
  }
  /*BEGIN FOOTER SECTION */
  footer {
    padding: 2rem 0;
  }
  .footer-links__title {
    text-transform: uppercase;
    margin: 0 0 1rem 0;
    font-size: 16px;
    font-weight: 700;
  }
  .footer-links__link {
    color: #000000;
    display: block;
    text-decoration: none !important;
  }
  .footer-links__link:hover {
    color: #d62c40;
  }
  .footer-logo__figure {
    max-width: 9rem;
    margin: 0 auto;
  }
  .footer-logo__figure__img {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer-contact-info__title {
    text-transform: uppercase;
    margin: 0 0 1rem 0;
    font-size: 16px;
    font-weight: 700;
  }
  .footer-contact-info__social-network {
    font-size: 16px;
    cursor: pointer;
    margin-right: .6rem;
  }
  .footer-copyright {
    text-align: center;
    background-color: #d62c40;
    padding: 2rem 0;
  }
  .footer-copyright__link {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
  }
  .footer-copyright__icon {
    font-size: 20px;
    color: #ffffff;
  }
  .footer-links-social-networks__link {
    background-color: #dedede;
    color: #646464 !important;
    text-decoration: none !important;
    display: inline-flex;
    border-radius: 5rem;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-right: 5px;
  }
  .footer-links-social-networks__link:hover {
    color: #ffffff !important;
    background-color: #d62c40;
  }
  /*END FOOTER SECTION */
  /*BEGIN HEADER SECTION */
  header .navbar {
    display: block !important;
    padding: 0;
  }
  header .navbar__logo-figure {
    width: 6rem;
    margin: 0 auto .5rem auto;
  }
  header .navbar__logo-img {
    width: 100%;
    height: auto;
    display: block;
  }
  header .navbar__contact-info {
    text-align: center;
  }
  header .navbar__text-contact-link {
    margin: 0;
  }
  header .navbar__contact-link {
    color: inherit;
  }
  header .navbar__toggler {
    width: 100%;
    cursor: pointer;
    border: 2px solid #d62c40;
  }
  header .navbar__navbar-nav {
    background-color: #212121 !important;
  }
  header .navbar__item.active header .navbar__link {
    color: #ff0000;
  }
  header .navbar__link {
    padding: .4rem 1rem !important;
    border-bottom: 1px solid #ffffff;
    font-size: 15px;
    color: #ffffff;
  }
  /*END HEADER SECTION */
  /*BEGIN SOCIAL BUTTON*/
  .social-buttons {
    display: block;
    left: 0;
    position: fixed;
    text-align: left;
    top: 35%;
    z-index: 999;
  }
  .social-buttons__btn {
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    border: 0;
    margin: 0 0 2px 0;
    padding: .4rem .5rem .2rem .5rem;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .social-buttons__btn--hover:hover {
    padding: .4rem 1rem .2rem 1rem;
    color: #ffffff;
  }
  .social-buttons__btn-sns {
    background-color: rgba(81, 141, 252, 0.8);
    color: #ffffff;
  }
  .social-buttons__anchor {
    color: #ffffff;
  }
  .social-buttons__anchor--hover:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .social-buttons__icon {
    font-size: 21px;
    line-height: 1em;
    display: inline-block;
  }
  .social-buttons__btn-facebook {
    background-color: #3B5998;
  }
  .social-buttons__btn-twitter {
    background-color: #0084b4;
  }
  .social-buttons__btn-instagram {
    background: #5851db;
    background: linear-gradient(210deg, #5851db 0%, #833ab4 18%, #c13584 36%, #e1306c 54%, #ec5253 70%, #fcaf45 100%);
  }
  .social-buttons__btn-whatsapp {
    background-color: #4ac959;
  }
  /*END SOCIAL BUTTON*/
  /* BEGIN EXPRESS CONTACT*/
  .contact-express {
    bottom: 0;
    font-family: 'Exo', sans-serif;
    position: fixed;
    right: 0;
    z-index: 999;
  }
  .contact-express__btn-header {
    color: #ffffff;
    font-family: 'Exo', sans-serif;
    font-size: 19px;
    line-height: 1em;
    padding: .4rem 1rem .3rem 1rem;
    text-transform: uppercase;
    background-color: rgba(81, 141, 252, 0.8);
    border-radius: .2rem .2rem 0 0;
    cursor: pointer;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    width: fit-content;
  }
  .contact-express__caja {
    background: rgba(81, 141, 252, 0.8);
    border-radius: .2rem 0 0 0;
    margin: 0 auto;
    padding: 1rem 1rem .6rem 1rem;
    position: relative;
    text-align: center;
    width: 19rem;
  }
  .contact-express__input-group {
    margin: 0 0 .5rem 0;
  }
  .contact-express__input-group-prepend .contact-express__input-group-text {
    background-color: #ffffff;
    color: #0282cd;
    border: 1px solid #0282cd;
  }
  .contact-express__form-control {
    border: 1px solid #0282cd;
    font-family: inherit;
    font-size: 13px;
  }
  .contact-express__btn-enviar {
    background-color: #0282cd;
    border-radius: .2rem;
    border: 1px solid #ffffff;
    font-weight: 300;
    font-family: inherit;
    font-size: 14px;
    color: #ffffff !important;
    cursor: pointer;
    margin: 0 0 .5rem 0;
    padding: .3rem .5rem;
    text-align: center;
  }
  .contact-express__signature {
    margin: 0;
    font-size: 16px;
    text-align: center;
  }
  .contact-express__signature-link {
    color: #fafafa !important;
    font-size: 13px;
  }
  .contact-express__signature-icon {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 0 .3rem;
    vertical-align: middle;
  }
  .contact-express__textarea {
    font-family: inherit;
    font-size: 13px;
    resize: none;
  }
  .contact-express__paragraph {
    margin: 0 0 .2rem .5rem;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
  }
  /* END EXPRESS CONTACT*/
  /* BEGIN LOADING */
  #loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
  }
  #loading .figura &gt; span {
    font-size: 80px;
    color: white;
    -webkit-animation: girar360 2s linear infinite;
    -moz-animation: girar360 2s linear infinite;
    -o-animation: girar360 2s linear infinite;
    animation: girar360 2s linear infinite;
  }
  #loading .figura figure {
    width: 200px;
    margin: 0 auto;
    -webkit-animation: palpitar 2s linear infinite;
    -moz-animation: palpitar 2s linear infinite;
    -o-animation: palpitar 2s linear infinite;
    animation: palpitar 2s linear infinite;
  }
  #loading .figura figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 .5rem 0;
  }
  #loading .figura figure p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #loading .figura figure p &gt; span {
    opacity: 0;
  }
  #loading .figura figure p .p1 {
    -webkit-animation: punto1 1.5s linear infinite;
    -moz-animation: punto1 1.5s linear infinite;
    -o-animation: punto1 1.5s linear infinite;
    animation: punto1 1.5s linear infinite;
  }
  #loading .figura figure p .p2 {
    -webkit-animation: punto2 1.5s linear infinite;
    -moz-animation: punto2 1.5s linear infinite;
    -o-animation: punto2 1.5s linear infinite;
    animation: punto2 1.5s linear infinite;
  }
  #loading .figura figure p .p3 {
    -webkit-animation: punto3 1.5s linear infinite;
    -moz-animation: punto3 1.5s linear infinite;
    -o-animation: punto3 1.5s linear infinite;
    animation: punto3 1.5s linear infinite;
  }
  /* END LOADING */
  /* BEGIN SLIDER */
  .slider-box {
    position: relative;
    height: 15rem;
    overflow: hidden;
  }
  /* END SLIDER*/
  .top-bar {
    padding: 1rem 0 1rem 0;
  }
  .top-bar__container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .top-bar__link {
    margin-bottom: 1rem;
  }
  /* BEGIN TOP BAR*/
  .topbar__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .topbar__icon {
    color: #d62c40;
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
  }
  .topbar__link {
    color: #000000;
    text-decoration: none !important;
  }
  .topbar__link:hover {
    color: #d62c40;
  }
  /* END TOPBAR */
  /* BEGIN MAIN BG HOME */
  .hero-home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .hero-home__container {
    position: relative;
    min-height: 100%;
  }
  .hero-home__box-content {
    margin: 1rem 1rem;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 2rem 1rem;
  }
  .hero-home__title {
    font-family: "Fjalla One", sans-serif;
    color: #ffffff;
    font-size: 22px;
    position: relative;
  }
  .hero-home__title::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #d62c40;
  }
  .hero-home__button {
    background-color: #d62c40;
    border-radius: 0;
    color: #ffffff !important;
    font-weight: bold;
  }
  /* END MAIN BG HOME */
  /* BEGIN ADVANTAGES */
  .advantage-box {
    background-color: #f4f4f4;
    border-radius: 15px;
    text-align: center;
    padding: 2rem 1rem;
    height: 100%;
  }
  .advantage-box:hover {
    background-color: #d62c40;
  }
  .advantage-box:hover .advantage-box__icon {
    color: #ffffff !important;
  }
  .advantage-box:hover .advantage-box__icon span::before {
    color: #ffffff !important;
  }
  .advantage-box:hover .advantage-box__paragraph {
    color: #ffffff;
  }
  .advantage-box__icon {
    font-size: 80px;
    display: inline-flex;
    margin-bottom: 1.5rem;
  }
  /* END ADVANTAGES */
  /* BEGIN BANNER INFORMATION */
  .banner-information {
    background-image: linear-gradient(to right, #d62c40, #ff001e);
    padding: 2rem 0;
    position: relative;
  }
  .banner-information::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100px;
    height: 100%;
    -webkit-clip-path: polygon(0% 0%, 25% 0, 59% 50%, 25% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 25% 0, 59% 50%, 25% 100%, 0% 100%);
  }
  .banner-information::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-180deg);
    background-color: #ffffff;
    width: 100px;
    height: 100%;
    -webkit-clip-path: polygon(0% 0%, 25% 0, 59% 50%, 25% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 25% 0, 59% 50%, 25% 100%, 0% 100%);
  }
  .banner-information__title {
    margin: 0;
    font-family: "Fjalla One", sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 10rem;
    margin: 0 auto;
  }
  /* END BANNER INFORMATION */
  /* BEGIN SERVICES */
  .bg-services {
    padding: 6rem 0;
  }
  .box-service {
    background-color: #3b3b3b;
    padding-bottom: 1.5rem;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    cursor: pointer;
  }
  .box-service:hover .box-service__layer::after {
    transform: scale(1);
    transition: .3s;
  }
  .box-service:hover .box-service__img {
    filter: grayscale(100%);
    transition: .3s;
  }
  .box-service:hover .box-service__btn-layer {
    transition: .3s;
    transform: scale(1) translate(-50%, -50%);
  }
  .box-service__layer {
    position: relative;
    overflow: hidden;
    transition: .3s;
  }
  .box-service__layer::after {
    content: '';
    position: absolute;
    transform: scale(0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
  }
  .box-service__btn-layer {
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0) translate(-50%, -50%);
    z-index: 999;
    background-color: #323231;
    border-radius: 0;
    border-left: 8px solid #d62c40;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: .6rem 1rem;
    font-size: 22px;
    min-width: 10rem;
  }
  .box-service__btn-layer span {
    font-size: 13px;
    vertical-align: middle;
    color: #d62c40;
  }
  .box-service__btn-layer span:first-child {
    position: relative;
    left: 6px;
    color: #ffffff;
  }
  .box-service:hover {
    background-color: #d62c40;
  }
  .box-service:hover .box-service__title::after {
    background-color: #ffffff;
  }
  .box-service__img {
    width: 100%;
    display: block;
    transition: .3s;
  }
  .box-service__title {
    margin-top: 2rem;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .box-service__title::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #d62c40;
    width: 60px;
    height: 4px;
  }
  /* END SERVICES */
  /* BEGIN FEATURES */
  .main-title-features {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 1.8rem;
  }
  .main-title-features span {
    color: #d62c40;
  }
  .accordion__card {
    border: 1px solid #ccc !important;
    margin-bottom: .5rem;
    border-radius: 0;
  }
  .accordion__card--active {
    background-color: #212121;
    color: #ffffff;
    box-shadow: 2px 2px 36px -6px #171717;
    border: 0px solid !important;
  }
  .accordion__header {
    padding: 0;
    background-color: transparent;
  }
  .accordion__button {
    border-radius: 0;
    width: 100%;
    text-align: left;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 1.8rem;
    text-decoration: none !important;
  }
  .accordion__button--active {
    color: #ffffff !important;
  }
  .accordion__button::after {
    content: '\e901';
    position: absolute;
    top: 5px;
    left: 5px;
    color: #d62c40;
    font-size: 16px;
    font-family: 'sns',sans-serif;
  }
  /* END FEATURES */
}

@media all and (min-width: 576px) {
  /* sm */
  /*BEGIN HEADER SECTION */
  .navbar__contact-info {
    float: right;
    text-align: right;
  }
  .navbar__logo-figure {
    margin: 0 auto .5rem auto;
    float: left;
  }
  /*END HEADER SECTION */
  /* BEGIN BANNER INFORMATION */
  .banner-information__title {
    font-size: 20px;
    max-width: 22rem;
  }
  /* END BANNER INFORMATION */
}

@media all and (min-width: 768px) {
  /* md */
  .general-title {
    font-size: 30px;
  }
  /*BEGIN HEADER SECTION */
  header {
    position: relative;
  }
  header .navbar__collapse.collapse {
    display: block !important;
  }
  header .navbar__navbar-nav {
    justify-content: center !important;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
  }
  header .navbar__item header .navbar__link {
    border-bottom: none;
    color: #000000;
  }
  header .navbar__link {
    color: #000000;
  }
  header .navbar__link-contact {
    background-color: #d62c40;
    border-radius: 5rem;
    color: #ffffff !important;
  }
  header .navbar__logo-img {
    box-shadow: 2px 2px 20px -4px #000000;
    position: relative;
    top: -2.5rem;
    z-index: 9999;
  }
  header .navbar__item.active .navbar__link {
    position: relative;
  }
  header .navbar__item.active .navbar__link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 17px;
    background-color: #d62c40;
    height: 4px;
    width: 40%;
  }
  /*END HEADER SECTION */
  /* BEGIN TOPBAR */
  .topbar__container {
    flex-direction: row;
    justify-content: flex-end;
  }
  /* END TOPBAR */
  /* BEGIN SLIDER */
  .slider-box {
    height: 25rem;
  }
  /* END SLIDER*/
  /* BEGIN MAIN BG HOME */
  .hero-home {
    height: 25rem;
  }
  .hero-home__container {
    display: flex;
    align-items: center;
  }
  .hero-home__box-content {
    background-color: transparent;
    width: 100%;
    max-width: 35rem;
    position: relative;
    z-index: 999;
  }
  .hero-home__title {
    font-size: 36px;
  }
  .hero-home::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 80vw;
    min-height: 300px;
    background-color: rgba(0, 0, 0, 0.65);
  }
  /* END MAIN BG HOME */
  /* BEGIN BANNER INFORMATION */
  .banner-information__title {
    font-size: 28px;
    max-width: 22rem;
  }
  /* END BANNER INFORMATION */
  #contact-express {
    right: 1rem;
  }
}

@media all and (min-width: 992px) {
  /* lg */
  .top-3 {
    position: relative;
    top: -3rem;
  }
  .top-6 {
    top: -6rem;
  }
  /*BEGIN FOOTER SECCTION*/
  .footer-copyright {
    padding: .3rem 0rem;
  }
  .footer-links-social-networks {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-links-social-networks__link {
    margin-right: 0;
    margin-bottom: 8px;
  }
  /* END FOOTER SECTION */
  /*BEGIN HEADER SECTION */
  header .navbar__logo-figure {
    width: 11rem;
  }
  /*END HEADER SECTION */
  /* BEGIN SLIDER */
  .slider-box {
    height: 35rem;
    top: -7rem;
  }
  /* END SLIDER*/
  /* BEGIN MAIN BG HOME */
  .hero-home {
    height: 35rem;
  }
  .hero-home__box-content {
    margin: 0;
    padding: 0;
  }
  .hero-home::after {
    width: 50vw;
  }
  .hero-home__title {
    font-size: 40px;
  }
  /* END MAIN BG HOME */
  /* BEGIN FEATURES*/
  .main-title-features {
    font-size: 40px;
  }
  .bg-features {
    position: relative;
    padding: 6rem 15px;
  }
  .bg-features::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../../imagenes/img-caracteristicas.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 658px;
    height: 100%;
    z-index: -1;
  }
  /* END FEATURES */
  /* BEGIN BANNER INFORMATION */
  .banner-information__title {
    font-size: 30px;
    max-width: 33rem;
  }
  /* END BANNER INFORMATION */
}

@media all and (min-width: 1200px) {
  /* xl */
  .general-title {
    font-size: 40px;
  }
  /* BEGIN FEATURES*/
  .container-features {
    width: 100%;
    max-width: 53rem;
    margin-left: auto;
  }
  /* END FEATURES */
  /* BEGIN BANNER INFORMATION */
  .banner-information__title {
    font-size: 35px;
    max-width: 38rem;
  }
  /* END BANNER INFORMATION */
}
</pre></body></html>