/******* VARIABLES ******/
/******* COLORS *******/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-bold';
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-light';
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html, body, h1, h2,
h3, h4, h5, h6, p {
  font-family: 'Lato'; }

body{
  overflow-x:hidden;
}
header{
	z-index: 99999 !important;
}

:focus {
    outline: none;
}


.img-feat {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#mainNav {
  height: 50px; }
  #mainNav ul {
    list-style: none;
    height: 50px;
    color: white; }
    #mainNav ul li:not(:first-child) {
      margin-left: 5%; }

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff; 
  text-transform:uppercase;
  border-bottom: 5px solid transparent;
}

.navbar{
	padding-bottom: 0;
}

.nav-link{
	padding-bottom: 1rem;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link,
#menu-menu-principal li a{
  transition:all .5s;
}

#menu-menu-principal-1 li.activado,
.navbar-dark .navbar-nav .nav-item.active .nav-link,
#menu-menu-principal li:hover a{
  border-bottom: 5px solid white; }

.navbar-dark .custom-toggler.navbar-toggler {
  border-color: transparent; }

.navbar-dark .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.dropdown-item {
  color: #F7AA00; }

#menu-menu-principal li{
	margin-left: 15px;
}

#menu-menu-principal li:first-child{
	margin-left: 0px;
}
.mobile-h1 h1{
	font-size: 12px;
    text-align: left;
    color: #384994;
}
#featSlider .carousel-item {
  max-height: 120vh; }

  @media screen and (max-width: 767px) {
    #featSlider .carousel-item {
      max-height: initial; } }
#featSlider .carousel-caption {
  height: 100%;
  width: 35%;
  bottom: 0;
  left: 10%;
  padding: 0; }
  @media screen and (max-width: 767px) {
    #featSlider .carousel-caption {
      position: static;
      width: 100vw;
      margin-left: -15px;
      margin-right: -15px;
      height: initial; } }
  #featSlider .carousel-caption .carousel-info {
    padding-top: 4%; }
    #featSlider .carousel-caption .carousel-info .carousel-info-content {
      margin-left: 7%;
      margin-right: 7%;
      text-align: left; }
      @media screen and (max-width: 967px) {
        #featSlider .carousel-caption .carousel-info .carousel-info-content {
          height: 80%;
          padding-bottom: 15%; } }
      @media screen and (max-width: 767px) {
        #featSlider .carousel-caption .carousel-info .carousel-info-content h3 {
          height: 120px;
          overflow: hidden;
          font-size: 1.5rem; } }
      #featSlider .carousel-caption .carousel-info .carousel-info-content h3:before {
        content: " ";
        display: block;
        width: 8%;
        height: 3px;
        background-color: #fff;
        margin: 4% 0; }
#featSlider .carousel-indicators li {
  width: 1rem;
  border-radius: 50%;
  height: 1rem; }

.btn {
  border-radius: 0;
  padding: .375rem 1.55rem; }
  .btn:focus {
    box-shadow: none; }

button:focus {
  outline: 0; }

.btn-lg {
  line-height: 2;
  padding: .5rem 3rem; }

.btn-primary {
  border: none;
  background-color: #0B6894; }
  .btn-primary:hover {
    background-color: #0098C5; }

.btn-outline-light {
  color: white;
  border-color: white; }

#seguir-investigando {
  height: 32rem;
  background-image: url(../images/bg-light-map.jpg);
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#elProyecto .img-feat {
  min-height: 250px; }

footer {
  height: 100%;
  padding-bottom: 2rem; }
  footer ul {
    list-style: none;
    height: 40px;
    color: white; }
    footer ul li:not(:first-child) {
      margin-left: 2%; }

  footer ul li a,
  footer ul li a:hover{
    color:#fff;
    text-transform:uppercase;
  }

  .footerRedes .col.text-right a:hover i{
    color:#fff;
  }

input, .form-control {
  border-radius: 0; }

.form-control:focus {
  border: none;
  box-shadow: none; }

.input-light {
  background-color: transparent;
  border-radius: 0;
  border: solid 1px white;
  color: white; }
  .input-light::placeholder {
    color: white; }
  .input-light:focus {
    background-color: transparent;
    color: white;
    border: solid 1px white; }

label.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s; }

.switch::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: white;
  top: -4px;
  left: -4px;
  box-shadow: 0px 0px 5px gray;
  transition: all 0.3s; }

input[type='checkbox']:checked + .switch::after {
  transform: translateX(21px);
  background-color: #1494d2; }

input[type='checkbox']:checked + .switch {
  background-color: #5cc0f0; }

.offscreen {
  position: absolute;
  left: -9999px; }

#buscador {
  background-color: rgba(255, 255, 255, 0.85);
  max-height: 1000px;
  width: 350px;
  padding: 1.5rem;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  -webkit-box-shadow: 0px 1px 39px -1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 1px 39px -1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 39px -1px rgba(0, 0, 0, 0.42);
  overflow: hidden; }
  #buscador #inputBuscar {
    height: 45px;
    -webkit-box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    border-bottom: 2px solid #707070; }
    #buscador #inputBuscar::placeholder {
      color: #D1D1D1; }
  #buscador label {
    margin-bottom: 0;
    cursor: pointer;
    color: #b7b7b7; }
    #buscador label:hover{
    	color:#7f388d;
    }
  #buscador .fa-search {
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    color: #707070;
    background-color: #fff;
    padding-left: 5px;
    font-size: 18px; 
    -webkit-appearance: none;}
    #buscador .fa-search:focus {
      outline:none;
    }
  #buscador .btn-block {
    border-right: none;
    border-left: 3px solid #0B6894;
    text-align: left;
    color: #b7b7b7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff; }
  #buscador ul.tipologia {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
    #buscador ul.tipologia li {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      white-space: nowrap; }
    #buscador ul.tipologia li:not(:last-child) {
      border-bottom: 1px solid #EAEAEA; }
  #buscador ul {
    margin: 0;
    padding: 0; }
  #buscador .dropdown-item {
    white-space: normal;
    color: #b7b7b7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s; }
  #buscador #iconCollapse {
    position: absolute;
    top: 101%;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #1494d2;
    font-size: 1.8rem;
    cursor: pointer;
    transition: transform 0.8s; }
    #buscador #iconCollapse:hover {
      color: #2eadeb; }

#buscador-mobile {
  background-color: rgba(255, 255, 255, 0.85);
  max-height: 1000px;
  width: 100%;
  padding: 1.5rem;
  top: 1.5rem;
  right: 2rem;
  -webkit-box-shadow: 0px 1px 39px -1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 1px 39px -1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 39px -1px rgba(0, 0, 0, 0.42);
  overflow: inherit; }
  #buscador-mobile #inputBuscar-mobile {
    height: 45px;
    -webkit-box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    border-bottom: 2px solid #707070; }
    #buscador-mobile #inputBuscar-mobile::placeholder {
      color: #D1D1D1; }
  #buscador-mobile label {
    margin-bottom: 0;
    cursor: pointer;
    color: #b7b7b7; }
  #buscador-mobile .fa-search {
    position: absolute;
    top: 0.9rem;
    right: 0.8rem;
    color: #707070;
    background-color: #fff;
    padding-left: 5px;
    font-size: 18px;
    -webkit-appearance: none;}
  #buscador-mobile .btn-block {
    border-right: none;
    border-left: 3px solid #0B6894;
    text-align: left;
    color: #b7b7b7;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #buscador-mobile ul.tipologia {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
    #buscador-mobile ul.tipologia li {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      white-space: nowrap; }
    #buscador-mobile ul.tipologia li:not(:last-child) {
      border-bottom: 1px solid #EAEAEA; }
  #buscador-mobile ul {
    margin: 0;
    padding: 0; }
  #buscador-mobile .dropdown-item {
    white-space: normal;
    color: #b7b7b7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s; }
  #buscador-mobile #iconCollapse-mobile {
    position: absolute;
    top: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #1494d2;
    font-size: 1.8rem;
    cursor: pointer;
    transition: transform 0.8s; 

     -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;

    cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
    }
    
    /*#buscador-mobile #iconCollapse-mobile:hover {
      color: #2eadeb; }*/

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0)


  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform:     translateY(-10px);
    transform:         translateY(-10px)
  }
  60% {
    -webkit-transform: translateY(-10px);
    -ms-transform:     translateY(-10px);
    transform:         translateY(-10px)
  }
}




