@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;500;700&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    background-color: #F4F2ED;
}

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: #7BA0C4;
    height: 70px;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.img_logo{
    height: 40px;
}
.main_nav{
    margin: 0;
    list-style: none;
}
.stylmen{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #161615;
}
.langlink{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #161615;
    padding: 1px 6px;
    border: 1px solid #161615;
    border-radius: 50%;
}
.langlink.actlang{
    background: #161615;
    color: #FFF;
}

/****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{
    margin-top: 70px;
    height: calc(100vh - 70px);
}
.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;
}
.titbninf, .txtinfbn{
    font-size: 18px;
    line-height: 36px;
}
.divinsbbn{
    margin-right: 30px;
    border-right: 1px solid #161615;
    padding-right: 30px;
}

/*****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{

}
.gallery-thumbs {
    height: 550px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.imgsli{
    width: 100%;
}
.imgslithumb{
    height: 90px;
}
#galeria .swiper{
    position: initial;
}
#galeria .swiper-button-next, #galeria .swiper-button-prev{
    
}
#galeria .swiper-button-next{
    bottom: 0;
    top: inherit;
    transform: rotate(90deg);
    left: 86px;
}
#galeria .swiper-button-prev{
    top: -26px;
    transform: rotate(90deg);
    left: 86px;
}

.divmarbg{
    width: 100%;
    height: 532px;
}


/*****UBICACIÓN*****/
#ubicacion{
    padding: 80px 0;
}
.imgmapaub{
    width: 100%;
}
.icoubi{
    width: 70px;
    margin-right: 15px;
}

/****EXPERIENCIA****/
h3{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    color: #161615;
    margin-bottom: 0;
}
.logotc{
    width: 290px;
}
.infooctexp{
    font-size: 24px;
    line-height: 1;
}
.artinexp{
    padding: 140px 0 0 0;
}

/****FOOTER****/
footer{
    background: #7BA0C4;
    padding: 60px 0 15px 0;
}
.logft{
    width: 150px;
    margin-left: 22px;
}
.linkleg{
    color: #161615;
}
.logocft{
    width: 140px;
}
.linkwha{
    font-family: 'Poppins';
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
    color: #161615;
    margin-bottom: 0;
}
.titexp{
    font-size: 32px;
}
.txtsmh3{
    font-size: 25px;
}
.titfoot{
    font-weight: 700;
    font-size: 15px;
}
.linkepfot{
    color: #161615;
    font-size: 13px;
}
.icofootlin{
    height: 20px;
}

.info_num {
    position: fixed;
    background: #fff;
    border-radius: 15px 0 0 15px;
    z-index: 9;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}
.div_btn_pal {
    position: fixed;
    height: 100px;
    width: 45px;
    bottom: 0;
    right: 0;
    z-index: 999999
}
.div_btn_pal .info_num {
    opacity: 0;
    transition: all .5s
}
.i-flot {
    width: 35px;
}
.div_btn_pal .info_num {
    padding: 3px 10px 3px 10px;
    margin-left: -136px;
    margin-top: 1px;
    opacity: 1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}
.txt_num_hover {
    color: #004b87;
    margin: 0;
    font-weight: 600
}
.btn_wht_escr {
    background: #13a538;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none!important;
    margin-left: -36px;
    margin-top: -10px
}
@keyframes latidos {
    0% {
        transform: none;
        opacity: 1
    }
    100% {
        transform: scale(2.5);
        opacity: 0
    }
}
.palpitar {
    display: inline-block;
    font-size: 150px;
    background: #13a538;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    animation: latidos .9s infinite;
    transform-origin: center;
    position: fixed;
    z-index: 9;
    margin-left: -26px
}
.logdci{
    height: 45px;
}
.logoctf{
    height: 45px;
}
.textinfonos{
    font-size:16px;
}

.selajx{
    font-size: 19px;
    padding: 6px 14px;
    width: 100%;
    background-color: transparent;
}
.imgplns{
    width: 100%;
}
.txttipofrm{
    text-transform: uppercase;
    font-size: 25px;
}
.txtselfrm{
    width: max-content;
    border-bottom: 1px solid #161615;
    padding-bottom: 10px;
}
.txtsolfrm{
    font-size: 20px;
    margin: 20px 0;
}
.inptfrm{
    width: 100%;
    margin-bottom: 15px;
    padding: 7px 15px;
    background: transparent;
    border: 1px solid #161615;
}
.inptfrm::placeholder{
    color: #161615;
}
.inptfrm:focus, select:focus{
    outline: none;
}
.btnenv{
    width: 100%;
    background: #7BA0C4;
    border: none;
    padding: 8px 0;
    cursor: pointer;
}
input[type=checkbox]{
  display: none; /*solo se esconde para tener un campo personalisado*/
}
.lbl_termin{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #161616;
}
input[type=checkbox] + .lbl_termin{
  cursor:pointer;
}/*esta linea significa esto + el siguiente elemento*/

