@import url(/components/Font-Awesome/web-fonts-with-css/css/fontawesome-all.min.css);
@import url(../../administracion/fuentes/fuentes.css);

* {
  font-family: 'open_sans';
  font-family: 'Questrial-Regular';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --verde: #88a231;
  color: #928282;
  --gris: #231F20;
  --nverde: #c2bf00;
  --letrav: #b9bb05;
  --morado: #a52480;
  --naranja: #e39501;
  --fverde: #c3be00;
  --griscorte: #898989;
}

img {
  max-width: 100%;
}

header .header-redes {
  background: #333333;
}

header .header-redes .red {
  display: inline-block;
  margin: 5px;
  color: #FFFFFF;
}

header .header-redes .red i {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #FFFFFF;
  color: #333333;
  width: 25px;
  text-align: center;
  border-radius: 5em;
}

header .header-redes .red:hover {
  text-decoration: none;
}

header .header-redes .red:hover i {
  background: #000000;
  color: #FFFFFF;
}

header .header-content {
  color: #333333;
}

header .header-content .logo {
  max-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .header-content .icono-header {
  max-height: 98px;
}

header .header-content {
  background-color: var(--morado);
}


header .header-content-home {
  color: #333333;
}

header .header-content-home .logo {
  max-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .header-content-home .icono-header {
  max-height: 98px;
}

header .header-content-home {
  background-color: var(--nverde);
}

header .header-content nav ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-content nav ul li {
  display: table-cell;
  width: 20%;
  position: relative;
}

header .header-content nav ul li a {
  display: table;
  width: 100%;
  color: #FFFFFF;
  border: 2px solid #ededed;
  border-radius: 20px;
  width: 150px;
}

header .header-content nav ul li a span {
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: var(--verde);
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

header .header-content .text-header {
  font-size: 22px;
  color: #fff;
}



.flotantes2 {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999;
}

.flotantes2 a {
  background-color: #25D366;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.flotantes2 i {
  font-size: 30px !important;
  color: #FFFFFF !important;
}

.flotantes {

  display: flex;
  flex-direction: column;
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999;

}

.flotantes a {
  background-color: #25D366;
  border-radius: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.texto-solcompleta {
  font-size: 24px;
  font-weight: bold;
  color: #0e70b9;

}

.flotantes i {
  font-size: 30px;
  color: #FFFFFF;
}

body {
  overflow-x: hidden;
}

header .header-content nav ul li:hover {}

header .header-content nav ul li:hover a {
  color: #FFFFFF;
  text-decoration: none;
}


/* estilos contenidos */

.fondo-left-top {
  background-position: left top;
}

.fondo-left-center {
  background-position: left center;
}

.fondo-left-bottom {
  background-position: left bottom;
}

.fondo-right-top {
  background-position: right top;
}

.fondo-right-center {
  background-position: right center;
}

.fondo-right-bottom {
  background-position: right bottom;
}

.fondo-center-top {
  background-position: center top;
}

.fondo-center-center {
  background-position: center center;
}

.fondo-center-bottom {
  background-position: center bottom;
}

.fondo-repetido {
  background-repeat: repeat;
}

.fondo-sinrepetir {
  background-repeat: no-repeat;
}

.fondo-expandido {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fondo-fijo {
  background-attachment: fixed;
}


.slider-simple .content-caption {
  color: #000000;
  padding: 20px;
  border-radius: 0.5em;
}

.slider-simple .content-caption h2 {
  color: #000000;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
  margin-bottom: 20px;
}

.contenedor-seccion {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contenedor-seccion .descripcion-seccion {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contenedor-seccion .fixed {
  background-position: fixed;
}

.caja-contenido-simple {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em;
}

.caja-contenido-simple h2 {
  font-weight: bold;
}

.caja-contenido-simple .imagen-contenido {
  display: table;
  width: 100%;
}

.caja-contenido-simple .imagen-contenido div {
  display: table-cell;
  height: 180px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}

.caja-contenido-simple .imagen-contenido div img {
  max-width: 100%;
  max-height: 100%;
}

.btn-vermas {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.btn-vermas:hover {
  background: #FFFFFF;
  color: #000000;
}


.carouselsection .caja-contenido-simple {
  padding: 10px;
  border-radius: 0em;
}

.con-espacios .carouselsection .caja-contenido-simple {
  margin: 10px;
}

.con-espacios .carouselsection {
  padding-left: 40px;
  padding-right: 40px;
}

.fondo-video-youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.banner-video-youtube {
  position: absolute;
  top: -80%;
  left: -80%;
  z-index: 1;
  margin: auto;
  opacity: 1;
  width: 260%;
  height: 260%;
}

.fondo-imagen {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-principal .carousel-caption {
  color: #000000;
  padding: 20px;
  border-radius: 0.5em;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}


.padding-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
  max-height: 80px;
}

.logo2 {
  width: 220px;
}

.pos_logo {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.borde_login {
  border: 2px solid #FFFFFF;
  margin-top: 50px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.btn-blanco2 {
  background: #FFFFFF;
  color: var(--verde);
  font-size: 16px;
}

.blanco {
  color: #FFFFFF;
}

.titulo_login2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
}

.titulo_login_azul {
  color: var(--verde);
  font-size: 26px;
  font-weight: 300;
}

.col-md-35 {
  max-width: 29.1666666% !important;
  flex: 0 0 29.1666666% !important;
}

.titulo {
  color: var(--verde);
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.texto_rojo {
  color: red;
}

.datosResaltados {
  color: #FFF;
  padding: 10px;
  font-size: 24px;
  text-transform: uppercase;
  background: var(--verde);
  background: #F0F0F0;
  color: var(--verde);
}

.formulario div {
  margin-top: 0px;
  color: var(--verde);
}

.formulario2 div {
  margin-top: 5px;
  color: var(--verde);
}

.formulario .form-control {
  color: var(--gris);
}

.tituloVerde {
  color: var(--verde);
  font-size: 16px;
  padding-bottom: 5px;
}

.textos2 {
  font-size: 12px;
  color: #595959;
}

.textos3 {
  font-size: 14px;
  color: #595959;
}

.formulario label {
  margin-top: 10px;
}

.margen_enfermedad {
  vertical-align: top;
}

.fondo_header {
  background: var(--verde);
  padding-top: 10px;
  padding-bottom: 10px;
}

.titulo_blanco {
  color: #FFFFFF;
  font-size: 30px;
}

.margen_titulo {
  margin-top: 10px;
}

.separador_gris {
  background: var(--gris);
  height: 20px;
}

.separador_login {
  background: var(--gris);
  height: 5px;
  width: 70px;
  margin-top: 5px;
}

.separador_login2 {
  background: var(--gris);
  height: 5px;
  width: 70px;
  margin-top: -15px;
  margin-bottom: 10px;
}


.separador_tabla {
  background: var(--gris);
  height: 5px;
  width: 70px;
  margin-top: 15px;
  margin-bottom: 10px;
}


.separador_login3 {
  background: var(--gris);
  height: 5px;
  width: 70px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.separador_login4 {
  background: var(--gris);
  height: 5px;
  width: 70px;
  margin-top: -10px !important;
  margin-bottom: 10px;
  position: relative;
}

.separador_login5 {
  background: var(--gris);
  height: 5px;
  width: 70px;
  margin-top: -15px !important;
  margin-bottom: 10px;
  position: relative;
}

.separador_formulario {
  background: var(--gris);
  height: 5px;
  width: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icono_usuario {
  background: var(--verde);
  height: 45px;
  padding: 7px;
  margin-right: -30px;
}

.z_icono {
  z-index: 5;
  position: relative;
  margin-top: -4px;
}

.margen_icono {
  margin-bottom: 20px;
}

.enlace {
  color: #373333;
}

.btn-azul {
  background: var(--verde);
  color: #FFFFFF;
  border-radius: 0px;
}

.btn-azul:hover {
  background: #000000;
  color: #FFFFFF;
}

.flecha {
  color: var(--verde);
  background: #FFFFFF;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  font-size: 18px;
  margin-left: 10px;
}

.campo_gris {
  text-align: right;
  background: url("/corte/pesos.png") #EEEEEE;
  background-repeat: no-repeat;
  color: #231F20;
}

.campo {
  text-align: right;
  background: url("/corte/pesos.png");
  background-repeat: no-repeat;
  color: #231F20;
}

.div_rojo {
  border: 1px solid #BE0E2A;
  padding: 10px;
  border-radius: 4px;
  color: var(--gris) !important;
  margin-top: 10px;
}

.warning-logo {
  margin-left: -10px;
  height: 90px;
  z-index: 1;
  position: relative;
  margin-top: -100px;
}

.warning-logo2 {
  margin-left: -10px;
  height: 60px;
  z-index: 2;
  position: relative;
  margin-top: -72px;
}

.margen-warning {
  margin-left: 70px;
}

#resultado b {
  color: var(--verde);
  font-size: 20px;
  font-weight: normal;
}

.margen-cuotas {
  margin-top: 20px;
}

.rojo {
  color: #BE0E2A;
}

.paso {
  color: #C2C1C1;
  color: #8cb03a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fondo3 {
  background: var(--verde);
  color: #FFFFFF;
}

.tablaGris2,
.tablaGris2 td {
  padding: 5px;
  border: 1px solid #666;
  border-collapse: collapse;
}

.tabla2,
.tabla2 td {
  border: 1px solid #999999;
  border-collapse: collapse;
}

.with-errors {
  color: #BE0E2A;
}

.error {
  color: #BE0E2A !important;
  font-size: 14px !important;
}

#error1 {
  margin-top: 20px;
  padding: 0px 10px;
}

.triangulo {
  color: #BE0E2A;
  font-size: 50px;
}

.triangulo2 {
  color: #BE0E2A;
  font-size: 30px;
}

.margen-triangulo {
  margin-top: 5px;
}

#requisitos {
  max-height: 250px;
  overflow-y: scroll;
  font-variant: normal;
}

#titulo_requisitos {
  margin-top: 6px;
  margin-bottom: 10px;
  color: var(--verde);
  font-size: 20px;
}

.valor_cuota {
  font-size: 36px;
  color: var(--verde);
}

.fondo {
  background: url("/corte/fondo.jpg");
  background-size: cover;
  min-height: 546px;
}

.fondo1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
}

.fondo_negro {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.zindexlogin {
  z-index: 999;
  position: relative;
}

.blanco {
  color: #FFFFFF;
}

#div_valor {
  background: #CCCCCC;
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
}

.tarjeta {
  font-size: 40px;
  color: #000;
  margin-top: 30px;
}

.cop {
  font-size: 20px;
}

.negro {
  color: #000000 !important;
}

.titulo-seccion {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #EBF0F6;
  background: #76bc21;
  padding: 10px;
  border-radius: 18px;
}

.tabla_lineas tr:nth-child(odd) {
  background: #EBF0F6;
}

#requisitos {
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  color: var(--verde);
  border: 2px solid #c3c3c3;
  border-radius: 10px 0px 0px 10px;
  border-right: 0px;
}

.azul-fesdis {
  color: #247dc0;
  font-weight: bold;
}

.fondo-verde {
  background-color: #75b82d !important;
  border-radius: 15px;

}

.fondo-verde h2 {
  color: #FFFFFF !important;
  margin-bottom: 0px;

}

.tabla-resumen {
  border-color: #2daae0;
}

.tabla-resumen td {
  color: #1071b8;
  font-size: 20px;
  padding: 15px;
}

.texto-azul {
  color: #1071b8;
  font-size: 20px;
  font-weight: bold;
}

.tabla-resumen tr:nth-child(odd) {
  background: #cce7f0;
}

.caja-formulario {
  border: 1px solid #bbb;
  border-radius: 2px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.azul {
  color: var(--verde);
}

.fondo-gris {
  background: #ddd;
  background: var(--verde) !important;
  color: #FFFFFF !important;
}

.fondo-gris b {
  color: #FFFFFF !important;
}

.fondo-gris2 {
  background: #ddd;
  background: var(--verde);
  color: #FFFFFF !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.fondo-gris3 {
  background: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.margin5 {
  margin-top: 6px !important;
}

.margin51 {
  margin-top: 5px !important;
}

.margin10 {
  margin-top: 10px !important;
}

.tabla_gris,
.tabla_gris td,
.tabla_gris th {
  border: 1px solid #ced4da;
  color: #333;
}

.tabla_gris div {
  color: #333;
}


.enlace_modal {
  color: var(--verde) !important;
  text-decoration: underline;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.espacio {
  margin-right: 20px;
  margin-left: 4px;
  color: #000;
}

.fondo-azul-claro {
  background-color: var(--verde);
  color: #fff;
}

.caja-form {
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.afiliaciones_bck {
  width: 100%;
  min-height: 85.3vh;
  background-image: url("/skins/page/images/Fondo-Imagen.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.afiliaciones {
  font-size: 18px;
}

.afiliaciones label {
  color: var(--verde);
  font-size: 18px;
}

.afiliaciones .form-control {
  background-color: #f2f2f2;
  border-color: 1px solid #f9f9f9;
}

.texto-azul2 {
  color: var(--verde);
}

.col-md-p {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-radio {
  display: block;
  position: relative;
  padding-right: 90px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -6px;
  right: 0;
  height: 40px;
  width: 80px;
  background-color: #f2f2f2;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
}

/* On mouse-over, add a grey background color */


/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
  background-color: #f2f2f2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "✔";
  width: 100%;
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
  display: block;
}

.btn-firma {
  background-color: #c87b04;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 60px;
  border-radius: 5px;
  margin: 0 10px;
}

.btn-firma:hover {
  color: #000;
}

.radios [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.radios [type=radio]+h4 {
  cursor: pointer;
  font-size: 30px;
}


/* CHECKED STYLES */
.radios [type=radio]:checked+h4 {
  background: var(--verde);
  padding: 10px;
  border-radius: 10px;
  color: #fff !important;
}

#font-2 {
  font: 402 40px 'Arizonia', Helvetica, sans-serif !important;
  color: #2b2b2b;
}

#font-2r {
  font: 402 60px 'Arizonia', Helvetica, sans-serif !important;
  color: #2b2b2b;
}

#font-3 {
  font: 400 40px 'Great Vibes', Helvetica, sans-serif;
  color: #2b2b2b;

}

#font-3r {
  font: 400 60px 'Great Vibes', Helvetica, sans-serif;
  color: #2b2b2b;

}

#font-4 {
  font: 40px 'Euphoria Script', cursive;
  color: #2b2b2b;

}

#font-4r {
  font: 60px 'Euphoria Script', cursive;
  color: #2b2b2b;

}

#font-5 {
  font: 30px 'Homemade Apple', cursive;
  color: #2b2b2b;

}

#font-5r {
  font: 40px 'Homemade Apple', cursive;
  color: #2b2b2b;

}

#font-6 {
  font: 60px 'Miss Fajardose', cursive;
  color: #2b2b2b;

}

#font-6r {
  font: 80px 'Miss Fajardose', cursive;
  color: #2b2b2b;

}

#default {
  font-family: "Myriad pro", sans-serif;

}

.btn-font {
  background-color: var(--verde);
  color: #fff;
}

.btn-font:hover {
  background-color: var(--verde);
  color: #fff;
}

.btn-send-signature {
  background-color: var(--verde);
  color: #fff;
  font-size: 20px;
  width: 130px;
}

#forms-sign span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

/* ----------------------- -------------------*/
#share_signature input[type=checkbox] {
  transform: scale(1.2);
}

