/*
font-family: 'Montserrat', sans-serif;
bold: 700;
regular : 400;

*/

body {
    font-family: 'Montserrat', sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
.fondo-login {
    background-color: #323232;
}
.header-login {
    background-color: #323232;
    height: 47px;
}
.alineacion {
    align-content: center;
    min-height: 90px;
}
.bloque-login {
    padding-top: 100px;
    background-color: #ffffff;
}
.logo-5 {
    text-align: center;
    padding-bottom: 30px;
}
.titulo {
    font-size: 21px;
    color: #424859;
    text-align: center;
    padding-bottom: 25px;
}
.negrita {
    font-weight: bold;
}
.caja-login {
    background-color: #e9e9e9;
    border-radius: 20px;
    max-width: 280px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 47px;
    padding-bottom: 40px;
    margin: 0 auto 40px auto;
}
.titulo-login {
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
}
.input-login {
    border-radius: 15px;
    text-align: center;
    border: 0px;
    padding: 7px 0px;
    margin-bottom: 10px;
    width: 100%;
}
.btn-login {
    background-color: #54A7F5;
    width: 100%;
    padding: 10px 0px;
    border: 0px;
    border-radius: 25px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.btn-login:hover {
    opacity: 0.8;
}
.error {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
}
.txt-1 {
    font-size: 12px;
    text-align: center;
    color: #000000;
}
.txt-1 a{
    font-size: 12px;
    text-align: center;
    color: #000000;
}
.txt-1 a:hover{
    text-decoration: none;
}
.logo-bheed {
    text-align: center;
    padding-bottom: 100px;
}
.naranjo {
    color: #54A7F5;
}
.txt-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.margen-inferior {
    padding-bottom: 100px;
}
.menu-footer {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    align-items: end;
}
.menu-footer li {
    list-style-type: none;
    
}
.menu-footer li a {
    list-style-type: none;
    color: #ffffff;
    text-decoration: none;   
}
.menu-footer li a:hover {
    text-decoration: underline;   
}

/*Dashboard Trabajadores*/
.header-interno {
    background-color: #ffffff;
   border-top: 6px solid #54A7F5;
}
.alineacion-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
 
}
.ico-persona {
    cursor: pointer;
}
.ico-persona a{
    font-size: 12px;
}
.cuerpo-central {
    background-color: #e8e8e8;
}

.fondo-caja {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.titulo-nombre {
    font-size: 25px;
    color: #3d3d3d;
    font-weight: bold;
}
.bajada-titulo {
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3d;
}
.alineacion-2 {
    display: flex;

}
.alineacion-izq {
    text-align: right;
}
.box-img {
    padding-right: 40px;
}
.color-naranjo {
    color: #df8b27;
}
.bajada-fecha {
    font-size: 14px;
}
.btn-naranjo {
    background-color: #df8b27;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 13px;
    border: medium none;
}
.btn-naranjo:hover {
    opacity: 0.8;
}
.color-blanco {
    color: #ffffff;
}
.redondeo-naranjo {
    width: 20px;
    text-align: center;
    display: inline-block;
    background-color: #df8b27;
    font-size: 12px;
    border-radius: 15px;
    padding: 1px 0px;
}

.txt-3 a {
    color: #000000;
    font-size: 13px;
}
.txt-3 a:hover {
    text-decoration: none;
} 

.contenedor-menu-central {
    background-color: #707070;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu-central {
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: end;
    margin-bottom: 0px;
}
.menu-central li {
    list-style-type: none;
}
.menu-central li a {
    list-style-type: none;
    color: #ffffff;
    text-decoration: none;
}
.menu-central li a:hover {
    text-decoration: underline;
}
.menu-central li.active a {
    font-weight: bold;
}
.txt-4 {
 font-size: 13px; 
 display: inline-block;  
 margin-right: 100px;
}
.contenedor-titulo {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 7px 20px;
}                  
.titulo-item {
    font-size: 16px;
}
.txt-5 {
    font-size: 13px;
}
.filtro {
    width: 70px;
    border-radius: 5px;
    border: 2px solid #c9c9c9;
    text-align: center;
    font-size: 13px;
    padding: 3px 5px;
}
.alineacion-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pl-10 {
    padding-left: 10px;
}
.alineacion-derecha {
    text-align: right;
}
.contenedor-tabla {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
   
}

.tabla-simple td {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.fuente-tabla {
    font-size: 14px;
}
.btn-gris {
    background-color: #7d7d7d;
    border-radius: 7px;
    padding: 3px 15px;
    font-size: 13px;
    border: medium none;
}
.btn-gris:hover {
    opacity: 0.8;
} 
.titulo-tabla {
    font-size: 16px;
}
.ancho-minimo {
    min-width: 300px;
}



/*Login 02*/
.fondo-login-dos {
    background: #dcdcdc;
}
.contenedor-general {
    padding-top: 40px;
}
.sombra {
    -webkit-box-shadow: -1px 14px 24px 11px rgb(0 0 0 / 37%);
    -moz-box-shadow: -1px 14px 24px 11px rgba(0,0,0,0.37);
    box-shadow: -1px 14px 24px 11px rgb(0 0 0 / 37%);
    margin-bottom: 50px;
}
.color-fondo {
    background: #ffffff;
    position: relative;
}
.logo {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    width: 156px;
    margin: 0 auto;
}



/*De aca cambios nuevos */

.logo-nuevo { text-align: center; width: 200px; margin: 0 auto; padding-top: 30px; padding-bottom: 30px;}
.logo-club { width: 250px; margin: 0 auto; padding-bottom: 40px;}
.bajada-5 { font-size: 20px; color: #5e5e5e; text-align: center;}
.bajada-6  { padding-top: 20px; text-align: center; width: 300px; margin:  0 auto;color: #5e5e5e;  font-size: 14px;}
.borde-2 { border-bottom: 3px solid #e5e5e5;  max-width: 500px; margin: 30px auto 0px auto;}
.bajada-7 {color: #5e5e5e;  font-size: 14px; text-align: center; padding-top: 20px;}
.fuente { font-size: 15px!important;}
.ancho-3 {width:170px!important;}

.modal-header .close { border: none; background: none; font-size: 30px; }

.bajada-8 { text-align: center; padding-top: 20px; color: #5e5e5e;}
.destacado-2 { font-weight: bold; text-decoration: line-through; color: #5e5e5e;}
.bajada-9 { text-align: center; padding-top: 0px; color: #fdad29; font-size: 24px; font-weight: bold;}
.contenedor-btn-flex { display: flex; justify-content: space-between; max-width: 400px; margin: 0 auto;}
.ancho-4 { width: 150px!important;}



.margen-bt { padding-bottom: 36px;}

.fondo-body-1 {
  background-color: #dcdcdc ;
}

.contenedor-general { padding-top: 40px;}
.color-fondo { background: #ffffff; position: relative;}
.logo { padding-top: 40px; padding-bottom: 40px;  text-align: center; width: 156px; margin: 0 auto;} 
.titulo-principal h1 {font-family: 'Raleway', sans-serif; font-size: 30px; color: #5e5e5e; padding-bottom: 10px; text-align: left; }
.titulo-principal h1 span {font-family: 'Raleway', sans-serif; font-weight: bold;}
.container-formulario { width: 400px;  margin: 0 auto;}
.container-formulario-2 { width: 550px;  margin: 0 auto;}
.bajada { font-size: 12px; color: #5e5e5e; padding-bottom: 15px; text-align: left; }
.bajada-2 { font-size: 12px; color: #848484; padding-bottom: 0px; font-weight: 500; }
.margen-left { padding-left: 10px;}
.contenedor-formulario { padding-top: 30px;}
.txt-normal  { font-weight: 100;}

.estilo-input { color: #595959; font-weight: bold; font-size: 15px; border: medium none; background: #e2e2e2; border-radius: 30px; padding-left: 20px;}
.estilo-select { color: #595959; font-weight: bold; font-size: 14px; border: 1px solid #d8d8d8;  border-radius: 30px; padding-left: 14px; width: 100%; padding-top:7px; padding-bottom: 7px; background:#e2e2e2 url("../img/login/bullet.png")no-repeat 530px 14px  !important;
-moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
} 
.estilo-select:focus { outline: none;}



.estilo-select-2 { color: #888888; font-weight: bold; font-size: 14px; border: 1px solid #d8d8d8;  border-radius: 30px; padding-left: 14px; width: 60px; padding-top: 7px; padding-bottom: 7px; background:#e2e2e2 ; 

} 
.estilo-select-2:focus { outline: none;}

.txt-1 { font-size: 12px; font-weight: 500; color: #848484; padding-left: 6px;}
.txt-1 a {color: #848484;}
.btn-transversal { border-radius: 20px; padding: 4px 8px;}
.btn-amarillo { background: #2066ac;}
.btn-verde-oscuro { background: #54A7F5;}
.btn-verde-oscuro:hover { background: #f07f16;}
.btn-calipso { background: #2066ac;}
.btn-gris { background: #989898;}
.btn { border-radius: 30px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 15px;
    width: 100%; 
}
.largo-btn {width:  100px!important; font-size: 10px; letter-spacing: 2px;}
.separacion-txt { letter-spacing: 3px;}
.redondeado-img img { border-top-right-radius: 40px;}
.redondeado-img img { border-bottom-right-radius: 40px;}
.ancho-select-2 {background:#ffffff url("../images/bullet.png")no-repeat 156px 14px  !important;}
.ancho-select-3 {background:#ffffff url("../images/bullet.png")no-repeat 93% 14px  !important;}

.btn-mini { border-radius: 30px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 9px;
    width: 100%;
    text-transform: uppercase;
	padding-top: 10px;
	
	
    display: inline-block;

    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 
    border: 1px solid transparent;
    padding: 7px 8px 5px 10px;
  
    line-height: 1.5;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	
}
.btn-mini:hover { color: #000000;}

.menu-inferior { position: absolute; bottom: 0px;}
.menu-inferior ul { padding-left: 0px;}
.menu-inferior ul li { list-style: none; display: inline-block; margin-right: 10px;}
.menu-inferior ul li a { color: #5e5e5e; font-weight: bold; font-size: 12px;}
.sombra {-webkit-box-shadow: -1px 14px 24px 11px rgba(0,0,0,0.37);
-moz-box-shadow: -1px 14px 24px 11px rgba(0,0,0,0.37);
box-shadow: -1px 14px 24px 11px rgba(0,0,0,0.37);
 margin-bottom: 50px;

}
.margen-interno { padding-top: 5px;}
.error { border: 3px solid #e81515;}
.txt-right { text-align: right;}

.form-control:focus {
    color: #888888;
    background-color: #e2e2e2;
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.focus {
    color: #888888;
    background-color: #fff;
    border-color: #fdb22b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253,178,43,.50);
}
.form-control.focus:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fdb22b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253,178,43,.50);
}
.caja-txt { position: absolute; bottom: -9px; right: 30px; margin-bottom: 20px; color: #5e5e5e; font-weight: bold; font-size: 12px;}
.caja-txt a { color: #5e5e5e;}

.contenedor-inferior { width: 400px;} 



/* Paso 2 */
.titulo-2 h1 {font-family: 'Raleway', sans-serif;font-size: 24px; color: #5e5e5e; padding-bottom: 10px;}
.titulo-2 h1 span { font-weight: bold;}

.titulo-3 {font-family: 'Raleway', sans-serif;font-size: 24px; color: #5e5e5e; padding-bottom: 10px;}
.titulo-4 {font-family: 'Raleway', sans-serif;font-size: 20px; color: #5e5e5e; padding-bottom: 10px;}
.titulo-5 {font-family: 'Raleway', sans-serif;font-size: 24px; color: #5e5e5e; padding-bottom: 0px;}
.borde { border-bottom: 1px solid #e2e2e2;}
.ancho-100 {width: 170px;}
.btn-ancho-medio {width: 120px;}


.titulo-formulario { color: #5e5e5e;padding-bottom: 20px;}

.negrita { font-weight: bold!important;}
.form-group {    margin-bottom: 0rem;}

.txt-3 a { color: #5e5e5e; text-decoration: underline; font-size: 16px; font-weight: 500;}
.txt-3 a:hover { text-decoration: none;}


/* Gracias */
.msj { text-align: center; padding-top: 100px;}


.destacado-1 { color: #fdb22b; font-size: 25px; line-height: 12px;}
.txt-4 { font-size: 12px;}
.txt-5 { font-size: 14px;}
.naranjo { color: #fdb22b;}
.naranjo-2 { color: #fdb22b!important;}
 
.txt-general { color: #5a5a5a; font-size: 13px; font-weight: 500;}






/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#d2d2d2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:  #fdb22b;
}

input:focus + .slider {
  box-shadow: 0 0 1px  #fdb22b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




.slider-2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d2d2d2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-2:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}
/* Rounded sliders */
.slider-2.round {
  border-radius: 34px;
}

.slider-2.round:before {
  border-radius: 50%;
}


input:checked + .slider-2 {
  background-color: #00acbd;
}

input:focus + .slider-2 {
  box-shadow: 0 0 1px #00acbd;
}

input:checked + .slider-2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.rojo {
  color: #e81515 !important;
}




.btn {
    font-size: 10px;
    width: auto;
  }
  
  .msj-10 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 111px;
  
  }
  
  .titulo-principal-20 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #5e5e5e;
    padding-bottom: 20px;
  }
  
  .bajada-20 {
    font-size: 20px;
    text-align: center;
    color: #5e5e5e;
    font-weight: bold;
    padding-bottom: 30px;
  }
  
  .bajada-21 {
    text-align: center;
      padding-bottom: 50px;
      font-size: 17px;
  }
  
  .bajada-22 {
    font-size: 22px;
  }
  
  .bajada-22-margen {
    padding-bottom: 10px;
    font-size: 22px;
  }
  
  .contenedor-btn-22 {
   max-width: 159px;
    margin: 0 auto;
  }
  
  button.btn.btn-default.btn-calipso.espaciado-letras {
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 11px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.contenedor.container {
    max-width: 1140px;
}
.titulo-formulario-2 {
    color: #5e5e5e;
    padding-bottom: 10px;
    padding-top: 8px;
    position: relative;
    z-index: 10;
    font-size: 14px;
}
.fondo-blanco {
    background: #ffffff;
    position: relative;
    z-index: 100;
    padding-right: 15px;
}
.franja-3 {
    position: absolute;
    top: 20px;
    border-bottom: 1px solid #fdb22b;
    height: 1px;
    width: 100%;
    z-index: 1;
}

.franja-2 {
    position: absolute;
    top: 12px;
    border-bottom: 1px solid #fdb22b;
    height: 1px;
    width: 100%;
    z-index: 1;
}

.menu-inferior-2 { position: absolute; bottom: 40px;}
.menu-inferior-2 ul { padding-left: 0px;}
.menu-inferior-2 ul li { list-style: none; display: inline-block; margin-right: 10px;}
.menu-inferior-2 ul li a { color: #5e5e5e; font-weight: bold; font-size: 12px;}


.select-1 {
    background: #dddddd;
    border-radius: 10px;
    padding: 5px 20px;
    margin-right: 25px;
    border: 0px;
}
.menu-principal .nav-link {
    color: #ffffff;
    font-weight: bold;
}
.menu-principal .nav-link:hover {
    color: #54A7F5;
}
.menu-principal .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #54A7F5;
}
.menu-principal ul {
    width: 100%;
}
.menu-principal ul li{
    width: 20%;
    text-align: center;
}
.banner-interiores {
    background-image: url("../images/fondo-interiores.jpg");
    height: 149px;
}
.banner-interiores .titulo-seccion {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
}
.banner-interiores .titulo-seccion span{
    font-weight: bold;
}
.banner-interiores .bajada-seccion {
    color: #54A7F5;
    font-weight: bold;
    text-align: center;
    
}

.banner-big {
    background-image: url("../images/banner-grande.jpg");
    height: 562px;
}
.banner-big .titulo-seccion {
    color: #ffffff;
    font-size: 30px;
    text-align: left;
    padding-top: 140px;
    padding-bottom: 20px;
}
.banner-big .titulo-seccion span{
    font-weight: bold;
}
.banner-big .bajada-seccion {
    color: #54A7F5;
    font-weight: bold;
    text-align: left;
    
}
.banner-big .txt-banner {
    color: #ffffff;
    padding-bottom: 20px;
}

.alineacion-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.titulo-central {
    font-size: 16px;
    padding-right: 10px;
}
.select-central {
    border-radius: 15px;
    padding: 10px 15px;
    border: 0px;
    font-size: 12px;
}
.ancho-max {
    max-width: 950px;
    margin:  0 auto;
}
.bg-cuerpo {
        background-color: #e8e8e8;
        padding-top: 50px;
}
.borde-top {
 border-top: 1px solid #bebebe;
 padding-top: 30px;
}
.txt-enlace a {
    color: #313131;
    font-size: 19px;
    text-decoration: underline;
}
.txt-enlace:hover {
    text-decoration: none;
}
.mr-1 {
    padding-right: 10px;
    padding-top: 5px;
   
}
.footer-2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}
.contenedor_resumen {
    background: #ffffff;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
}
.bordes {
    border-radius: 5px;
}
.centrado {
    text-align: center;
}
.img-persona {
    padding-top: 20px;
    padding-bottom: 20px;
}
.titulo-1 {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 30px;
}
.alineacion-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subrayado {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.ancho-form {
    max-width: 300px;
    margin: 0 auto;
}
.mw-boton-200 {
    max-width: 200px;
}
.f-azul {
    background-color: #2066ac;
}
.f-azul:hover {
    background-color: #2066ac;
    opacity: 0.9;
}
.font-btn {
    font-size: 12px;
}
.text-empresa {
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    padding-top: 215px;

}
.separador {
    margin-left: 10px;
    margin-right: 10px;

}
.txt-6 {
    font-size: 14px;
}
.txt-6 a{
    font-size: 12px;
    color: #000000;
 
}
.base-btn-1 {
    font-size: 14px;
    font-weight: normal;
}
.base-btn-1:hover {
    
}
.f-naranjo {
    background: #54A7F5;
}
.f-naranjo:hover {
    background: #54A7F5;
}
.contenedor-btn {
    padding-top:50px;
    padding-bottom: 20px;
}
.select-2 {
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 13px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #54A7F5;
}
.contenedor-btn.margen-modificado {
 padding-top: 10px;
}
.borde-caja {
    font-weight: bold;
    border: 1px solid #313131;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.borde-caja span {
    color: #54A7F5;
}
.txt-7 {
font-size: 12px;
}
.txt-8{
    font-size: 15px;
    }
.txt-9 {
    font-size: 14px;
    border-top: 2px solid #eaeaea;
    margin-top: 50px;
    padding-top: 10px;
}
.txt-9 span {
    color: #54A7F5;
    font-weight: bold;
}
.grupo-accordion-1 .accordion-item{
    margin-bottom: 10px;

}
.grupo-accordion-1 h2 .accordion-button {
 font-size: 16px;
 border-radius: 10px;
}

.grupo-accordion-1 .accordion-button.collapsed::after {

    background: url(../images/mas.png) no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    width: 21px;
    height: 20px;
  
  }
  
  .grupo-accordion-1 .accordion-button:not(.collapsed)::after {
  
    background: url("../images/menos.png");
  
  }
  .grupo-accordion-1 .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #929292;
}

.grupo-accordion-1 .accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: none;
}
.grupo-accordion-1 .fondo-blanco {
 background-color: #ffffff;
 margin-top: 10px;
 border-radius: 10px;
}
.grupo-accordion-1 .accordion-item:first-of-type .accordion-button {
   border-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}
.accordion-item .accordion-button.collapsed {
    border-radius: 10px;
}
.bloque-texto {
    padding-bottom: 15px;
}

.txt-10 {
    font-size: 13px;
}
.txt-11  {
    font-size: 14px;
}
.letra-naranja {
    color: #f68c2a;
}

.banner-login {
    background: url("../images/fondo-login.jpg");
    background-size: cover;
 
}






.caja-login-2 {
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
    padding-top: 60px;
    padding-bottom: 40px;
    max-width: 400px;
    margin: 0 auto;
}
.caja-logo-inferior {
    text-align: center;
    padding-top: 20px;
}
.input-class {
    border: 1px solid #ababab;
    background-color: #dfdfdf;
    border-radius: 20px;
    border: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 305px;
    width: 100%;
    padding: 0.5rem 0.75rem;
    margin-bottom: 20px;
}
.btn-ingresar {
    background: #54A7F5;
    width: 177px;
    color: #ffffff;
    border: medium none;
    cursor: pointer;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-weight: bold;

}
.btn-ingresar:hover {
    opacity: 0.9;
}

.txt-bajada-log {
    font-size: 15px;
    color: #565656;
}
.txt-bajada-log a{
    color: #565656;
    text-decoration: none;
}
.centrado-altura {
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.margenes-laterales-1 {
    padding-left: 20px;
    padding-right: 20px;
}

:focus-visible {
    outline: none;
}
.titulo-capsula {
    font-size: 21px;
    color: #3a3a3a;
    font-weight: bold;
}
.borde-inf {
    border-bottom: 2px solid #ededed;
}
.txt-capsula {
    font-size: 13px;
    color: #3a3a3a;
}
.enlace a{
    color: #54A7F5;
    font-weight: bold;
}
.margen-r-1 {
    padding-right: 15px;
}
.fondo-capsula {
    background: #ffffff;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.margenes-capsula {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.margen-top {
    margin-top: -100px;
}
.enlace-2 {
    text-decoration: underline!important;
} 
.txt-12 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.txt-12-bajada {
    font-size: 14px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}




@media (max-width: 1200px) {
    .ocultar {
        display: none;
    }
    .color-fondo {
        position: relative;
    }
    .margen-inf-mobile-2 {
        padding-bottom: 120px;
    }
.margen-inf-mobile { padding-bottom: 50px;}
.col-5.cambio-mobile { width: 100%; max-width: 100%; flex: 100%;}
.col-5.cambio-mobile .form2 { padding-bottom: 50px;}
.col-7.cambio-mobile { width: 100%; max-width: 100%; flex: 100%;}

.caja-txt { left: 583px;}
.caja-txt.nva-posicion {right: 0px;}

.color-fondo { /*background: url("../img/login/banner.jpg") no-repeat; background-size: cover;*/position: relative;}
.margen-0 { margin-bottom: 0rem!important;}
.margen-7 { margin-bottom: 7px;}
.margen-mobile { padding-bottom: 0px!important;}	
.margen-inferior-36 {padding-bottom: 70px;}
	
.caja-info { width: 300px;}	
.txt-info-3 {  line-height: 30px;}
.txt-simple-2 { min-height: 130px;}
.txt-simple-3 { min-height: 130px;}	
.txt-simple-4 { min-height: 130px;}	
.titulo-6 {font-size: 24px;}	
.caja-txt.posicion-2 { left: 265px;}	
.margen-inferior-2 { padding-bottom: 50px;}	
.bajada-6 { width: 100%;}

.caja-txt.posicion-recupera { left: 577px;}

.caja-txt.modif-posi {
  position: inherit;
  text-align: right;
  padding-top: 14px;
}

.text-empresa {
 
    padding-top: 50px;

}



}



@media (max-width: 992px){
    .caja-txt.nva-posicion {
      right: 0px;
  }
  .caja-txt {
      left: 393px;
      width: 300px;
  }
  .margen-0 { margin-bottom: 0rem!important;}
  .txt-simple-2 {  min-height: 200px; font-size: 13px;padding-top: 18px;}
  .txt-simple-3 {  min-height: 200px;  padding-top: 50px; font-size: 13px;}	
  .txt-simple-4 { min-height: 200px;  padding-top: 50px;font-size: 13px;}	
      
  .txt-simple { font-size: 13px;}
  .ancho-variable { width: 140px;font-size: 9px;}
      
  .titulo-6 {  font-size: 24px; line-height: 31px; text-align: center;}	
  .titulo-7 {line-height: 31px;}	
  .titulo-8 {line-height: 31px;}	
  .caja-video { max-width: 300px; right: 20px; top: 20px; }	
  .caja-txt.posicion-recupera { left: 465px;}
      
  .caja-txt.modif-posi {
    position: inherit;
    text-align: left; 
    padding-top: 14px;
  }
  .menu-principal ul li {
    width: 100%;
    text-align: left;
}
.contenedor_resumen {
    margin-bottom: 30px;
}
.contenedor-btn {
   text-align: center;
}
.max-btn {
    max-width: 250px;
}



      
  }





@media (max-width: 767px) {
    .menu-footer {
        display: inherit;
    }
    .menu-footer li{
        padding-bottom: 20px;
    }
    .caja-txt.nva-posicion {
        right: 0px;
    }
    .caja-txt {
        left: 245px;
    }
    .posicion-btn { text-align: center;}
    .txt-simple-2 {  min-height:  auto;	padding-bottom: 20px;}	
    .separacion-mobile { border-bottom: 2px solid #ececec; padding-bottom: 20px; margin-bottom: 10px; padding-top: 20px;}	
    .txt-simple-3 { min-height: auto; padding-bottom: 20px; padding-top: 20px;}
    .bordes-laterales { border-left: 0px; border-right: 0px;}
    .txt-simple-4 { min-height: auto; padding-top: 20px; padding-bottom: 20px;}
    .posicion-btn {   padding-bottom: 64px!important;}
    .margen-mobile-3 { padding-bottom: 10px;}
    .posicion-mobile { right: 40px!important; left: inherit!important;}
    .centrado-btn { text-align: center; padding-bottom: 10px;}	
    .dos-cajas .caja-1 {  text-align: right;  padding-right: 15px;}	
    .dos-cajas .caja-2 {  text-align: left;  padding-left: 15px;}		
    .centrado-txt { text-align: center;}	
    .caja-video { max-width: 200px; right: 20px; top: 70px; }		
    .container-formulario { width: 400px;  margin: 0 auto;}
    .caja-txt.posicion-recupera {
      left: 372px;
    }


}

@media (max-width: 576px) {
    .menu-central {
        display: inherit;
    }
    .menu-central li{
        padding-bottom: 20px;
    }
.alineacion-2 {
    display: block;
}
.box-img {
    padding-right: 0px;
    text-align: center;
    padding-bottom: 20px;
}
.alineacion-izq {
    margin-top: 30px;
}
.caja-txt.nva-posicion {
    left: auto;
    width: 100%;
    position: relative;
    text-align: right;
    right: 0px;
    margin: 0 auto;
    bottom: -102px;
}

.menu-inferior-2 {
    position: absolute;
    bottom: 60px;
}


.caja-txt {
    left: 246px;
}
.pb-2.padding-modificado {padding-bottom: 7px!important;margin-bottom: 0px;	}
.caja-video { max-width: 180px; right: 20px; top: 100px; }	
.caja-info {  width: 300px;  padding-top: 43px;}	
.titulo-formulario-2 { margin-top: 15px; margin-bottom: 15px;}	
.contenedor-relativo { position: relative;}
.caja-txt.posicion-recupera {
  left: auto;
  right: 0px!important;
  width: 90px!important;
  bottom: -60px;
}


}




@media (max-width: 520px){
  
    .margen-inf-3-2 { padding-bottom: 100px;}   
    .container-formulario { width: 100%; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
    .caja-txt { right: 24px!important; left: inherit;}
    .margen-mobile-2 { margin-bottom: 5px!important;}
    .estilo-select { background: #e2e2e2 url(../img/login/bullet.png)no-repeat 98% 14px !important; border: 1px solid #d8d8d8;}
    .col-form-label.ajuste { padding-top: 0px;}	
    .margen-inf-3 { padding-bottom: 100px;}	
    .menu-inferior {
        position: absolute;
        bottom: 43px;
    }	
    .caja-txt {
        left: 14px;
        bottom: -2px;
    }
    .btn {
      
        font-size: 12px;
      
    }	
    .margen-bt { padding-bottom: 100px;}
    .caja-txt.nva-posicion {
      left: auto;
      width: 100%;
      position: relative;
      text-align: right;
      right: 0px!important;
      margin: 0 auto;
    }	
    .contenedor-inferior.extension-modif	 { width: 100%;}
    .container-formulario.espaciado-inf-mobile { padding-bottom: 50px;}  
    
    
    
    }
    
    
    
    @media (max-width: 380px){
    .estilo-select {
        background: #e2e2e2 url(../img/login/bullet.png)no-repeat 98% 14px !important;
    }
    .select-1 {
        background: #dddddd;
        border-radius: 10px;
        padding: 5px 11px;
        margin-right: 0px;
        border: 0px;
        max-width: 160px;
        font-size: 12px;
    }
    .logo-top {
        width: 100px;
    }
    .contenido-footer {
            display: flex!important;
            justify-content: inherit;
            align-items: center;
            justify-items: self-end;
            text-align: center;
        }
        .footer-2 {
            display: flex;
            justify-content: space-between;
            padding-bottom: 100px;
            align-items: center;
        }

        .text-empresa {
            display: inherit;
            text-align: center;
           
        }
        .separador {
            display: none;
        }
    }
    
    
    @media (max-width: 330px){
    .estilo-select {
        background: #e2e2e2 url(../img/login/bullet.png)no-repeat 233px 14px !important;
    }
        .posicion-mobile { right: 10px!important; left: inherit!important;}	
      .ancho-4 { width: 120px!important;}	
      
  
    }

/**********************************************************************************************************************************/