@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {background-color: #1e1e1e;
    margin: 0rem;
    display: grid;
    place-items: center;
    font-family:'roboto';}

/*header*/
.contenedor1 {width: 428px;height: 1750px;
    background-color: rgb(255, 255, 255);}

.contheader {width: 395px; height: 75px;background: var(--Very-Very-Light-Blue, #D9EFFC);
        display: grid;grid-template-columns: 10% 80% 10%;align-items: center;padding: 0rem 1rem 0rem 1rem;}

.textheader {color: var(--Blue-Dark, #06293E);text-align:center;
    font-size: 16px;font-style: normal;
    font-weight: 500;line-height: 24px;letter-spacing: 0.5px;}

/*principal general*/

.imggeneral {padding: 1.5rem 1rem 0rem 1rem;}

h2 {color: var(--Blue-Dark, #06293E);font-size: 16px;margin: 1rem 0rem 0rem 1.5rem;
    font-style: normal;font-weight: 700;line-height: 24px}

.text {color: var(--Blue-Dark, #06293E);font-size: 12px;margin-left: 1.5rem;margin-right: 1rem;
        font-style: normal;font-weight: 400;line-height: 16px;}

/* DATOS NOMBRE*/

.contnombre {display: grid;grid-template-rows: 0% 80% 5%;height: 100px;
        margin: 0rem 0rem 1.5rem 1.5rem;}
.textdist {color: var(--Blue, #0E77B5);font-size: 11px;
    font-style: normal;font-weight: 500;line-height: 16px;letter-spacing: 0.5px;}
h1 {color: var(--Blue-Dark, #06293E);font-size: 36px;
    font-style: normal;font-weight: 600;line-height: 44px;}

/*Servicios*/

.textcheck {color: var(--Blue-Dark, #06293E);font-size: 12px;
    font-style: normal;font-weight: 400;line-height: 16px;}

.contcheck {display: grid;grid-template-columns: 30% 60%;
    width: 85px;height:24px;align-items:center;margin: 0.5rem;}

.contserv {display: grid;grid-template-columns: 30% 30% 30%;
        margin: 0rem 0rem 1rem 1.5rem;align-content: center;}

/*Ubicacion*/

.imgubi {margin-left: 1rem;}

/*Habitaciones*/ 

.imghab {margin: 1rem 0rem 0rem 1rem;width:395px;height:129px;}

/*Reseñas*/
.imgreseñas {margin: 1rem 0rem 0rem 1.2rem}

h4 {color: var(--Blue-Dark, #06293E);font-size: 14px;
    font-style: normal;font-weight: 600;
    line-height: 20px; margin-left: 1.5rem;}

.contreseña {display: grid;grid-template-columns: 12% 77% 15%;align-content:baseline;
    height: 40px;width: 370px;justify-content: center;margin: 1rem 2rem 0rem 2rem;}

h3 {color: var(--Blue-Dark, #06293E);font-size: 16px;
    font-style: normal;font-weight: 500;line-height: 24px;}

.textfecha {color: var(--Blue-Dark, #06293E);
    text-align: center;font-size: 9px;
    font-style: normal;font-weight: 400;line-height: 16px;}

.contresnom {display: grid;grid-template-rows: 20% 80%;height: 20px;}

/* RESERVAR */

.elementofijo {position:fixed;top:724px;left: 10;background-color:#F4F9FD;
    width: 428px;height: 92px;display: grid;grid-template-columns: 50% 50%;
    align-items: center;}

.textprecio {color: var(--Light-Blue, #4DA4D7);font-size: 12px;margin-top: 1.5rem;
    font-style: normal;font-weight: 400;line-height: 16px;margin-left: 2rem}
.textprecio2 {color: var(--Light-Blue, #4DA4D7);font-size: 22px;
    font-style: normal;font-weight: 700;line-height: 16px;margin-left: 2rem; margin-top: -0.4rem;}

.botonreservar {display: flex;width: 162px;height: 44px;
    flex-direction: column;justify-content: center;align-items: center;
    gap: 8px;flex-shrink: 0;text-decoration: none;color: #ababab;
    border-radius: 100px;background-color: #e9e9e9;padding-left: 1rem;}