#buscadorWraper {
  max-height: 1000px;
  transition: max-height 1s ease; }
  #buscadorWraper.cerrar-caja {
    max-height: 55px; }

#tipologia {
  transition: 1s; margin-top:8px;}

#buscadorWraper > div.tipo-container.bg-white.mb-4.p-1,
h5.color-blue,
#dropdownBuscador,
#tagsTemas,
#box-geo,
#tipologia-mobile,
#buscadorWraper-mobile > div.tipo-container.bg-white.mb-4.p-1,
#dropdownMenuButton,
#dropdownMenuButton-1,
#buscador-mobile,
#buscadorWraper-mobile > div.tipo-container.bg-white.mb-4.p-1 > div.d-flex.align-items-center.mt-2.pb-2{
  transition:opacity 1s;
}
#dropdownMenuButton-1{
  opacity:0;
}

#buscador-mobile{
	overflow: inherit;
}

#datafetchMobile p:first-child{
	padding-top: 8px;
}

#buscadorWraper-mobile {
  max-height: 1000px;
  transition: max-height 1s ease; }
  #buscadorWraper-mobile.cerrar-caja {
    max-height: 55px; }

#tipologia-mobile {
  transition: 1s; }

.badge {
  padding: 6px 8px;
  white-space: normal;
  font-weight: normal;
  margin: 4px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0; }

.badge-temas {
  padding: 3px 8px;
  white-space: normal;
  font-weight: normal;
  margin: 4px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding-right: 2rem; }

#tagsTemas .alert-dismissible .close {
  position: absolute;
  top: 1px;
  right: 8px;
  padding: 0;
  color: white;
  font-size: 1.1rem; }

