@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}

h1, h2, p, h4, h3 {
    white-space: pre-line;
}

a{
    display: inline-block;
}
p{
    font-family: 'Poppins';
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
    color: #161615;
    margin-bottom: 0;
}
h2{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #161615;
    text-decoration: underline 2px;
    text-underline-position: under;
}

#topnav{
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 15px 0;
}
.img_logo{
    width: 200px;
}
.c-white{
    color: #FFFFFF;
}

/****BANNER*****/
h1{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-size: 70px;
    line-height: 1.3;
    letter-spacing: 0.005em;
    color: #161615;
    text-decoration: underline 2px;
    text-underline-position: under;
}
#inicio{
    height: 100vh;
}
.divinfobn{
    display: flex;
}
.divcontin{
    width: 50%;
    background: #FFFFFF;
    padding: 20px 25px;
}
.txtban{
    font-size: 23px;
    line-height: 1.5;
}
.divcontinT{
    width: 50%;
    background: #7BA0C4;
    display: flex;
    justify-content: center;
    padding: 20px 25px;
    margin: 0 auto;
}
.titbninf, .txtinfbn{
    font-size: 18px;
    line-height: 36px;
}
.divinsbbn{
    margin-right: 30px;
    border-right: 1px solid #161615;
    padding-right: 30px;
}
.frmbn {
    width: 315px;
    margin: 0 0 0 auto;
    background: #212529;
    padding: 60px 30px;
}
.iptbn {
    margin-top: 10px;
    width: 100%;
    border-radius: 9px;
    border: none;
    padding: 8px 10px;
}
.btnenv {
    font-family: 'Poppins';
    background: #5a5c61;
    border: none;
    width: 100%;
    padding: 7px 0;
    border-radius: 9px;
    color: #FFF;
    font-weight: 300;
    margin-top: 15px;
    cursor: pointer;
    letter-spacing: 3px;
    font-size: 14px;
}
.divcontsel {
    margin-top: 10px;
    width: 100%;
    border-radius: 9px;
    border: none;
    padding: 8px 10px;
    background-color: #FFFFFF;
}
.divcontsel select {
    border: none;
    width: 100%;
    background-color: #FFFFFF;
    color: #5a5c61;
}
.lblterm {
    color: #FFF;
    font-size: 13px;
    margin: 0 0 0 5px;
}

/*****PROYECTO****/
#proyecto{
    padding: 80px 0;
}
.imgprosli{
    width: 100%;
}
.nextproSli{

}
#ProyectoSlider .swiper-button-next{
    background: #7BA0C4;
    right: 0;
    width: 45px;
    height: 55px;
}
#ProyectoSlider .swiper-button-prev{
    background: #7BA0C4;
    left: 0;
    width: 45px;
    height: 55px;
}

/*****GALERÍA*****/
#galeria{

}

/****ÁREAS COMUNES****/
#areascomunes{
    background-color: #E9e9e9;
    padding: 50px 0;
}


/*****BROCHURE*****/
#brochuresect{
    padding: 80px 0;
    position: relative;
}
#brochuresect::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.35);
}

.titbro{
    font-family: 'Bebas Neue';
    color: #FFF;
    text-align: center;
    font-size: 70px;
}
.linbroc{
    display: inline-block;
    text-align: center;
    background: #000000;
    padding: 10px 20px;
    font-size: 18px;
    color: #FFF;
    border-bottom: 3px solid #8f8d8d;
    margin-top: 20px;
}

/*****UBICACIÓN*****/
#ubicacion{
    padding: 80px 0;
}
.imgmapaub{
    width: 100%;
}
.icoubi{
    width: 70px;
    margin-right: 15px;
}

.frmbnUb {
    width: 100%;
    background: #212529;
    padding: 0 30px;
}
.bgcoO{
    background-color: #7BA0C4;
}
.bgcoT{
    background-color: #212529;
}

/****FOOTER****/
footer{
    padding: 60px 0;
}
.logft{
    width: 150px;
    margin-left: 22px;
}
.linkleg{
    color: #161615;
}
.logocft{
    width: 200px;
}
.linkinfo{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 100;
    margin-top: 10px;
}
.txtinft{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}
.titfotln{
    font-size: 50px;
}
.contfull {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logowebigra {
    width: 290px;
}
.btn_enviar {
    background: #7BA0C4;
    border: none;
    padding: 8px 0;
    cursor: pointer;
    color: #161615;
    font-weight: 600;
    text-transform: uppercase;
}
#areascomunes img{
	max-width: 60px;
}