*{box-sizing: border-box;}

a{
    text-decoration: none;
}

.bold{
    font-weight: 500;
}
.divider {
    width: 100%;
    height: 60px;
    float: left;
}
body {
    margin: 0px;
    padding: 0px;
    height: auto;
    scroll-behavior: smooth;
    font-family: 'Roboto', arial;
    color: #4b4b4b;
    background: #e1e0e0;
    /* transition: 1.5s; */
    transition: 1.5s;
    width: 100%;
}

/*LOADING PAGE*/
.loadingUrbeosContent{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10;
    background-image: url(../imagenes/loadingFondo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loadingUrbeosContent .loadingUrbeosLogo{
	background-image: url(../imagenes/logoLoadWhite.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 220px;
    height: 44px;
}
.loadingUrbeosContent .loadingInicio{
	width: 100%;
	float: left;
	color: white;
	transition: 1.5s;
	text-align: center;
    margin-top: 25px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.loadingUrbeosContent .loadingInicio .txt{
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11px;
	padding-left: 8px;
}


.greyContent{
    background: #cccccc;
    width: 100%;
    float: left;
    padding: 20px 0px;
}
.paddingContent{
    padding: 0px 10px;    
    width: 100%;
    float: left;
}
.introVideoContent{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
}
.introVideoContent .tituloIntroContent{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 10px;
}
.introVideoContent .darkContent {
    width: 100%;
    height: 100%;
    /* background: #00000060; */
    position: absolute;
    top: 0;
}
.btnIntroContent {
    position: absolute;
    bottom: 20px;
    height: auto;
    float: left;
}
.btnIntroContent .btnIntro .icon {
    float: left;
    width: 30px;
    height: 30px;
    animation: bounce 0.5s infinite alternate;
    background: url(../imagenes/btnIntro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@keyframes bounce {
    from {
      transform: translateY(5px);
    }
    to {
      transform: translateY(-5px);
    }
}
.btnIntroContent .btnIntro .txt {
    color: white;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    float: left;
    padding: 4px 0 0 10px;
}
.imgUCContent{
    background: url(../imagenes/introUC.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    float: left;
    width: 100%;
}
.imgUCContent .imgUC{
    width: 100%;
}
.conceptContent{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.conceptContent .txt{
    color: #e1e0e0;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
}
.indexImgContent{
    width: 100%;
    float: left;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height:280px;
    margin-top: 10px;
}
.tituloIntroContent{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.tituloIntroContent .txt{
    color: white;
    font-size: 13.5px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
    padding-left: 0px;
}
.tituloIntroContent .btnInforme {
    padding: 6px;
    background: #e4bb70;
    margin-top: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.tituloIntroContent .btnInforme .btnTxt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.25px;
    float: left;
    color: #231f20;
    width: 90%;
}
.tituloIntroContent .btnInforme .iconArrow {
    background: url(../imagenes/btnArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 8px;
    height: 12px;
    float: left;
}
.mainTitle{
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
}
.mainTxt{
    margin-top: 20px;
    float: left;
}
.mainTxt .txt{
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 25px;
}
.mainLabel {
    font-size: 13px;
    color: #989898;
    letter-spacing: 0.75px;
    margin-bottom: 10px;
    font-weight: 300;
    float: left;
    width: 100%;
}
.introUC{
    width: 100%;
    padding: 30px 0;
    float: left;
    background: #cccccc;
}
.productosContent{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.productosContent .productoItemContent{
    width: 100%;
    padding: 20px 0px 20px 0px;
    transition: 1s;
    float: left;
    flex: 1;
}
.productosContent .productoItemContent .productoItem{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 180px;
}
.productosContent .productoItemContent.sucursales .productoItem {
    border-left: 4px solid #007b83;
}
.productosContent .productoItemContent.calidad .productoItem {
    border-left: 4px solid #e56358;
}
.productosContent .productoItemContent .productoItem .txtContent {
    width: 60%;
    height: 100%;
    padding: 20px 0 20px 20px;
    color: white;
}
.productosContent .productoItemContent.sucursales .productoItem .txtContent {
    background-color: #007b8370;
}
.productosContent .productoItemContent.calidad .productoItem .txtContent {
    background-color: #e5635870;
}
.productosContent .productoItemContent .productoItem .txtContent .title{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.productosContent .productoItemContent .productoItem .productoBtn{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.productosContent .productoItemContent .productoItem .productoBtn .productoIcon{
    width: 10px;
    height: 16px;
    background: url(../imagenes/arrowAplicaciones.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    float: left;
    margin-right: 10px;
}
.productosContent .productoItemContent .productoItem .productoBtn .txt {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    transition: 0.5s;
    float: left;
}

/*OJO, esto está repetido de styles2020.css*/

/* Campaña */

@media (min-width: 0px) {
	.tituloIntroContent .hashtagContent{
		color: white;
		font-size: 20px;
		line-height: 33px;
		font-weight: 400;
		letter-spacing: -1px;
		padding-left: 0px;
	}
}
@media (min-width: 380px) {
	.tituloIntroContent .hashtagContent{
		color: white;
		font-size: 26px;
		line-height: 38px;
		font-weight: 400;
		letter-spacing: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 500px) {
	.tituloIntroContent .hashtagContent{
		color: white;
		font-size: 34px;
		line-height: 55px;
		font-weight: 400;
		letter-spacing: -1px;
		padding-left: 0px;
	}
}
@media (min-width: 690px) {
	.tituloIntroContent .hashtagContent{
		color: white;
		font-size: 45px;
		line-height: 60px;
		font-weight: 400;
		letter-spacing: 1px;
		padding-left: 0px;
	}
}

.light .itemBotoneraTxt.hashtag{
    background-image: url(../imagenes/hashtagMenuBlack.png);
}
.itemBotoneraTxt.hashtag{
    width: 140px;
    height: 25px;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../imagenes/hashtagMenu.png);
}
.newsContent .mainTxt{
    float: left;
    padding: 20px 0 30px 0;
}

.headerCampana{
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
    background-position: center;
    background: url(../imagenes/headerAyudemosAPrevenir.jpg);
    background-position: center;
    background-size: cover;
}
.headerCampana .headerCampanaInner{
    display: flex; 
    flex-direction: column; 
    align-items: center;
    padding: 0 200px;
}
.headerCampana .boxLabContent{
    float: left;
    background: #ddab68;
    padding: 6px 10px;
    margin-bottom: 30px;
    color: white;
    text-align: center;
    letter-spacing: 0.5px;
}
.headerCampana .boxLabContent .labLabel{
    font-size: 12px;
}
.headerCampana .boxLabContent .labTitle{
    font-size: 12px;
    font-weight: 500;
}
.headerCampana .headerCampanaInner .headerLab{
    color: white;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}
.autoadjust {
    width: 100%;
    max-width: 1160px;
    min-width: 960px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
}
.center {
    width: 100%;
    max-width: 1160px;
    min-width: 130px;
    margin: 0px auto 0px auto;
}
.blogContent{
    width: 100%;
    margin-top: 50px;
}
.blogContent .colNews{
    width: 100%;
    float: left;
    margin-top: 0;
}
.blogContent .sectionNewsDataTitle{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: grey;
    padding: 5px;
    color: white;
}
.blogContent .colMenu{
    width: 280px;
    float: left;
    padding-right: 50px;
    position: absolute;
    transition: 0.5s;
    z-index: 1;
    height: 640px;
    left: unset;
}
.blogContent .colMenu .menuNewsContent{
    position: sticky;
    top: 310px;
    height: auto;
    width: 100%;
    float: left;
    padding: 78px 0 100px 0;
    background: unset;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem{
    width: 100%;
    float: left;
    letter-spacing: 0.25px;
    margin: 0 0 50px -6px;
    cursor: pointer;
    transition: 0.5s;
    padding: 0;
    height: 100%;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem:last-child{
    margin-bottom: 0;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem .menuNewsItemTxt .newsItemTxt{
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #4b4b4b;
    transition: 0.5s;
    float: left;
    width: 100%px;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem .menuNewsItemTxt .newsItemDot{
    width: 12px;
    height: 12px;
    border: 3px solid #4b4b4b;
    background: #e1e0e0;
    float: left;
    margin: 4px 10px 0 0;
    border-radius: 6px;
    transition: 0.5s;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem:hover .menuNewsItemTxt .newsItemDot{
    border: 3px solid #c1904f;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem:hover .menuNewsItemTxt .newsItemTxt{
    color: #c1904f;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem.on .menuNewsItemTxt .newsItemDot{
    border: 3px solid #c1904f;
    background: #c1904f;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem.on .menuNewsItemTxt .newsItemTxt{
    color: #c1904f;
    font-weight: 500;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem .menuNewsItemTxt .newsItemDotDownload{
    background-image: url(../imagenes/mapDownloadGrey.png);
    border: none;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    transition: 0.5s;
    margin: 0 10px 0 -5px;
}
.blogContent .colMenu .menuNewsContent .menuNewsItem:hover .menuNewsItemTxt .newsItemDotDownload{
    background-image: url(../imagenes/mapDownloadColor.png);
}
.blogContent .colMenu .menuNewsContent .menuNewsItem.on .menuNewsItemTxt .newsItemDotDownload{
    background-image: url(../imagenes/mapDownloadColor.png);
}
.blogContent .colNews{
    padding-left: 280px;
    position: relative;
}
.blogContent .colNews .newsContent{
    width: 100%;
    float: left;
    display: none;
}
.blogContent .colNews .newsContent .mainTitle{
    float: left;
    transition: 1s;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 42px;
    line-height: 62px;
    width: 100%;
}
.blogContent .colNews .newsContent .newsLabel{
    background: grey;
    color: white;
    padding: 5px 10px;
    float: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 10px;
}
.blogContent .colNews .newsContent:last-child{
    margin-bottom: 0px;
}
.blogContent .colNews .newsContent .videoNews{
    width: 100%;
    height: unset;
}
.blogContent .colNews .newsContent .newsItemContent{
    width: 100%;
    height: 100%;
}
.blogContent .colNews .newsContent .newsImg{
    width: 100%;
    float: left;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent{
    width: 100%;
    float: left;
    padding: 30px 40px 40px 40px;
    background: #d2d2d2;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsLabel{
    background: grey;
    color: white;
    padding: 5px 10px;
    float: left;
    font-size: 14px;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsAutor{
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    margin-bottom: 10px;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsTitle{
    width: 100%;
    float: left;
    font-size: 32px;
    line-height: 46px;
    margin: 10px 0 10px 0;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsTxt{
    width: 100%;
    float: left;
    font-size: 15.5px;
    line-height: 26px;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsBtn{
    float: left;
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsBtn:hover{
    opacity: 0.6;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsBtn .newsBtnTxt{
    float: left;
    color: #278EAF;
    font-weight: 500;
    font-size: 16px;
}
.blogContent .colNews .newsContent .newsItemContent .txtContent .newsBtn .newsBtnIcon{
    float: left;
    background:url(../com/imagenes/bluearrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 11px;
    margin-left: 20px;
}
.bandaGris{
    width: 100%;
    height: auto;
    background-color: #d2d2d2;
    float: left;
    margin: 100px 0;
}
.sectionSocialContent{
    width: 100%;
    float: left;
    margin: 70px 0;
}
.sectionSocialContent .sectionSocial{
    width: 25%;
    float: left;
    height: 200px;
    margin-top: 50px;
    padding: 0 25px;
    letter-spacing: 0.25px;
}
.sectionSocialContent .sectionSocial:first-child{
    padding-left: 0;
}
.sectionSocialContent .sectionSocial:last-child{
    padding-right: 0;
}
.sectionSocialContent .sectionSocial .socialItem{
    width: 100%;
    height: 100%;
    background: #e4bb70;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.sectionSocialContent .sectionSocial .socialItem .socialItemNumber{
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: center;
}
.sectionSocialContent .sectionSocial .socialItem .socialItemInfo{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}
.sectionTitle{
    width: 100%;
    float: left;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    font-weight: 300;
}
.thanksContent{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thanksContent .hashtagEnd{
    width: 600px;
}
.thanksContent .redesContent{
    float: left;
    padding: 60px 0;
}
.thanksContent .redesContent .redesItem{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    float: left;
    margin: 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}
.thanksContent .redesContent .redesItem.linkedin{
    background-image: url('../imagenes/icono_linkedin.png');
}
.thanksContent .redesContent .redesItem.facebook{
    background-image: url('../imagenes/icono_facebook.png');
}
.thanksContent .redesContent .redesItem.twitter{
    background-image: url('../imagenes/icono_twitter.png');
}
.thanksContent .redesContent .redesItem.whatsapp{
    background-image: url('../imagenes/icono_whatsapp.png');
}
.thanksContent .redesContent .redesItem.email{
    background-image: url('../imagenes/icono_email.png');
}
.thanksContent .redesContent .redesItem .redName{
    float: left;
    width: 100%;
    margin-top: 55px;
    color: #6f6f6f;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.25px;
    display: none;
    transition: 0.5s;
}
.thanksContent .redesContent .redesItem:hover .redName{
    display: block;
}

.colRENEfirst{
    width: 47%;
    float: left;
}
.colRENElast{
    width: 53%;
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
}

.imgInforme{
	height: 100%;
    width: 100%;
	margin: 34px 0 0 0;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	overflow: hidden;
	float: left;
}
.imgInforme.mobile{
    height: 100%;
}
.imgInforme.RENE{
    margin: 23px 0 0 0; 
    height: 283px;
}

/*verticalMobile*/

.blogContent.verticalMobile .colMenu .menuNewsContent .menuNewsItem.on{
    background: #bdbdbd;
    border-bottom: 3px solid #a07234;
}
.blogContent.verticalMobile .colMenu .menuNewsContent .menuNewsItem.on .menuNewsItemTxt .newsItemTxt{
    color: #a07234;
}
.blogContent.verticalMobile .colMenu .menuNewsContent{
    height: 130px;
}
.blogContent.verticalMobile .colMenu{
    height: auto !important;
}
.blogContent.verticalMobile.fixed .colMenu .menuNewsContent{
    position: fixed;
    top: 70px
}
.blogContent.verticalMobile .colMenu .menuNewsContent .menuNewsItem .menuNewsItemTxt .newsItemDot{
    display: none;
}
.blogContent.verticalMobile .colMenu .menuNewsContent .menuNewsItem .menuNewsItemTxt .newsItemDotDownload{
    display: none;
}
.blogContent.verticalMobile .colMenu{
    height: auto;
}
.blogContent .colMenu .menuNewsContent .accessLabContent{
    float: left;
    font-size: 13px;
    line-height: 17px;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 15px 0 0;
    display: none;
}
.blogContent .colMenu .menuNewsContent .accessLabContent .accessLabItem{
    background-color: #278EAF;
    padding: 12px 10px;
    display: flex;
    flex-direction: row;
}
.blogContent .colMenu .menuNewsContent .accessLabContent .accessLabItem .accesIcon{
    background-image: url(../imagenes/accessIcon.png);
    width: 18px;
    height: 16px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blogContent .colMenu .menuNewsContent .accessLabContent .accessLabItem .accessLabTxt{
    color: white;
    letter-spacing: 0.5px;
    width: 100%;
    padding-left: 8px;
}
.blogContent .colMenu .menuNewsContent .submenuNewsItem{
    width: 100%;
    float: left;
    padding-left: 21px;
    position: absolute;
    top: 131px;
    display: none;
}
.blogContent .colMenu .menuNewsContent .submenuNewsItem .submenuItem{
    font-size: 13.5px;
    line-height: 18px;
    margin: 18px 0;
    cursor: pointer;
    font-weight: 500;
    transition: 0.5s;
}
.blogContent .colMenu .menuNewsContent .submenuNewsItem .submenuItem.on{
    font-weight: 600;
    color: #c1904f;
}
.blogContent .colMenu .menuNewsContent .submenuNewsItem .submenuItem.on:hover{
    font-weight: 600;
    color: #c1904f;
}
.blogContent .colMenu .menuNewsContent .submenuNewsItem .submenuItem:hover{
    font-weight: 600;
    color: #4b4b4b;
}
.blogContent .colMenu .menuNewsContent .submenuNewsItem .submenuItem .submenuLabel{
    color: #868686;
    font-size: 11.5px;
    letter-spacing: 0.5px;
}
.blogContent .colMenu .menuNewsContent .submenuNewsItem .submenuItem.on .submenuLabel{
    color: #c1904f;
}


.sectionSocialContent .sectionMedia{
    width: 100%;
    margin-top: 50px;
    padding: 0 10px;
    float: left;
    height: 380px;
    letter-spacing: 0.25px;
}
.sectionSocialContent .sectionMedia .sectionMediaInner{
    background: #d2d2d2;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    transition: 0.5s;
    float: left;
    color: #4b4b4b;
    position: relative;
}
.sectionSocialContent .sectionMedia .sectionMediaInner:hover{
    background: #bbbbbb;
}
.sectionSocialContent .sectionMedia .titleMedia{
    font-size: 24px;
    line-height: 25px;
    margin: 6px 0 10px 0;
}
.sectionSocialContent .sectionMedia .linkMedia{
    margin: 0 0 20px 0;
    position: absolute;
    bottom: 0;
}
.sectionSocialContent .sectionMedia .linkMedia .iconMedia{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../imagenes/playMedia.png);
    transition: 0.5s;
}
.sectionSocialContent .sectionMedia .sectionMediaInner:hover .linkMedia .iconMedia{
    transform: scale(1.25);
}
.sectionSocialContent .sectionMedia .linkMedia .linkMediaTxt{
    font-size: 15px;
    font-weight: 600;
    float: left;
    margin-top: 5px;
    transition: 0.5s;
}
.sectionSocialContent .sectionMedia .sectionMediaInner:hover .linkMedia .linkMediaTxt{
    color: #b8802f;
}


/* SLIDER */
  
.gallery {
    background: none;
}

.gallery-cell {
    width: 75%;
    height: 318px;
    margin-right: 10px;
    counter-increment: gallery-cell;
    background-repeat: no-repeat !important; 
    background-position: center !important; 
    background-size: cover !important;
}

.gallery-cell .labelSlider {
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 10px;
    justify-content: center;
}
.gallery-cell .labelSlider .txtSlider{
    background: #ababab;
    float: left;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    letter-spacing: 0.25px;
    border-radius: 10px;
    cursor: pointer;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    display: flex;
    transition: 0.5s;
    border: 1px solid #8c8c8c;
}
.gallery-cell .labelSlider .txtSlider:hover{
    background: #909090;
}
.gallery-cell .labelSlider .txtSlider .downloadIcon{
    width: 15px;
    height: 15px;
    float: left;
    background: url(../imagenes/mapDownloadGrey.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 3px 0 0 8px;
}
.flickity-page-dots {
    position: unset;
    margin: 20px 0;
}
.flickity-page-dots .dot {
    background: #c3c3c3;
    opacity: 0.4;
    margin: 0 2px;
    width: 8px;
    height: 8px;
}
.flickity-prev-next-button {
    width: 35px;
    height: 35px;
}

.newsContent .downloadMapContent{
    float: left;
    width: 100%;
}
.newsContent .downloadMapContent .downloadMapItem{
    width: 50%;
    float: left;
    height: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.newsContent .downloadMapContent .downloadMapItem .downloadMap{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
}
.newsContent .downloadMapContent .downloadMapItem .downloadLabel{
    float: left;
    width: 100%;
    background: aliceblue;
    text-align: center;
    flex: 1;
    background: #c7c7c7;
    color: #4b4b4b;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px 0;
}
.flagIcon{
    float: left;
    width: 25px;
    height: 15px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-right: 5px;
}
.newsContent .downloadMapContent .downloadMapItem .downloadMap .downloadMapElementContent{
    float: left;
    width: 100%;
    height: auto;
    /* background: yellow; */
    text-align: center;
    position: absolute;
    top: 40%;
}
.newsContent .downloadMapContent .downloadMapItem .downloadMap .downloadMapElementContent .downloadMapIconContent .downloadIconItem{
    width: 40px;
    float: left;
    background: #00000070;
    height: 40px;
    border-radius: 25px;
    cursor: pointer;
    padding-top: 7px;
    transition: 0.5s;
}
.newsContent .downloadMapContent .downloadMapItem .downloadMap .downloadMapElementContent .downloadMapIconContent .downloadIconItem:hover{
    background: #00000090;
}

.newsContent .downloadMapContent .downloadMapItem .downloadMap .downloadMapElementContent .downloadMapIconContent .downloadIconItem:first-child{
    margin-right: 10px;
}
.newsContent .downloadMapContent .downloadMapItem .downloadMap .downloadMapElementContent .downloadMapIconContent{
    float: left;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* background: aliceblue; */
    height: 50px;
}



/* map viewer */
.downloadMapViewContent{
    float: left;
    width: 100%;
    height: 100%;
    display: none;
    background: #00000080;
    height: 500px;
    position: fixed;
    z-index: 2;
    top: 90px;
    padding: 50px;
    overflow: hidden;
}
.downloadMapViewContent .downloadMapView{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
.downloadMapViewContent .closeMapView{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 50px;
    top: 10px;
    cursor: pointer;
}

/* APLICACIONES URBEOS CITIES INDEX */

.sectionAppContent{
    float: left;
    width: 100%;
    height: 100%;
}
.sectionAppContent .titleAppContent{
    width: 100%;
    float: left;
    padding: 0 0px;
}
.sectionAppContent .titleAppContent .conceptContent .titulo{
    color: white;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -3px;
    transition: 1s;
    text-align: center;
}
.sectionAppContent .titleAppContent .conceptContent .bajada{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #211915;
    text-align: center;
    margin-top: 0px;
    position: relative;
    padding: 0 0px;
}
.sectionAppContent .modulosContent{
    width: 100%;
    padding: 0 0px 60px 0px;
    float: left;
    margin-top: 60px;
}

.sectionAppContent .modulosContent .columnCategoryContent:first-child{
    width: 100%;
    float: left;
}
.sectionAppContent .modulosContent .columnCategoryContent:last-child{
    margin-top: 30px;
    float: left;
    width: 100%;
}
.sectionAppContent .modulosContent .categoryContent{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
}
.sectionAppContent .modulosContent .categoryContent .txt{
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #555555;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494;
}
.sectionAppContent .modulosContent .modulosItemContent{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 10px;
    height: 220px;
    transition: 0.5s;
}
.sectionAppContent .modulosContent .columnCategoryContent:last-child .modulosItemContent{
    width: 100%;
}
.sectionAppContent .modulosContent .columnCategoryContent:last-child .modulosItemContent:last-child{
    width: 100%;
}
.sectionAppContent .modulosContent .modulosItem{
    height: 100%;
    padding: 10px 20px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sectionAppContent .modulosContent .modulosItem .moduloTxt{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
}
.sectionAppContent .modulosContent .modulosItem .moduloBtn{
    position: absolute;
    bottom: 20px;
    background: white;
    border-radius: 6px;
    padding: 4px 10px;
}
.sectionAppContent .modulosContent .modulosItem .moduloBtn .txt{
    float: left;
    color: white;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.sectionAppContent .modulosContent .modulosItemContent.sucursales .modulosItem .moduloBtn .txt{
    color: #1a7285;
}
.sectionAppContent .modulosContent .modulosItemContent.clientes .modulosItem .moduloBtn .txt{
    color: #917ca5;
}
.sectionAppContent .modulosContent .modulosItemContent.ventas .modulosItem .moduloBtn .txt{
    color: #687c3e;
}
.sectionAppContent .modulosContent .modulosItemContent.calidad .modulosItem .moduloBtn .txt{
    color: #c64f50;
}
.sectionAppContent .modulosContent .modulosItemContent.urbanismo .modulosItem .moduloBtn .txt{
    color: #b8802f;
}
.sectionAppContent .modulosContent .modulosItem .moduloBtn .icon{
    background: url(../imagenes/arrowAplicaciones.png);
    width: 8px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-left: 10px;
}