/* Utiles */
.imagen img{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.white{
	color: #fff;
}

.pd-footer{
	padding: 40px 0;
}
.pd-bottom-none{
	padding-bottom: 0;
}
.pd-bottom-60{
	padding-bottom: 60px;
}
.mg-bottom-60{
	margin-bottom: 60px;
}
.font-size-14{
	font-size: 14px;
}
.font-size-15{
	font-size: 15px;
}
.line-height-0{
	line-height: 0;
}
.text-center{
	text-align: center;
}
/* Contenido */
.img-banderas{
	display: inline-block;
}

.top-bar-iuris{
	width: 100%;
	height: 50px;
	max-height: 50px;
	background-color: #036;
	padding: 5px 0;
}
.top-bar-iuris{
	width: 100%;
	height: 50px;
	max-height: 50px;
	background-color: #036;
	padding: 5px 0;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.top-bar-iuris-dos{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
}

.top-bar-iuris-dos a i{
	color: #d48c00;
	margin-right: 5px;
}
.top-bar-iuris-dos a{
	color: #fff;
}
.top-bar-iuris-dos a:hover{
	text-decoration: underline;
}
.top-bar-iuris-dos a:not(:last-child){
	margin-right: 20px;
}
.footer-bar-iuris{
	width: 100%;
	background-color: #0927467d;
	/*height: 50px;*/
	padding: 15px 0;
}
.footer-bar-iuris .contenedor{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	/*height: 50px;*/
}
.footer-iconos-rs a{
	line-height: normal;
	text-align: center;
}

.titulo-banderas span{
	font-size: 15px;
	color: #fff;
	line-height: normal;
	font-weight: 500;
    text-shadow: 1px 1px 5px #e5b907;
}
.regular .banderas{
	padding: 7px 0 0 0;
}
.sticky .navbar-fixed-top{
	top: 0 !important;
	transition: 0.3s;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #000 !important;
    background-color: transparent !important;
}
nav.navbar.bootsnav ul.nav > li:hover > a {
	color: rgb(212, 140, 0)!important;
}
.titulo-slider {
	word-break: break-word;
}
.footer-iconos-rs li i{
	color: #d48c00;
}
.footer-iconos-rs li:hover i{
	color: #d48c00;
}
.footer-logo {
    width: 100%;
    max-width: 260px;
    max-height: 100% !important;
}
.bg-footer{
	background-color: #036;
	color: #fff;
}
.parrafo-footer{
	text-align: justify;
	line-height: 22px;
}
@media screen and (max-width: 575px){
	.parrafo-footer{
		text-align: center;
	}
}
.texto-ubicacion h4{
	font-size: 22px;
	color: #003366;
	line-height: normal;
	font-weight: 500;
}
.texto-ubicacion p{
	font-size: 15px;
	color: #000;
	line-height: normal;
	font-weight: 400;
}
.datos-contacto{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	text-align: center;
}
.datos-contacto h2{
	font-size: 25px;
	margin-bottom: 10px;
	color: #003366;

}
.datos-contacto .contenido a img{
	max-width: 80px
}
.datos-contacto .contenido{
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 10px;
	background-color: #fbfbfb;
}
.align-items{
	align-items: normal !important;
}
/*.lista-servicios-footer a{
	font-size: 14px;
}*/
.logo-iuris img{
	max-width: 270px;
	max-height: 70px;
}

@media screen and (max-width: 991px){
	.logo-iuris img{
		padding: 10px 0;
	}
	.icon-bar-none{
		display: none;
	}
	.top-bar-iuris-dos{
		justify-content: space-between;
	}
}
@media screen and (max-width: 767px){
	.titulo-none{
		display: none;
	}
	nav .accordion-menu {
    	margin-right: 13px;
	}
}
@media screen and (max-width: 600px){
	.top-bar-iuris {
	    height: 80px;
	    max-height: 80px;
	    background-color: #036;
	    padding: 5px 0;
	    display: flex;
	    align-items: center;
	    flex-flow: row wrap;
	}
	.header-with-topbar .navbar-fixed-top {
    	top: 80px;
	}
}
@media screen and (max-width: 575px){
	.datos-contacto .contenido{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 450px) {
	.top-bar-iuris {
		display: none;
	}
	.header-with-topbar .navbar-fixed-top {
    	top: 0px;
	}
}


 