.badge-esclavitud {
  background-color: #ff6f0d; }

.badge-persecucion {
  background-color: #3fae60; }

.badge-violaciones {
  background-color: #1494d2; }

.badge-genocidio {
  background-color: #7f388d; }

/******************* HELPERS *********************/

#featCarouselHome  .carousel-indicators li{
  background-color: rgba(200, 44, 129, 0.46);
}

#featCarouselHome .carousel-indicators .active{
  background-color: #c82c81;
}

/******* COLOR TEXTOS *******/
.color-dark-blue {
  color: #0B6894; }

.color-blue {
  color: #0098C5; }

.color-gray-600 {
  color: #707070; }

.color-gray-500 {
  color: #b7b7b7; }

.color-gray-400 {
  color: #D1D1D1; }

.color-gray-300 {
  color: #E2E2E2; }

.color-gray-200 {
  color: #EAEAEA; }

.color-white {
  color: #ffffff; }

/******* COLOR BACKGROUND *******/
.bg-orange {
  background-color: #F7AA00; }

.bg-pink {
  background-color: #C82C81; }

.bg-blue-light {
  background-color: #0098C5; }

.bg-blue-dark {
  background-color: #0B6894; }

.bg-gray-900 {
  background-color: #3F3F3F; }

.bg-gray-800 {
  background-color: #565656; }

.bg-gray-700 {
  background-color: #4F4F4F; }

.bg-gray-600 {
  background-color: #85898a; }

.bg-gray-500 {
  background-color: #7e8b92; }

.bg-gray-400 {
  background-color: #b3bdc3; }

.bg-gray-300 {
  background-color: #d0d7db !important; }

.bg-gray-200 {
  background-color: #e0e0e0 !important; }

.bg-gray-100 {
  background-color: #eceef0; }

.bg-white {
  background-color: #ffffff; }

.bg-transparent {
  background-color: transparent; }

hr {
  border-top: 1px solid white; }

.line-height-05 {
  line-height: 0.5; }

.line-height-1 {
  line-height: 1; }

.no-line-height {
  line-height: inherit; }

.line-height-2 {
  line-height: 2; }

.no-wrap {
  white-space: nowrap; }

.wrap {
  white-space: normal; }

.no-transition {
  transition: none; }

.no-text-decoration:hover {
  text-decoration: none; }

.link:hover {
  text-decoration: none;
  cursor: pointer; }

.disable-period {
  filter: grayscale(100%) !important;
  opacity: 0.4; }

.fw-n {
  font-family: 'Lato';
  font-weight: normal; }

.fw-m {
  font-family: 'Lato-bold';
  font-weight: bold; }

.fw-l {
  font-family: 'Lato-light';
  font-weight: lighter; }

.fs-10 {
  font-size: 0.65rem; }

.fs-12 {
  font-size: 0.75rem; }

.fs-14 {
  font-size: 0.88rem; }

.fs-16 {
  font-size: 1rem; }

.fs-18 {
  font-size: 1.125rem; }

.fs-20 {
  font-size: 1.25rem; }

.fs-24 {
  font-size: 1.5rem; }

.fs-32 {
  font-size: 2rem; }

.fs-36 {
  font-size: 2.25rem; }

.fs-40 {
  font-size: 2.5rem; }

.fs-48 {
  font-size: 3rem; }

.num-strech-1 {
  letter-spacing: -1px; }

.num-strech-2 {
  letter-spacing: -2px; }

.icon {
  width: 20px;
  margin: 8px; }

.icon-xs {
  width: 30px;
  margin: 4px; }

.icon-sm {
  width: 40px; }

.icon-normal {
  width: 60px; }

.icon-md {
  width: 80px; }

.icon-lg {
  width: 100px; }

.icon-recovery {
  width: 120px; }

.icon-recovery-single {
  width: 160px; }

.logo-header {
  width: 220px; }

.opacity-05 {
  opacity: 0.5; }

.trans-05 {
  transition: all 0.5s; }

.trans-1 {
  transition: all 1s; }

.rotate-180 {
  transform: rotateZ(180deg) !important; }

.rotate-90 {
  transform: rotateZ(90deg) !important; }

.rotate-r90 {
  transform: rotateZ(-90deg) !important; }

#side_bar.translate-0 {
  transform: translateX(0px); }


  @keyframes rotate {
  0%, 100%, 20%, 50%, 80% {
    transform: rotateZ(180deg) !important;


  }
  40% {
    transform: rotateZ(180deg) !important;
  }
  60% {
    transform: rotateZ(180deg) !important;
  }
}

.animar-arrow {
      animation-name: rotate !important;
          transform: rotateZ(180deg);
   }

.mt-6 {
  margin-top: 3.5rem !important; }

.mt-7 {
  margin-top: 4rem !important; }

.mt-8 {
  margin-top: 4.5rem !important; }

.w-80 {
  width: 80%; }

.w-35 {
  width: 35%; }

.w-150px {
  max-width: 150px;
  min-width: 100px; }

.border-left {
  border-left: 10px solid #EAEAEA !important; }

.border-color-esclavitud {
  border-color: #ff6f0d !important; }

.border-color-genocidio {
  border-color: #7f388d !important; }

.border-color-violaciones {
  border-color: #1494d2 !important; }

.border-color-persecucion {
  border-color: #3fae60 !important; }

.nav-collapse {
  width: 7%; }

.nav-collapse nav ul li .text-nav {
  display: none !important; }

.margin-left-collapse {
  margin-left: 5% !important; }

.main-collapse {
  width: 93%;
  margin-left: 7%; }

.centrar-icon-collapse {
  margin-left: 0px;
  display: flex;
  justify-content: center; }

  header{
    background-color:#fff;
    z-index:999;
    width:100%;
  }

  #encabezado h2{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    font-size: 1.75rem;
  }

  .bg-gray-ddd{
    background-color:#ddd;
  }

  .bg-orange-dark{
    background-color:#e86c08;
  }

  .img-center{
    margin:0 auto;
  }

  .cuadro-ficha p{
    color:#7b7b7b;
    font-weight:500;
    margin-bottom:.6rem;
  }

  .cuadro-ficha p:first-child,
  .cuadro-ficha p strong{
    color:#5483b9;
  }

  .cuadro-ficha hr{
    border-color:#5483b9;
    margin-bottom:0;
  }

  #myTab .nav-item-1{
    width:25%;

  }

  #myTab .nav-item-1 a{
    background-color:#1699c5;
    border-radius:0;
    padding: 2rem 3rem;
    font-size:21px;    
    color:#fff;
    border:1px solid #1699c5;
  }

  #myTab{
    border-bottom:none;
    /*margin-top:6px;
    margin-top:1px;*/
  }

  #myTab .nav-item-1 a.active,
  #myTab .nav-item-1 a:hover{
    padding:3rem 3rem 2rem 3rem;
    margin-top: -1rem;
  }

  #myTabContent .tab-pane-1{
    background-color:#eaeaea;
    padding-top:6%;
    padding-bottom:6%;
    border-top: 5px solid #1699c5;
    border-bottom: 5px solid #1699c5;
  }
    
  #myTabContent .tab-pane-1 h2{
    font-weight:600;
    padding-bottom:15px;
    font-size: 2rem;
  }

  .bg-violeta{
    background-color:#384994;
  }

  .bg-azul{
    background-color:#1699c5;
  }

  .bg:before {
    position:absolute;
    left:0em; 
    bottom:0;
    content:'';
    height:100%;
    width:800em;
    z-index:-1
  }

  .bg-violeta-before:before {
    background-color:#eaeaea;
    border-top: 5px solid #384994;
    border-bottom: 5px solid #384994;
    /*height:79%;*/
    bottom:0;
  }

  .bg-gris-before:before{
    background-color:#eaeaea;
    border-top: 5px solid #1699c5;
    border-bottom: 5px solid #1699c5;
  }
  .bg-left:before {left:-400em;}

  .bg-right:before {left:0;right:auto;}
	
  .nav-tabs .nav-item{
  	margin-bottom: 0;
  }	

  #myTab .nav-item-2{
    width:34%;
  }

  #myTab .nav-item-2 a{
    background-color:#384994;
    border-radius:0;
    padding: 2rem 3rem;
    font-size:21px;    
    color:#fff;
    border:1px solid #384994;
     /* -webkit-transition: padding 1s;Safari 
  	transition: padding 1s;*/
  }

  #myTab .nav-item-2 a:hover,
  #myTab .nav-item-2 a.active{
    padding:3rem 3rem 2rem 3rem;
    margin-top: -1rem;
  }

  #myTabContent .tab-pane-2{
    padding-top:6%;
    padding-bottom:6%;
    background-color:#eaeaea;
    border-top: 5px solid #384994;
    border-bottom: 5px solid #384994;
  }
  
  #myTabContent .tab-pane-2 h2{
    font-weight:600;
    padding-bottom:15px;
    font-size: 2rem;
  }

  /*#myTabContent .tab-pane-2 h2,
  #myTabContent .tab-pane-2 p{
    color:#fff;
  }*/

  .nav-item-3, .nav-item-4,
  .nav-item-5, .nav-item-6{
    width:10%;
  }

  .nav-item-3 img, .nav-item-4 img,
  .nav-item-5 img, .nav-item-6 img{
    max-width:100%;
  }

  .nav-item-3 img:hover, 
  .nav-item-4 img:hover, 
  .nav-item-5 img:hover,
  .nav-item-6 img:hover{
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .nav-item-3 a, .nav-item-4 a,
  .nav-item-5 a, .nav-item-6 a{
    padding:5px;
  }

  .nav-item-3 a:hover, .nav-item-4 a:hover,
  .nav-item-5 a:hover, .nav-item-6 a:hover{
    border-color:transparent !important;
  }
  
  #cargando-contenido{
    display:none;
  }
  /* -------------------------------- 

  Linea de tiempo

  -------------------------------- */

  .cd-horizontal-timeline a {
    text-decoration: none;
  }
  .cd-horizontal-timeline.loaded ul,
  .cd-horizontal-timeline.loaded ol{
    list-style:none;
    padding-left:0;
  }

  .cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    margin-bottom:0;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
  }
  .cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
  }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 150%;
    overflow: hidden;
    width:88%;
    margin-left:6%;
  }
  .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
  }
  .cd-horizontal-timeline .events-wrapper::before {
    left: 0;
  }
  .cd-horizontal-timeline .events-wrapper::after {
    right: 0;
  }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 99px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #707070;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
  }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0083bf;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    font-weight:600;
    padding-bottom: 15px;
    color: #707070;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .cd-horizontal-timeline .events a p span{
    font-weight:400;
    color:#384994;
  }

  .cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid #384994;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #384994;
    border-color: #384994;
  }
  .cd-horizontal-timeline .events a.selected {
    pointer-events: none;
  }
  .cd-horizontal-timeline .events a.selected::after {
    background-color: #384994;
    border-color: #384994;
  }
  @media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
      margin: 2em auto;
      margin-bottom:1em;
    }
    .cd-horizontal-timeline::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop';
    }
  }

  .cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
    color: #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }

  .cd-timeline-navigation a i{;
    color: #384994;
    font-size:3rem;
  }

  .cd-timeline-navigation a:hover i{;
    color: #005695;
  }

  .cd-timeline-navigation a:hover:before {
    color: #005695;
  }

  .cd-timeline-navigation a.prev {
    left: 0 !important;
  }

  .cd-timeline-navigation a.next {
    right: 0 !important;
    text-align:right;
  }
  
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
  }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed;
  }

  .cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
  }
  .no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
  }

  .cd-horizontal-timeline .events-content {
    position: relative;
    height:auto !important;
    width: 100%;
    margin: 4em 0 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
  }

  .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    border:1px solid #b5b5b5;
    padding: 2%;
    width:84%;
    margin-left:8%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    /*padding: 0 5%;*/
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  .cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    border:1px solid #b5b5b5;
    padding: 2%;
    width:84%;
    margin-left:8%;
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
  }
  .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
  }
  .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
  }
  .cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
  }
  .cd-horizontal-timeline .events-content h2 {
    color: #707070;
    font-weight: bold;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .cd-horizontal-timeline .events-content h3 {
    display: block;
    font-size: 1.7rem;
    color:#384994;
    padding-bottom:25px;
  }
  /*.cd-horizontal-timeline .events-content em::before {
    content: '- ';
  }*/
  .cd-horizontal-timeline .events-content p {
    font-size: 1.2rem;
    color: #959595;
    margin-bottom:0;
  }
  .cd-horizontal-timeline .events-content h3, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
  }
  .cd-horizontal-timeline .events-content p {
    display: block;
    margin-bottom: 15px;
  }
  /*@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
      font-size: 2.6rem;
      color:#005695;
    }
    .cd-horizontal-timeline .events-content em {
      font-size: 2rem;
    }
    .cd-horizontal-timeline .events-content p {
      font-size: 1.8rem;
    }
  }*/

  @-webkit-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -moz-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
  }

#line-time,
.logo-with-scroll{
  display:none;
}

.wdt-200{
  width:145px;
}

.wdt-300{
  width:300px;
}



.caption-flickity {
  background: #FAFAFA;
  margin: 0;
  padding: 10px;
  text-align: left;
  position: absolute;
  background: hsla(0, 0%, 0%, 0);
  z-index: 1;
  padding: 2px 20px;
  font-size: 21px;
  color: white;
  pointer-events: none;
  bottom:0;
}

.interior1{
  margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    background: hsla(0, 0%, 0%, 0.3);
}

.flickity-page-dots {
  bottom: -60px;
}




/* Video en Ficha*/

.wrapper-cover-video{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    height: 100%;
    z-index: 1
}

.wrapper-cover-video:hover .cover-video-ico {
    opacity: 1;
    cursor: pointer;
}

.wrapper-cover-video:hover {
    opacity: 1;
    cursor: pointer;
}

.cover-video-ico {
    position: absolute;
    color: white;
    opacity: 0.6;
    z-index: 2;
}

.contenedor-iframe {
     position:relative;
     /*padding-top: 56.25%; */
     /* = (height(px)x100)/width(px)*/
}

.contenedor-iframe iframe {
     position:absolute;
     top:0;
     right:0;
     bottom:0;
     left:0;
     height: 100%;
     width: 100%;
}

