﻿@font-face {
    font-family: 'Gilroy';
    src: url(https://guestapp.universalbeachhotels.com/Templates/UniversalWebAPPv2/fonts/Gilroy-Light.otf) format("opentype");
}

@font-face {
    font-family: 'GilroyExtraBold';
    src: url(https://guestapp.universalbeachhotels.com/Templates/UniversalWebAPPv2/fonts/Gilroy-ExtraBold.otf) format("opentype");
}
@font-face{
	font-family: 'GilroyBold';
	src: url(https://guestapp.universalbeachhotels.com/Templates/UniversalWebAppv2/fonts/e62d07e6-5c21-45b8-8427-79c95511907d.woff2) format("woff2");
}


body {
    font-family: Gilroy;
    font-size: 16px;
    max-width: 1300px;
    margin: auto;
    position: center;
}

.bodybackground {
    /*background-image: url('images/min/lidoparkmain-min2.jpg');*/
    background-repeat: no-repeat;
    background-position: top;
    background-size:  cover; 
    margin: auto;
    height: 100%;
    min-height: 33vmax !important;
}

.bodylayout {
    /*background-image: url('images/min/homefondo-min3.jpg');*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-position: center;
    margin: auto;
    height: 100%;
    min-height: 915px;
    max-width: 1300px;
    min-width: 450px;
}

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

.container-fluid {
    padding: 0px;
}

.hotelselectorlayout {
    margin: auto;
    color: white;
    max-width: 400px;
    position: relative;
}

.hoteltitle {
    padding-top: 57px;
    padding-left: 37px;
    color: var(--blanco);
    text-align: left;
    letter-spacing: normal;
    color: #FFFFFF;
    opacity: 1;
    font-size: 1.4rem;
}

    .hoteltitle strong {
        font-size: 1.8rem;
    }


.hoteldropdown {
    background-color: #b9936e;
    border: 1px solid #FFFFFF;
    width: 100%;
    border-radius: 50px;
    height: 54px;
    line-height: 40px;
    font-size: 1.2rem;
}

    .hoteldropdown:hover {
        color: var(--bs-btn-hover-color);
        background-color: #b9936e;
        border-color: var(--bs-btn-hover-border-color);
    }

.socialbuttons {
    max-width: 350px;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

    .socialbuttons img {
        width: 34px;
    }



.dropdown-menu {
    width: 100%;
    max-width: 380px;
    width: 100%;
    max-width: 380px;
    font-size: 1.2rem;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px 10px;
    transform: translate3d(12px, 56px, 0px);
}


.row-btn {
    margin: auto;
    width: 100%;
    top: 50px;
}

.pagecontent {
    margin: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px !important;
    text-align: left;
    background: no-repeat;
    background-size: cover;
}

/*Utilizado en las página que tienen una imagen de fondo*/
.pagecontent-imagenfondo {
    background-image: url(images/background-02_cf.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    min-height: 900px;
    display: block;
}

.pagecontent-btn {
    background-color: #006980;
    color: white;
    border-radius: 50px;
    border: 2px white solid;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

    .pagecontent-btn:hover {
        color: #fff;
        background-color: #006980;
        border-color: var(--bs-btn-hover-border-color);
    }

    .pagecontent-btn img {
        margin-right: 10px;
        margin-top: 15px;
    }

    .pagecontent-btn:active {
		color: #fff !important;
        background-color: #006980 !important;
    }

.pagecontent-btnicon {
    background-color: #006980;
    color: white;
    border-radius: 50px;
    border: 2px white solid;
    text-align: left;
}

    .pagecontent-btnicon:hover {
        color: #fff;
        background-color: #006980;
        border-color: var(--bs-btn-hover-border-color);
    }

    .pagecontent-btnicon img {
        margin-left: 10px;
        margin-right: 15px;
    }

    .pagecontent-btnicon:active {
		color: #fff !important;
        background-color: #006980 !important;
    }

.izquierda {
    text-align: left;
    vertical-align: middle;
}

.derecha {
    text-align: right;
    vertical-align: middle;
}



tit {
    font-family: GilroyExtraBold;
    font-size: 1.8rem;
}

/*code {
    font-family: Gilroy;
    font-size: 16px;
    max-width: 1300px;
    margin: auto;
    color: #E200FF;
    font-weight: bold;
}

codes {
    font-family: GilroyExtraBold;
    color: #E200FF;
    font-size: 1.6rem;
}

strong {
    font-family: GilroyExtraBold;
    font-size: 1.4rem;
}*/

/**, ::after, ::before {
    box-sizing: content-box !important;
}*/
