* {
    box-sizing: border-box;
}

.contain {
    width: 100%;
}

.row-c::-webkit-scrollbar {
    display: none;
}

.row-c {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position:static;
    overflow: auto;
    width: 100%;
}

.row__inner {
    position: center;
    transition: 450ms -webkit-transform;
    transition: 450ms transform;
    transition: 450ms transform, 450ms -webkit-transform;
    font-size: 0;
    white-space: nowrap;
    margin-top: 70.3125px;
    margin-bottom: 70.3125px;
}
.tile {
    position: relative;
    display: inline-block;
    width: 287.5px;
    height: 161px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 450ms all;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.tile:hover{
    margin-right: 30px;
}


.tile__img {
    width:  287.5px;
    height: 161px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tile__details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 10px;
    border-radius: 5px;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    transition: 450ms opacity;
}
.tile__details:after,
.tile__details:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: #000;
}

.tile__name {
    text-shadow: 1px 1px 5px #000;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    opacity: 1;
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
    transition: 450ms opacity;
}

.tile:hover .tile__name {
    opacity: 0;
}

.tile:hover .tile__details {
    opacity: 1;
}


.tile__title {
    text-shadow: 1px 1px 5px #000;
    position: absolute;
    top: 0;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
    transition: 450ms opacity;
    max-width:230px;
    margin-top: 5px;
    line-height:21px;
    white-space: normal;
}

.tile__price {
    text-shadow: 1px 1px 5px #000;
    position: absolute;
    top: 0;
    right:0;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
    transition: 450ms opacity;
}


.tile__description {
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    bottom: 3px;
    font-weight: bold;
    text-align: justify;
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    transition: 450ms opacity;
    max-width:  287.5px;
    white-space: normal;
}

.row__inner:hover {
    -webkit-transform: translate3d(-62.5px, 0, 0);
    transform: translate3d(-62.5px, 0, 0);
}
.row__inner:hover .tile {
    opacity: 0.3;
}
.row__inner:hover .tile:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
}
.tile:hover ~ .tile {
    -webkit-transform: translate3d(125px, 0, 0);
    transform: translate3d(125px, 0, 0);
}

.adentro{
    position: static;
    padding: 0;
}

.columna1{
    width: 640px;
    height: 640px;
}

#lefty,#righty {
    width: 40px;
    display: inline;
    height: 140px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 24px;
    line-height: 150px;
    position: absolute; z-index: 2;
}

#lefty {
    float:left;
    margin-top: 70px;
    left: 0;
}

#righty {
    float: right;
    margin-top: 70px;
    right: 0;
}

#filaAdentro{
    margin-left: 0;
    margin-right: 0;
}

.chevron_img {
    opacity: 60%;
}

.chevron_img:hover {
    opacity: 100%;
}


.tours {
    margin-top: 100px;
}

.tours h1 {
    font-size: 40px;
    color: #000000CC;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    margin-bottom: -30px;
}

.icons {
    height: 35px;
}

.containcss {
    width: 100%;
}

.row-ccss::-webkit-scrollbar {
    display: none;
}

.row-ccss {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position:static;
    overflow: auto;
    width: 100%;
}

.leftycss, .rightycss {
    width: 40px;
    display: inline;
    height: 140px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 24px;
    line-height: 150px !important;
    position: absolute;
    z-index: 2;
    margin-top: 70px !important;
}

.leftycss {
    float:left;
    left: 0;
}

.rightycss {
    float: right;
    right: 0;
}