.cover-video-ico {
    fill: white;
}
/****************************/

.carousel-cell {
  width: 100%; /* full width */
  height: 160px; /* height of carousel */
  margin-right: 10px;
}

.carousel img {
  display: block;
  height: 200px;
}


@media screen and ( min-width: 768px ) {
  #featSlider .carousel img {
    height: 535px;
  }

  .carousel img {
    height: 400px;
  }
}

@media screen and ( min-width: 1200px ) {
  #featSlider .carousel img {
    height: 495px;
  }
}
/******************************/

.titulos h2{
  color:#384994;
  font-weight: 600;
  font-size: 21px;
}

/*.titulos h2:before {
    content: " ";
    display: block;
    width: 3%;
    height: 6px;
    background-color: #384994;
    margin: 1% 0;
}*/

.organizacion-ficha p strong{
  color: #5483b9;
  font-size:1rem;
}

.organizacion-ficha p {
    color: #7b7b7b;
    font-weight: 500;
    margin-bottom: .6rem;
    font-size:1rem;
}

.organizacion-ficha a{
  color: #5483b9 !important;
  font-size:1rem;
  font-weight:400;
  padding-top:10px;
}

.img-max-100 img{
  max-width:100%;
}


.titulos-links h2{
  color:#fff;
  font-weight: 600;
  /*font-size: 2.8rem;*/
  font-size: 21px;
}

/*.titulos-links h2:before {
  content: " ";
  display: block;
  width: 3%;
  height: 6px;
  background-color: #fff;
  margin: 1% 0;
}*/

.links-ficha a,
.links-ficha p a{
  color: #fff !important;
  font-size:1rem;
  font-weight:400;
  padding-bottom:10px;
}

.img-related-ubications img{
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
}

.centered {
  opacity:0;
  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;
  height:100%;
  text-align:center;
  background-color:rgb(0,0,0,0.5);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s ease-in;
  -moz-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  -ms-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
}
.centered:hover{
  opacity:1;
  cursor:pointer;
} 

.bg-centered-1{
  opacity:1;
  background-color:#752d80;
}

.bg-centered-1:hover{
  opacity:0;
}

.bg-centered-3{
  opacity:1;
  background-color:#c3007a;
}

.bg-centered-3:hover{
  opacity:0;
}

.bg-centered-5{
  opacity:1;
  background-color:#f7aa00;
}

.bg-centered-5:hover{
  opacity:0;
}

.centered h2{
  color:#fff;
  text-align:left;
  padding-top:35%;
  font-size:1.8rem;
  padding-bottom:30%;
}

/*.centered h2:before {
    content: " ";
    display: block;
    width: 9%;
    height: 6px;
    background-color: #fff;
    margin: 1% 0;
    margin-bottom:3%;
}*/

.div-content-ubrel{
  height:100%;
}


/******************************************************/
/*                               page filtros              */
/**********************************************************/

.panel-heading {
  background-color:#384994;
  padding:10px;
  border: 1px solid #384994;
}

/*.panel-heading:hover {
  background-color:#fff;
}*/

.panel-heading h4{
  margin-bottom:0;
}

.panel-heading:hover a,
.panel-heading:hover a h4
{
  /*color:#384994;*/
  text-decoration:none;
}

.panel-heading  a:before {
   content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
   float: right;
   transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} 

.panel-heading a h4,
.panel-heading a{
  font-size: 1.25rem;
  color:#fff;
}

#accordion-2 .panel-default .panel-heading .fa-question-circle{
  position: absolute;
  margin-top: -5%;
  left: 29%;
  color: #fff;
}

#accordion-3 .panel-default .panel-heading .fa-question-circle{
  position: absolute;
  margin-top: -5%;
  left: 23% !important;
  color: #fff;
}

.panel-default .panel-heading .fa-question-circle:hover{
  cursor:pointer;
}


#sibedar-list ul.tipologia{
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
}

#sibedar-list .tipo-container {
  padding:0;
  border:1px solid #b7b7b7;
  border-top:none;
}

#sibedar-list .border-left{
  border-left: 40px solid #EAEAEA !important;
}
#sibedar-list .border-color-esclavitud {
    border-color: #ff6f0d !important;
}
#sibedar-list .border-color-genocidio {
    border-color: #7f388d !important;
}
#sibedar-list .border-color-violaciones ,
.border-color-violaciones {
    border-color: #ffdf00 !important;
}
#sibedar-list .border-color-persecucion {
    border-color: #3fae60 !important;
}

.bg-amarillo{
  background-color:#ffdf00;
}


#sibedar-list ul.tipologia li:not(:last-child){
    border-bottom: 1px solid #EAEAEA;
}

#sibedar-list ul.tipologia li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    padding:10px 15px;
    
}

#sibedar-list #collapsefour ul.tipologia{
  border-right:1px solid #b7b7b7;
  border-bottom:1px solid #b7b7b7;
}

#sibedar-list #collapsefour ul.tipologia li {
  white-space: normal;
    color: #b7b7b7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    padding:0;
    padding-right:15px;
}


#sibedar-list #collapsefour ul.tipologia li label{
  padding:10px 15px;
}

#sibedar-list label {
    margin-bottom: 0;
    cursor: pointer;
    color: #b7b7b7;
}

/****Contenido***/
.img-content-indice img{
  width:100%;
  height:100%;
  object-fit:cover;
  
}

/* Flashing */
.hover13 figure{
  height:100%;
  margin:0;
}
.hover13 figure img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hover13 figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.hover13 figure img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover13 figure:hover img {
  -webkit-transform: rotate(1.5deg) scale(1.3);
  transform: rotate(1.5deg) scale(1.3);
}
.hover13 figure {
  position: relative;
}
.hover13 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover13 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/****************/

.content-indice-1 p{
  margin:0;
  color:#fff;
  padding:15px 0;
}

.bg-verde{
  background-color:#5db288;
}

.cajas-filter{
  -webkit-box-shadow: 0 12px 100px -40px rgba(0,0,0,11);
  box-shadow: 0 12px 100px -40px rgba(0,0,0,11);
}

.cajas-filter a:hover{
  text-decoration:none;
}


.img-w-15 img{
  width:15px;
}

.content-indice-1 .primera-linea p{
  padding:0;
  color:#4f4f4f;
}

.content-indice-1 .primera-linea label{
  color:#fff !important;
}

.segunda-linea p{
  padding:0;
  color:#b7b7b7;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.a-ver-ficha{
  /*border:1px solid #5db288;*/
  color:#fff;
  padding:1% 13%;
  text-align:center;
}

.bg-amarillo.a-ver-ficha{
  border:1px solid #ffdf00;
  color:#fff;
  padding:1% 13%;
}

.a-ver-ficha:hover{
  background-color: #fff;
  color:#5db288;
}

.bg-amarillo.a-ver-ficha:hover{
  background-color: #fff;
  color:#ffdf00;
}

.bg-orange-dark.a-ver-ficha{
  border:1px solid #e86c08;
  color:#fff;
  padding:1% 13%;
}

.bg-orange-dark.a-ver-ficha:hover{
  background-color: #fff;
  color:#e86c08;
}

.carousel img{
  object-fit:cover;
}

/********Cronologia***********/

#encabezado-cronologia h2{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  font-size: 1.75rem;
  padding-top:0 !important;
}

/*#encabezado-cronologia h2:before {
    content: " ";
    display: block;
    width: 6%;
    height: 6px;
    background-color: #fff;
    margin: 1% 0;
}*/

#encabezado-cronologia p{
  color:#fff;
  line-height: 1.3;
    font-weight: lighter;
    font-size: 1.125rem;
}

#buscador-cronologia{
    max-height: 1000px;
    padding: 0rem;
}

.mt-8p{
  margin-top:8px;
}

#buscador-cronologia ul.tipologia {
    list-style: none;
    padding-left: 0px;
    padding-right: 10px;
    display: flex;
    margin-bottom: 0;
}
#buscador-cronologia ul.tipologia li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.85);
    margin-right:13px;
    padding-right:5px;
    max-height:38px;
}

#buscador-cronologia label {
    margin-bottom: 0;
    cursor: pointer;
    color: #b7b7b7;
    margin-right: 20px;
}

