

.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;
  }





/* ANDREINA HOME */

.carousel-caption h5 {
    font-size: 30px;
    color: #ffebcd;
    font-weight: 600px;
    background:#ec3315;
    width: 30%;
    position: absolute;
    left: 35%;
    bottom: 15%;
    
}

.carousel-caption p {
    color: black;
    width: auto;
    font-size: 20px;
    font-weight: 600px;

 }

.carousel-item img {
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    
}

h2 {
    padding-top: 20px;
    text-align: center;
    color: #ec3315;
}

.presentacion {
    height: 300px;
    width: 100%;
    display: flex;
}

.textohome {
    margin-left: 10%;
    margin-top: 50px;

}

.textohome b {
    color: #ec3315;

}

.textoalineado {
    text-align: end;
    color: #000000;
}

.textohome2 {
    color: #000000;
}

.logo {
    margin-left: 20%;
}



/* Home kat */

.container{
    display: flex;
    justify-content: space-around;

}

/* .containernat{
    margin-top: 10%;
    display: flex;
    justify-content: space-around;  
} */


.container .card img{
width: 100%;
height: 200px;
border-radius: 8px;

}

.container h5{
    text-align: center;
    color: orangered;
}

.container a{
    text-align: right;
    font-style: none;
    color: orangered;
}

.card{
 width: 18rem;
 margin-top: 60px;
}

.container .card{
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    box-shadow: 2px 0px 15px black;

}

.container .card:hover{
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}



.card a{
    position: absolute;
    top: 100%;
    left: 30%;
    background-color: #ec3315;
    text-decoration: none;
    color: blanchedalmond;
    
}

.card p{
    text-align: center;
    font-weight: 400;
}


/* footer */

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);
}