/* Add here all your CSS customizations */

#header{
  position:fixed;
  width:100%;
}

/* #header .header-body{
background:rgba(200, 200, 200, 0.3);
border-bottom: 1px solid #ccc;
}

#header .header-top{
  background:rgba(200,200,200,0.5);
}

#header a,
#header span {
  color: #eeeeee !important;
}

.header-scrolled .header-body {
  background: rgba(250, 250, 250, 0.8) !important;
  border-bottom: 2px solid rgba(230, 230, 230, 1)  !important;
}

.header-scrolled .header-top {

      background-color: #f4f4f4  !important;
      border-bottom: 1px solid #ededed  !important;

} */

.splash{
background: rgb(255, 255, 255);
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd", GradientType=1);
    width:100%;
    height:100vh;
    position:fixed;
    z-index:100;
    display:flex;
    justify-content: center;
    align-items: center;
}

.splash .humese-corazon {
  width:180px;
  animation: beat 1.7s linear infinite, fadeInText 2s;
}
.splash .humese-nombre {
  width:230px;
  display: inline;
  margin-left:30px;
  animation: fadeInText 2s;
}

@keyframes beat {

  0%,
  100% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.0);
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#header.notscrolled .header-body{
background:rgba(250, 250, 250, 0.1);
border-bottom: 1px solid #ccc;
transition: 0.3s ease all;
}

#header.notscrolled .header-top{
  background:rgba(250,250,250,0.1);
}

#header.notscrolled a,
#header.notscrolled span,
#header.notscrolled i {
  color: #eeeeee !important;
}

.header-scrolled .header-body {
  background: rgba(250, 250, 250, 0.9) !important;
  border-bottom: 2px solid rgba(230, 230, 230, 1) !important;
  transition: 0.3s ease all;
}

.header-scrolled .header-top {

  background-color: #f4f4f4 !important;
  border-bottom: 1px solid #ededed !important;

}
.padding-30
{
	padding:30px !important;
}

.renglon-seguridad
{
	padding:30px 100px 50px 100px !important;
}

.hover-manita
{
	cursor:pointer;
}

.p-l-0
{
	padding-left:0px !important;
}

.fs-25
{
	font-size:25px;
}

.fs-18
{
	font-size:18px;
}

.fs-16
{
	font-size:16px;
}

.fs-13
{
	font-size:13px;
}

.encabezado035
{
	background:#fff !important;
	color:#333;
}

.text-black
{
	color:#999 !important;
}

.ls-2
{
	letter-spacing:2px;
}

.bl-light
{
	border-left:1px solid #ddd;
}

.encuesta-pregunta{
  width: 36px;
  height: 36px;
  margin: 2px;
  border-radius: 50%;
  font-size: 13px;
  padding-top: 5px;
  text-align: center;
  border: 1px solid #0088CC;
  background: #fff;
  color: #0088CC;
  display: inline-block;
  cursor: pointer;
}

.encuesta-pregunta.pregunta-gris
{
	color: #aaa;
	border:1px solid #aaa;
	cursor:not-allowed !important;
	pointer-events:none;
}

.encuesta-pregunta.pregunta-pendiente
{
	color: #0088CC;
	border:1px solid #0088aa;
}

.encuesta-pregunta.pregunta-seleccionada
{
	color: #fff !important;
	background:#0088CC !important;
}

.encuesta-pregunta.pregunta-done
{
	color: #fff;
	background:#2ecc71;
	border: 1px solid #2ecc71;
}

.encuesta-pregunta:hover
{
	color: #fff;
	background:#0088CC;
}

.col-border
{
	border:1px solid #ccc;
	padding:10px;
	background:#fff;
}

/* Overlay de cargando */