#buscador-cronologia .btn-block {
    border-right: none;
    border-left: 3px solid #0B6894;
    text-align: left;
    color: #b7b7b7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

#buscador-cronologia .dropdown-item {
    white-space: normal;
    color: #b7b7b7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}
#buscador-cronologia
#buscador-cronologia
#buscador-cronologia

/*Modal*/

#modalCenter .modal-content,
#modalTipologia .modal-content{
  border-radius:0;  
}

#modalTipologia .modal-header,
#modalCenter .modal-header{
  padding:5px 15px;
  color:#fff;
  border-radius:0;  
}

#modalCenter .modal-body h2,
#modalTipologia .modal-body h2{
  color:#5483b9;
  padding-bottom:10px;
}

/*#modalCenter .modal-body h2:before,
#modalTipologia .modal-body h2:before {
  content: " ";
  display: block;
  width: 3%;
  height: 6px;
  background-color: #5483b9;
  margin: 1% 0;
}*/

#modalCenter .modal-body h4,
#modalTipologia .modal-body h4{
  font-size:1.3rem;
  color:#5483b9;
}

/*#modalTipologia .modal-body h4{
}*/

#modalTipologia .modal-body p,
#modalCenter .modal-body p{
  padding: 0;
  color: #b7b7b7;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
}

#modalTipologia .close,
#modalCenter .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 1.9rem;
}

@media (min-width: 576px)
{
  .modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
    width: 85%;
  }
}


/******************************/
/* Page Cronologia    */
/*****************************/

#Timeline .tl-slide-content{
  padding-right:0 !important;
  width:90% !important;
}

#Timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-text{
  width:65%;
  padding-right:0;
}

#Timeline .tl-media-content-container .tl-media-content img{
  width:100%;
  height: auto;
  object-fit: cover;
  min-height: 310px !important;
  max-height: 310px !important;
}

#Timeline .tl-storyslider{
  height:440px !important;
}

#Timeline h2.tl-headline.tl-headline-title,
#Timeline .tl-text h2.tl-headline{
  color:#0083bf !important;
  font-size:1.5rem;
  line-height:1.6rem;
  padding-bottom:20px;
}

#Timeline .tl-text p{
  color:#a0a0a1;
  font-size: 14px;
}

#Timeline .tl-timemarker-content-container{
  height:auto !important;
}

#Timeline .tl-timenav{
  background-color:#5483b98f;
}

#Timeline .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
#Timeline .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-]{
  color:#4c4c4c;
}

#Timeline .tl-slidenav-title .headline-hidden,
#Timeline .tl-slidenav-description{
  display:none
}

#Timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon, 
#Timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon
{
  transition:all .5s;
  color:#0083bf;
}

#Timeline .tl-slidenav-next  .tl-slidenav-icon:before,
#Timeline .tl-slidenav-previous .tl-slidenav-icon:before{
  content:none;
}

#Timeline .tl-slidenav-next .tl-slidenav-icon{
  background-image:url(https://www.cipdh.gob.ar/memorias-situadas/wp-content/themes/Theme%20Unesco/images/angle-right-solid.svg);
  background-size: contain;
  background-repeat:no-repeat;
}

#Timeline .tl-slidenav-previous .tl-slidenav-icon{
  background-image:url(https://www.cipdh.gob.ar/memorias-situadas/wp-content/themes/Theme%20Unesco/images/angle-left-solid.svg);
  background-size: contain;
  background-repeat:no-repeat;
}

#galeria-de-imagenes button.flickity-button.flickity-prev-next-button.previous{
 background-image:url(https://www.cipdh.gob.ar/memorias-situadas/wp-content/themes/Theme%20Unesco/images/angle-left-solid.svg);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 45%;
}

#galeria-de-imagenes button.flickity-button.flickity-prev-next-button.next{
 background-image:url(https://www.cipdh.gob.ar/memorias-situadas/wp-content/themes/Theme%20Unesco/images/angle-right-solid.svg);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 60%;
}

#Timeline .tl-headline a{
    color:#0083bf !important;
}

#Timeline .tl-headline a:hover{
    color:#384994  !important;
    text-decoration:none !important;
}

#galeria-de-imagenes button.flickity-button.flickity-prev-next-button.next > svg,
#galeria-de-imagenes button.flickity-button.flickity-prev-next-button.previous > svg{
  display:none;
}

#Timeline .tl-slidenav-next .tl-slidenav-icon{
  margin-left:60px;
}

#Timeline .tl-slidenav-previous .tl-slidenav-icon{
  margin-left:10px;
}

#Timeline .tl-slidenav-previous:hover .tl-slidenav-icon{
  margin-left:0px;
}

#Timeline .tl-slidenav-next:hover .tl-slidenav-icon{
  margin-left:70px;
}

/*
#Timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon, 
#Timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon
{
  color:#0083bf;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
<i class="fas fa-angle-right"></i>

#Timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon:before, 
#Timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon:before {
    content: "\f105";
}*/

#Timeline .row-in-linetimejs p{
  font-size:13px;
  color:#7b7b7b;
}

#Timeline .row-in-linetimejs p strong{
  font-size:13px;
  color:#4f4f4f;
}


#Timeline .tl-headline-date,
#Timeline .tl-timemarker-content .tl-headline .headline-hidden{
  display:none;
}

#Timeline .tl-text p.color-blue-dark{
  color:#0b6894 !important;
  font-size:17px;
  padding:5px 12px;
}

#Timeline .tl-text .p-tema-c{
  margin-top: 12px;
  color:#0b6894 !important;
  font-size:17px;
  padding:5px 12px;
}

#Timeline .tl-text .p-tema-c-persecucion-por-motivacion-politica,
#Timeline .tl-text .a-ficha-persecucion-por-motivacion-politica{
  background-color:#3fae60 !important;
  color:#fff !important;
  border:none !important;
}

#Timeline .tl-text .a-ficha-persecucion-por-motivacion-politica:hover{
  color:#3fae60 !important;
  background-color:#fff !important;
  border:none !important;
}

#Timeline .tl-text .p-tema-c-esclavitud,
#Timeline .tl-text .a-ficha-esclavitud{
  background-color:#ff6f0d !important;
  color:#fff !important;
  border:none !important;
}

#Timeline .tl-text .a-ficha-esclavitud:hover{
  color:#ff6f0d !important;
  background-color:#fff !important;
  border:none !important;
}

#Timeline .tl-text .p-tema-c-genocidio,
#Timeline .tl-text .a-ficha-genocidio{
  background-color:#7f388d !important;
  color:#fff !important;
  border:none !important;
}

#Timeline .tl-text .a-ficha-genocidio:hover{
  color:#7f388d !important;
  background-color:#fff !important;
  border:none !important;
}

#Timeline .tl-text .p-tema-c-violaciones-en-el-marco-de-conflictos-armados-y-situaciones-de-violencia-similares,
#Timeline .tl-text .a-ficha-violaciones-en-el-marco-de-conflictos-armados-y-situaciones-de-violencia-similares{
  background-color:#1494d2 !important;
  color:#fff !important;
  border:none !important;
}

#Timeline .tl-text .a-ficha-violaciones-en-el-marco-de-conflictos-armados-y-situaciones-de-violencia-similares:hover{
  color:#1494d2 !important;
  background-color:#fff !important;
  border:none !important;
}



#Timeline .a-ver-ficha-crono{
  background-color:#0083bf;
  border:1px solid #0083bf;
  color:#fff;
  padding:7% 14%;
}

#Timeline .a-ver-ficha-crono:hover{
  color:#0083bf;
  text-decoration:none;
  background-color:#fff;
}


/******/
#qtranslate-2-chooser > li.active > a > span{
  
}

#qtranslate-2-chooser > li > a > span{
  color: #ffffff;
  padding: .5rem;
  text-transform: uppercase;
}

/*********/
#wpcf7-f112-o1 > form > div.justify-content-end{
  display:grid;
}

#wpcf7-f112-o1 > form > p > span > textarea{
  height: 125px;  
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  color:#f7e700;
  margin-left: 0;
  margin-right: 0;
}
/********/
.img-una-ficha{
  width:100%;
  max-height: 450px;
  object-fit: cover;
}

