/*.myasideright-container{border-left: 1px solid rgb(230,232,234);}*/

/* \separadtor */
.myasideright-separator{
    height: 6rem;
    display: none;
}
.myasideright-separator table{
    height: 6rem;
    width: 100%;
    height: 100%;
}
.myasideright-separator hr{
    border-top: 1px solid rgb(200,200,200);
}
/* /separadtor */

.mycardaside{
    position: relative; /*para position: absolute; de logo_hotel y logo_promo */    
    background-color: white;
    border: 0px;
    padding: 0px;    
    margin-left: 18px;
    margin-bottom: 20px;    
    padding-bottom: 10px;
}

.mycardaside-imagen{
    border: 1px solid white;
}


/* ?? */
.mycardaside-thumbnail-content{
    overflow: hidden;
}

/* ?? */
.mycardaside-thumbnail{
    transition: all 0.5s;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
}

.mycardaside-thumbnail:hover{
  transform: scale(1.21);
}

/* <\titulo> */
.mycardaside-titulo{
    font-family: 'ReithSans', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1.5rem;
    color: rgb(81,81,81);
    margin-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
/* <\titulo> */

/* <\extracto> */
.mycardaside-extracto{
    font-family: "Roboto", sans-serif;
    margin-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
/* </extracto> */

/* <\button> */
.mycardaside-button{
    margin-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mycardaside-button button{
    background-color: rgb(22,147,240);
    border: 0px;
}
/* </button> */


.myh1-relacionados{
    margin-left: 18px;
    color: rgb(81,81,81);
}

/*De 0px hasta 758px*/
@media (max-width: 768px){
    .mycardaside{
        margin-left: 0px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .myasideright-separator{
        display: block;
    }

    /*.myasideright-container{border: 0px;}*/
}