/* body{
   
    background: rgb(236,51,16);
background: linear-gradient(0deg, rgba(236,51,16,1) 0%, rgba(215,108,90,1) 100%);
} */


.navegacion{
    display: flex;
    background-color: blanchedalmond;
    position: fixed;
    top: 0.1px;
    z-index: 100;
    height: 120px;
    font-size: 22px;
}


.listas{
   position: absolute;
   left: 15%;
    
}

.lista{
    padding: 10px 20px;

}

.lista .nav-link{
    text-decoration: none;
    color: black;
}


.logotravelers {
    width: 140px;
    height: 90px;
    padding-left: 20%;
}



.lista .nav-link:hover {
    color: #ec3315;
}



.nav.item a {
    margin-left: 50%;
       

}

.navbar-toggler{
    background-color: #ec3315;
}


/* login */

.iconodetails {
    width: 100px;
    margin: auto;
    text-align: center;
    color: black;
    font-size: 17px;
  }
.iconodetails:hover{
color: #ec3315;
}
  #loginuser{
    color: #ec3315;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
  }
  #loginuser:hover{
   color: tomato;
  }




/* Carousel Kevin */

.container{
    margin-top: 130px;
}

.container h1{
  text-align: center;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #ec3315;
    margin-bottom: 50px;
}



.carousel-inner {
    position: relative;
    overflow: hidden;
    
  }


  
  .container img {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    padding-top: 20px;
  }
  
  .tittle-details {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #fff;
    opacity: 0.8;
    -webkit-text-stroke: 0.6px black;
    
  }

  .container h2{
    font-size: 40px;
    font-weight: 800;
  }
  
  .container p {
    background-color: rgb(255, 232, 200);
    border-radius: 8px;
    box-shadow:  rgb(0,0,0.5);
    text-align: center;
  }
  


  /* Julian Curiosidades */

  .titulocu{
    color: #ec3315;
    font-weight: 500;
    text-align: center;
}
.titulocu img{
    width: 35px;
    height: 35px;
}
.contenedorcu{
    padding: 10px 50px;
    background-color: #ffebcd;
    border-radius: 20px;
}
.contenedorsabias{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 60px;
}
.contenedorsabias h3{
    font-weight: 400;
    margin: 10px;
    color: #ec3315;
}
.contenedorsabias img{
    width: 40px;
    height: 40px;
}
.contenedorcu p{
    line-height: 30px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    padding-left: 60px;
}
.contencu1{
    background-color: #ffebcd;
}
.clickaqui{
    text-align: center;
    color:#ffebcd ;
    background-color: #ec3315;
    border-radius: 8px;
    padding: 5px;
    font-weight: 700;
}
.imagenes-curiosidadesT{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 0;
}
.imagenes-curiosidadesT img{
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    height: 300px;
    cursor: pointer;
    border-radius: 10px;
}
.imagenes-curiosidadesT:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

b{
    color: #ec3315;
}


footer{
    background-color: #ec3315;
    margin-top: 150px;
}

.redes img{
    width: 35px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    
}

.copy{
    background-color: rgba(0, 0, 0, 0.2);
}