/**********/
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.badge-none{
  display:none;
}

#datafetch,
#datafetchMobile{
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 99999999999;
  margin-top: -.29rem;
  border: 1px solid #ced4da;
  border-top: none;
}

#datafetchMobile,
#datafetch,
#datafetch p,
#datafetchMobile p{
  margin-bottom:5px;
  padding-left: 5px;
  color:#384994;
  font-size: .9rem;
}

#datafetch p:hover,
#datafetchMobile p:hover{
  color:#0098C5;
  cursor:pointer;
}

#searchInput:focus{
  border:1px solid #ced4da;
}

#searchsubmit:hover{
  cursor:pointer;
}

/* Clearable text inputs */
.clearable{
  background: #fff url(https://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
  padding: 3px 65px 3px 4px;     /* Use the same right padding (18) in jQ! */
  border-bottom: 2px solid #707070;  
}
.clearable.x  { background-position: right 50px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

.icon-cronologia{
  width: 50px;
  margin: 4px;
  max-height: 50px;
}

.contenido-proponer-lugar{
  color:#fff;
}



/*********************************************************/
/**************PAGINA ESTE PROYECTO******************************/

.img-header-proyecto img{
  max-height:330px;
  object-fit:cover;
}

.titulos-proyecto h2{
  color:#fff;
  font-size: 2.2rem;
}

.contenido-proyecto p{
  color:#666666;
  font-weight: lighter;
  font-size: 1.125rem;
  line-height: 1.7;
}

.contenido-proyecto h5{
	line-height: 1.5;
	font-size: 1.3rem;
}

.cita-proyecto h3{
  color:#fff;
  font-size:2rem;
  text-align:center;
}

.img-header-proyecto-2 img{
  max-height:220px;
  object-fit:cover;
  object-position: 100% 37%;
}


.titulos-proyecto-2 h2{
  color: #fff;
  margin-bottom:0;
}

/*.titulos-proyecto-2 h2:before{
  content: " ";
  display: block;
  width: 3%;
  height: 6px;
  background-color: #fff;
  margin: 1% 0;
}*/

.bajada-tipologia p{
  color: #666666;
  font-weight: lighter;
    font-size: 1.125rem;
}

.caja-tipologia h4{
  color:#0B6894;
}

.caja-temas h4{
  color:#666666;
}

.caja-tipologia p, 
.caja-temas p{
  padding: 0;
  color: #666666;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  font-weight: lighter;
    font-size: 1.125rem;
}

.encabezado-asesor h2{
  color:#384994;
  font-weight:700;
}

.encabezado-asesor p{
	color: #666666;
  font-weight: lighter;
    font-size: 1.125rem;
}

.contenido-asesor h4{
  color:#0B6894;
  font-size: 1.5rem;
  font-weight: 600;
}

.contenido-asesor hr{
  border-color:#0B6894;
  width:85%;
  margin-left:0;
}

.contenido-asesor p{
      color: #666666;
    line-height: 1.3;
    font-weight: lighter;
    font-size: 1.125rem;
}


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

#pelotas-de-carga,
#finalPage{
	display:none;
}

.Bounce {
	text-align: center;
	width:400px;
	height:125px;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	top: 30%;
	left: 25%;
}

.Bounce span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 5px auto;
  background: #7f388d;
  -moz-border-radius: 125px;
  -moz-animation: Bounce 1.2s infinite alternate;
  -webkit-border-radius: 125px;
  -webkit-animation: Bounce 1.2s infinite alternate;
  -ms-border-radius: 125px;
  -ms-animation: Bounce 1.2s infinite alternate;
  -o-border-radius: 125px;
  -o-animation: Bounce 1.2s infinite alternate;
  border-radius: 125px;
  animation: Bounce 1.2s infinite alternate;
}

#b1, #b12 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

#b2,#b22 {
  -moz-animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

#b3,#b32 {
  -moz-animation-delay: 0.72s;
  -webkit-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

#b4,#b42 {
  -moz-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  animation-delay: 1.06;
}

#b5,#b52 {
  -moz-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  animation-delay: 1.38;
}
@-moz-keyframes Bounce {
  0% {
    width: 8px;
    height: 8px;
    background-color:#e86c08;
    -moz-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color:#3fae60;
    -moz-transform: translateY(-23px);
  }

}

@-webkit-keyframes Bounce {
  0% {
    width: 8px;
    height: 8px;
    background-color:#e86c08;
    -webkit-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color:#3fae60;
    -webkit-transform: translateY(-23px);
  }

}

@-ms-keyframes Bounce {
  0% {
    width: 8px;
    height: 8px;
    background-color:#e86c08;
    -ms-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color:#3fae60;
    -ms-transform: translateY(-23px);
  }

}

@-o-keyframes Bounce {
  0% {
    width: 8px;
    height: 8px;
    background-color:#e86c08;
    -o-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color:#3fae60;
    -o-transform: translateY(-23px);
  }

}

@keyframes Bounce {
  0% {
    width: 8px;
    height: 8px;
    background-color:#e86c08;
    transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color:#1494d2;
    transform: translateY(-23px);
  }
}

p.p-pelota {
  font-family:"Lato";
  font-size:24px;
}

.contenido-proponer-lugar h2{
	font-size: 1.75rem;
}

.contenido-proponer-lugar p{
	line-height: 1.3;
    font-weight: lighter;
    font-size: 1.125rem;
}


input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder
 { color:transparent; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder
 { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder
 { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder
 { color:transparent; } /* IE 10+ */

form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus{
	border-left: 4px solid #e86c08;
}

form.wpcf7-form input[type="submit"]:focus{
	border:1px solid;
}

form.wpcf7-form input[type="submit"]:focus:hover{
  border:1px solid transparent;
}

div.wpcf7-response-output{
	margin-left: 0 !important;
}

.class-scroll-bar{
	position: fixed;
    top: 170px;
    z-index: 999;
    left: 90%;
    right: 0%;
    width: 100%;
    display: block;
}

span.wpcf7-not-valid-tip{
  color:#fff !important;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok{
  border-color:#fff !important;
  color:#fff;
}

.wp-pagenavi a, .wp-pagenavi span{
  border-color:#384994 !important;
  color:#384994;
}

.wp-pagenavi span.current{
  background-color:#384994 !important;
  color:#fff;
  font-weight: 100 !important;
}

#menu-item-108{
  margin-left:0 !important;
}

.wp-pagenavi{
  text-align:center;
}

.d-contents-flex{
  display: flex;
}

.d-contents-flex h1{
  font-size: 12px;
  margin-top:auto;
  margin-bottom:auto;
  text-align: left; 
  color: #384994;
}

.d-contents-flex:hover,
.d-contents-flex:hover h1{
  text-decoration:none !important;
}

.d-contents-flex h1 span{
  text-transform: uppercase;
}

h2.h2-encabezado{
  font-size: 3rem;
}


#menu-header {
  position:fixed;
  top:0px;
  width:100%; 
  height:auto; 
  z-index:9999;
  display: none;
  background-color:#fff;
}

#menu-header-2 {
  width:100%; 
  height:auto; 
  z-index:9999;
}

.modal{
  top:20%;
}

/*************cajita flotante links del single*****************/
.nav__cont {
  position: fixed;
  width: 60px;
  top: 26%;
  left:0;
  height: auto;
  z-index: 100;
  background-color: #ffffff;
  border: 1px solid #0b6894;
  border-left-color:transparent;
  overflow: hidden;
  transition: width .3s ease;
  cursor: pointer;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
  opacity:0;
  transition: opacity 1s;
}

@media screen and (min-width: 600px) {
  .nav__cont {
    width: 50px;
  }
}

