*{
  font-family: 'Quicksand', sans-serif;
  color: black;
}
html {
  scroll-behavior: smooth;
}
.barra-amarilla{
  width: 100%;
  height: 20px;
}
.carrusel{
  height: 30em;

}
svg{
  width: 120px;
}
.entetur:hover #uno{
  animation: turismo 100ms normal  ;
}
.entetur:hover #dos{
  animation: turismo 100ms normal 100ms;
}
.entetur:hover #tres{
  animation: turismo 100ms normal 200ms  ;
}
.entetur:hover #cuatro{
  animation: turismo 100ms normal 300ms ;
}
.entetur:hover #cinco{
  animation: turismo 100ms normal 400ms ;
}

.entetur:hover #seis{
  animation: turismo 100ms normal 500ms ;
}
.entetur:hover #siete{
  animation: turismo 100ms normal 600ms ;
}
.entetur:hover #ocho{
  animation: turismo 100ms normal 700ms ;
}
.entetur:hover #nueve{
  animation: turismo 100ms normal 800ms ;
}
.entetur:hover #diez{
  animation: turismo 100ms normal 900ms ;
}
.entetur:hover #once{
  animation: turismo 100ms normal 1000ms ;
}
.entetur:hover #doce{
  animation: turismo 100ms normal 1100ms ;
}
.entetur:hover #trece{
  animation: turismo 100ms normal 1200ms ;
}
.entetur:hover #catorce{
  animation: turismo 100ms normal 1300ms ;
}
.entetur:hover #quince{
  animation: turismo 100ms normal 1400ms ;
}
.entetur:hover #dieciseis{
  animation: turismo 100ms normal 1500ms ;
}
.entetur:hover #diecisiete{
  animation: turismo 100ms normal 1600ms ;
}
.entetur:hover #dieciocho{
  animation: turismo 100ms normal 1700ms ;
}
.entetur:hover #diecinueve{
  animation: turismo 100ms normal 1800ms ;
}
.entetur:hover #veinte{
  animation: turismo 100ms normal 1900ms ;
}
.entetur:hover #veintiuno{
  animation: turismo 100ms normal 2000ms ;
}
.entetur:hover #veintidos{
  animation: turismo 100ms normal 2100ms ;
}
.entetur:hover #veintitres{
  animation: turismo 100ms normal 2200ms ;
}
.entetur:hover #veinticuatro{
  animation: turismo 100ms normal 2300ms ;
}
.entetur:hover #veinticinco{
  animation: turismo 100ms normal 2400ms ;
}
.entetur:hover #veintiseis{
  animation: turismo 100ms normal 2500ms ;
}
.entetur:hover #veintisiete{
  animation: turismo 100ms normal 2600ms ;
}
.entetur:hover #veintiocho{
  animation: turismo 100ms normal 2700ms ;
}
@keyframes turismo{
  0%{ fill: black; }
  80%{ fill: white;}
  100%{fill: gray;}
}
.dosespacios{
  margin-left: 8px;
}
.redes-sociales i{
  width: 80px;
}
.carousel-caption{
  z-index: 3;
  padding: 20px;
  color: white;
  position: absolute;
  width: 100%;
  left: 0;
  height: 150px;
  bottom: 0;
  background-color: rgba(82, 78, 78, 1);
  box-shadow: 0px -22px 49px 0px rgba(0,0,0,0.75);
}
.animate__animated.animate__fadeInUp{
  animation-duration: 2s;
}
.carousel-caption p{
  color: white;
}
.carousel-caption h5{
  color: white;
  
}
.carousel-item::after{
  content: "";
  background-color: gray;
  z-index: 4;
  width: 100px;
  height: 100px;
  position: absolute;
}
.card-body img{
  width: 30%;
  margin: 0 30%;
}
.lavarse{
  position: relative;
 
  display: inline;
}
.carousel-caption h5{
 font-size: 1rem;
 display: inline-block;
}
footer{
   color: rgba(0, 0, 0, 1);
  }
  .color-iconos {
  color: rgba(0, 0, 0, 1);
  }
  .flecha{
  width: 10px;
  }
  @media screen and (max-width: 600px) {
    .card-body img{
      width: 80%;
      margin: 0 10%;
    }
    .lavarse{
      font-size: 1rem ;
      margin: 0;
     }
     .carousel-caption{
       position: relative;
     }
  }
  /* ¿Qué conocer? */
.close{
  position: relative;
  z-index: 3;
}
.botones
{
  width: 100%;
}
.atracciones{
  margin: 0% 2%;
  box-shadow: -12px 24px 52px 0px rgba(0,0,0,0.75);
}
button.close{
  display: inline-flex;
  position: absolute;
  padding: 10px 15px 10px;
  align-self: flex-end;
}
.modal-titulo{
  position: relative;
}
.card-body img {
  z-index: 2;
  margin-left: 10px;
  padding-bottom: 1rem;
  position: relative;
  display: inline;
}
.texto-modal{
  display: inline;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 600px) { 
  .modal-titulo{
    position: absolute;
    left: 16rem;
    top: 2rem;
  }
 }
.caja-modal{
  border-style: double;
  border: 5px black solid ;
  padding: 2%;
}
.cajas-modal{
  border: solid black 1px;
  border-radius: 2%;
  padding: 1%;
  width: 100%;
  text-align: justify;
}
.ecosendas{
  display: flex;
  flex-direction: column;
}
.modal-titulo{
z-index: 3;
-ms-transform-origin-x: 100%;
margin: 0% 5%;
}
.modal-titulo::before{
  content: "";
  background-color: rgba(197, 187, 7, 0.73);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: backInDown;
  animation-duration: 1s;
  z-index: -2;
  display: inline-block;
}

.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} 
/* ----------------------------------------------
 * Generated by Animista on 2020-6-28 16:50:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}

/* Carousel */
@media (max-width: 768px) {
  .carousel-caption p{
  font-size: x-small;
  }
  
  .carousel-caption h5{
  font-size: xx-small;
  }
  .carousel-item::after{
  height: 1%;
  opacity: 0.3;}
  
  }

/*Buscador*/
.search-box{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  border-radius: 40px;
  padding: 10px;
}
.search-box:hover > .search-txt{
  width:240px;
}
.search-btn{
  color: black;
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-txt{
  color: black;
  border: none;
  outline: none;
  float: left;
   /*ESTE ES EL PROBLEMA*/
  font-size:16px;
  transition: 0.4s;
  line-height: 20px;
  width: 0px;
}

@media screen and (max-width: 767px) {
  .alineamiento{
    margin-top: -90px;
  }
  .fuera{
    display: none;
  }
}

.busqueda{
  transform: translate(0, -25%);
  padding: 6px;
} 