.travel_mainDiv
{
    border: 1px solid lightgrey;
    background: linear-gradient(#ebe060 0%, #ed6d04 100%);
}

.travel_mainDiv img
{
  width: 100%;
}

.travel_mainDiv h5 , .travel_mainDiv p
{
margin: 20px;
}


.nosotros_head
{
    font-size: 20px;
    padding: 6px 22px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.nosotros_head i
{
float: right;
}

.nosotros_text span
{
color: orange;
}
.title{
    font-family: 'Merriweather', serif;
}


.book 
{
    margin-bottom: 20px;
}

#contact iframe
{
    width: 100%;
   
}

.tel{
    display: inline-block;
}
.copy_right_footer {
    position: fixed;
    color: white;
    bottom: 0;
    width: 100%;
    background-color:rgb(31, 28, 28);
    line-height: 3;
    text-align: center;
    text-shadow: 5px 5px 5px rgba(237, 130, 42, 0.568);
 }
 .logo{
    width: 40px;
    height: 40px;
    border-radius: 50%;
 }
 #myCarousel img
{
    height: 50%;
    margin-top: 35px;
}

.carousel-inner p
{
    margin-top: 15px;
    color : white;
    font-size: 20px;
}
.img:hover{
    border-radius:50%;
    -webkit-border-radius:50%;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 15px 15px #ec731e;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    }

.contenedor:hover .imagen {-webkit-transform:scale(1.3);transform:scale(1.3);}
.contenedor {overflow:hidden;}