.nav__cont .nav {
  list-style-type: none;
  color: white;
}
.nav__items,
.nav_items {
    padding: 17px;
  padding-left:2px;
    font-family: 'lato';
}
.nav__items img,
.nav_items img {
  width: 26px;
  height: 26px;
  position: relative;
  left: -25px;
  cursor: pointer;
}
.nav__items img:hover,
.nav_items img:hover{
  -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*.div-contenido-ubicaciones{
  min-height:74px;
}*/


.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

/*Galeria imag. single*/
.flickity-fullscreen-button {
  left: 10px;
  top: 25px;
}

.flickity-enabled.is-fullscreen {
    padding-top: 5% !important;
    z-index: 9999 !important;
}

.flickity-enabled.is-fullscreen img{
  height: 100%;
  width: auto;  
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    z-index:9999;
}
.modal-header{
  border:none;
}

.modal-header button{
  padding:0 !important;
  color:#fff !important;
  opacity:.8 !important;
}

.modal-header button:hover{
  color: #0B6894 !important;
}

.modal-content{
  background-color:transparent;
}

@media (min-width: 576px)
  {.modal-dialog {
      max-width: 1100px;
      margin: 1.75rem auto;
      width: 70%;
  }
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#img-zoom{
  max-width:100%;
}
.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


#menu-scroll-down{
  border-bottom:1px solid #fff;
}

.div-contenido-ubicaciones{
  min-height: 90px;
  overflow: auto;
  overflow-x: hidden;
  overflow: -webkit-paged-x;
}


/*Infowindows*/

.div-contenido-ubicaciones img{
  width: 80px !important;
  height: auto !important;
  object-fit: cover;
  display: flex;
  min-height:40px;
  /*padding-bottom: 10px !important;*/
}

.div-contenido-ubicaciones a h4{
  color: #5483b9;
  font-weight: bolder;
  font-family: 'Lato';
  font-size: .9rem;
  margin-bottom: 0;
  max-width: 185px;
  padding-left: 10px; 
  display: -webkit-inline-box;
}

.div-contenido-ubicaciones a p{
  padding-left: 10px;
}


.div-contenido-ubicaciones a{
  border: none;
  color: #0B6894;
  /*padding: 10px;*/
}

.div-contenido-ubicaciones a:hover,
.div-contenido-ubicaciones a:hover h4{
  cursor:pointer;
  color: #7f388d;
  text-decoration:none;
}

.div-contenido-ubicaciones .p-marker-infow{
    display: flex;
    min-height: 40px;
    align-items: center;
    margin-bottom: 0px;
    color: #707070;
}

.div-contenido-ubicaciones .marker-infowindows{
    width: 10px !important;
    height: auto !important;
    object-fit: inherit;
    margin: 0;
    padding: 0 !important;
    margin-right: 5px !important;
    display:inherit;
}


/*Estilos botones infowindows marker*/
.btn-select-violaciones-en-el-marco-de-conflictos-armados-y-situaciones-de-violencia-similares{
  background-color:#1494d2;
  color:#fff !important;
  padding:2.5% 12%;
  border:none;
  width:100%;
  transition:all .7s;
}

.btn-select-violaciones-en-el-marco-de-conflictos-armados-y-situaciones-de-violencia-similares:hover,
.a-hover-marker:hover .btn-select-violaciones-en-el-marco-de-conflictos-armados-y-situaciones-de-violencia-similares{
  color:#1494d2 !important;
  background-color:#fff;
  cursor:pointer;
}

.btn-select-persecucion-por-motivacion-politica{
  background-color:#3fae60;
  color:#fff !important;
  padding:2.5% 12%;
  border:none;
  width:100%;
  transition:all .7s;
}

 .btn-select-persecucion-por-motivacion-politica:hover,
 .a-hover-marker:hover .btn-select-persecucion-por-motivacion-politica{
  color:#3fae60 !important;
  background-color:#fff;
  cursor:pointer;
}

.btn-select-genocidio{
  background-color:#7f388d;
  color:#fff !important;
  padding:2.5% 12%;
  border:none;
  width:100%;
  transition:all .7s;
}

 .btn-select-genocidio:hover,
 .a-hover-marker:hover .btn-select-genocidio{
  color:#7f388d !important;
  background-color:#fff;
  cursor:pointer;
}

.btn-select-esclavitud{
  background-color:#e86c08;
  color:#fff !important;
  padding:2.5% 12%; 
  border:none;
  width:100%;
  transition:all .7s;
}

.btn-select-esclavitud:hover,
.a-hover-marker:hover .btn-select-esclavitud{
  color:#e86c08 !important;
  background-color:#fff;
  cursor:pointer;
}

.h4-marker-persecucion-por-motivacion-politica{
  color:#3fae60 !important;
}
.h4-marker-genocidio{
  color:#7f388d !important;
}
.h4-marker-esclavitud{
  color:#e86c08 !important;
}
.h4-marker-violaciones-en-el-marco-de-conflictos-armados-y-situaciones-de-violencia-similares{
  color:#1494d2 !important;
}

/**************************************************************************/
.indice-los-lugares h2
{
  color: #666666;
  font-weight: lighter;
}

.indice-los-lugares ul{
  color:#384994;
  /*list-style-image: url(https://www.cipdh.gob.ar/memorias-situadas/wp-content/themes/Theme%20Unesco/images/fav.svg);*/
  padding-left:0;
  list-style: none;
}

.indice-los-lugares p,
.indice-los-lugares li a{
  color: #666666;
  font-weight: lighter;
  font-size: 1.125rem;
  line-height: 1.7;
}

.indice-los-lugares li a{
  color:#384994;
  font-size: 1rem;
}

.indice-los-lugares li a:after{
  font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    left: -20px;
    top: 0;
    color: #30caa0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.indice-los-lugares li a:hover{
  text-decoration:none;
  color:#0B6894;
}

.indice-los-lugares li{
  transition: padding-left .5s;
}

.indice-los-lugares li:hover{
  padding-left:10px;
  cursor:pointer;
}

strong{
  font-family:'Lato-Bold';
}

.dropdown-menu{
  margin:0;
}

.dropdown-item {
    color: #c3007a;
}

/*#menu-item-102,
#menu-item-108{
  padding-bottom:5px !important;
}*/

/*#menu-item-102:hover a,
#menu-item-108:hover a{
  border-bottom:5px solid white !important;
}*/

#menu-menu-principal-2 .current_page_item a{
  color:#1bc6f1;
}

#menu-menu-principal-2 .menu-item  a{
  transition:all .5s;
}

#menu-menu-principal ul.dropdown-menu.show li a{
  border-bottom:0px solid;
}

#menu-menu-principal-2 .menu-item  a:hover{
  text-decoration:none;
  color:#1bc6f1;
}
  @supports (-moz-transform: translate(0, 0)) {
    #buscador-mobile #iconCollapse-mobile {
      top: 87%;
      transition: top 1s;
    }
    #buscador-mobile #iconCollapse-mobile.animar-arrow{
      top: 100%;
    }
  }

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(56, 73, 148);
    background: rgba(56, 73, 148, 0.77);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index:99999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 11px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(56, 73, 148);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon
{
  background-image:none;
  width:auto;
  height:auto;
  font-size:35px;
}

.hover-caja-general{
  transition: all 0.3s ease;
}

.hover-caja-general:hover 
{
  transform: translateY(-3px);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

#qtranslate-2-chooser{
  padding-left:15px;
}

h2.page-title strong{
  color:#0B6894;  
}

h2.page-title span{
  text-transform:capitalize;
}

#s{
  border:none;
  font-size:1.5rem;
  padding-left:0;
}

#s:focus{
  border:none;
  border-bottom:1px solid #fff;
}

#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:.6;
}
#s::-moz-placeholder { /* Firefox 19+ */
  opacity:.6;
}
#s:-ms-input-placeholder { /* IE 10+ */
  opacity:.6;
}
#s:-moz-placeholder { /* Firefox 18- */
  opacity:.6;
}

.btn-searchbox{
  border:1px solid #fff;
  color: #212529;
  background-color: #f8f9fa;
  text-transform:uppercase;
}

.btn-searchbox:hover{
  background-color: transparent;
  color:#fff;
}

