.main-somos {
    padding: 20px;
    background-color: rgba(255, 228, 196, 0.185);
    max-width: 1500px;
    align-items: center;
    margin: 3%;
    margin-bottom: 10%;
}

.welcome h1 {
    color: #004d40;
}

.rooms h2 {
    color: #004d40;
    margin-top: 30px;
}
.rooms ul li {
    text-decoration: none;
    list-style: none;
}
hr{
    background-color: #004d40;
    height: 10px;
    width: 40%;
}
.hojas{
    height: 50px;
    width: 40px;
}
.divsion {
    display: flex;
}
.frente{
    width: 100%;
    height: 500px;
}
.main-somos li{
    list-style: none;
}

/*-----------------------------------------------porductos-----------------------*/
.productoss{ 
    background-color: #dde2e271;
    max-width: 1600px;
    width: 100%;
    margin-bottom: 10%;
}
.productoss div { 
    display:flex;
}

.iman img{
    width: 100%;
    height: 150px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
    width: 250px;
    height: 440px;
    max-height: 700px;
    margin: auto;
    box-shadow: 0px 10px 60px #025539;
    margin-bottom: 0%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.card {
    display: grid;
    grid-template-rows: max-content 200px 1fr;
    border: 2px solid #d4d4d4;
    border-radius: 3px;
    background-color: #19421c;
    place-items: center;
}
.tulte {
    display:block;  
    width: 100%;
    justify-content: center;
    color: rgb(241, 238, 50);
    background-color: rgba(10, 12, 34, 0.767);
}

.card h2 {
    font-size: 11px;
    text-transform: uppercase;
}
.content p{
    text-align:left;
    padding: 0%;
    font-size: 15px;
    color: #fff;
}
.content p {
    margin-top: -20px;
}

.piesss {
    background-color: rgba(10, 12, 34, 0.767);
    display:block;  
    width: 100%;
    justify-content: center;
    height: 100%;
}
.piesss a {
    text-decoration: none;
    color: #fff;
    padding-left: 40%;
    padding-right: 40%;
}
.piesss:hover {
    background-color: rgb(30, 65, 11);
}
/*-----------------------------------boton pago-----------------------*/
.btpagg {
    background-color: rgba(255, 228, 196, 0.185);
    max-width: 1600px;
    width: 90%;
    margin-bottom: 10%;
    margin-left: 5%;
    height: 1000px;
}
.btpagg h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 3%;
    color: #004d40;
}
.pagos {
    width: 500px;
    height: 700px;
    border: 2px solid #070807;
    border-radius: 40px;
    margin: auto;
    background-color: #004d40;
}
.datcompr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3%;
}
.form {
    display: block;
    align-items: center;
    justify-content: center;
}
.datcompr form h3 {
    text-transform: uppercase;
    margin-bottom: 6%;
    color: #ffff;
    padding: 3%;
    text-align: center;
}
.datcompr form li {
    color: #ffff;
    list-style: none;
    font-size: 20px;
    text-align: center;
    margin-bottom: 3%;
}
#valor {
    width: 20%;
    border-radius: 10px;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
}
#namess {
    width: 50%;
    border-radius: 10px;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
}
#dias {
    width: 10%;
    margin-right: 5%;
    margin-left: 5%;
    border-radius: 10px;
    text-align: center;
}
#numero, #fech {
    width: 100%;
    height: 20px;
    border-radius: 10px;
    text-align: center;
}
.dias{
    width: 50%;
}
.form-input--message {
    resize: none;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: .3em;
    font-size: .8rem;
}
/*--------------------------------responsive-------------------*/
@media(max-width:750px){
    .pagos {
        width: 380px;
        height: 700px;
        border: 2px solid #070807;
        border-radius: 40px;
        margin: auto;
        background-color: #004d40;
    }
    .main-somos {
        margin: 0;
        width: 91%;
        padding-bottom: 35%;
    }
    .frente{
        width: 100%;
        height: 200px;
    }
    .productoss div { 
        display:block;
    }
    .productoss{ 
        margin: 0%;
    }
}

.resss {
    display: none;
}