/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #8ac08d;
  padding: 20px;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header.header-scrolled {
  background: #8dce96;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.headerbg {
  background: #d8e2da;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 997;
  transition: all 0.5s ease;
  }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: Georgia, serif;
  font-size: 18px;
  color: #222;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #85c9a0;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #111111;
  box-shadow: 0px 0px 10px #5aad85d5;
}

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

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# leo nav
--------------------------------------------------------------*/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(240, 240, 240, 0.1);
  border: solid rgba(184, 76, 76, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}


.mycontenedor {
  margin-top: 100px;
  top: 100px;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


table {
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  border: 1px solid #5a595e;
  padding: 12px;
  text-align: left;
}

table th {
background-color: #f2f2f2;
font-weight: bold;
font-size: 15px;
}

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

table tr:not(.encabezado-tabla):hover {
background-color: #f1f1f1;
}

.encabezado-tabla {
background-color: #64ad77;
color: white;
font-size: 20px;
text-align: center;
}

.encabezado-tabla button {
background-color: white;
color: #4CAF50;
border: none;
padding: 8px 16px;
font-size: 14px;
cursor: pointer;
border-radius: 5px;
margin-left: 20px;
}

.encabezado-tabla button:hover {
background-color: #f1f1f1;
}

table thead {
position: sticky;
top: 0;
z-index: 100;
}


body {
height: 100vh;
overflow: auto;
}


table {
table-layout: auto;
width: 100%;
}

th:nth-child(1) { width: 50px; }  /* Selector */
th:nth-child(2) { width: 200px; } /* Asunto correo */
th:nth-child(3) { width: 100px; } /* Nit */
th:nth-child(4) { width: 300px; } /* Razon social */
th:nth-child(5) { width: 80px; }  /* Prioridad */


td {
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}




.service-card {
            transition: all 0.3s ease;
            border: none;
            border-radius: 15px;
            overflow: hidden;
            background: linear-gradient(145deg, #ffffff, #f3f3f3);
            box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #ffffff;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 8px 8px 20px #d1d1d1, -8px -8px 20px #ffffff;
        }
        
        .icon-wrapper {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
        }
        
        .custom-badge {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        
        .service-title {
            color: #2d3748;
            font-weight: 600;
        }
        
        .service-text {
            color: #718096;
            font-size: 0.95rem;
        }

        body {
            background-color: #fafcfa;
            background: url(../img/hero-bg.png) center bottom no-repeat;
            min-height: 100vh;
            padding: 40px 0;
        }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 55px);
  padding: 1rem;
  background: url(../img/hero-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: static;
  
}

.form-title {
  text-align: center; /* Centra el texto del título */
    font-family: 'Roboto', sans-serif; /* Cambia 'Roboto' por la fuente que desees */
    font-size: 2rem; /* Aumenta el tamaño de la fuente */
    margin-bottom: 1rem; /* Espacio debajo del título */
    color: #b82b2b; /* Color del texto */
}



#hero .hero-container {
  position: absolute;
  /* bottom: 1px; */
  top: 300px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #5fb189;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero img {
  width: 40%;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.padd-section {
  padding-bottom: 80px;
  padding-top: 150px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #dbebdc none repeat scroll 0 0;
  border-image: linear-gradient(rgb(136, 148, 140), rgb(177, 216, 190)) 1;
  border-style: groove;
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.9s ease-in-out 5s;
  box-shadow: 0 0 5px 10px rgba(223, 238, 223, 0.829) inset;
}

#features .feature-block img {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

#features h2{
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

#features .feature-block:hover {
  box-shadow: 0 0 55px rgba(20, 18, 18, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
  font-family: Georgia, serif;
  color: #070707;
  letter-spacing: 0.5px;
  outline: none;
}

#features .feature-block p {
  margin-bottom: 0;
}


/* Formulario personalizado Section
--------------------------------*/

.formula {
  height: 320px;
  width: 1200px;
  background-color: rgba(247, 245, 245, 0.918);
  top: 70%;
  left: 50%;
  border-radius: 25px;
  align-items: left;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 20px rgba(119, 153, 132, 0.6);
  padding: 5px 25px;
}
.formula *{
  font-family: Georgia, serif;
  color: #070707;
  letter-spacing: 0.5px;
  outline: none;
  justify-content: space-between;
}

.formlogin {
  height: 250px;
  width: 700px;
  background-color: rgba(247, 245, 245, 0.918);
  top: 70%;
  left: 50%;
  border-radius: 25px;
  align-items: left;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 20px rgba(119, 153, 132, 0.6);
  padding: 5px 25px;


.formula h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

.forminput{
  height: 40px;
  width: 75%;
  background-color: rgba(219, 240, 225, 0.801);
  border-radius: 8px;
  padding: 0 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  border-width: 2px;
  border-color: #33753e;
  border-style: solid;
}
::placeholder{
  color: #e5e5e5;
}
.formbutton{
  
  margin-top: 10px;
  width: 40%;
  background-color: #85c9a0;
  color: #16161a;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.5s;
  font-family: Georgia, serif;
}

img.rounded-corners{
  border-radius:30px;
}

.button-30 {
  align-items: center;
  appearance: none;
  background-color: #deeee0;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 48
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #2a2c30;
  padding-top: 23px;
  padding: 0;
  align: center;

}