#default {
  font-style: italic;
}

#ch-accept {
  transform: scale(2);
  margin-top: 15px;
  margin-left: -30px;
}

#myModal .modal-dialog {
  max-width: 800px !important;
}

.fondo-verde {
  background-color: var(--verde);
  color: #fff
}

.fondo-verde a {
  color: #000 !important;
  font-weight: bold !important;
}

.b-redondeado {
  border-radius: 20px;
}

.color-verde {
  color: var(--verde);
}

.fondo-verde p:hover {
  color: #fff;
}

.fondo-verde p {
  color: #fff;
  margin-bottom: 0px;
}

.accept-sign {
  font-size: 18px;
  border-radius: 15px;
}

#myModal3 .modal-dialog {
  max-width: 700px !important;
}

#signatureShow h1#default {
  font-size: 18px !important;
  font-weight: normal !important;
  text-decoration: underline;
}

#signatureShow h1#font-2r {
  font-size: 28px !important;
  font-weight: normal !important;
  text-decoration: underline;
}

#signatureShow h1#font-3r {
  font-size: 28px !important;
  font-weight: normal !important;
  text-decoration: underline;
}

#signatureShow h1#font-4r {
  font-size: 28px !important;
  font-weight: normal !important;
  text-decoration: underline;
}

#signatureShow h1#font-5r {
  font-size: 22px !important;
  font-weight: normal !important;
  text-decoration: underline;
}

