@import url(/components/Font-Awesome/css/all.min.css);
@import url(../../page/fuentes/fuentes.css);
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arizonia&family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arizonia&family=Euphoria+Script&family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arizonia&family=Euphoria+Script&family=Great+Vibes&family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arizonia&family=Euphoria+Script&family=Great+Vibes&family=Homemade+Apple&family=Miss+Fajardose&display=swap");

@font-face {
  font-family: "Monserrat-Bold";
  src: url(../../page/fuentes/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Monserrat-Regular";
  src: url(../../page/fuentes/Montserrat-Regular.ttf);
}
* {
  font-family: "Monserrat-Regular";
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
a {
  color: #1d266c;
}
img {
  max-width: 100%;
}
header .header-redes {
  background: #333333;
}
header .header-redes .red {
  display: inline-block;
  margin: 5px;
  color: #ffffff;
}
body {
  --naranja: #fe8043;
  --azul-oscuro: #1d266c;
  --verde: #238441;
  --gris-fed: #4d4d4d;
  --gris: #231f20;
}
header .header-redes .red i {
  padding: 6px;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  color: #333333;
  width: 30px;
  text-align: center;
  border-radius: 5em;
  font-size: 19px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  height: 30px;
  transition: 0.8s;
}
header .header-redes .red:hover {
  text-decoration: none;
}
header .header-redes .red:hover i {
  background: #000000;
  color: #ffffff;
}
header .header-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
header .header-content ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
header .header-content ul li a:hover {
  color: #1d266c !important;
  text-decoration: none;
  font-weight: bold;
}
header .header-content .img-logo {
  border-left: 0;
  width: 210px;
  padding: 10px;
}
.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;
}
.texto-gris {
  color: var(--gris-fed);
}
.flotantes i {
  font-size: 30px;
  color: #ffffff;
}
.botonera-responsive .item {
  list-style: none;
}
.botonera-responsive .item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
} /* 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;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.contenedor-seccion .fixed {
  background-position: fixed;
}
.caja-contenido-simple {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 0.5em;
}
.caja-contenido-simple h2 {
  font-weight: bold;
  color: #595959;
}
.caja-contenido-simple .imagen-contenido {
  display: table;
  width: 100%;
}
.caja-contenido-simple .imagen-contenido div img {
  max-width: 100%;
  max-height: 100%;
}
.btn-vermas2 {
  background: var(--azul-oscuro);
  color: #ffffff;
  border-radius: 25px;
}
.btn-vermas2:hover {
  background: var(--verde);
  color: #fff;
}
.col-sm-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.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%;
}
.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: 70px;
}
.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(--azul-oscuro);
  color: #ffffff;
  border-radius: 0px;
}
.btn-azul:hover {
  background: var(--verde);
  color: #ffffff;
  border-radius: 0px;
}
.btn-verde {
  background: var(--verde);
  color: #ffffff;
  border-radius: 0px;
}
.btn-verde:hover {
  background: var(--verde);
  color: #ffffff;
  border-radius: 0px;
}
.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: #1d266c;
  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 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: var(--azul-oscuro);
}
.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-azul {
  color: #fff;
  background-color: var(--azul-oscuro);
  color: #ffffff !important;
}

.f-color-azul {
    background-color: var(--azul-oscuro) !important;
    color: #ffffff !important;
}

.f-color-azul a {
    text-decoration: none;
}

.fondo-gris2 {
  background: #d6d7da;
  color: var(--azul-oscuro);
}
.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(--naranja) !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: 20px;
}
.afiliaciones {
  font-size: 18px;
}
.afiliaciones label {
  color: var(--verde);
  font-size: 18px;
}
.afiliaciones .form-control {
  background-color: #f2f2f2;
  border-radius: 20px;
  border: none;
}
.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: var(--verde);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 60px;
  border-radius: 25px;
  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;
}
.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);
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.texto-nohover:hover {
  color: inherit;
  text-decoration: none;
}
.btn-vermas-nohover:hover {
  background-color: var(--verde) !important;
}
.btn-vermas2-nohover:hover {
  background-color: var(--azul-oscuro) !important;
}
.btn-contactenos {
  background-color: var(--verde);
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  display: inline-flex;
  padding-top: 17px;
}
.header-redes {
  font-weight: 100;
}
.redes-header i {
  background-color: var(--verde);
  color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.redes-header a i:hover {
  background-color: #238441 !important;
  color: #fff !important;
}
.redes-header a {
  color: #000 !important;
}
ul {
  list-style: none;
}
ol {
  font-weight: 100;
}
.nav > li {
  float: left;
}
.nav li a {
  text-decoration: none;
  padding: 15px 10px !important;
  display: block;
}
.nav li ul {
  display: none;
  position: absolute;
  min-width: auto;
  overflow-y: auto;
  width: 170px !important;
  height: auto;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  color: #fff;
  background-color: rgba(239, 239, 239, 1);
  padding: 7px 0px;
  border-radius: 0px 0px 0px 0px;
}
.nav li:hover > ul {
  display: block;
}
.nav li ul li {
  position: relative;
  display: block !important;
  text-align: left;
  height: auto !important;
}
.nav li ul li a {
  color: var(--azul-oscuro) !important;
  font-weight: 500;
  background-color: transparent;
  opacity: 1;
  padding: 0px !important;
  padding: 5px 10px !important;
}
.nav li ul li:hover a {
  color: #fff !important;
  background-color: var(--azul-oscuro);
}
.nav li ul li ul {
  right: -140px;
  top: 0px;
}
.contenedor-noticias-home {
  -webkit-box-shadow: -1px 8px 13px -6px rgb(0 0 0 / 75%);
  -moz-box-shadow: -1px 8px 13px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 14px -10px rgb(0 0 0 / 75%);
}
.fondo-convenios {
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
}
.pqr-app {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 999;
  width: 85px;
}
.pqr-app a {
  text-decoration: none;
}
.pqr-app img {
  width: 45px;
}
.pqr-app p {
  font-size: 11px;
  color: #000;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
}
.pqr-app .fa-comments {
  margin-top: -10px;
}
.pqr-app .pqr {
  background: #d78a2d;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  padding: 10px;
}
.pqr-app .pqr i {
  color: #ffffff;
}
.pqr-app .btnf-vermas {
  background-color: #1d266c;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  padding: 3px 0px;
}
.pqr-app .btnf-vermas:hover {
  background-color: #238441;
  font-weight: 600;
}
.pqr-app .app {
  background: #ffffff;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  min-height: 70px;
  margin-top: 5px;
  border: 2px solid #808080;
}
header .linea {
  z-index: 229;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 5px;
  background: url(/skins/page/images/barra-header.jpg) center center repeat-x;
  border: none;
}
.pqr-app .app:hover {
  transform: scale(0.9);
  transition: 0.3s;
}
.banner-internas .fondo-imagen {
  height: 189px !important;
  padding: 0px 8rem;
  background-size: 100%;
}
.descripcion-misionvision {
  top: 0;
  height: 100%;
  padding: 4rem;
  width: 100%;
}
.titulo-contacto {
  background-color: #238441;
}
.contactenos {
  background-image: url("/skins/page/images/Fondo-Contacto.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.titulo-fedimel-contactenos {
  font-size: 3rem;
  font-weight: 100;
}
.btn-pregunta {
  border-radius: 8px;
}
.servicios .contenedor-seccion,
.servicios .serv {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.btn-convenios {
  border: 1px solid #cecece;
  color: var(--gris-fed);
  border-radius: 15px;
}
.btn-convenios:focus {
  box-shadow: none;
}
.btn-convenios i {
  color: var(--azul-oscuro);
  font-size: 22px;
}
.img-noticias {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.compartir a {
  background-color: var(--azul-oscuro);
  display: inline-flex;
  height: 25px;
  width: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}
.compartir a:hover {
  text-decoration: none;
  background-color: var(--verde);
}
.compartir2 a {
  background-color: var(--azul-oscuro);
  display: inline-flex;
  height: 18px;
  width: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.compartir2 a:hover {
  text-decoration: none;
  background-color: var(--verde);
}
.introduccion-noticias-importantes {
  font-size: 12px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-12 {
  font-size: 12px;
}
.vermas-not {
  border-top: 1px solid var(--azul-oscuro);
}
.border-right-azul {
  border-right: 1px solid var(--azul-oscuro);
}
.limpiar-a {
  text-decoration: none;
  color: inherit;
}
.limpiar-a:hover {
  text-decoration: none;
  color: inherit;
}
.separador-azul {
  border-color: var(--azul-oscuro);
  width: 30px;
  border-width: 2px;
}
ol li {
  color: var(--verde);
}
ol li {
  margin-bottom: 0.5rem;
}
.hover-azul:hover {
  background-color: var(--azul-oscuro);
  color: #fff;
}
.hover-verde:hover {
  background-color: var(--verde);
  color: #fff;
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.menu-respon {
  background-color: var(--azul-oscuro);
  z-index: 99;
  width: 100%;
  top: 0;
}
.botonera-resposive {
  position: fixed;
  background: var(--azul-oscuro) !important;
  color: #fff;
  width: 276px;
  height: 100%;
  overflow: auto;
  top: 0;
  z-index: 9999;
  right: 0;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}
.table-striped tbody {
  text-align: center;
}
.table-striped tr:first-child td {
  border-top: none;
}
.botonera-resposive .table td,
.table th {
  padding-right: 0;
  padding-left: 0;
}
.botonera-resposive a {
  color: #ffffff !important;
  width: 100%;
}
.botonera-resposive .item {
  list-style: none;
}
.botonera-resposive ul table {
  margin-bottom: 0px;
}
.f-color-verde {
  background-color: var(--verde) !important;
}
.botonera-resposive ul {
  padding-top: 12px;
  margin-bottom: 0px;
}
element.style {
}
.botonera-resposive ul {
  padding-top: 12px;
  margin-bottom: 0px;
}
.sub-menu1,
.sub-menu2 {
  margin-bottom: -13px !important;
  padding-left: 0px !important;
}
.logo-footer {
  width: 50%;
}
.img-logo-header {
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 50% 50%;
  -webkit-box-shadow: 0px 4px 0px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 0px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 0px -1px rgba(0, 0, 0, 0.75);
  border-collapse: collapse;
  background-color: #fff;
  height: 124px;
  width: 124px;
  right: -36px;
}
.titulo-accordion {
  min-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.btn-volver {
  background-color: var(--verde);
  color: #fff;
  border-radius: 50rem;
}
.btn-volver:hover {
  background-color: var(--azul-oscuro);
  color: #fff;
  border-radius: 50rem;
}
.titulo-conv {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.texto-azul:hover {
  text-decoration: none;
}
.introduccion-noticias-home {
  font-size: 16px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0px 20px 0px;
  height: 110px;
}
.titulo-noticias-home h5 {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduccion-noticias-home p {
  margin-bottom: 0px;
}
.formatos .titulo-formatos {
  background: var(--verde);
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.formatos ul {
  padding: 15px;
  background: #eeeeee;
}
.formatos ul li {
  list-style: none;
}
.formatos ul li a {
  text-decoration: none;
  color: var(--verde);
}
.formatos .titulo-reglamentos {
  background: #238441;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cert-volver {
  margin-left: 64px;
  padding-bottom: 30px;
}
.btn-regla {
  background: var(--azul-oscuro);
  border: none;
  color: #ffffff;
  padding: 5px;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 80%;
  margin-left: 38.5%;
  margin-right: 38.5%;
  border-radius: 4.5%;
}
.btn-regla-2 {
  background: var(--verde);
  border: none;
  color: #ffffff;
  padding: 5.1px;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 80%;
  margin-left: 38.5%;
  margin-right: 38.5%;
  border-radius: 4.5%;
}
.btn-regla-2:hover {
  background-color: var(--azul-oscuro) !important;
  text-decoration: none;
  color: #fff;
}
.btn-regla:hover {
  background-color: var(--verde) !important;
  text-decoration: none;
  color: #fff;
}
.home i.fas.fa-chevron-right {
  color: var(--verde);
  font-size: 40px;
  opacity: 1;
}
.home .carousel-control-next {
  opacity: 1 !important;
}
.home i.fas.fa-chevron-left {
  color: var(--verde);
  font-size: 40px;
  opacity: 1;
}
.home .carousel-control-prev {
  opacity: 1 !important;
}
.fondo-imagen-responsive {
  height: auto;
  width: 100%;
}
.simulador {
  border: 1px solid #cccccc;
  background: #eeeeee;
  padding: 20px;
  color: #333333;
  font-weight: 300;
  border-radius: 0.5em;
}
.caja-login {
  width: 500px;
  display: inline-block;
  background: #fff;
  border-radius: 0px 10px 0px 0px;
}
.text-login p,
.caja-login input,
.caja-login label,
.caja-login .olvido-contrasena {
  font-size: 14px;
  color: var(--verde);
}
.btn-entrar {
  background-color: var(--azul-oscuro);
  color: #ffffff;
  width: 100%;
}
.list-panel {
  list-style: disc !important;
  color: var(--azul-oscuro);
}
.titulo-login {
  border-radius: 0px 10px;
}
#formularior .form-control {
  background-color: #eeeeee;
}
.fondo-login {
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
} /* header */
.header-redes i {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #1d266c;
  border: none;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  transition: 0.8s;
  font-size: 15px;
}
.red-envelope:hover i {
  background-color: #238441;
  color: #fff;
}
.red-phone:hover i {
  background-color: #238441;
  color: #fff;
}
.fondo-azul {
  background-color: #1d266c;
  color: #fff;
  padding: 15px 0px;
}
.texto-azul {
  color: #1d266c !important;
}
.header-contactenos {
  background: #fff;
  border-radius: 25px;
  padding: 1px 14px;
}
.header-contactenos a {
  font-weight: 600;
}
.header-contactenos:hover {
  background-color: #238441;
  color: #fff;
}
.header-contactenos:hover a {
  color: #fff !important;
}
.header-contactenos:hover img {
  filter: invert(1) sepia(1) hue-rotate(20deg) saturate(0%);
}
.redes-header {
  margin: 0px 122px 0px 40px;
}
header .header-content {
  background-color: #fff;
  border-top: 2px solid #000;
}
header .header-content ul li a {
  color: #000 !important;
  font-weight: 100;
} /* fin header */ /*  footer*/
.fondo-gris {
  background-color: #1d266c;
  color: #fff;
}
.fondo-verde {
  background-color: #238441;
  color: #fff;
}
.linea-contactenos {
  border: 1px solid rgba(255, 255, 255, 0.5);
} /* fin footer */ /* banner principal */
.fondo-imagen {
  position: relative;
  display: block;
  width: 100%;
  height: 670px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} /* fin banner principal */ /* servicios home */