.fa-search-hover{
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fa-search-hover:hover{
  cursor:pointer;
  opacity:.8;
  /*-webkit-transform: rotate(0deg) scale(1.1);*/
  /*transform: rotate(0deg) scale(1.1);*/
  font-size: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.copyright-p p{
  font-size:.8rem;
}

.fa-azul:hover{
  cursor:pointer;
}

.fa-azul{
  color:#5583b9;
}

/****************************************************************************/
/* Media QUERIES *************************************************************/
/****************************************************************************/

@media (min-width: 1199px) {
  .row-mr-16{
    margin-right:-16px;
  }
}

@media (max-width: 1199px) {
  .max-w-100{
    width:100% !important;
    max-width:100%;
  }
}

@media (max-width: 991px) {
  #menu-menu-principal li:first-child{
    margin-left:15px;
  }
  .qtranxs_widget ul{
    padding-left: 8px;
    padding-bottom: 15px;
  }
  #menu-item-102{
    margin-left:0 !important;
  }
  .nav-item-3, .nav-item-4, .nav-item-5, .nav-item-6{
    padding:0px !important;
  }
  .centered h2{
    font-size:1.5rem;
    padding-top:40%;
  }
  #buscador-cronologia label{
    margin-right: 12px;
  }
  #accordion-2 .panel-default .panel-heading .fa-question-circle{
    margin-top: -8%;
    left: 45%;
  }
  #accordion-3 .panel-default .panel-heading .fa-question-circle{
    margin-top: -8%;
    left: 33%;
  }
  #sibedar-list ul.tipologia li{
    white-space: normal;
  }
  #menu-menu-principal-1{
    padding-left:15px;
  }
  .navbar-dark .navbar-nav .nav-link{
    border-bottom: 1px solid transparent;
  }
  .navbar{
    padding-top:0;
  }
  .navbar-dark .navbar-nav .nav-item.active .nav-link, #menu-menu-principal li:hover a{
    border-bottom: 1px solid white;
  }
  .li-search-mobile{
    min-height:40px;
    padding-left:15px;
  }
  #qtranslate-2-chooser{
    padding-left:7px;
  }
  #s{
    padding-left:15px;
  }
  .fa-search-hover{
    font-size:17px;
    width:100%;
  }
}


@media (max-width: 767px) {
  /*.d-contents-flex h1{
        padding-top: 7%;
  }*/
  #buscador-cronologia ul.tipologia{
    display:contents;
  }
  #buscador-cronologia ul.tipologia li{
    margin-right: 0;
    max-height: none;
  }
  #dropdownBuscador2 .dropdown-menu{
    width:100%;
  }
  #accordion-2 .panel-default .panel-heading .fa-question-circle {
      margin-top: -4%;
      left: 26%;
  }
  #accordion-3 .panel-default .panel-heading .fa-question-circle{
    margin-top: -4%;
    left: 20%;
  }
  #sibedar-list > div > div > div.col-md-8 > div > div > div > div.col-md-8 > div > a > div.col-md-12 > div > div.col-md-1.px-1.my-auto.img-w-15 > img{
    padding-top:10px;
    padding-bottom:10px;
  }
  /*.d-contents-flex{
    display: flex;
  }*/
  #myTab .nav-item-1{
    width:40%;
  }
  #myTab .nav-item-2{
    width:60%;
  }
  h2.h2-encabezado{
    font-size: 2.3rem;
  }
  .mobile-h1 h1{
  	text-align: center;
  }
  .img-w-mobile{
    width:60px;
    height:auto;
  }
  .flickity-enabled.is-fullscreen{
    padding-top: 24% !important;
  }
  #featSlider .carousel-caption .carousel-info .carousel-info-content{
    padding-bottom: 6%;
  }
  .bg-mobile-h1 h1{
    margin:0;
  }
  .bg-mobile-h1{
    background-color: #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bg-mobile-h1:before{
    background-color: #eaeaea;
  }

  #map { height:57vh !important;}
}/*767*/

@media screen and (min-width: 600px) {
  .nav__items img ,
  .nav_items img {
    width: 32px;
    height: 32px;
    left: 5px;
  }
}

@media screen and (max-width: 600px) {
  #myTabContent{
    padding-left:0;
    padding-right:0;
  }
  #myTab .nav-item-2 a:hover{
    padding:2rem 1rem;
  }
  #myTabContent .tab-pane-1 h2,
  #myTabContent .tab-pane-2 h2{
    font-size:2rem;
  }
  .nav__cont{
    top:300px;
  }
    .nav__items img,
    .nav_items img{
      left: 12px;
    }
}

@media (max-width: 650px) {
  #Timeline .tl-slide-content,
  #Timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-text{
    width: 100% !important;
  }

}


@media (max-width: 575px) {
  #ficha{
    padding-top:0 !important;
  }
  html {
    font-size: 14px; } 
  .alert-dismissible .close{
    padding:0 0.25rem;
  }
  #ficha > div > div > div > div.row.bg-gray-ddd > div.col-md-3.bg-violeta.pl-sm-3.pl-lg-4.d-flex.py-3 > h5{
    padding-left:25px;
    font-size: 1.75rem;
  }
  #ficha > div > div > div > div.row.bg-gray-ddd > div.col-md-1.bg-gray-ddd.text-center.my-auto{
    padding-top:3%;
    padding-bottom:3%;
  }
  #myTab .nav-item-2 a{
    padding: 2rem 1rem;
  }
  #myTab .nav-item {
    margin-bottom: 0;
  }
  #myTab .nav-item-1 a{
    padding: 2rem 2rem 2rem 1rem; 
  }
  #myTab .nav-item-1 a.active{
    padding:3rem 2rem 2rem 1rem;
  }
  #myTab .nav-item-2 a.active{
    padding:3rem 1rem 2rem 1rem;
  }
  .bg:before{
    content:none;
  }
  .centered h2 {
    font-size: 3.5rem;
    padding-top: 14%;
  }
  #accordion,
  #accordion-2,
  #accordion-3{
    padding-bottom: 1rem !important;
  }
  .w-xs-30{
    width:30px;
    height:50px;
  }
  #myTab .nav-item-2 a:hover, #myTab .nav-item-2 a.active{
    padding:3rem 2rem 2rem 1rem !important;
  }
  .carousel-control-next, .carousel-control-prev{
  	top: -50%;
    opacity: 1;
  }
  .flickity-enabled.is-fullscreen{
    padding-top: 30% !important;
  }
  .modal-dialog{
    padding-top: 25%;
  }
  #featSlider .carousel-caption .carousel-info .carousel-info-content h3{
    height: 100px;
  }
  #seguir-investigando{
    height: 23rem;
  }
  .h2-sinvesti{
    font-size:2rem;
  }
  .button-h2-sinvesti{
    font-size:1rem;
    padding:.5rem 1.5rem !important;
  }
  .li-search-mobile li:first-child{
    font-size:17px;
  }
  .fa-search-hover{
    padding-right:10px;
  }
}/*575*/


@media (min-width: 576px){
  .d-sm-flex {
    display: flex!important;
  }
}

@media (max-width: 443px) {
  #myTab .nav-item-1{
    width: 45%;
  }
  #myTab .nav-item-2{
    width: 55%;
  }
  .nav-item-3, .nav-item-4, .nav-item-5, .nav-item-6{
    width: 15%;
  }
  .centered h2{
    font-size:2.5rem;
  }
  .navbar{
    padding-left:0;
  }
  #Timeline .tl-storyslider {
      height: 500px !important;
  }
  #buscador-mobile{
    padding-left:1rem;
    padding-right:1rem;
  }
  #s{
    padding-left:0;
  }
}

@media (max-width: 430px) {
  #featSlider .carousel-caption .carousel-info .carousel-info-content h3{
    height: 110px;
  }
  .li-search-mobile{
    min-height:31px;
  }
}


@media (max-width: 420px) {
 #accordion-2 .panel-default .panel-heading .fa-question-circle {
      margin-top: -4%;
      left: 30%;
  }
  #accordion-3 .panel-default .panel-heading .fa-question-circle{
    margin-top: -4%;
    left: 22%;
  }
  h2.h2-encabezado {
    font-size: 2rem;
  }
  #s{
    font-size:1.3rem;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 12px; } }
/*   ESPECIFICOS */

/*# sourceMappingURL=main.css.map */
#Timeline > div.tl-message-full > div > div.tl-loading-icon{
  display:none !important;
}

#Timeline > div.tl-message-full{
  min-height:500px;
  display: inline-grid;
}