/* Absolute Center Spinner */
.loading {
    display:none;
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.f-right
{
	float:right;
}

.bg-gris
{
	background: #fbfbfb;
}

.fondo-pregunta{
	height: 100%;
    background-image: url(http://localhost:7777/automata/public/recursos/img/logo_transparente.png);
    background-size: 70%;
	background-position:100px;
    background-repeat: no-repeat;
    background-position: center;
}

.hint-text
{
	color:#aaa !important;
}

.overlay-cargando {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:100;
    left: 0;
    background-color: rgba(200,200,200,.5);
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #20c997 transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.pregunta-subheader
{
	margin-bottom:5px !important;
}

.pregunta
{
    font-size:18px !important;
    
}

.pregunta input[type="text"]
{
    font-size:18px;
    padding:18px;
}


.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img
{
  height:100%;
  object-fit: cover;
}

.thumb-200
{
  height:200px;
}

.masonry { /* Masonry container */
  -webkit-column-count: 5;
-moz-column-count:5;
column-count: 5;
-webkit-column-gap: 0.1em;
-moz-column-gap: 0.1em;
column-gap: 0.1em;
  padding: 0;
  font-size: .85em;
}

.masonry .masonry-item {
 width:100% !important;
}

.item {
  display: inline-block;
  background: transparent;
  width: 100%;
  margin: 0 0 1px 0;
  -webkit-transition:1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.item img{max-width:100%;}

@media only screen and (max-width: 480px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.factor-riesgo
{
    height:100%; 
    font-size:14px;
    border:1px solid #bbb; 
    padding:10px; 
    display:block;
    -webkit-transition: background 5s ;
    -moz-transition: background 5s ;
    -ms-transition: background 5s ;
    -o-transition: background 5s ;
    transition: background 5s ;
}

.mb_parallax_container {
  height: 90vh;
  width: 100vw;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.mb_parallax_container.light {
    width: 100%;
      height: 900px;
    background-image:
        linear-gradient(black, black),
        url('https://cdn.dribbble.com/users/4781516/screenshots/10796279/media/04eb24250e23400dc0162080a231b70c.gif');
      background-size: contain;
      background-repeat: no-repeat;
      background-blend-mode: saturation;
}

.mb_parallax_overlay {
  height: inherit;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.43);
}

.mb_parallax_overlay.light {
  background-color: rgba(255,255,255, 0.5);
}

.parallax-mini {
  margin-top: 70px;
  height: 20vh;
  width: 100vw;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-mini-overlay {
  height: inherit;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.43);
}

.cover-text {
  color: #ffffff;
  padding: 50px;
  border-radius: 3px;
  border: 10px solid #f68e1d;
  margin-right: 20px;
  text-align: center;
}

.main-chevron {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  bottom: 280px;
  cursor: pointer;
  animation: MoveUpDown 2.5s linear infinite;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 80px;
  }

  50% {
    bottom: 110px;
  }
}

.fondo-x {
  background-repeat: no-repeat;
  background-position: left -130px bottom -150px;
}

.box-directiva {
  border: 5px dashed #aaeeff;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0px 10px 0px;
}

.outline-block{
  display:inline-block;
  border:3px solid #0088aa;
  color:white;
  text-transform: uppercase;
  font-size:16px;
  padding:20px;
  margin-right:10px;
  border-radius:3px;
  transition: 0.3s ease all;
  cursor:pointer;
  }

  .outline-block:hover {
  background:#0088aa;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0088aa;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0088aa;
  }

  @media only screen and (max-width: 600px) {
    .outline-block {
      display:block;
      margin:5px;
    }

    .mb_parallax_overlay{
      padding:100px 50px 50px 50px;
    }

    .mainTitle{
      font-size:30px !important;
    }

    .header-nav-main.collapse.show, .header-nav-main.collapsing{
      background: rgba(250, 250, 250, 0.9) !important;
    }

    #header.notscrolled a,
    #header.notscrolled span,
    #header.notscrolled i {
      color: inherit !important;
    }

    .splash .humese-corazon {
      width: 140px;
      animation: beat 1.7s linear infinite, fadeInText 2s;
    }
    
    .splash .humese-nombre {
      width: 190px;
      display: inline;
      margin-left: 30px;
      animation: fadeInText 2s;
    }

  }

  .lenguaje {
    border: 1px solid #bbbbbb;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
  }

  .lenguaje img {
    width: 30px;
  }

  .lenguaje:hover {
    background: #8DCA41;
    color: #efefef;
  }

  .lenguaje.seleccionado {
    background: #8DCA41;
    color: #efefef;
  }

  .padding-0 {
    padding:0;
  }

  .text-dark {
    color: #141726 !important;
  }

  .bg-dark{
    background-color: #141726 !important;
  }

  .bg-lightblue {
    background-color: #29ADE7 !important;
  }

  @media only screen and (max-width: 1200px) {

    .mb_parallax_container.light {
        background-size: cover;
      }

  }

    .outline-block-dark {
      display: inline-block;
      border: 1px solid #444;
            background: #333;
      color: #fff;
      font-weight:bold;
      text-transform: uppercase;
      font-size: 16px;
      padding: 20px;
      margin-right: 10px;
      border-radius: 3px;
      transition: 0.3s ease all;
      cursor: pointer;
    }
	
	
	.medical-schedules {
		position: relative !important;
	}
	
	.box-two {
		height: 150px !important;
		font-size: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		
		.icons {
			position: relative !important;
			top: 4px !important;
			right: 0;
			margin-left:10px;
			margin-top:10px;
		}
	}