.innerContHallGallery {
	margin: auto;
}
.titleHallGallery {
	text-align: center;
    font-size: 32px;
    color: #0051A5;
    font-weight: 800;
    line-height: 1.4;
}
.descHallGallery {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.contSelectCatHallGallery {
	width: 100%;
	text-align: center;
}
.boxSelectCatHallGallery {
	border: 1px solid #0051A5;
	padding: 5px 40px 5px 10px;
	width: 300px;
	text-align: left;
    cursor: pointer;
}
.selectCatHallGallery {
	width: max-content;
	margin: 40px auto 20px;
    position: relative;
}
.optionItemCatHallGallery {
    border: 1px solid #0051A5;
    padding: 0 40px 0px 10px;
    width: 300px;
    text-align: left;
    border-top: none;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;
}
.optionItemCatHallGallery:hover {
    background-color: #D3ECF7;
}
.optionItemCatHallGallery.select {
    display: none;
}
.popUpHallGallery {
	position: fixed;
	height: 100%;
/*	width: 100%;*/
	background-color: rgb(2, 39, 81, 0.5);
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    overflow-x: hidden;
    width: 100%;
}
.popUpHallGallery.active {
    opacity: 1;
    visibility: visible;    
}
.contPopUpHallGallery {
	background-color: #fff;
	width: 90%;
	min-height: 650px;
	display: flex;
	position: relative;
    overflow: hidden auto;
	justify-content: center;
	align-items: flex-start;
    height: 70%;
    z-index: 10;
}
.maskClosePopUpHallGallery {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.catPopUpHallGallery {
	position: absolute;
	top: 0;
	left: -10px;
	color: #fff;
	min-width: 170px;
	text-align: center;
	padding: 10px;
	font-size: 24px;
	line-height: 20px;
    z-index: 10;
}
.textCatPopUpHallGallery {
    position: relative;
    z-index: 10;
    padding: 0 25px;
    font-weight: 700;
}
.bgFigCatPopUpHallGallery {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);   
	background-color: #B58500;     
	z-index: 1;
}
.contImgInfoPopUpHallGallery {
	width: 66%;
	height: 100%;
    display: flex;
}
.contInfoRightPopUpHallGallery {
    position: relative;
	width: 33%;
	height: 100%;
}
.contInfoPopUpHallGallery,
.contImagePopUpHallGallery {
	width: 50%;
	height: 100%;
    position: relative;
    cursor: default;
    overflow: hidden;
}
.contInnerItemsSlickHallGallery  {
    position: relative;
/*    overflow: hidden;    */
}
.itemSlickHallGAllery {
    aspect-ratio: 1 / 1.5;   
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.contImagesBgHallGallery {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.contSlickHallGallery {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}
.contTextHallGallery {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgb(0, 49, 104);
/*    background: linear-gradient(0deg, rgba(0, 49, 104, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
    background: linear-gradient(0deg, rgba(0, 49, 104, 1) 0%, rgba(0, 49, 104, 1) 20%, rgba(0, 0, 0, 0) 100%);
    padding-top: 40px;
    color: #fff;        
    padding-bottom: 10px;
    z-index: 20;
}
.contTilteHallGallery {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    font-family: 'rbc_displaybold', sans-serif;
}
.imgFrsHallGallery {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 10;
    transition: all .8s ease;
}
.imgSecHallGHallGallery{
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    opacity: 1;
    z-index: 1;
}
.itemSlickHallGAllery:hover .imgFrsHallGallery {
    opacity: 0;    
}
.contOptionsCatHallGallery {
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 40;
    background-color: #fff;
    top: 100%;
    transition: all .5s ease;
}
.arrowSelect {
    position: absolute;
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
    display: block;
    right: 10px;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/arrow-blue.png);
    transition: all .5s ease;
}
.open .arrowSelect {
    transform: rotate(-180deg);
}
.contHallGallery .owl-carousel .owl-nav button.owl-next, 
.contHallGallery .owl-carousel .owl-nav button.owl-prev, 
.contHallGallery .owl-carousel button.owl-dot {
    outline: none;
}
.contHallGallery .owl-dots.disabled {
    display: block!important;
    margin-top: 30px!important;
}
.contHallGallery .owl-theme .owl-dots .owl-dot.active span, 
.contHallGallery .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0051A5;
}
.contHallGallery .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #0051A5;
}
.itemGalleryPopUpHalGallery,
.contHallGallery .owl-item,
.contHallGallery .owl-stage,
.contHallGallery .owl-stage-outer {
    cursor: default;
    height: 100%;
}
.itemGalleryPopUpHalGallery {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;   
}

.cityTilteHallGallery {
    font-size: 16px;
    color: #D3ECF7;
}
.hidenPopUp {
    display: none;
}
.titlePopUpHallGallery {
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #0051A5;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.cityPopUpHallGallery {
    font-weight: 800;
    line-height: 18px;
    font-size: 20px;
    color: #003168;
    margin-bottom: 30px;
    margin-top: 15px;
}
.contDescPopUpHallGallery {
    width: 90%;
    margin: auto;
}
.contHalfInfoPopUpHallGallery {
    width: 90%;
    margin: auto;
}
.descPopUpHallGallery {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.contHalfInfoPopUpHallGallery {
    display: flex;
    position: absolute;
    top: 65%;
    width: 90%;
    left: 5%;
}
.contItemInfoPopUpHallGallery {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.contItemInfoPopUpHallGallery:last-child {
    padding-left: 20px;
    border-left: 2px solid #D3ECF7;
}
.titleItemPopUpHallGallery {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #0051A5;
}
.subitemPopUpHallGallery {
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
    color: #003168;
}
.subitemPopUpHallGallery {
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
    color: #003168;
}
.conOutertQuotePopUpHallGallery {
    position: relative;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contQuotePopUpHallGallery {
    position: relative;
    height: max-content;
    width: 100%;
}
.iconQuoteTopPopUpHallGallery {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 25px;
    background-image: url('../../images/comillas-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 5%;
}
.iconQuoteBottomPopUpHallGallery {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 25px;
    right: 30px;
    background-image: url(../../images/comillas-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contDescQuotePopUpHallGallery {
    width: 90%;
    margin: auto;
    padding: 90px 0;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
}
.contNews {
    position: absolute;
    width: 90%;
    top: 45%;
    margin: auto;
    padding-top: 40px;
    border-top: 2px solid #D3ECF7;
    left: 5%;
}
.titleNewsPopUpHallGallery {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #0051A5;
}
.itemNewPopUpHallGallery {
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline!important;
    margin: 20px 0;
    display: block;    
    transition: all .5s ease;
    outline: none;
    border: none;
}
.itemNewPopUpHallGallery:hover {
    text-decoration: underline!important;
    color: #003168;
}
.itemNewPopUpHallGallery:focus {
    outline: none;
    border: none;    
    color: #0051A5;
}
.closePopUpHallGallery {
    background-image: url(../../images/close-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}
.contArrows {
    position: absolute;
    bottom: 20px;
    display: flex;
    gap: 20px;
    right: 38px;
}
.prevArrow, 
.nextArrow {
    height: 50px;
    width: 50px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-image: url(../../images/arrow-white.png);
    background-color: #003168;
    border-radius: 50%;
    transition: all .5s ease;
}
.prevArrow {
    transform: rotate(-180deg);
}
.prevArrow:hover, 
.nextArrow:hover {
    background-color: #0051A5;
}
.contSocialMediaPopUpHallGallery:focus {
    outline: none;
    border: none;    
}
.contSocialMediaPopUpHallGallery {
    position: absolute;
    bottom: 30px;
    width: 30%;
    left: 2%;
    display: flex;
    align-items: center;
}
.itemsSocialMediaPopUpHallGallery {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 50%;
    outline: none;
    border: none;
}
.iconSocialMediaPopUpHallGallery {
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.textSocialMediaPopUpHallGallery {
    font-size: 14px;
    font-weight: 500;
    color: #0051A5;
}
.nonArrow .contArrows {
    display: none;
}
.contCategoryHallGallery {
    top: 0;
    position: absolute;
    z-index: 1000;
    left: -5px;
    color: #fff;
}
.closeItemArrowHallGallery {
    display: none;
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
.contImagePopUpHallGallery .owl-stage-outer {
    left: -2px;
}
.maskGalleryPopUpHalGallery {
    display: none;
}
.justItem .titleItemPopUpHallGallery {
    min-height: 40px;
}
.contHallGallery .owl-theme .owl-prev,
.contHallGallery .owl-theme .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    top: calc(50% - 15px);
    left: -40px;
}
.contHallGallery .owl-theme .owl-next {
    right: -40px;
    left: auto;
}
.contHallGallery .owl-theme .owl-nav [class*=owl-]:hover,
.contHallGallery .owl-theme .owl-next:hover {
    background: #FFF;    
}
.contHallGallery .owl-theme .owl-prev span,
.contHallGallery .owl-theme .owl-next span {
    height: 100%;
    width: 100%;
    display: block;
    font-size: 0;
    background-image: url(../../images/go-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.contHallGallery .owl-theme .owl-next span {
    background-image: url('../../images/go-right-arrow.png');    
}
.imgArrow {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 7px;
    right: 7px;
    background-image: url('../../images/open-card-arrow-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.imgFrsHallGallery .imgArrow {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {
    .titlePopUpHallGallery {
        height: 120px;
    }
    .contHalfInfoPopUpHallGallery {
        top: 65%;
    }
    .iconQuoteTopPopUpHallGallery,
    .iconQuoteBottomPopUpHallGallery {        
        height: 40px;
        width: 40px;
    }
    .contDescQuotePopUpHallGallery {
        padding: 70px 0;        
    }
    .contNews {
        top: 43%;
        padding-top: 30px;       
    }
}
@media only screen and (max-width: 1024px) {
    .contImgInfoPopUpHallGallery {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
    }
    .contPopUpHallGallery {
        flex-direction: column;  
        justify-content: flex-start;      
    }
    .contInfoPopUpHallGallery, .contImagePopUpHallGallery {
        width: 100%;
        height: auto;
    }
    .contInfoRightPopUpHallGallery {
        width: 100%;
    }
    .contImagePopUpHallGallery {
        width: calc(100% + 3px);
        position: relative;
        top: 0;
        left: 0;
        height: 500px;
        z-index: 1;
    }
    .itemGalleryPopUpHalGallery {
        background-size: cover;        
    }
    .contHalfInfoPopUpHallGallery {
        position: relative;
        top: auto;
        left: auto;
    }    
    .contInfoRightPopUpHallGallery {
        width: 100%;
        flex-direction: column-reverse;
        display: flex;
    }
    .titlePopUpHallGallery {
        height: auto;
        margin-top: 30px;
    }
    .contNews {
        padding-top: 30px;
        padding-bottom: 40px;
        border: none;
        border-bottom: 2px solid #D3ECF7;
    }
    .contDescQuotePopUpHallGallery {
        text-align: center;
        padding: 60px 0;
    }
    .iconQuoteTopPopUpHallGallery {
        top: 10px;
        height: 40px;
        width: 40px;
        left: 15px;
    }
    .iconQuoteBottomPopUpHallGallery {
        bototm: 10px;
        height: 40px;
        width: 40px;
        right: 15px;        
    }
    .contArrows {
        position: relative;
        width: 90%;
        left: 5%;
        right: 0;
        justify-content: space-between;
        margin-top: 50px;
        align-items: center;
    }
    .closeItemArrowHallGallery {
        display: block;
        color: #0051A5;
        font-weight: 500;
        font-size: 14px;
        text-decoration: underline;
        z-index: 1000;
    }
    .contSocialMediaPopUpHallGallery {
        position: relative;
        flex-direction: column;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .itemsSocialMediaPopUpHallGallery {
        margin: 10px 0;
    }
    .iconSocialMediaPopUpHallGallery {
        height: 20px;
        width: 20px;
    }
    .contHalfInfoPopUpHallGallery {
        margin: 30px auto;
    }
    .contQuotePopUpHallGallery {
        margin: 20px 0;
    }
    .contNews {
        position: relative;
        top: 0;
        left: 0;
    }
    .closePopUpHallGallery {
        top: 10px;
        right: 10px;
        background-image: url(../../images/close-white.png);
    }
    .owl-carousel .owl-stage {
        margin: 0;
    }
    .itemsSocialMediaPopUpHallGallery {
        justify-content: center;        
    }
    .contImagePopUpHallGallery .owl-stage-outer {
        left: 0;
    }
    .maskGalleryPopUpHalGallery {
        display: block;
        position: absolute;
        height: 500px;
        width: 100%;
        top: 0;
        z-index: 90;
        left: 0;
    }
    .conOutertQuotePopUpHallGallery {
      height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .contSlickHallGallery {
        width: 80%;
    }
    .contHallGallery .owl-theme .owl-next {
        right: -35px;
    }
    .contHallGallery .owl-theme .owl-prev {
        left: -35px;
    }
    .imgFrsHallGallery .imgArrow {
        visibility: visible;
        opacity: 1;
    }
    .popUpHallGallery {
        overflow-x: hidden;
        width: calc(100% - 2px);        
    }
}


