/* Skin Colors */

:root {
	--primary: #be2821;
	--primary-100: #b7241f;
	--primary-200: #b2211c;
	--primary-300: #9b1d17;
	--primary--100: #c1312c;
	--primary--200: #cf2b24;
	--primary--300: #ce3c37;
	--primary-rgba-0: rgba(190, 40, 33, 0);
	--primary-rgba-10: rgba(190, 40, 33, 0.1);
	--primary-rgba-20: rgba(190, 40, 33, 0.2);
	--primary-rgba-30: rgba(190, 40, 33, 0.3);
	--primary-rgba-40: rgba(190, 40, 33, 0.4);
	--primary-rgba-50: rgba(190, 40, 33, 0.5);
	--primary-rgba-60: rgba(190, 40, 33, 0.6);
	--primary-rgba-70: rgba(190, 40, 33, 0.7);
	--primary-rgba-80: rgba(190, 40, 33, 0.8);
	--primary-rgba-90: rgba(190, 40, 33, 0.9);
}
/* End Skin Colors */ 

.col-center{
    float: none;
    margin: 0 auto;
}

/* Color menu header */

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background: rgba(34, 38, 41, 0.6) !important; /* Background del menú */
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle {
    color: #ababab; /* Color login */
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2rem;
}

#header .header-nav-features:before, #header .header-nav-features:after {
    background: rgba(150, 150, 150, 0.5);
    content: none;
    width: 2px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
}

.bg-dark {
    background-color: var(--dark) !important;
    opacity: 0.96;
}
    
@media (min-width: 992px) {
    #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		color: #ababab;
	}
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #ababab;
	}

/* End color menu header */


#footer {
    background: var(--dark);
    border-top: 4px solid var(--dark);
    font-size: 0.9em;
    margin-top: 0px;
    padding: 0;
    position: relative;
    clear: both;
}

/* Seccion Afiliados y Trabajadores FGV */

.table td, .table th {
    border-color: rgba(0, 0, 0, 0.08);
}

.btn-modern {
    text-transform: uppercase;
    font-size: .8em;
    padding: 12.8px 24px;
    padding: 0.3rem 1.0rem;
    font-weight: 600;
}

/* End Seccion Afiliados y Trabajadores FGV */

/* Estilos datatable */

@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    margin-top: 10px;
    }
}

/* End Estilos datatable */

/* Contact form */

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1.65;
}

.form-style-2 .form-control {
    padding: 11.2px 16px;
    padding: 0.7rem 1rem;
    border-color: rgba(0, 0, 0, 0.09);
}

.padding-all {
    padding: 3rem !important;
}

@media only screen and (max-width: 575px) {
    .padding-all {
        padding: 2rem !important;
    }
}

/* End Contact form */

/* Modal Afíliate */

.btn-modern-afiliate {
    text-transform: uppercase;
    font-size: .8em;
    padding: 0.6rem 3.8rem;
    font-weight: 600;
}

.modal-footer-afiliate {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* End Modal Afíliate */

/* Modal Privacidad */

#modalprivacidad .modal-body {
    max-height: 360px;
    /* overflow: auto; */
}

/* End Modal Privacidad */

/* Aviso legal */

#modalavisolegal .modal-body {
    max-height: 360px;
    /* overflow: auto; */
}

.avisolegal.list.list-icons.list-icons-sm li {
    color: var(--primay);
    list-style: none;
    padding-left: 22px;
}

.avisolegal.list.list-icons.list-icons-sm li > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
    font-size: 1.2em;
    top: 4px;
    padding-left: 2px;
}

/* End Aviso legal */
/* Modal oculto por defecto */
.modalCurso {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* Fondo oscuro y transparente */
}

/* Contenido del modal */
.modalCurso-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 60%;
  border: 3px solid #000000; /* Borde sólido negro de 3px */
  border-radius: 10px;       /* Opcional: bordes redondeados */
  padding: 20px;             /* Recomendado: espacio entre contenido y borde */
  background-color: white;
  transition: all 0.5s ease; /* Duración de la animación: 0.5s */
}

/* Botón de cierre */
.closeCurso {
  color: white;
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 28px;
  cursor: pointer;
}
.modalCurso-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Animación: ocultar */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1000;
}
