/**
* Template Name: Eterna
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #545454;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #CD0C0C;
  /* TINTO #893E3E #922B21; #e96b56;*/
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --color-negro: #000000;
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #FFFFFF;
  /*#444444;*/
  /* The default color of the main navmenu links */
  --nav-hover-color: #f21212;
  /* #be6e6e #e96b56;*/
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #CD0C0C;
  /* #893E3E #e96b56;*/
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #3c3c3c;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #565656;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  background-color: var(--background-color);
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.header .topbar {
  background-color: var(--background-color);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--accent-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--default-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  color: var(--default-color);
}

.header .topbar .contact-info i a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--accent-color);
}

.header .branding {
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 55px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 8px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 14px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    /*display: contents;*/
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    /* left: 14px;*/
    left: -55px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown .btn-registro,
  .nav .dropdown-menu .btn-registro {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
  }

  .navmenu .dropdown ul li {
    min-width: 250px;
    /*min-width: 200px;*/
  }

  .navmenu .dropdown ul a,
  .navmenu .dropdown ul div {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .contdiv {
    display: block;
    text-align: center;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 90px 20px 20px 20px;
    padding: 20px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    line-height: 3;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 20px 20px;
    font-family: var(--nav-font);
    font-size: 19px;
    font-weight: 500;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(360deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 0 0;
    margin: 5px 15px;
    /*margin: 10px 20px;*/
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
    line-height: 2;
  }

  .navmenu .dropdown ul div {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown .btn-registro,
  .nav .dropdown-menu .btn-registro {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    /*top: 15px;*/
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }

  .navmenu .contdiv {
    /*display: inline-block; O inline-grid; PONE EL MISMO FORMATO COMO EN LA COMPU*/
    display: inline-flex;
    text-align: center;
    /*align-content: center;*/
  }

  .navmenu .icon-mov {
    margin-right: 12px;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.noh4 {
  font-size: 24px;
  padding: 50px 0;
  font-weight: bold;
  margin-top: 0%;
  text-align: center !important;

}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  display: flex;
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: 100%;
  background-color: var(--surface-color);
  color: var(--background-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -9px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 3px;
  font-size: 8px;
}

.footer .btn-registro {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  /*bottom: 55px;*/
  bottom: 85px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 50vh;
  /*70vh;*/
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .hero .carousel {
    min-height: 50vh;
  }
}

@media (max-width: 1199px) {

  /*cel*/
  .hero .carousel {
    min-height: 75vh;
  }
}

/*
@media (max-height: 400px) {
  .hero .carousel {
    min-height: 100vh;
  }
}
*/
/*@media (min-height: 400px) {
  .hero .carousel {
    min-height: 65vh;
  }
}
@media (max-height: 400px) {
  .hero .carousel {
    min-height: 60vh;
  }
}*/

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: contain;
  /*cover;*/
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  /*background: color-mix(in srgb, var(--background-color), transparent 20%);*/
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-item::before {
  content: "";
  /* background-color: color-mix(in srgb, var(--background-color), transparent 20%);*/
  position: absolute;
  inset: 0;
}

.hero .carousel-container {
  position: absolute;
  inset: 90px 64px 64px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  text-align: center;
}

.hero .carousel-item h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  animation: fadeInDown 1s both;
}

.hero .carousel-item h2 span {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .hero .carousel-item h2 {
    font-size: 30px;
  }
}

.hero .carousel-item p {
  animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

  .hero h2,
  .hero p {
    max-width: 60%;
  }
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  animation: fadeInUp 1s both 0.4s;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 15%;
  transition: 0.3s;
  opacity: 0.4;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

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

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  color: var(--default-color);
  font-size: 48px;
  line-height: 1;
}

.hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: var(--accent-color);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

.hero .carousel-indicators li.active {
  opacity: 1;
}

@media (max-height: 768px),
(max-width: 1024px) {
  .hero .carousel-indicators li {
    margin-bottom: 20px;
  }
}

.hero .featured {
  margin-top: -150px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media (max-height: 768px),
(max-width: 1024px) {
  .hero .featured {
    margin-top: 0;
  }
}

.hero .featured-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero .featured-item:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}

.hero .featured-item .icon {
  margin-bottom: 10px;
}

.hero .featured-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.hero .featured-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.hero .featured-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.hero .featured-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.hero .featured-item:hover h4 a,
.hero .featured-item:hover .icon i,
.hero .featured-item:hover p {
  color: var(--contrast-color);
}

.hero .featured-item:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/*.about .content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}*/

.about .content h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

.about .content h3 {
  font-size: 1.45rem;
  font-weight: 600;
}

.about .content .fst-italic {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about .content ul i {
  color: var(--accent-color);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .btn-registro {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
}

.btn-danger {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
}

.btn-danger:hover {
  background-color: var(--default-color) !important;
  border-color: var(--default-color) !important;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  /*padding: 80px 20px;*/
  padding: 35px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.services .service-item .icon {
  margin: 0 auto;
  /*width: 64px;
  height: 64px;*/
  width: 117px;
  height: 117px;
  background: var(--accent-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.services .service-item .icon .img1 {
  display: inline-flex;
  /*width: 32px;
  height: 32px;*/
  width: 64px;
  height: 64px;
  transition: ease-in-out 0.3s;
}

.services .service-item .icon .img2 {
  display: none;
}

.services .service-item .icon i {
  color: var(--contrast-color);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--accent-color), transparent 80%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.services .service-item:hover .icon {
  background: var(--surface-color);
}

.services .service-item:hover .icon .img1 {
  display: none;
}

.services .service-item:hover .icon .img2 {
  display: inline-flex;
  /*width: 32px;
  height: 32px;*/
  width: 64px;
  height: 64px;
  transition: ease-in-out 0.3s;
}

.services .service-item:hover .icon i {
  color: var(--accent-color);
}

.services .service-item:hover .icon::before {
  background: color-mix(in srgb, var(--background-color), transparent 70%);
}

.services .service-item:hover h3,
.services .service-item:hover p {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item i {
  color: var(--accent-color);
  display: block;
  font-size: 44px;
  float: left;
  line-height: 0;
}

.stats .stats-item .purecounter {
  color: var(--heading-color);
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  margin-left: 60px;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: var(--heading-font);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.skills .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: var(--default-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
/*.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

@media (max-width: 468px) {
  .team .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.team .team-member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  flex-shrink: 0;
}

.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

@media (max-width: 468px) {
  .team .team-member .member-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
  }
}

.team .team-member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member .social {
    justify-content: center;
  }
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}*/

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
  padding: 30px 0 30px 0;
  /*60px 0 120px 0;*/
}

.pricing .section-title {
  /*margin-bottom: 40px;*/
}

.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  /*60px 40px;*/
  height: 100%;
  position: relative;
  border-radius: 15px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.pricing .icon {
  margin: 30px auto 20px auto;
  width: 70px;
  height: 70px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.pricing .icon i {
  color: var(--background-color);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  line-height: 0;
}

.pricing .icon::before {
  position: absolute;
  content: "";
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 80%);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.pricing .icon::after {
  position: absolute;
  content: "";
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-2px);
}

.pricing h4 {
  font-size: 48px;
  color: var(--accent-color);
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: 25px;
  text-align: center;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 5%);
  font-size: 22px;
  font-weight: 500;
}

/*MR*/
.pricing h5 {
  color: color-mix(in srgb, var(--default-color), transparent 5%);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

/*MR*/

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--heading-font);
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .featured {
  z-index: 10;
  border: 3px solid var(--accent-color);
}

@media (min-width: 992px) {
  .pricing .featured {
    transform: scale(1.15);
  }
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-subtitle {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
}

.blog-posts {
  padding-top: 30px;
}

.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
}

.blog-posts .post-img {
  max-height: 440px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog-posts .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
}

.blog-posts .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-posts .meta-top ul li+li {
  padding-left: 20px;
}

.blog-posts .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-posts .meta-top a {
  color: var(--color-negro);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-posts .content {
  margin-top: 20px;
}

.blog-posts .content .read-more {
  text-align: right;
}

.blog-posts .content .read-more a {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.btn-descargar {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog-posts .content .read-more a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.btn-descargar:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content .sub-title {
  color: var(--heading-color);
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0;
}

.blog-details .content .sub-titles {
  color: var(--color-negro);
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-negro);
}

.blog-details .meta-top a {
  color: var(--color-negro);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
  padding: 10px 0 40px 0;
}

.blog-author .author-container {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-author .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
}

.blog-author p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  padding: 20px 0 30px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact .php-email-form button[type=submit],
.contact .php-email-form input[type=button] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover,
.contact .php-email-form input[type=button]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 10%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 30px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}


/*--------------------------------------------------------------
# Extas por MIRI
--------------------------------------------------------------*/

.text-justify {
  text-align: justify;
}

/*-----extra------*/


.centrar-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*--------------------------------------------------------------
# Emma 
--------------------------------------------------------------*/

.titulo-resaltado h1 {
  color: #000000 !important;
  font-size: 36px !important;
}

.titulo-resaltado h2 {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0;
}

.subs-res {
  color: #000000 !important;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0;
}

.with-image {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;

  margin-bottom: 2rem;
}

.with-image img {
  width: 250px;

  height: auto;
  flex-shrink: 0;

  border-radius: 8px;

}

.with-image p {
  flex: 1;
}


@media only screen and (max-width: 768px) {

  .with-image>div {
    display: flex !important;

    flex-direction: column !important;

    align-items: flex-start !important;
    gap: 1rem !important;

  }

  .with-image>div>div {
    width: 100% !important;
    padding-right: 0 !important;

  }

  .with-image img {
    margin-top: 1rem !important;

    width: 100% !important;

    max-width: 250px;

    height: auto !important;
  }
}


.subtitles {
  color: var(--color-negro);
  font-weight: bold;
  font-size: 20px !important;
}

.botones-calculadoras {
  margin-top: 20px;
}

.calculadora-card {
  aspect-ratio: 1 / 1;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.calculadora-card:hover {
  transform: scale(1.05);
}

.icono-calculadora {
  font-size: 24px;
  color: var(--accent-color);
  margin-bottom: 6px;
}




.roussel-container {
  position: relative;
  max-width: 100%;
}

.roussel-wrapper {
  overflow: hidden;
}

.roussel-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.4s ease;
}

.roussel-card {
  flex: 0 0 200px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;

}

.roussel-card span {
  margin: 0 0 0rem !important;
  color: #000000;
  text-align: center;
}


.roussel-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}


.mark1 {
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}



.roussel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--accent-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
}

.roussel-btn.left {
  left: -10px;
}

.roussel-btn.right {
  right: -10px;
}

.roussel-btn:hover {
  background: var(--color-negro);
}

.contenedor-articulos {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;

}


.articulo {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 50%;
  box-sizing: border-box;
}

.articulo {
  width: 100%;
}

.articulo4 {
  width: 90%;
  max-width: 100%;
  margin: 20px auto;
  padding: 12px;
  box-sizing: border-box;
  background-color: #fff6f6;
  border-left: 4px solid #d94b4b;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
  overflow-wrap: break-word;
}


/* Estilo móvil */
@media (max-width: 768px) {
  .articulo4 {
    width: 80%;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 12px;
    text-align: justify;
    margin-right: 30%;

  }
}

.responsive-sifo {}

@media (max-width: 767.98px) {
  .responsive-sifo {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }

  .responsive-sifo .custom-demo {
    width: 100% !important;
    font-size: 7vw !important;
  }


  .responsive-sifo .d-flex.flex-column {
    height: auto !important;
    align-items: center !important;
  }

  .responsive-sifo .d-flex.flex-column p {
    font-size: 8vw !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  .responsive-sifo .d-flex.flex-column p span {
    margin-left: 0 !important;
  }

  .responsive-sifo .custom-precios {
    width: 100% !important;
    font-size: 5vw !important;
  }
}


.custom-btn {
  background-color: #CD0C0C;

  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 1rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border: none;
  width: 250px;
  margin-left: 10%;
}


.custom-prueba {
  height: 176px;

  font-size: 1.1rem;
}


.custom-precios {
  height: 44px;

  font-size: 0.9rem;
}

.custom-demo {
  width: 220px;
  height: 220px;
  font-size: 1.2rem;
}




.articulos2 {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .contenedor-articulos {
    flex-direction: column;
  }

  .articulo {
    width: 100%;
  }
}

.btn-primary {
  background-color: var(--accent-color) !important;
  border-color: var(--background-color) !important;
}

.btn-primary:hover {
  background-color: var(--nav-dropdown-color) !important;
  border-color: var(--default-color) !important;
}


.ims {
  margin-left: 25%;
}

.fw-semibolds {
  font-weight: bolder !important;
  color: var(--accent-color);
  font-size: 16px;
}

.fw-semiboldi {
  font-weight: bold !important;
  color: var(--accent-color) !important;
  font-size: 16px !important;
  display: inline-flex !important;
}

.fw-semiboldn {
  font-weight: bold !important;
  color: var(--color-negro) !important;
  font-size: 16px !important;
  display: inline-block !important;
}


@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);


.cursor {
  position: relative;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, .75);
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}


.typewriter-animation {
  animation:
    typewriter 5s steps(50) 1s 1 normal both,
    blinkingCursor 500ms steps(50) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .typewriter-animation {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    animation:
      typewriter 3s steps(30) 0.5s 1 normal both,
      blinkingCursor 400ms steps(30) infinite normal;
    font-size: 0.9rem;

  }

  @keyframes typewriter {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }

  @keyframes blinkingCursor {

    0%,
    100% {
      border-right: 2px solid transparent;
    }

    50% {
      border-right: 2px solid currentColor;
    }
  }
}


@keyframes blinkingCursor {
  from {
    border-right-color: rgba(255, 255, 255, .75);
  }

  to {
    border-right-color: transparent;
  }
}

.recuadros {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 16px;

  box-sizing: border-box;
}




.imas-hover {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.imas-hover img {
  display: block;
  transition: opacity 0.3s ease;
}

.imas-hovered {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.imas-hover:hover .imas-hovered {
  opacity: 1;
}

.imas-hover:hover .imas-default {
  opacity: 0;
}


@media only screen and (max-width: 768px) {
  .imas-hover {
    display: block !important;
    margin: 0 auto !important;
    width: auto !important;
  }

  .imas-hover img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}


.calculadora-cardi {
  aspect-ratio: 1 / 1;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
  cursor: pointer;
  text-align: center;
}

.calculadora-cardi:hover {
  transform: scale(1.05);
}

.roussel-cardi {
  flex: 0 0 200px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.roussel-cardi span {
  margin-bottom: 0 !important;
  color: #000;
}

.roussel-cardi p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

.cardi {
  background-color: var(--accent-color) !important;
  border-color: var(--background-color) !important;
  border-radius: 16px;
  text-align: center;
}

.cardi:hover {
  background-color: var(--nav-dropdown-color) !important;
  border-color: var(--default-color) !important;
}

.cardi a {
  color: var(--background-color) !important;
  text-decoration: none !important;
}

.parrafos {
  color: #000000;
}

.divisor {

  background-color: #3c3c3c;
  height: 5px;
  width: 770px;
  margin-top: 0 px !important;
  margin-bottom: 30px !important;
  border-radius: 999px;
}

.arts {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
}



.timeline-section {
  padding: 40px 20px;
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

.timeline-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}

.timeline {
  position: relative;
  margin: 20px auto;
  padding: 20px 0;
  width: 90%;
  max-width: 1000px;
}


.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--accent-color);
  transform: translateX(-50%);
}


.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}


.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.timeline-item::after {
  content: '';
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: var(--accent-color);
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 1;
}


.timeline-item:nth-child(odd)::after {
  right: -10px;
}

.timeline-item:nth-child(even)::after {
  left: -10px;
}


.timeline-content h3 {
  margin-top: 0;
  color: var(--color-negro);
  font-size: 1.3rem;
}

.timeline-content p {
  margin: 10px 0 0;
  font-size: 1rem;
  color: #555;
}


@media (max-width: 768px) {
  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    left: 20px;
    transform: none;
  }

  .timeline-item {
    width: 120% !important;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
    text-align: left;
    left: 0 !important;
  }

  .timeline-item::after {
    left: 20px;
    top: 25px;
    right: auto;
  }

  .timeline-content {
    margin-top: 0;
    font-size: 2px !important;
  }
}



/* Sección general */
.seccion-cartas {
  padding: 40px 20px;
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

/* Contenedor de todas las cartas */
.contenedor-cartas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Cada carta */
.carta {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: calc(50% - 20px);
  /* 2 cartas por fila */
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Título dentro de la carta */
.titulo-carta {
  font-size: 1.4rem;
  color: var(--accent-color);
  margin-bottom: 10px;
}

/* Texto dentro de la carta */
.carta p {
  color: #555;
  font-size: 1rem;
}

/* Efecto al pasar el mouse */
.carta:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* La carta grande que ocupa el 100% */
.carta-grande {
  width: 100%;
}

/* Responsive para móvil */
@media (max-width: 768px) {

  .carta,
  .carta-grande {
    width: 100%;
  }
}


.contenedor-artics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.texto-artics {
  flex: 1 1 55%;
}

.imagen-artics {
  flex: 1 1 40%;
  text-align: center;
}

.imagen-artics img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive para móvil */
@media (max-width: 768px) {
  .contenedor-artics {
    flex-direction: column;
    text-align: center;
  }

  .texto-artics,
  .imagen-artics {
    flex: 1 1 100%;
  }
}


.servicios {
  background-color: white;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
}

.servicios:hover {
  background-color: red;
  color: white;
}

.servicios i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.interactive-list .item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.interactive-list .item:hover {
  background-color: #f8f9fa;
}

.interactive-list .title {
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  color: #dc3545;
}

.interactive-list .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding-top 0.4s;
  color: #333;
  font-size: 0.95rem;
}

.interactive-list .item.active .content {
  max-height: 200px;
  padding-top: 0.5rem;
}

.segundos {
  color: #000000;
  align-items: center !important;
  text-align: center !important;
}

.mini-tarjetas {
  background-color: #f9f9f9;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  max-width: 500px;
}

.mini-tarjetas h5 {
  margin-bottom: 8px;
  font-weight: 600;
}

.benefits-diagram {
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.benefit-block {
  background-color: white;
  padding: 10px 15px;
  margin: 20px 0;
  border-left: 5px solid #CD0C0C !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.line-connector {
  width: 2px;
  height: 20px;
  background-color: #a10000;
  margin: 0 auto;
}

.benefit-block strong {
  color: #CD0C0C !important;
}

.caracters {
  color: #CD0C0C;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.resaltados {
  color: #000000;
}

.benefit-block h3 {
  color: #CD0C0C !important;
  font-size: 18px;
  display: inline-flex;
  font-weight: bold;
}

.p-gris {
  color: var(--default-color);
  font-size: 20px;
}

.p-rojo {
  color: var(--nav-hover-color);
  font-size: 20px;
}

.redes-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.redes-link {
  text-decoration: none;
  color: inherit;
  flex: 1;
  min-width: 220px;
}

.redes {
  background-color: #f1f1f1;
  padding: 24px 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: 100%;
}

.redes p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}

.redes i {
  font-size: 1.8em;
  line-height: 1;
}


.TWI {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.TWI>*:first-child {
  order: 1;
  flex: 1 1 300px;
}

.TWI>*:last-child {
  order: 2;
  flex: 1 1 300px;
}

.TWI h3 {
  color: var(--color-negro);
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 768px) {
  .TWI {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .TWI img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .TWI ul {
    padding-left: 20px;
    text-align: left;
  }

  .TWI p {
    text-align: center;
  }
}

.ContenedorBotones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  /* espacio entre botones */
  flex-wrap: wrap;
  /* opcional por si en móviles no cabe en una fila */
  margin: 20px 0;
}

.BRojos {
  background-color: #d90000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BRojos:hover {
  background-color: #b30000;
}

.BRojos a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.BRojos a:hover {
  text-decoration: none;
}




.contenedor-botones {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* Permite que se ajusten si el espacio es muy pequeño */
  gap: 20px;
  /* Espacio entre botones */
  margin: 20px 0;
}

.BRojos2 {
  background-color: #d90000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.BRojos2:hover {
  background-color: #b30000;
}

.BRojos2 a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.BRojos2 a:hover {
  text-decoration: none;
}





.SubsBlack {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}

.SubsRed {
  color: var(--accent-color);
  font-weight: bold;
}

.ejemplo {
  display: block;
  margin: 0 auto;
}




.nomina-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.nomina-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 200px;
}

.nomina-info-box {
  background-color: #ffeaea;
  border-left: 4px solid #d94b4b;
  padding: 10px;
  font-size: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  line-height: 1.3;
}

.nomina-info-box h3 {
  margin: 0 0 6px 0;
  color: #d94b4b;
  font-size: 13px;
}

.nomina-image {
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .nomina-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nomina-image {
    width: 95%;
    max-width: none;
    margin: 10px 0;
    content: url("https://sifo.com.mx/Images/newindex/blog/nomina-ejemploc.webp");
  }

  .nomina-column {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    /* Menor separación entre los elementos */
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .nomina-info-box {
    flex: 1 1 45%;
    margin: 2px;
    /* Espacio mínimo entre los recuadros */
    box-sizing: border-box;
    font-size: 13px;
  }

  .nomina-info-box h3 {
    font-size: 14px;
  }
}

.espacio-escritorio {
  height: 50px;
  /* o el espacio que desees */
}

/* En móviles eliminamos el espacio */
@media (max-width: 768px) {
  .espacio-escritorio {
    height: 0;
  }
}

.espacio-escritorio-2 {
  height: 30px;
  /* Ajusta este valor según el espacio que desees en escritorio */
}

/* Ocultar en móvil */
@media (max-width: 768px) {
  .espacio-escritorio-2 {
    height: 0;
  }
}





.tablaSencilla {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.tablaSencilla th,
.tablaSencilla td {
  border: 1px solid black;
  padding: 10px;
  text-align: left;
  text-align: center;
}

.tablaSencilla th {
  background-color: var(--accent-color);
  color: white;
}

.tablaSencilla tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {

  .tablaSencilla,
  .tablaSencilla thead,
  .tablaSencilla tbody,
  .tablaSencilla th,
  .tablaSencilla td,
  .tablaSencilla tr {
    display: block;
    width: 100%;
  }

  .tablaSencilla thead {
    display: none;
    /* Ocultamos encabezados en móvil */
  }

  .tablaSencilla tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
  }

  .tablaSencilla td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .tablaSencilla td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
    color: #555;
  }
}


.redSquare {
  background-color: #ffc8c4;
  width: 100%;
  max-width: 810px;
  height: 345px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  /* Oculta cualquier desbordamiento */
  padding: 20px;
}


.flechas-wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.flecha-container {
  position: relative;
  display: inline-block;
}

.flecha {
  background-color: #666;
  color: white;
  padding: 12px 15px;
  width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  box-sizing: border-box;

}

.numero {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: red;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media (max-width: 768px) {
  .flechas-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .flecha-container {
    margin-bottom: 20px;
  }

  .flecha {
    width: 90vw;
    max-width: 300px;
    height: auto;
    min-height: 100px;
    padding: 20px;
    font-size: 13px;
  }

  .numero {
    top: -14px;
    font-size: 13px;
  }
}


.CRusel-container {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.CRusel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.CRusel-slide {
  min-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.CRusel-slide p {
  font-size: 16px;
  line-height: 1.6;
}

.CRusel-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.CRusel-dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.CRusel-dot.active {
  background-color: #666;
}

.video-wrapper {
  margin-left: 15%;
  width: 900px;
}

.video-thumbnail {
  width: 100%;
  cursor: pointer;
}

.video-play-button {
  width: 60px;
  height: 60px;
  opacity: 0.8;
  border: none;
  pointer-events: none;
}

/* Adaptación para móvil */
@media (max-width: 768px) {
  .video-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    /* ajustable */
  }
}

@media (max-width: 767.98px) {

  /* Contenedor: de fila a columna y centrado */
  .responsive-nominas {
    margin-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  /* Título centrado y más pequeño en móviles */
  .responsive-nominas h2.segundos {
    font-size: 8vw !important;
    text-align: center !important;
    margin-bottom: 0.5em !important;
  }

  /* Imagen a todo ancho manteniendo proporción */
  .responsive-nominas .responsive-img {
    width: 90% !important;
    max-width: none !important;
    height: auto !important;
  }

  /* Mini-tarjetas a ancho completo */
  .responsive-nominas .mini-tarjetas {
    width: 90% !important;
    box-sizing: border-box;
  }
}



.table-responsive {
  width: 100%;
}

.t-desc {
  width: 100%;
  border-collapse: collapse;
  text-align: justify;
  border: 1px solid #000;
}

.t-desc th,
.t-desc td {
  padding: 12px;
  border: 1px solid #000;
}

.t-desc thead tr {
  background-color: #c62828;
  color: #ffffff;
}

/* Modo stacked en móvil */
@media only screen and (max-width: 768px) {
  .t-desc thead {
    display: none;
  }

  .t-desc,
  .t-desc tbody,
  .t-desc tr,
  .t-desc td {
    display: block;
    width: 100%;
  }

  .t-desc tr {
    margin-bottom: 1.5rem;
  }

  .t-desc td {
    position: relative;
    padding: 12px 12px 12px 50%;
    text-align: left;
    border: 1px solid #000;
    white-space: normal;
  }

  .t-desc td::before {
    content: attr(data-label);
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(50% - 24px);
    font-weight: bold;
  }
}


@media only screen and (max-width: 768px) {
  .T-COMP .table {
    /* 1) Que no ocupe forzosamente 100% */
    width: auto !important;
    max-width: 100% !important;
    /* 2) Se convierte en bloque para que margin auto funcione */
    display: block !important;
    margin: 0 auto !important;
    /* 3) Fija el layout para que el contenido rompa y no expanda la tabla */
    table-layout: fixed !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    /* 4) Oculta el overflow horizontal sobrante si lo hubiera */
    overflow-x: hidden !important;
    font-size: 12px;
  }
}




/******************************** EXTRAS QUE DESPUES HAY QUE CORREGIR ***********************************/

/* 

.suscripcion-container {
  background-color: #3c3c3c;
  color: white;
  padding: 20px;
  border-radius: 12px;
  width: 280px;
  margin: 50px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.suscripcion-container h2 {
  margin-bottom: 15px;
  text-align: center;
  color: var(--background-color);
}

.suscripcion-container input[type="email"] {
  width: 99%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
}

.suscripcion-container button {
  width: 100%;
  padding: 10px;
  background-color: #CD0C0C;

  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.suscripcion-container button:hover {
  background-color: #000000;
  color: #ffffff;
}

.mensaje {
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}


.mensaje.exito {
  background-color: rgba(0, 255, 85, 0.15);
  color: #ffffff;
  border: 1px solid #00a34a;
}


.mensaje.error {
  background-color: rgba(255, 0, 0, 0.15);
  color: #ffffff;
  border: 1px solid #d10000;
}




.form-section {
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  width: 90%;
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.form-info {
  flex: 1;
}

.form-info h2 {
  text-align: center !important;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.form-info .highlight {
  text-align: center !important;
  color: #cd0c0c;
}

.form-info p {
  margin-bottom: 1rem;
  color: #444;
}

.form-info ul {
  list-style: none;
}

.form-info li {
  margin-bottom: 0.5rem;
}

.formulario {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campo-doble {
  display: flex;
  gap: 1rem;
}

input,
select {
  width: 100%;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

button {
  background: #cd0c0c;
  color: #fff;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: black;
}

.form-section {
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  width: 90%;
  background: #fff;
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 5rem;
  ;
}

.form-info {
  flex: 1;
}

.form-info h2 {
  text-align: center !important;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.form-info .highlight {
  text-align: center !important;
  color: #cd0c0c;
}

.form-info p {
  margin-bottom: 1rem;
  color: #444;
}

.form-info ul {
  list-style: none;
}

.form-info li {
  margin-bottom: 0.5rem;
}

.formulario {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campo-doble {
  display: flex;
  gap: 1rem;
}

input,
select {
  width: 100%;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

button {
  background: #cd0c0c;
  color: #fff;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: black;
}

.form-call-section {
  display: flex;
  gap: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 90%;
}

.form-call-info {
  flex: 1;
  color: #333;
}

.form-call-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.highlight {
  color: red;
}

.form-call-info ul {
  list-style: none;
  padding: 0;
}

.form-call-info ul li {
  margin: 8px 0;
  font-size: 1rem;
}

.formulario-llamada {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campo-doble-llamadas {
  display: flex;
  gap: 1rem;
}

input,
select,
button {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}

button {
  background: #cc0c0c;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
}

button:hover {
  background: #8f0404;
}

.exito {
  color: green;
  font-weight: bold;
  margin-top: 10px;
}

.error {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}

.alert {
  padding: 12px;
  margin-top: 15px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}

.alert.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}scripcion-container {
  background-color: #3c3c3c;
  color: white;
  padding: 20px;
  border-radius: 12px;
  width: 280px;
  margin: 50px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.suscripcion-container h2 {
  margin-bottom: 15px;
  text-align: center;
  color: var(--background-color);
}

.suscripcion-container input[type="email"] {
  width: 99%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
}

.suscripcion-container button {
  width: 100%;
  padding: 10px;
  background-color: #CD0C0C;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.suscripcion-container button:hover {
  background-color: #000000;
  color: #ffffff;
}

.mensaje {
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.mensaje.exito {
  background-color: rgba(0, 255, 85, 0.15);
  color: #ffffff;
  border: 1px solid #00a34a;
}


.mensaje.error {
  background-color: rgba(255, 0, 0, 0.15);
  color: #ffffff;
  border: 1px solid #d10000;
}


.form-section {
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  width: 90%;
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.form-info {
  flex: 1;
}

.form-info h2 {
  text-align: center !important;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.form-info .highlight {
  text-align: center !important;
  color: #cd0c0c;
}

.form-info p {
  margin-bottom: 1rem;
  color: #444;
}

.form-info ul {
  list-style: none;
}

.form-info li {
  margin-bottom: 0.5rem;
}

.formulario {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campo-doble {
  display: flex;
  gap: 1rem;
}

input,
select {
  width: 100%;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

button {
  background: #cd0c0c;
  color: #fff;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: black;
}

.form-section {
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  width: 90%;
  background: #fff;
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 5rem;
  ;
}

.form-info {
  flex: 1;
}

.form-info h2 {
  text-align: center !important;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.form-info .highlight {
  text-align: center !important;
  color: #cd0c0c;
}

.form-info p {
  margin-bottom: 1rem;
  color: #444;
}

.form-info ul {
  list-style: none;
}

.form-info li {
  margin-bottom: 0.5rem;
}

.formulario {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campo-doble {
  display: flex;
  gap: 1rem;
}

input,
select {
  width: 100%;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

button {
  background: #cd0c0c;
  color: #fff;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: black;
}

.form-call-section {
  display: flex;
  gap: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 90%;
}

.form-call-info {
  flex: 1;
  color: #333;
}

.form-call-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.highlight {
  color: red;
}

.form-call-info ul {
  list-style: none;
  padding: 0;
}

.form-call-info ul li {
  margin: 8px 0;
  font-size: 1rem;
}

.formulario-llamada {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campo-doble-llamadas {
  display: flex;
  gap: 1rem;
}

input,
select,
button {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}

button {
  background: #cc0c0c;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
}

button:hover {
  background: #8f0404;
}

.exito {
  color: green;
  font-weight: bold;
  margin-top: 10px;
}

.error {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}

.alert {
  padding: 12px;
  margin-top: 15px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}

.alert.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
} */


.formulario_registro_correos_container {
  background-color: #3c3c3c;
  color: white;
  padding: 20px;
  border-radius: 12px;
  width: 280px;
  margin: 50px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.formulario_registro_correos_titulo {
  margin-bottom: 15px;
  text-align: center;
  color: var(--background-color);
}

.formulario_registro_correos_input {
  width: 99%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
}

.formulario_registro_correos_boton {
  width: 100%;
  padding: 10px;
  background-color: #CD0C0C;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.formulario_registro_correos_boton:hover {
  background-color: #000000;
  color: #ffffff;
}

.formulario_registro_correos_mensaje {
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.formulario_registro_correos_exito {
  background-color: rgba(0, 255, 85, 0.15);
  color: #ffffff;
  border: 1px solid #00a34a;
}

.formulario_registro_correos_error {
  background-color: rgba(255, 0, 0, 0.15);
  color: #ffffff;
  border: 1px solid #d10000;
}


/* ================================
   FORMULARIO DE REGISTRO DE LLAMADAS
   ================================ */

.registro_de_llamadas_form-section {
  display: flex;
  gap: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.registro_de_llamadas_form-info {
  flex: 1;
  color: #333;
}

.registro_de_llamadas_form-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.registro_de_llamadas_form-highlight {
  color: #cd0c0c;
}

.registro_de_llamadas_form-info p {
  margin-bottom: 1rem;
  color: #444;
  text-align: center;
}

.registro_de_llamadas_form-info ul {
  list-style: none;
  padding: 0;
}

.registro_de_llamadas_form-info ul li {
  margin: 8px 0;
  font-size: 1rem;
}

.registro_de_llamadas_form-formulario {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.registro_de_llamadas_form-campo-doble {
  display: flex;
  gap: 1rem;
}

.registro_de_llamadas_form-formulario input,
.registro_de_llamadas_form-formulario select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}

.registro_de_llamadas_form-formulario button {
  background: #cc0c0c;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 1.1rem;
}

.registro_de_llamadas_form-formulario button:hover {
  background: #8f0404;
}

/* ================================
   MENSAJES DE ALERTA
   ================================ */
.registro_de_llamadas_form-alert {
  padding: 12px;
  margin-top: 15px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}

.registro_de_llamadas_form-alert.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.registro_de_llamadas_form-alert.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}


.ctss-btn {
  min-width: 150px;
  /* ancho mínimo cómodo */
  min-height: 48px;
  /* altura mínima para toque */
  padding: 14px 32px;
  /* espacio interno */
  font-size: 1.2rem;
  /* texto legible */
}


.progress .progress-bar {
  width: 0;
  transition: width 1s ease-in-out;
}

.skills-animation.start .progress .progress-bar {
  width: var(--target-width);
}