﻿@charset 'utf-8';

@font-face {
    font-family: 'Berkshire Swash';
    src: url('/Style%20Library/fonts/berkshireswash-regular.ttf');
}

body {
    height: 100%;
}

.re-intro {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: row;
}

.fill-height-or-more > div {
    /* these are the flex items */
    flex: 1;
}

.re-titulo-princ h2 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    border: 1px solid white;
    padding: 20px
}

    .re-titulo-princ h2 span {
        font-family: 'Berkshire Swash', cursive;
        font-size: 40px;
    }

.re-info-txt {
    color: white
}

    .re-info-txt h3 {
        font-family: 'Berkshire Swash', cursive;
        color: #fff;
        font-size: 24px !important;
    }

.re-info-cont {
    padding-right: 35px;
    padding-left: 35px;
    text-align: center
}

    .re-info-cont img {
        width: 100%;
    }

.re-info-txt ul {
    padding: 15px;
}

    .re-info-txt ul li {
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        font-size: 18px;
        margin-bottom: 5px;
    }

.box-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

hr {
    width: 70%;
    border: 0.5px solid #eee;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

/* LAGOMAR */

#re-lagomar-cont {
    position: relative;
    padding: 0;
    flex: 1;
    background-image: url("/turismo/PublishingImages/salon-lagomar.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#re-lagomar {
    background-color: #AB7D5B;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

#re-lagomar-info {
    background-color: #7BB8AF;
    text-align: left;
    flex: 1;
    align-items: center;
}

/* SALA LAGOSOL */


#re-lagosol-cont {
    position: relative;
    padding: 0;
    flex: 1;
    background-image: url("/turismo/PublishingImages/salon-lagosol.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

#re-lagosol {
    background-color: #D0827C;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0
}

#re-lagosol-info {
    background-color: #65606B;
    text-align: left;
    flex: 1;
    align-items: center;
}

/* TERMINOS Y CONDICIONES */


#re-terminos-cont {
    color: #65606B;
    text-align: left;
    flex: 1;
    align-items: center;
    background-color: #F6F6F6;
}

    #re-terminos-cont h3 {
        font-family: 'Berkshire Swash', cursive;
        text-decoration: underline;
        margin: 25px 0;
        font-size: 24px;
    }


    #re-terminos-cont ul {
        padding: 15px;
        width: 80%;
    }

        #re-terminos-cont ul li {
            font-family: 'Roboto', sans-serif;
            font-weight: 100;
            font-size: 18px;
            margin-bottom: 5px;
        }

#re-masinfo-cont {
    background-color: #F5A27A;
    text-align: left;
    flex: 1;
    align-items: center;
}


@media screen and (max-width: 991px) {

    .re-intro {
        flex-wrap: wrap;
    }

    #re-terminos-cont {
        margin-bottom: 35px
    }

    .re-info-txt ul {
        width: 85%;
    }
}

@media screen and (max-width: 767px) {

    .re-intro {
        flex-wrap: wrap;
    }

    .re-info-cont {
        order: 3;
    }

    #re-lagomar-cont {
        order: 2
    }

    #re-lagomar-cont, #re-lagosol-cont {
        height: 40vh;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
    }

    .re-info-cont img {
        width: 50%;
    }

    .re-info-txt ul {
        width: 55%;
    }

    .re-info-cont {
        padding-right: 0;
        padding-left: 0;
    }
}