#signatureShow h1#font-6r {
  font-size: 44px !important;
  font-weight: normal !important;
  text-decoration: underline;
}

.custom-file-input~.custom-file-label::after {
  content: "Elegir";
}

.linea {
  width: 150px;
  display: inline-block;
  border-bottom: 1px solid var(--verde);
}

.add-button {
  will-change: transform;
  display: inline-block;
  background-color: var(--fverde);
  color: #FFF;
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: 300ms ease;
}

.add-button i {
  padding-right: 10px;
}

.add-button:hover {
  color: #FFF;
  text-decoration: none;
  transform: scale(1.1);
  transition: 300ms ease;
}

.tabla-personas {
  width: 100%;
  border-collapse: collapse;
}

.tabla-personas,
.header-celda,
.celda {
  border: 1px solid black;
  padding: 15px;
  text-align: left;
}

.header-celda {
  background-color: #88a231;
  color: white;
}

.general-container.login-container .step-number {
  margin-top: 112px;
  width: 94.3%;
}

.step-bck {
  background-color: #f9f9f9;
  font-size: 28px;
}

.color-gris-corte {
  color: #f9f9f9;
}

.color-naranja {
  color: var(--naranja);
}

.icono-bck-input {
  background-color: var(--fverde);
}

.titulo-section {
  font-size: 24px !important;
  color: var(--morado);
  font-weight: bolder;
  margin-right: 10px; /* Ajusta el margen derecho según sea necesario */
}