.btn-vermas {
  background: #1d266c;
  color: #ffffff;
  border-radius: 25px;
  width: 50%;
}
.btn-vermas:hover {
  background: #238441;
  color: #fff;
}
.disenio6 {
  padding: 0px 25px;
} /* fin servicios home */ /* noticias */
.noticias-home .caja-home-notc {
  border: 2px solid #d4d4d4;
  padding-top: 20px;
  background-color: #f4f4f4;
}
.noticias-home .caja-home-notc:hover {
  transform: scale(1.03) !important;
}
.noticias-home .vermas-noticias {
  display: flex;
  justify-content: center;
  align-items: center;
}
.noticias-home .vermas-noticias a:hover {
  text-decoration: none;
}
.noticias-home .vermas-noticias span {
  color: #fff;
  background-color: #1d266c;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
}
.noticias-home .vermas-noticias span {
  color: #fff;
  background-color: #1d266c;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
}
.noticias-home .vermas-noticias span:hover {
  background-color: #238441;
}
.noticias-home .caja-home-comp {
  position: relative;
  border-top: 2px solid #d4d4d4;
  padding-top: 10px;
  background-color: #fff;
  padding-bottom: 10px;
}
.noticias-home .img-not-prc img {
  width: 209px;
  height: 239px;
}
.noticias-home h2 {
  font-weight: 600;
}
.noticias-home .comentarios {
  display: flex;
  align-items: center;
  font-size: 15px;
} /* fin noticias */ /* contacto home*/
.contactenos-home {
  background-color: #f4f4f4;
}
.form-contactenos-home input {
  color: #7f7f7f;
  border: 2px solid #d4d4d4;
  border-radius: 20px;
  background-color: #fff;
  height: calc(2.5rem + 2px);
  font-size: 15px;
}
.form-contactenos-home textarea {
  color: #7f7f7f;
  border: 2px solid #d4d4d4;
  border-radius: 20px;
  background-color: #fff;
  height: 112px;
  font-size: 15px;
}
.form-contactenos-home input:focus,
.form-contactenos-home textarea:focus {
  background-color: transparent;
  color: #7f7f7f;
}
.form-contactenos-home input::placeholder,
.form-contactenos-home textarea::placeholder {
  color: #7f7f7f;
}
.form-contactenos input,
.form-contactenos textarea {
  background-color: var(--azul-oscuro);
  color: #fff;
  border: none;
}
.form-contactenos input::placeholder {
  color: white;
}
.form-contactenos textarea::placeholder {
  color: white;
}
.form-contactenos input:focus,
.form-contactenos textarea:focus {
  background-color: var(--azul-oscuro);
  color: #fff;
}
.form-contactenos input::placeholder,
.form-contactenos textarea::placeholder {
  color: white;
}
.caja-contactenos {
  border: 2px solid#d4d4d4;
  border-radius: 13px;
  padding: 24px 34px;
  background-color: #fff;
}
.caja-contactenos p {
  margin-bottom: 0px;
}
.btn-enviar {
  background-color: #1d266c;
  color: #fff;
  border-radius: 16px;
  padding: 7px 20px;
}
.btn-enviar:hover {
  background-color: #238441;
  font-weight: 600;
} /* fin contacto home */ /* nosotros */
.caja-contenido-simple .imagen-contenido div {
  /* display: table-cell; */ /* height: 180px; */
  text-align: center; /* vertical-align: middle; */ /* border:1px solid #CCCCCC; */ /* background-color: #EEEEEE; */
} /* fin nosotros */ /* galeria */
.botonCategorias {
  min-width: 176px;
  width: 18%;
  font-weight: 400;
  background-color: #1d266c;
  border-radius: 28px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 1.3em;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 11px;
  cursor: pointer;
}
.botonCategorias:hover {
  background-color: #238441;
  color: #fff !important;
  cursor: pointer;
}
.categoriasHome {
  background-color: #fff;
  margin-bottom: 50px;
}
.btn-intalaciones-contactanos {
  text-align: center;
  background: #238441;
  color: #ffffff !important;
  border-radius: 4.5px;
  font-size: 1.5em;
  padding: 0.2em 3.5em;
  margin-top: 60px;
  cursor: pointer;
  width: 65%;
}
.btn-intalaciones-contactanos:hover {
  background: var(--amarillo-pagina);
  color: var(--gris-pagina) !important;
  transition: 0.2s;
  text-decoration: none;
}
.contenidoImagenes {
  background-color: transparent;
  border: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.vermasimagen {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(29, 38, 108, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}
.vermasimagen h1 {
  padding: 1rem 1rem;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 2.2rem;
}
.vermasimagen h1:hover {
  background: #238441;
  border: 1px solid #238441;
  color: #fff;
  transition: all 300ms;
}
.imagenesHome .row .col-md-4:hover .vermasimagen {
  left: 0;
} /* fin galeria*/ /* Normatividad */
.contenido-normatividad {
  margin-top: 4%;
}
.contenido-normatividad .normatividad-imagen {
  display: flex;
  justify-content: center;
}
.contenido-normatividad .normatividad-titulo {
  text-align: center;
  background: #238441;
  color: #fff;
  font-size: 24px;
  margin: 5% 14%;
  border-radius: 25px;
  font-weight: 600;
  padding: 2% 0%;
}
.contenido-normatividad .normatividad-caja {
  margin: 0% 14%;
}
.contenido-normatividad .normatividad-descripcion-uno {
  background-color: #1d266c;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.contenido-normatividad .normatividad-descripcion-uno i {
  font-size: 35px;
  padding: 3% 0% 0% 3%;
}
.contenido-normatividad .normatividad-descripcion-dos {
  background-color: #1d266c;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 2% 0%;
  margin-bottom: 7%;
}
.contenido-normatividad .normatividad-descripcion-dos li {
  color: #032262;
} /* fin Normatividad */ /* tasa */
footer .bolsa-val .texto_ind_todos_tit {
  color: red;
} /* fin tasa */ /* sistema */
.btn-perfil {
  background: #f1f15e;
  color: #1d266c;
  border: 1px solid #f1f15e;
}
.btn-perfil:hover {
  color: #0084c9;
  background: #ffffff;
}
.btn-danger {
  background: #1d266c !important;
  color: #ffffff !important;
  border: 1px solid #1d266c !important;
}
.btn-danger:hover {
  background: #238441 !important;
  color: #ffffff !important;
  border: 1px solid #1d266c !important;
}
.botones-secundarios {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.botones-secundarios .boton-secundario .imagen {
  height: 170px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.botones-secundarios .boton-secundario h2 {
  color: #0084c9;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.disenio4 h2 {
  display: flex;
  justify-content: center;
  color: #083d6d;
}
.disenio4 hr {
  background-color: #f1f15e;
  display: flex;
  justify-content: center;
  height: 2px;
  width: 215px;
  margin: auto;
  border-top: 0px;
}
.noticias-home hr {
    background-color: #f1f15e;
    display: flex;
    justify-content: center;
    height: 3px;
    width: 215px;
    margin: 1rem auto;
    border-top: none;
}
.boton-formato {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1px;
  display: block;
  padding: 5px;
  color: #0084c9;
}
.botones-secundarios .boton-secundario:hover {
  text-decoration: none;
}
.botones-secundarios .boton-secundario .imagen .caption {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.boton-formato {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1px;
  display: block;
  padding: 5px;
  color: #0084c9;
}
.campo-perfil {
  font-size: 13px;
}
.caja-perfil {
  background: #eeeeee;
  padding: 20px;
  border: 1px solid #e2e2e2;
}
.caja-login {
  max-width: 100%;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 60px;
  background: #eeeeee;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
  width: 720px;
}
.content-sistema {
  margin-top: 50px;
  margin-bottom: 50px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
} /* fin sistema */ /* sistema estado cuenta */
.table thead th {
  font-size: 14px;
  text-align: center;
}
.table td,
.table th {
  font-size: 12px;
  text-align: center;
}
.table .thead-dark th {
  color: #fff;
  background-color: #1d266c !important;
  border-color: #1d266c !important;
} /* fin sistema estado cuenta */ /* modifica tu aporte */
.btn-modaporte {
  background-color: #1d266c;
  color: #fff;
}
.btn-modaporte:hover {
  color: #fff;
  background-color: #238441;
}

.fondo-azul td {
    padding: 12px;
}

.cursor-p {
    cursor: pointer;
}

.img-comentarios {
    width: 32px;
    height: 25px;
}

.enlaces a {
    text-decoration: none;
}

.red {
    text-decoration: none;
}

.header-contactenos a {
    text-decoration: none;
}

.boton-secundario {
    text-decoration: none;
}

.normatividad-descripcion-dos a{
    text-decoration: none;
}

.beneficiarios_check:checked  {
    background-color: green;
}

/* fin modifica tu aporte  */
@media screen and (max-width: 3000px) {
  .fondo-imagen {
    margin: auto;
    width: 70%;
  }
}
@media screen and (max-width: 2500px) {
  .fondo-imagen {
    margin: auto;
    width: 75%;
  }
}
@media screen and (max-width: 2400px) {
  .fondo-imagen {
    margin: auto;
    width: 80%;
  }
}
@media screen and (max-width: 2300px) {
  .fondo-imagen {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 2200px) {
  .fondo-imagen {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 2100px) {
  .fondo-imagen {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 2000px) {
  .fondo-imagen {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 1900px) {
  .fondo-imagen {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 1800px) {
  .fondo-imagen {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1700px) {
  .fondo-imagen {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .fondo-imagen {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .fondo-imagen {
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px !important;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .no-gutters {
    margin-right: 1px !important;
  }
  video {
    width: 100%;
    height: 100%;
  }
  .slider-principal {
    margin-top: -12px;
  }
  .contenedor-general {
    margin-top: 90.38px !important;
  }
  .pqr-app {
    margin-top: 0rem;
    width: 100% !important;
    height: 75px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: initial;
    left: initial;
    transform: translateY(0);
    transform: translateX(0);
    right: 0;
    z-index: 999;
    position: fixed;
  }
  .pqr-app img {
    height: 60px !important;
    width: 60px !important;
  }
  .pqr-app p {
    font-size: 10px;
  }
  .pqr-app .btnf-vermas {
    font-size: 10px;
  }
  .pqr-app .app {
    padding: 0px 5px;
    width: 75px;
  }
  .bolsa-val {
    padding-top: 2rem;
  }
  .descripcion-misionvision {
    padding: 1rem;
  }
  .mision-vision {
    height: 300px;
    overflow: hidden;
  }
  .caja-contenido-simple {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
  .mision-vision img {
    height: 100%;
    width: auto;
  }
  .img-mision-vision {
    max-width: none;
  }
  .descripcion-misionvision img {
    height: auto;
    width: 100%;
  }
  .banner-internas .fondo-imagen {
    display: none;
  }
  .banner-internas .fondo-imagen-responsive {
    display: none !important;
  }
  .imagen-contenido2 {
    margin-top: 3rem;
  }
  .logo-footer {
    width: 25% !important;
  }
  .facebook {
    text-align: center;
  }
  .introduccion-noticias-importantes {
    font-size: 16px;
  }
  .compartir2 a {
    height: 24px !important;
    width: 24px !important;
  }
  .font-12 {
    font-size: 16px !important;
  }
  .contenedor-form {
    padding: 0px;
    margin-top: 3rem;
  }
  .contenedor-seccion {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .img-noticias {
    height: auto;
  }
  .box-vermas {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }
  .noticias-home .col-md-5 {
    display: none;
  }
  .noticias-home .caja-home-comp {
    border: 1px solid;
  }
  .caja-contactenos {
    margin-top: 17px;
  }
  .contactenos-home .cont-box-vermas {
    justify-content: center !important;
  }
  .fondo-gris span {
    justify-content: center;
    display: flex;
  }
  .fondo-gris .enlaces ul {
    margin-bottom: 50px;
  }
  .fondo-gris .enlaces li {
    text-align: center;
  }
  .fondo-gris .foo-box-logo {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .botones-secundarios {
    display: flex;
    overflow-x: auto;
  }
  .botones-secundarios .boton-secundario {
    float: none !important;
    width: 200px !important;
  }
  .botones-secundarios .boton-secundario .imagen {
    width: 200px;
  }
  .contenido-normatividad .normatividad-caja {
    margin: 0% 0%;
  }
  .table-amortizacion {
    display: block;
    overflow-x: auto;
  }
  .table-cartera {
    display: block;
    overflow-x: auto;
  }
  .tabla-simulador {
    display: block;
    overflow-x: auto;
  }
  .content-sistema .descripcion {
    margin-top: 25px;
  }
  .cert-volver {
    margin-left: 0px !important;
    padding-bottom: 30px !important;
    margin-top: 30px;
  }
  .table-cert {
    display: block;
    overflow-x: auto;
  }
  .botonCategorias {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  #terminos .modal-dialog {
    max-width: 800px !important;
  }
  .convenio-modal .modal-dialog {
    max-width: 800px !important;
  }
  #popup .modal-dialog {
    margin-top: 5rem;
    max-width: 700px !important;
  }
}
