:root {

    /* Background colors */
    --bg-white: #ffffff;
    --link-bg-color:#FF8A00;
    --link-bg-purple: rgb(236, 87, 112);

    /* Text colors */
    --text-white: #ffffff;
    --title-card:#6D7C92;
    --description-card: #949EAD;
    --price-card: #6D7C92;

  }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html{
    font-size: 62.5%;
    font-family: 'Poppins', sans-serif;
}

.top{
    position: fixed;
    bottom: 20px;
    left: 12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--link-bg-color);
    box-shadow: 0px 4px 10px rgba(70, 94, 118, 0.6);
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 2000;
}
.hojas{
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 150px;
    /* height: 180px; */
    z-index: -1000;
}
.hojas img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.palo{
    position: fixed;
    top: 114px;
    left: 0;
    width: 100%;
    height: 100vh;
    
    /* height: 180px; */
    z-index: -1000;
}
.palo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.palm{
    position: fixed;
    bottom: -4px;
    left: -12px;
    width: 180px;
    /* height: 180px; */
    z-index: 1000;
}
.palm img{
    width: 100%;
}

.loro_two{
    position: fixed;
    bottom: -8px;
    right: -8px;
    width: 140px;
    /* height: 180px; */
    z-index: 1000;
}
.loro_two img{
    width: 100%;
}



.header{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #008dd6;
    padding-bottom: 6px;
    text-align: center;
}

.header__top{
    display: flex;
    padding: 1.2rem 0.6rem;
    justify-content: center;
}

h1{
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 0.2rem;
    color: var(--text-white);
}
.header__text{
    font-size: 1.3rem;
    font-weight: 500;
    white-space: nowrap;
    color: rgb(247, 247, 247);
}

.header-container__logo{
    position: fixed;
    top: 5px;
    right: 0px;
    width: 120px;
    z-index: -100;
}
.header-container__logo img{
    width: 100%;
    object-fit: cover;
}

.header__nav{
    width: 100%;
    height: auto;
    overflow-x: auto;
}
.header-nav__list{
    display: flex;
    list-style: none;
}
.header-nav__item{
    padding: 1.2rem 1.6rem;
}
.header-nav__link{
    text-decoration: none;
    font-size: 1.7rem;
    white-space: nowrap;
    padding: 9px 24px;
    border-radius: 30px;
    color: var(--text-white);
    font-weight: 500;
}
.one{
    background-color: #B4E100;
}
.two{
    background-color: #FE5E00;
}
.three{
    background-color: #FF1683;
}
.four{
    background-color: #B4E100;
}
.five{
    background-color: #01ACEB;
}
.six{
    background-color: #F90006;
}
.seven{
    background-color: #FE5E00;
}
.eight{
    background-color: #B4E100;
}
.nine{
    background-color: #FF1683;
}
.ten{
    background-color: #01ACEB;
}
.eleven{
    background-color: #F90006;
}
.twelve{
    background-color: #FE5E00;
}








::-webkit-scrollbar {
    display: none;
}

:target{
    padding-top: 12rem;
}


/* Toda la parte del main */
main{
    margin-top: 12rem;
    padding: 16px 0;
    text-align: center;
    
}

.container__card{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
}

.card{
    width: 90%;
    max-width: 640px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 14px 6px;
    padding: 12px 14px;
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
    box-shadow: 0px 4px 10px rgba(112, 144, 176, 0.2);
}

.card__demo{
    width: 90%;
    max-width: 640px;
    height: auto;
    margin: 14px 6px;
    padding: 12px 14px;
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
    box-shadow: 0px 4px 10px rgba(112, 144, 176, 0.2);
}

h2{
    padding-top: 2rem;
    font-size: 2.2rem;
    white-space: nowrap;
    font-weight: 600;
    color: var(--link-bg-color);
}
/* colores de Titulos de cada sección */

.h2_1{
    color: #B4E100;
}
.h2_2{
    color: #ff711e;
}
.h2_3{
    color: #ff3e98;
}
.h2_4{
    color: #B4E100;
}
.h2_5{
    color: #8be0ff;
}
.h2_6{
    color: #ff2327;
}
.h2_7{
    color: #ff711e;
}
.h2_8{
    color: #B4E100;
}
.h2_9{
    color: #ff3e98;
}
.h2_10{
    color: #8be0ff;
}
.h2_11{
    color: #ff2327;
}
.h2_12{
    color: #ff711e;
}

























h3{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 8px;
    color: var(--title-card);

}
.description{
    font-size: 1.4rem;
    font-weight: 400;
    width: 95%;
    color: var(--description-card);
}
.description__demo{
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--description-card);
    margin-bottom: 8px;
}
.container__price{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.container-price__demo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.container-price__demo_two{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.price{
    font-size: 2rem;
    font-weight: 600;
    white-space: nowrap;
    color: var(--price-card);
}
.price__title{
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--title-card);
    white-space: nowrap;
    margin-bottom: 6px;

}
.price__demo{
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--title-card);
}


hr{
    width: 0.5px;
    height: 50px;
    border: none;
    background-color: #bdc6d3;
    
}

.container__photos{
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    padding: 12px;
    
}
.container-photos__image{
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    /* margin-left: auto;
    margin-right: auto;
    text-align: start; */
    box-shadow: 0px 4px 10px rgba(112, 144, 176, 0.2);
    border-radius: 10px;
}
.container-photos__image img{
    width: 100%;
    object-fit: cover;
    padding: 6px;

}
.title__image{
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 4px;
    color:var(--title-card);

}

.contacto__container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.contacto{
    width: 90%;
    height: auto;
    background-color: var(--bg-white);
    border-radius: 10px;
    text-align: start;
    padding: 20px 24px;
    margin-bottom: 50px;
    
}
.contacto a{
    text-decoration: none;
}
.container__icon{
    width: 32px;
    height: 32px;
}

.container__icon_two img{
    padding-left: 6px;
}

.contact_text{
    font-size: 1.8rem;
    font-weight: 600;
    margin-left: 10px;
    color: var(--title-card);
    cursor: pointer;
}
.hr_contact{
    height: 24px;
    margin-left: 10px;
}
.flex{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.contact__sigue{
    margin-top: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--title-card);
    margin-bottom: 28px;
}

.social__media{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 28px;
    
}
.hr-social__media{
    height: 1px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #949ead;
    margin-bottom: 28px;
}
.contact-visita__web{
    text-align: center;
}
.visita__title{
    color: var(--description-card);
    font-size: 1.3rem;
    margin-bottom: 4px;
}
.visita__web{
    color: var(--title-card);
    font-size: 1.5rem;
    font-weight: 500;
}
