@font-face {
    font-family: "bariol regular";
    src: url("font/bariol_regular-webfont.ttf");
}
@font-face {
    font-family: "bariol light";
    src: url("font/bariol_light-webfont.ttf");
}
@font-face {
    font-family: "bariol bold";
    src: url("font/bariol_bold-webfont.ttf");
}
html,body{
    width: 100%;
    padding: 0;
    margin: 0;  
    font-family: 'bariol light', sans-serif;                                     
}
a{
    font-family: "bariol regular";
    text-decoration: none;
}
a:hover{
    font-size:17px ;

}
h1, h2, h3 ,h4,th {
    width: 100%;
    font-family: 'bariol bold', sans-serif;    
}
    .contendor{
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
/* header */
header {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    z-index: 3;
}
    header a {
        padding: 2px;
        margin: 2px;
        color: black;
    } 
    .headerlogoinfo{
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: black;
    }
    .headerlogoinfo img{
        width: 100px;
    }
        .headerlogo{
            width: 10%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .headereredes{
            width: 40%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            color: white;
            margin-right: 10px;
        }
        .headereredes a{
            color: white;
        }
    .btnmenu{
        display: none;
    }
    .headerenlaces{
        width: 100%;
        display: flex;
        background: rgba(118,27,27,0.9);
    }
    .headerenlaces a {
        padding: 5px;
        margin: 5px;
        color: white;
    }
/* main */
main{
    margin-top: 100px;
    width: 100%;
    background: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .baner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .imgbanerslin {
            width: 100%;
            display: none;
        }
    .disponibilidad{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 300px;
    }
        .disponibilidad h2{
            text-align: center;
        }
        .contendisponi{
            width: 70%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center; 
        }
         .disponibilidad div select{
            width: 170px;
            height: 30px;
            border-color:rgb(90, 88, 88);
            border-radius: 30px;
            text-align: center;
        }
            .formdisponibilidad{
                width: 100%;
                height: 70%;
                display: flex;
                flex-wrap: wrap;
                border-radius: 10px;
                border: 1px solid rgb(46, 45, 44);
            }
            .titulo{
                background: rgb(46, 45, 44);
                border-radius: 10px  10px 0 0 ;
                height: 20%;
                color: white;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .titulo p{
                font-size: 20px;
            }
            .seleccion{
                width: 100%;
                height: 60%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .btnhabi{
                width: 100%;
                height: 20%;
                display: flex;
                justify-content: center;
                align-items: center;
            } 
            .btnhabi input[type=submit]{
                width:100px;
                height: 30px;
                border-radius: 30px;
                background: rgb(46, 45, 44);
                margin: 4px;
                padding: -4px;
                border: none; 
                color : white;
               }
    .habitaciones { 
        width: 100%;
        height: 216px;
        display: flex;
        z-index: 1;
    }
        .divhabitaciones{
            width: 100%;
            height: 216px;
            display: flex;    
        }
        .movilestarjhabitaciones{
            display: none;
        } 
        .tarjhabitaciones{
            width: 15%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items:flex-start;
            overflow-y: hidden;
            overflow-x: hidden;
        }  
        .tarjhabitaciones a{
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items:flex-start;
            overflow-y: hidden;
            overflow-x: hidden;
        }
            .tarjhabitaciones:hover { 
                position:relative;
                width:300px;
                height:450px;
            }
            .tarjhabitaciones picture{
                width: 100%;        
            }
            .tarjhabitaciones img{
                width: 100%;
            }
            .PLATINO{
                background: rgb(100,99,99);
                color: white;
            }
            .ORO{
                background: rgb(234,179,16);
                color: white;
            }
            .JUNIOR{
                background: rgb(118,27,27);
                color:white;
            }
            .FETICHE{
                background: rgb(46, 45, 44);
                color:white;
            }
            .MULTIPLE{
                background: rgb(195,11,1);
                color: white;
            }
            .MILENIUM{
                background: rgb(5,27,119);
                color: white;
            }
            .DOMINACION{
                background: rgb(192,67,74);
                color: white;
            }
            .PENTHOUSUE{
                background: rgb(255,55,76);
                color: white;
            }
                        .TEXPLATINO h3, .TEXPLATINO i {
                            color:rgb(100,99,99);
                            font-size: 20px;
                            padding-right: 2px;
                        }
                        .TEXORO h3, .TEXORO i {
                            color:rgb(234,179,16);
                            font-size: 20px;
                            padding-right: 2px;
                        }
                        .TEXJUNIOR h3, .TEXJUNIOR i {
                            color:rgb(118,27,27);
                            font-size: 20px;
                            padding-right: 2px;
                        }
                        .TEXFETICHE h3, .TEXFETICHE i {
                            color:rgb(118,27,27);;
                            font-size: 20px;
                            padding-right: 2px;
                        }
                        .TEXMULTIPLE h3, .TEXMULTIPLE i {
                            color:rgb(195,11,1);
                            font-size: 20px;
                            padding-right: 2px;
                        }
                        .TEXMILENIUM h3, .TEXMILENIUM i {
                            color:rgb(5,27,119);
                            font-size: 20px;
                            padding-right: 2px;
                        }
                        .TEXDOMINACION h3, .TEXDOMINACION i {
                            color:rgb(192,67,74);
                            font-size: 20px;
                            padding-right: 2px;
                        }
                        .TEXPENTHOUSUE h3, .TEXPENTHOUSUE i {
                            color: rgb(255,55,76);
                            font-size: 20px;
                            padding-right: 2px;
                        }
        .texhabi {
            margin-top: -5px;   
            width: 100%;
            height: 100%; 
        }
            .texhabi p {
                padding: 8px;
                width: 90%;
            }
            .techabicompo{
                margin: 5px;
            }
    .servicios {
        width: 100%;
        display: flex;
        justify-content:space-between;
        justify-items: flex-start;
        background: rgb(0,0,0);
        height: 300px;
        padding: 50PX;
    }
    .duoservi{
        width: 50%;
        display: flex;
        justify-content: space-between;
        justify-items: flex-start;
    }
        .servi{
            width: 50%;
            display: flex;
            flex-wrap: wrap;
            text-align: center;
            align-items: flex-start;
        }
        .diviconosservi{
            width: 80%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 100px;
            color:rgb(118,27,27);
        }
        .servi p{
            width: 80%;
            display: flex;
            justify-content: center;
            align-items: start;
        }
        .servi h3{
            width: 80%;
            font-size:23px;
            display: flex;
            justify-content: center;
            text-align: center;
        }
    .comentarios {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: 300px;
        color: black;
        background: rgb(242, 242, 242);
    }
        .flechascomen{
            width: 20%;
            height:100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .flechascomen a{
                display: flex;
                width: 40px;
                height: 40px;
                font-size: 35px;
                margin: 5px;
                padding: 5px;
                color:rgb(153, 153, 153) ;
            }
        .viscomen{
            width: 60%;
            height:100%;
            display: none;
            flex-wrap: wrap;
            justify-content: center;
        }
            .estrellas{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                color: rgb(204, 153, 0);
            }
            .coment{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }
            .autores{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

          /*   vista menus, habiaciones y sexshop */

        .contenmenu h4{
            width: 100%;
            text-align: end;
        }
    
        .contenmenu{
            width: 50%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;     
        }
        .categoria{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            border-radius:20px ;
        }
        .contenmenu picture{
            width: 100%;
            display: flex;     
        }
        .imgcategoria img{
            width: 100%;
        }
        .contbtnmenu{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            align-content: center;
            height:30px;
            background: rgb(46, 45, 44);  
            border-radius: 0px 0px 10px 10px;
        }
        .btnhabitaciones{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            align-content: center;
            height:10px;
            border-radius: 0px 0px 10px 10px;
        }
        .contbtncierre{
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-content: center;
            height:30px;
        }
        .contenplatos{
            display: none; 
            flex-wrap: wrap;
            
            width: 100%;
            justify-content: space-between;
        }
        .contenplatos div{
             width:100%;
        }
        .imgcuapeque img {
            width:100px;
        }
        .imgcuapeque .agrandao {
            width:100%;  
        }
        .infoplato{
            width:90%;
        }
        .infoplatotabla{
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            align-content: center;
            text-align: justify;
        }
        .infohabitaciontex{
            width:90%;
            display: flex;
            justify-content: space-between;
        }
        .galhabita{
                width:100%;   
                display: flex;
        }
        .vistainfo{
                width:100%;  
                flex-wrap: nowrap;  
                display: flex;
                justify-content: space-between;
        }
        .galhabita div{
            display: flex;
            justify-content: center;
            align-items: center;
            background:rgba(0,0,0,0.8);
        }
        .galhabita div i{
            width: 10%;
            color: rgb(176, 176, 176);
            justify-content: center;
            padding: 2px;
            margin: 2px;
            text-align: center;
            height: 120px;
            border-radius: 2px;
            font-size: 100px;
        }
        .galhabita img{
            width: 70%;    
        }
        table , td ,th ,tr{
            border-collapse: collapse;
            text-align: justify;
          
        }
        table {
            width: 100%;
            padding-bottom: 50px;
            margin-bottom: 50px;
        }
        
       /*  formulario de contactenos */
       .contactenos {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 100px;
            padding: 10px;
            border-radius: 4px;
            background: rgb(248, 233, 233);
       }
       input[type=mail], input[type=text]{
            width: 45%;
            height: 30px;
            border-radius: 4px;
            margin: 5px;
       }
       .contactenos  select{
            width: 100%;
            margin: 5px;
            height: 30px;
            border-radius: 4px;
            text-align: center;
        }
       textarea{
            width: 100%;
            height: 200px;
            border-radius: 2px;
       }
       input[type=submit]{
            width:100px;
            height: 30px;
            border-radius: 2px;
            background: rgb(137, 137, 137);
            margin: 2px;
            padding: 2px;
       }
       .contactenoredes{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-size: 16px;
            color: white;
            text-align: center;
       }
        .contactenoredes p{
            width: 100%;
            margin: 10px;
            padding: 10px;
        }
        .contactenoredes a {
            font-size: 30px;
            padding: 2px;
            margin: 2px;
            color: white;
        }
        .contactenoredes h2 {
            font-size: 70px;
        }
        .politicaspriva{
            text-align: justify;
        }
/* footer */
footer{
    width: 100%;
    color: whitesmoke;
    flex-wrap: wrap;
    background: black;
    text-align: justify;
}
    .acercade{
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-image: url("../img/banerfooter/nosotros.png");
        text-align: justify;
    }
    .acercade div{
        width: 40%;
        display: flex; 
        flex-wrap: wrap;  
        justify-content: center;
        align-items: center;
    }
    .fooimg{
        width: 50%;
    }
        .fooimg i{
            font-size: 200px; 
            color:white;
        }
    .mapagoogle{
        width: 100%;
        height: 300px;
    }
    .infooter{
        width: 100%;
        height: 150px;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
        align-items: center;
        background-image: url("../img/banerfooter/mapasitio.png");
        background-position: center;
        background-repeat: no-repeat;
    }.infooter a{
        color: white;
    }
    .frasefooter {
        width: 30%;
        font-size: 17px;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
        align-items: center;
    }
    .infooter div b{
        font-size: 20px;
    }
    .footeredes{
        width: 100%;
        display: flex;
        justify-content:center;
        align-items: center;
        font-size: 16px;
        color: white;
        text-align: center;
    }
    .footeredes p{
        margin: 10px;
        padding: 10px;
    }
    .footeredes a {
        padding: 2px;
        margin: 2px;
        color: white;
    }
/* reponsive */
@media screen and (max-width:1000px){
    header{
        height:auto;
    }
    .headerlogoinfo{
        justify-content: space-around;
    }
    .headereredes{
        display: none;
    }
    .btnmenu{
        display: flex;
        background: black;
    }
    .btnmenu a{
        color: white;
        font-size: 40px;
    }
    .headerenlaces{
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 90%;
    }
    .headerenlaces a{
        width: 100%;
        display: flex;
        border-bottom: 1px solid white ;
    }
    main{
        margin-top: 50px;
    }
    table {
        width: 90%;    
    }
    .habitaciones { 
        height:auto;
    }
    .tarjhabitaciones{
        display: none;
    }
    .movilestarjhabitaciones{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }   
    .conmovilslinder{
        width: 80%;
        display: flex;
        position: relative;
        overflow: scroll;
        scroll-snap-type:  x mandatory;
    }
 
    .conmovilslinder a{
      
        display: flex;
        left: 0;
        position: sticky;
        object-fit: cover;
        scroll-snap-align:left;
    }
    
    .imghbislinder{
        display: flex;
        width: 500px;
       
        
    }
    .servicios {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%;
            height: auto;
        }
    .duoservi{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    .servi{
        width: 50%;
        height: 50%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .contenmenu{
        width: 90%; 
}.imgcategoria{
    width:80%;
}
.galhabita{   
    overflow: scroll;
}
.infohabitaciontex{
    width:80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infohabitaciontex article{
    width:90%;
}
.contactenos{
    width: 90%;
    margin: 5px;
    padding: 5px;
}
input[type=mail], input[type=text]{
    width: 100%;
   }
   /*  footer */
       .acercade{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        
       }
       .acercade div{
        width: 90%;
        height: auto;
       }
       .footeredes{
        font-size: 14px;
       
    }
    .footeredes p{
        width: 100%;
    }
    .fooimg {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .fooimg i{
        font-size: 100px; 
        color:white;
    }
    .fooimg picture {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .fooimg img{
        width: 30%;
    }
    .infooter{
        width: 100%;
        height:150px;
        justify-content: center;
       
    }
    .infooter ul{
        width: 100%;
        display: flex;
        justify-content:flex-start;
        flex-wrap: wrap;
       
       
    }
    .frasefooter{
        display: flex;
        width: 100%;
       
        justify-content: center;
        text-align: center;
        font-size: 15px;
        text-align: center;
    }
    .frasefooter li {
        display: inline-flex;
        margin: 8px;
    }
    .footeredes a {
        font-size:30px;
    }
}