/* custom styles */

/* tipo de letra code-saver medium */
.codesaver {
    font-family: 'CodeSaver-Medium', Helvetica, Arial, Sans-Serif;
}

/* ligas en menu */
.nav-menu {
    position: relative;
    color: inherit;
/*    padding: 0.9375rem; */
    padding: 0.5rem !important;
    font-weight: 400;
/*    font-size: 12px; */
    font-size: 2em;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 20px;
    display: block;
    text-decoration: none;
    background-color: transparent;
}
/* ligas pie de pagina */
a.sin:link, a.sin:hover, a.sin:active, a.sin:visited	{
    color: #ffffff;
    font-size:1em;
    text-decoration: none;
}

a.pie:link, a.pie:visited {
    font-size: .8em;
    color: #b1b1b1;
    text-align: center;
    text-decoration: underline;
}

a.pie:hover, a.pie:focus {
    font-size: .8em;
    color: #1a4585;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

a.con:link, a.con:hover, a.con:active, a.con:visited	{
    font-size:1em;
    text-decoration: underline;
}

.blanco {
    color: #ffffff !important;
}

.fondo-blanco {
    background-color: #ffffff;
}

.alert-error {
    color: #cc0000;
    padding-left: 56px;
}

.rojo {
    color: #eb1921;
    font-weight: bold;
}

.frojo {
    color: #ffffff;
    background-color: #eb1921;
    font-weight: bold;
}

.gris {
    color: #333;
}

.verde {
    color: #006633 !important;
    font-weight: bold;
}

.fverde {
    color: #ffffff;
    background-color: #006633;
    font-weight: bold;
}

.ambar {
    color: #ffcc33;
    font-weight: bold;
}

.fambar {
    color: #000000;
    background-color: #ffcc33;
    font-weight: bold;
}

.azulito {
    color: #00ccff;
}

.fazulito {
    color: #ffffff;
    background-color: #00ccff;
    font-weight: bold;
}

.negro {
    color: #000000;
}

.fnegro {
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
}

.espera {
    color: #ffffff;
    background-color: #00bcd4;
    border-color: #00bcd4;
    box-shadow: none;
}

.separador {
    border-top: #9A9A9A dotted 1px;
}

.chica {
    font-size: 12px;
    color: #bcbcbc;
}

.mediana {
    font-size: 1rem !important;
}

.grande {
    font-size: 1.25rem !important;
    line-height: 1.5rem;
}

.grandota {
    font-size: 1.6rem !important;
}

.header-user {
    height: 22vh !important; /* 30 */
    min-height: 22vh; /* 30 */
    /*color: #000000 !important; */
}

.page-header.header-user > .container {
    /*color: #000000; */
    font-weight: bold;
    font-size: 1rem;
}

.auto {
    margin: auto;
}

.aster {
    color: #eb1921;
    font-weight: bold;
}

.nuevo {
    font-color: #000000;
    font-weight: 400;
    font-size: 0.875rem;
}

.mp0 {
    margin: 0;
    padding: 0;
}

/* enfasis para las guias */
/* encabezados */
.t0 {
    font-size: 1.35rem !important;
    font-weight: bolder;
}

/* seccion, tipo1 */
.t1 {
     font-size: 1.25rem !important;
     font-weight: bold;
 }

/* pregunta tematica, tipo2 */
.t2 {
    font-size: 1.15rem !important;
    font-weight: bold;
}

/* pregunta ordinaria, tipo3 */
.t3 {
    font-size: 1.05rem !important;
}

/* colores niveles de riesgo */
.tc {
    font-size: 1.05rem !important;
    text-align: center;
}

.separa {
    background-color: #ffffff;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    /* border: solid 1px #ff500f !important; */
    border-bottom: solid 1px #ff500f !important;
}

.Nulo {
    background-color: #9be5f7;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.Bajo {
    background-color: #6bf56e;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.Medio {
    background-color: #ffff00;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.Alto {
    background-color: #ffc000;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.MuyAlto {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

/* control fino de la posicion de la etiqueta de accesos */
.pt8 {
    padding-top:8px;
}

/* para ocultar los archivos csv en los pdf  */
.oculta {
    display: inline-block;
}

/* tabla de preguntashtml */

.angosta {
    width: 30px;
}

/* minisitio */
/* el logo sobre imagen */
.logo-big {
    width: auto !important;
    height: 72px !important;
    overflow: hidden;
    margin-top: -10px;
    display: block;
}

/* logo con scroll */
.logo-small {
    width: auto !important;
    height: 45px !important;
    overflow: hidden;
    margin-top: -6px;
    display: block;
}

/* color de la barra de navegacion en scroll */
.navbar {
    border: 0;
    border-radius: 3px;
    padding: 0.625rem 0;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #006633 !important;
    box-shadow: 0 4px 18px 0px
    rgba(0, 0, 0, 0.12), 0 7px 10px -5px
    rgba(0, 0, 0, 0.15);
}

.navbar .navbar-brand {
    position: relative;
    color: inherit;
    height: 34px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0.625rem 0;
}

.azul {
    color: #00a9cc !important;
}

.amarillo {
    color: #f4d800 !important;
}
.naranja {
    color: #f5821f !important;
}

.tema {
    color: #33657b !important;
}

.fondo {
    background-color: #33657b !important;
}
.rosa {
    color: #c02162 !important;
}

.header-filter::before {
    background: rgba(0, 0, 0, 0.1);
}

.al100 {
    width: 100%;
    height: auto;
}

.pt-180 {
    padding-top: 180px;
}

.pt120{
    padding-top: 120px;
}

.separador {
    border-top: #cccccc solid 1px;
}

.comillas {
    width: 30px;
    height: auto;
}

.parentesis {
    padding: 2rem 2rem 2rem 2rem;
    background-image: url("../img/parentesis.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* cita de la entrada */
.cita {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #f4d800;
    text-align: right;
}

.fuente {
    color: #fff;
    font-size: 1.35rem;
    text-align: right;
}

/* botones contenedores */

.boton-blanco {
    background: transparent;
    padding: 0;
    margin: 0 0 1rem 0;
    border-radius: 5rem;
    overflow-x: auto;
    overflow-y: auto;
}

.boton-rosa {
    background: #c02162;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    padding: 2rem;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    border-radius: 5rem;
}

.boton-naranja {
    background: #f5821f;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    padding: 2rem;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    border-radius: 5rem;
}

.boton-azul {
    background: #00a9cc;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    padding: 2rem;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    border-radius: 5rem;
}

.boton-cta {
    background: transparent;
    padding: .75rem 1rem .75rem 1.25rem;
    margin: 1rem 0 1rem 0;
    border-radius: 2rem;
    border-color: #33657b;
    border-style: dotted;
    border-width: 2px;
    overflow-x: auto;
    overflow-y: auto;
    color: #33657b;
    font-size: 1.15rem;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    text-align: left;
}

.boton-cta a {
    color: #c02162 !important;
}

.hueco {
    float: left;
    position: relative;
    max-width: 64px;
    margin: 0 1rem 1rem 0;
    padding: 0;
}

.dentro {
    width: 100%;
}

.altope {
    margin-top: -0.65rem;
}

/* botones cuadrados */
.boton-cuadro-rosa {
    background: #c02162;
    color: #fff;
    text-align: center;
    padding: 1.5rem 1rem;
    margin: 0 0 1rem 0;
    border-radius: 1.5rem;
    width: 6rem;
    height: 6rem;
    display: inline;
}

.boton-cuadro-naranja {
    background: #f5821f;
    color: #fff;
    text-align: center;
    padding: 1.5rem 1rem;
    margin: 0 0 1rem 0;
    border-radius: 1.5rem;
    width: 6rem;
    height: 6rem;
    display: inline;
}

.boton-cuadro-azul {
    background: #00a9cc;
    color: #fff;
    text-align: center;
    padding: 1.5rem 1rem;
    margin: 0 0 1rem 0;
    border-radius: 1.5rem;
    width: 6rem;
    height: 6rem;
    display: inline;
}

.icono {
    margin-bottom: 2rem;
}

.icono img {
    width: 3rem;
    height: auto;
}

.icono h3 {
    display: inline;
    padding-left:.5rem;
    font-size: 1rem;
    font-weight: bold;
}

/*
.hueco img {
    max-width: 64px;
}
*/

/* felicidad */

.setpos {
    position: relative;
}

.azulbold {
    color: #00a9cc;
    font-weight: bold;
    margin: 2rem 0 0 0;
    padding: 0;
    font-size: 1.5rem;
}

/* nutricion */
.botonazo {
    background: #00a9cc;
    color: #fff;
    font-size: 1.6rem;
    z-index: 100;
    padding: 1.5rem 1rem;
    margin: 0;
    border-radius: 2.5rem;
    width: 36rem;
    position: relative;
    right: 35%;
    top: 0px;

}

.largo {
    background: transparent;
    z-index: 100;
    margin: 0;
    width: 36rem;
    position: relative;
    left: 600px;
    top: -540px;
}

/* listas anidadas */
ol > li > ol {
    padding: .5rem 0 .5rem 1.25rem !important;
}

.footer-black {
    background: #33657b;
    background: -moz-radial-gradient(center, ellipse cover, #585858 0%, #33657b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #33657b));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #33657b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #585858 0%, #33657b 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #585858 0%, #33657b 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #585858 0%, #33657b 100%);
    /* W3C */
    background-size: 550% 450%;
}

/* logotipo e imagen */
.logo-em {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.img-em {
    max-width: 100%;
    height: auto;
}

.responsiva {
    width: 100%;
    height: auto;
    display: block;
}

/* admin */

.campo  {
    text-align: right;
    vertical-align: top;
    width: 40%;
}

.valor  {
    text-align: left;
    vertical-align: top;
}

/* estilos de la empresa */


/*---------------------------------------------
	Employer Details
---------------------------------------------*/
.company-details {
    background: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.company-details .title-and-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.company-details .title-and-info .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company-details .title-and-info .title .thumb {
    width: 100px;
    height: 100px;
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.alinea {
    margin-top: 20px;
    margin-bottom: 10px;
}

.img-logo {
    width: 100%;
    max-width: 150px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.acerca {
    padding-left:30px;
}

.porfuera {
    height: 22px;
    position: absolute;
    top: 24px;
    left: -30px;
    color: #aaa;
}

.info {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
    background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
    background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
    background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
}

.info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info ul li span {
    font-weight: 500;
    margin-right: 5px;
    color: #232630;
}

.grandeb {
    font-weight: bold;
    color: #232630;
    font-size: 1.25rem !important;
    line-height: 1.5rem;
}
.spanb {
    font-weight: 500;
    color: #232630;
}

/* feria */

.fe-banner, .col-logo {
    width: 100%;
    height: auto;
    padding: 0 !important;
}

.pt76 {
    padding-top: 75px; /* el ancho de la barra superior */
}

.sinp {
    padding: 0 !important;
}

.em-si, .em-sc, .em-sd, .slogo {
    width: 100%;
    height: auto;
    display: block;
}

/* logo de teams en el pie de la entrada */
.teams-logo {
    width: 100%;
    max-width: 160px;
    height: auto;
    text-align: center;
}

/* stand */

.si {
    width: 28.35%;
    display:inline;
    margin: 0;
    padding: 0;
}
.sc {
    width: 44.9%;
    display:inline;
    margin: 0;
    padding: 0;
}

.sd {
    width: 26.25%;
    display:inline;
    margin: 0;
    padding: 0;
}

/* breadcrumbs con nombre */
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: " / ";
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.bc-izq {
    display: inline-flex;
    width:49%;
    background-color: #e9ecef;
}

.bc-der {
    display: inline-flex;
    width:49%;
    background-color: #e9ecef;
    text-align: right !important;
    font-weight: bold;
    padding: 0.75rem 1rem;
    padding: 0.75rem 0 0.75rem 1rem;
    margin-left: -4px;
}

.bc-der span {
    padding: 0.75rem 1rem;
}

.bienvenida{
    text-align: justify;
    padding:10px;
}

.imgSede{
    width: 100%;
    padding: 0;
    display: block;
}

.sede{
    background-color: #00B5D2;
    color: white;
    padding: 10px 0;
    font-weight:500;
    font-size:1.1rem;
    text-align: center;
    display: block;
    /* border-left:solid 2px white; */
}

.fecha{
    background-color:white ;
    color:#484747;
    padding: 10px 0;
    text-align: center;
    display: block;
}

.pt-boton {
    padding-top: .6rem !important;
}

.overline {
    text-decoration: overline;
}

/* acordeon */
.card-collapse .card-body {
    padding: 15px 0px 5px;
    font-size: 1rem;
}

.card-collapse .card-header a {
    color: #3C4858;
    font-size: 1.1rem;
    display: block;
}

/* titulo en recuadro de fondo blanco */
.gris {
    background-color: #eee;
}

.nav-link.aqui {
    font-weight: 800;
    color: #cc0000;
}