.lbl_termin:before{
    content: '';
    background: transparent;
    border: 1px solid #323435 !important;
    display: inline-flex;
    height: 15px !important;
    width: 15px !important;
    vertical-align: middle;
    margin-right: 7px;
    align-items: center;
    justify-content: center;
}
input[type=checkbox]:checked + .lbl_termin:before{
    content: '✔';
    font-size: 11px;
    color: #FFFFFF;
    background: #323435;
}
.txtcmobl{
    margin: 15px 0;
    font-size: 14px;
}
#departamentos{
    padding: 60px 0;
}
.alertcaptcha {
    color: red;
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 500;
    opacity: 0;
    transition: .2s;
}

.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;
}

.plyico {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 48%;
    width: 100px;
    cursor: pointer;
	filter: brightness(0);
}
.iframreco {
    height: 90vh;
    width: 93%;
    border: none;
}
.modlBodReco {
    padding: 0;
    border: none;
    text-align: center;
}
.closmdvcDes {
    position: absolute;
    right: 0;
    z-index: 9;
    color: #000;
    font-size: 37px;
    top: 0;
    line-height: 1;
    background: #FFFFFF;
    padding: 4px 12px 3px 12px;
    border-radius: 8px;
}
.modcontDes {
    background-color: transparent;
    border: none;
}
.modwtdes {
    min-width: 100%;
}
.tabcont{
	color: #7BA0C4;
    font-size: 19px;
    border: 1px solid;
    padding: 4px 11px;
}
.tabcont.active{
	background: #7BA0C4;
    font-size: 19px;
    border: 1px solid #7BA0C4;
    padding: 4px 11px;
    color: #FFF;
}
.tabs_pro{
	margin-bottom: 80px;
}
.navplnostb{
	font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #161615;
    display: flex;
    align-items: center;
    width: 33.33%;
    justify-content: center;
}
.navplnostb.active{
	background-color: transparent !important;
    color: #161615 !important;
    border-bottom: 1px solid;
    border-radius: 0;
}

#secplsp{
	padding: 80px 0 0 0;
}
.depselvi{
	text-decoration: underline 1px;
    text-underline-position: under;
}
.depselviForm{
	width: max-content;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.navtopl {
	justify-content: center;
    margin-bottom: 30px;
    margin-top: -15px;
}
.divcontediv {
    width: 100%;
}
.selinpt {
    border: 1px solid #484a4e;
    padding: 9px 30px 9px 15px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #484a4e;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #FFFFFF;
    text-transform: capitalize;
    font-family: Poppins;
}
.boxacord {
    margin-top: -1px;
    border: 1px solid #484a4e;
    background: #FFFFFF;
    max-height: 190px;
    overflow: auto;
    position: absolute;
    z-index: 999;
    width: calc(100% - 62px);
}
.imgplanodep {
    width: 100%;
    cursor: zoom-in;
    margin-top: 50px;
    border: 1px solid #cecece;
}
.desterm {
	font-size: 13px;
}
.tipform{
	font-size: 25px;
}
.ulpisos {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lipisos {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #484a4e;
    text-transform: capitalize;
    padding: 8px 13px;
    cursor: pointer;
    transition: .2s all;
}
.lipisos:hover{
    background: #cecece;
}
.imgarrowsel {
    position: absolute;
    right: 20px;
    width: 19px;
    top: 17px;
}
#nosotros-incio{
	margin-top: 70px;
}
.txtslidns {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 30px;
}
.imgprotxtns img {
    width: 100%;
    filter: brightness(0.75);
}
.imgprotxtns {
    position: relative;
}
.navlint, .navrint {
    position: absolute;
    top: 45%;
    font-size: 40px;
    text-shadow: 3px 3px 6px black;
    color: #FFF;
}
.navlint {
    left: 15px;
}
.navrint {
    right: 15px;
}
.imgnostr {
    width: 100%;
}
.imgfit{
	width: 52px;
}

.txtmdref{
	text-align: center;
	margin-bottom: 8px;
    margin-top: 10px;
}
.imglgmd{
	margin: 30px 0;
}
.linkrefe{
	background: #849FC1;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px 35px;
}
.clemdref{
	position: absolute;
    right: 9px;
    top: -5px;
    line-height: 1;
    font-size: 45px;
    cursor: pointer;
    z-index: 9;
}