
@font-face {
    font-family: 'latoregular';
    src: url('./fonts/lato-regular-webfont.eot');
    src: url('./fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-regular-webfont.woff2') format('woff2'),
        url('./fonts/lato-regular-webfont.woff') format('woff'),
        url('./fonts/lato-regular-webfont.ttf') format('truetype'),
        url('./fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('./fonts/lato-black-webfont.eot');
    src: url('./fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-black-webfont.woff2') format('woff2'),
        url('./fonts/lato-black-webfont.woff') format('woff'),
        url('./fonts/lato-black-webfont.ttf') format('truetype'),
        url('./fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    left: auto;
}

h1{
    font-family: 'latoregular';
    font-weight: 800;
    font-size: 110px;
    line-height: 93px;
    text-transform: uppercase;
    color: #7AB63A;
}

.main-container{
    width: 1920px;
    height: 1080px;
    /* display: flex; */
    justify-content: space-between;
}

.container_1{
    width: 133px;
    height: 1080px;
    background-color: #00948B;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}


.header-template{
    display: flex;

}

.header-title {
    height: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 1250px;
    margin-left: -150px;
    padding: 11px;
}


p.header-description{
    font-family: 'latoregular';
    font-weight: 500;
    font-size: 45px;
    line-height: normal;
    color: #ffffff;
    margin-top: 63px;
}


.content{
    height: 704px;
    width: 1792px;
    background: #011C24;
    margin-left: 128px;
    padding: 104px 169px 50px;
}

.main-title{
    height: 190px;
    padding-top: 43px;
    position: relative;
}

.room-number{
    width: 255px;
    height: 80px;
    border: 2px solid #80B946;
    border-radius: 9px;
    position: absolute;
    left: 182px;
    top: 68px;
    overflow: hidden;
}

p.text-vertical{
    font-family: 'latoregular';
    font-size: 55px;
    line-height: 74px;
    height: 127px;
    color: #ffffff;
    text-transform: capitalize;
    padding-left: 179px;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.line-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Alinea los elementos en la parte superior */
    height: 954px;
}

.line {
    width: 1px;
    height: 425px;
    background-color: white;
} 
.chart {
    width: 16px;
    height: 16px;
    background-color: lightgray;
}


.detail-content {
    display: flex;
    width: 977px;
    height: 221px;
    border: 5px solid #086366;
    border-radius: 35px;
    position: absolute;
    left: 848px;
    top: 309px;
    overflow: hidden;
    
}


.image-container {
    display: flex;
    width: 1787px;
    height: 377px;
    position: absolute;
    left: 133px;
    top: 704px;
    overflow: hidden;
    
}

.img-slider{
    display: block;
    object-fit: cover;
}

.side{
    width: 50%;
    padding-top: 25px;
}

.side.left-side {
    /* padding-top: 25px; */
    /* padding-right: 55px; */
    padding-left: 45px;
}

.side.right-side {
    padding-top: 101px;
    padding-left: 20px;
}

.item-container-top {
    height: 59px;
    display: flex;
}

.item-container-bot {
    display: flex;
}

.item-title{
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height:  41px;
    color: #086366;
    position: relative;
}

.item-title::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #086366;
    display: inline-block;
    position: absolute;
    left: -13px;
    top: 14px;
}

.left-box{
    height: 100%;
    width: 40%;
}

.rigth-box {
    width: 56%;
    height: 100%;
}

.item-description{
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #086366;
    max-height: 96px;
    overflow: hidden;
}

.item-container-bot .item-description{
    max-height: 190px;
    overflow: hidden;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}