/* ----------------------------------------------
 * Generated by Animista on 2020-8-29 12:44:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}




/* ----------------------------------------------
 * Generated by Animista on 2020-8-29 12:52:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-in-ver-left
 * ----------------------------------------
 */

.flip-in-ver-left {
  -webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}


/*  */

.radius {
  border-radius: 15px;
}




/* ----------------------------------------------
 * Generated by Animista on 2020-8-29 16:52:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-center
 * ----------------------------------------
 */

.shadow-drop-center {
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25);
  }
}

@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25);
  }
}


.featurette-heading {
  font-size: 1.9rem;
  font-weight: 600;
}

.h55 {
  font-size: 1.15rem;
  text-transform: uppercase;
}

.h66 {
  font-size: 1.25rem;
  text-transform: uppercase;
}


.display-5 {
  font-size: 2.6rem;
  color: #dd6b00;
  background-color: rgba(255, 255, 255, 0.850);

}

.display-7 {
  font-size: 5.6rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.0);

}


.titulo
{
  font-size: 2.3rem;

}

.subtitulo {
  font-size: 1.8rem;
  color: #da6900;

}

.bg-grey {
  background-color: #e7ebed;
}

.bg-orange {
  background-color: #da6900;
}

.text-orange {
  color: #da6900;
}

.text-blue {
  color: #084792;
}






.display-55 {
  font-size: 3.75rem;
  /* color: #ff8400; */
  color: #ffffff;
  font-weight: 600;
  text-shadow: -2px 2px 0 #0a0e27;
  line-height: 1.0em;
  /* background-color: rgba(255, 255, 255, 0.479); */

}

.display-66 {
  font-size: 1.9rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: -2px 2px 0 #0a0e27;
  line-height: 1.0em;

}

.display-6 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: -2px 2px 0 #0a0e27;
 

}



.bg-nav {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.35);
box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.35);

}


/* ----------------------------------------------
 * Generated by Animista on 2020-8-29 22:14:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * @animation text-shadow-drop-center
 * ----------------------------------------
 */

.text-shadow-drop-center {
  -webkit-animation: text-shadow-drop-center 0.6s forwards;
  animation: text-shadow-drop-center 0.6s forwards;
}

@-webkit-keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  }
}

@keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  }
}








/* ----------------------------------------------
 * Generated by Animista on 2020-8-29 21:25:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}



/* ----------------------------------------------
 * Generated by Animista on 2020-8-29 21:27:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */

.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2020-8-29 21:29:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}


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


.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 57%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: ;
  text-align: center;
  font-size: 30px;
  box-shadow: rgba(0, 0, 0, 0.35);
}

.carousel-caption-mobile {
  position: absolute;
  right: 15%;
  bottom: 55%;
  left: 15%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  /* font-size: 22px; */
}


.carousel-subcaption {
  position: absolute;
  right: 15%;
  bottom: 5%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  box-shadow: rgba(0, 0, 0, 0.35);
}

.listado {
  list-style: none;
  display: inline-block;
  position: relative;
  align-content: center;
}

.bordeblanco {
  border: 10px solid #dee2e6;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.3rem;
}

.card-footer {
  padding: 0.75rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.00);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.15rem;
}

.card-title {
  margin-bottom: 1.1rem;
  margin-top: 0.55rem;
}

.card-deck .card {
  margin-bottom: 0px;
}

.h1hidro {}


.h2hidro {
  font-family: 'Baloo Tamma 2', cursive;
  font-size: 2.3rem;
}

.coloragro {
  background-color: #008D36;
}

.colorflow {
  background-color: #35A8E0;
}

.colorwell {
  background-color: #2D4292;
}

.colorssr {
  background-color: #E74241;
}

.radius {
 border-radius: 10px;
}

.text-list {
font-family:  'Barlow Condensed', sans-serif;
font-size: 1.4rem;
}

.lista {
  font-family:  'Barlow Condensed', sans-serif;
font-size: 1.3rem;
line-height: 1.1;
}

.titulo-sinoptico {
  font-family:  'Barlow Condensed', sans-serif;
  font-size: 1.9rem;
}