.title-line {
    flex-grow: 1; /* Hace que la línea horizontal ocupe el espacio restante disponible */
    margin-top: 1rem; /* Ajusta el margen superior según sea necesario */
    border-top: 5px solid var(--fverde); /* Estilo de la línea horizontal, puedes cambiar el color y el estilo según tus necesidades */
}

.text-autorizo {
  color: var(--morado);
  font-weight: 700;
}

.title-modal-important {
  background-color: var(--morado);
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
}

.modal-body span {
  color: var(--griscorte);
  font-size: 16px;
}

.interno-body-modal {
  padding-left: 25px;
  padding-right: 25px;
}

.modal-content {
  border-color: 10px solid var(--morado);
}

.btn-firma-modal {
  background-color: #c87b04;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  margin: 0 10px;
}

.btn-firma-modal:hover {
  color: #000;
}

.modal-body-reingreso label {
  color: var(--griscorte);
  margin-bottom: -15px;
}

.model-header-reingreso label {
  color: #fff;
  font-size: 30px;
}

#alertaRegistro {
  font-size: 18px;
}

.add-button-home {
  will-change: transform;
  display: inline-block;
  background-color: var(--nverde);
  color: #FFF;
  padding: 5px 5px;
  text-decoration: none;
  transition: 300ms ease;
  font-size: 17px;
  display: inline-flex; /* Cambiado a inline-flex para que los elementos se ajusten al contenido */
  align-items: center; /* Alinea los elementos verticalmente */
  justify-content: center;
  height: 50px;
}

.add-button-home i {
  padding-right: 10px;
  font-size: 23px;
}

.add-button-home:hover {
  color: #FFF;
  text-decoration: none;
  transform: scale(1.1);
  transition: 300ms ease;
}
