/*
 *
 *
 */
@media screen and (min-width: 993px) {
    body ,html{
        min-height: 100%;
    }

    body {
        height: 100%;
        font-family: 'Roboto', sans-serif;
        padding: 20px 10px 10px 10px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        position: absolute;
    }

    .santa-maria, .praia-lobos {
        height: 63%;
        background-position: center;
    }

    .row:before {
        content: url("img/Grupo-Praia-de-Lobos-logo.jpg");
        z-index: 3;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        height: auto;
        margin-top: -148px;
        margin-left: -100px;
    }

    .mobile-logo {
        display: none;
    }

    .santa-maria-h {
        position: relative;
        display: block;
    }
    .santa-maria-h img {
        position: absolute;
        bottom: 76px;
        width: 262px;
        height: auto;
        left: 50%;
        margin-left: -131px;

    }

}


@media screen and (max-width: 992px) {

    .desktop {
        display: none;
    }


    body {
        font-family: 'Roboto', sans-serif;
        padding: 35px 10px 10px 10px;
        width: 100%;
        position: absolute;
    }

    footer .col-md-12 {
        text-align: center;
    }
}


@media screen and (min-width: 435px) {
    .w300 {
        display: none;
    }
}

@media screen and (max-width: 436px) {
    .w400 {
        display: none;
    }
    .w300 {
        display: block;
    }

}

@media screen and (min-width: 993px) and (max-width: 1194px) {

    footer img {
        padding-top: 15px;
        padding-bottom: 10px;
        display: block !important;
        margin: 0 auto;
    }

    footer .col-md-12 span:first-of-type {
        display: none;
    }

    footer .col-md-12 {
        text-align: center;
    }


}


.col-lg-6, .col-md-12  {
    padding-right: 10px;
    padding-left: 10px;
}

.row p span {
    text-transform: uppercase;
}

.row p a {
    color: #ffffff;
}

.mobile-logo img {
    width: 204px;
    height: auto;
    left: 50%;
    margin-left: -102px;
    position: relative;
    display: block;
}

.santa-maria {
    background: url("img/Grupo-Praia-de-Lobos-Hotel-Santa-Maria.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode:overlay;
    transition: 0.5s ease all;
    background-position: center;
}


@media screen and (min-width: 993px) {
    .praia-lobos-h {
        position: relative;
        display: block;
    }
    .praia-lobos-h img {
        position: absolute;
        bottom: 76px;
        width: 303px;
        height: auto;
        left: 50%;
        margin-left: -151.5px;
        opacity: 1;
    }
    .mobile {
        display: none;
    }
}

.praia-lobos {
    background: url("img/Grupo-Praia-de-Lobos-Hotel-praia-de-lobos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode:overlay;
    transition: 0.5s ease all;
    background-position: center;
}

.container.mobile .row:first-of-type {
    padding-bottom: 35px;
}

@media screen and (max-width:992px) {
    .santa-maria img  {
        width: 135px;
        height: auto;
        padding: 35px 0;
        opacity: 1;
    }

    .praia-lobos img {
        width: 145px;
        height: auto;
        padding: 35px 0;
        opacity: 1;
    }

    .grupo-mobile img {
        width: 150px;
        height: auto;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

}



.desktop .cont1, .cont2 {
    display: inline-block;
    padding-left: 15px;
}

@media screen and (max-width: 1120px) {
    .desktop .cont1, .cont2 {
        display: block;
        padding-left: 0;
    }
    .desktop .cont1 p {
        margin-top: 30px;
        margin-bottom: 5px;
    }
}

.cont1, cont2 {
    display: inline-block;
}

@media screen and (min-width: 993px) {
    .blue-section {
        height: 37%;
        padding-top: 45px;
    }
    .btn-hotel {
        height: 50%;
    }
}

.blue-section {

    background-color: #009db1;
    color: #8fd4dd;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
}


.button {
    background: transparent;
    flex: 1 1 auto;
    margin: 10px;
    padding: 15px 40px;
    border: 2px solid #f7f7f7;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow:hidden;
    transition: .3s;
    color: #ffffff;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2px;
}

.button::after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #ffffff;
}

.button:hover {
    color: #ffffff;
    background: transparent;
    cursor: pointer;
    border: 2px solid #ffffff;
    box-shadow: inset 0 0 0 3px #ffffff;
}
.button:hover:after {
    width: 100%;
    left: 0;
    width: 0%;
}

@media screen and (min-width: 993px){
    .container-fluid {
        height: auto;
    }
    .row {
        height: 100%;
    }
    footer p, footer img {
        display: inline-block;
    }
    footer span {
        height: 10px;
        width: 1px;
        background: #009db1;
        display: inline-block;
        margin: 0 12px -1px 12px;
    }
}

.container-fluid {
    height: 100%;
}

@media screen and (max-width:992px) {
    .row:before {
        display: none;
    }
    .button {
        padding: 15px 15px;
    }
    .blue-section {
        margin-bottom: 15px;
    }
}

footer {
    padding: 5px 10px 0 10px;
    font-size: 10px;
    color: rgb(0, 155, 175);
    line-height: 2.888;
    text-align: left;
}

@media screen and (max-width:992px) {
    .blue-section {
        padding: 10px 15px;
    }
    .btn-hotel {
        height: 50%;
        padding-bottom: 10px;
    }
    footer .mobile p {
        margin-bottom: 5px;
        line-height: 15px;
    }
    footer img {
        padding-bottom: 20px;
    }
}

@media screen and (min-width:993px) and (max-width: 1050px) {
    .address-pc {
        display: none;
    }
}

@media screen and (min-width: 1051px) {
    .address-tablet {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .btn.button {
        font-size: 9px;
    }
}

@media screen and (max-width: 1210px) and (min-width: 993px) {

    .praia-lobos img {
        width: 250px;
        margin-left: -125px;
        opacity: 1;
    }
    .santa-maria img {
        width: 216px;
        margin-left: -108px;
        opacity: 1;
    }

    .button {
        padding: 15px 15px;
        font-size: 10px;
    }

}

@media screen and (max-width: 414px) {
    .mobile .cont1 {
        display: none;
    }
}

@media screen and (min-width: 415px) {
    .mobile .cont2 {
        display: none;
    }
}

.desktop p.ficha {
    padding: 0 15px 0 30px;
}

@media screen and (max-width: 992px) {
    footer .container-fluid .mobile p.ficha {
        padding: 0 0 12px 0;
        margin-top: -5px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1194px) {
    footer .desktop p.ficha {
        display: block;
        padding: 0;
        margin-top: -5px;
        margin-bottom: 2px;
    }
}


@media screen and (min-width: 993px){
    .img-container {
        position:relative;
        display:flex;
        justify-content:center;
        align-items:center;
        height:63%;
        overflow:hidden;
        margin:0 auto;
    }

    .img-container:hover .santa-maria, .img-container:hover .praia-lobos  {
        transform: scale(1.1);
        cursor:pointer;
    }

    .santa-maria, .praia-lobos {
        position:absolute;
        top:0;
        left:0;
        transition: 0.5s ease all;
        height:100%;
        width:100%;

        background-size:cover;
        background-blend-mode:overlay;
    }

    .img-container img {
        z-index:1;
    }
}

footer a { color: #009baf !important;  }