@font-face {
    font-family: GothamMedium;
    src: url('../fonts/Gotham-Medium.woff') format('woff');
}

body {
    font-family: GothamMedium;
    color: #726658;
    background-color: #ede9e6;
}

.video video {
    width: 100%;
}

.slide-movil{
    display: none;
}

.top-info {
    width: 80%;
    margin: auto;
    display: flex;
    padding: 30px 50px;
    padding-left: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 1px solid #726659;
    justify-content: center;
}

.top-info img {
    width: 300px;
    height: 315px;
}
.top-info-text-foot {
    float: right;
}

.top-info-text h1 {
    font-size: 20px;
    font-weight: 700;
}
.top-info-text p {
    font-size: 18px;
    text-align: justify;
}

.middle-pic img {
    width: 100%;
}

.resorts {
    max-width: 850px;
    margin: auto;
}

.title h1 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 28px;
}

.list-view .resort-container {
    width: 400px;
    height: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.list-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.list-view hr {
    height: 1px;
    background-color: #726658;
}

.img-descanso {
    background-image: url('../images/members/descanso.png');
    background-position: center;
}
.img-bajamar {
    background-image: url('../images/members/bajamar.png');
    background-position: center;
}
.img-valle {
    background-image: url('../images/members/valle.png');
    background-position: center;
}
.img-duara {
    background-image: url('../images/members/duara.png');
    background-position: center;
}

.list-view .img-container, 
.list-view .resort-info {
    width: 50%;
    height: 300px;
}

.resort-info {
    text-align: center;
    background-color: #c6b29b54;
    padding: 20px 20px;
}

.list-view .resort-info .resort-name {
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #726658;
    border-bottom: none;
}

.list-view .resort-info p1 {
    font-size: 16px;
}
.list-view .resort-info p2 {
    font-size: 12px;
}
.list-view .more-info {
    border: 1px solid #726658;
    border-top: none;
    padding-bottom: 20px;
    margin-top: 22px;
}
.list-view .more-info button {
    font-weight: 700;
    color: white;
    background-color: #726658;
    height: 30px;
    width: 100px;
    font-size: 13px;
}

.valle-info .resort-name {
    padding-top: 10px !important;
}

.valle-info .more-info {
    margin-top: 20px !important;
}

.bottom-info {
    max-width: 385px;
    border: 1px solid #726658;
    font-size: 24px;
    display:flex;
    padding: 20px;
    margin: auto;
    margin-top: 50px;
}
.bottom-info a {
    color: #726658;
}
.bottom-info img {
    position: absolute;
    width: 180px;
    margin-top: -60px;
    margin-left: 250px;
}

@media screen and (max-width: 768px) {
    .video video {
        display: none;
    }
    .slide-movil{
        display: inherit;
    }
    .top-info {
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }
    .tittle h1{
        text-align: center;
    }
    .top-info img {
        /*display: none;*/
        width: 130px;
        height: 130px;
    }

    .top-info img.imagenuvas{
        display: none;
    }

    .list-view .resort-container {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 290px) and (max-width: 390px) {
    .tittle h1{
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .video video {
        display: none;
    }
    .tittle h1{
        text-align: center;
    }
    .top-info{
        padding-right: 30px;
    }
    .top-info-text h1 {
        font-size: 14px;
        text-align: center;
    }
    .top-info-text p {
        font-size: 12px;
    }

    .bottom-info {
        width: 250px;
        font-size: 16px;
    }
    .bottom-info img {
        width: 139px;
        margin-left: 140px;
        margin-top: -55px;
    }
}