html,
body {
	height: 100%
}
body {
	min-height: 100%
}
.text-microfimap {
	color: #33859C;
}
.bg-microfimap {
	background-color: #e0e0e0;
}
.header-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}
.top-bar {
    position: relative;
    font-weight: 300;
    z-index: 50;
    background-color: #051457 !important;
}
header.header {
	-webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15) !important;
	border-bottom: 1px solid #D9D9D9;
}
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    z-index: 997;
    
}
.fixed-action-btn.btn-information {
	bottom: 93px
}
.btn-floating {
    display: inline-block;
    color: #fff;
    /*position: relative;*/
    overflow: hidden;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 75px;
    padding: 0;
    background-color: #51AA30;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn-floating.btn-large:hover,
.btn-floating.btn-large:focus {
	color: #fff;
	opacity: 0.8
}
.btn-floating.btn-large:after {
	content: '';
	display: block;
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 4px solid #dc3545;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}
.fixed-action-btn:hover .btn-floating.btn-large:after,
.fixed-action-btn:focus .btn-floating.btn-large:after {
	display: none;
}
.btn-large {
    line-height: 48px;
    font-size: 32px;
    padding: 0 28px;
}
.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;
}
.btn-floating.btn-large i {
    line-height: 56px;
}
#textSolicita {
	position: absolute;
    left: initial;
    width: max-content;
    min-width: 170px;
    right: 0;
    top: 50%;
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    margin-right: 60px;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-action-btn ul {
    right: 0;
    text-align: right;
    position: absolute;
    bottom: 64px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    list-style: none;
    width: max-content;
    min-width: 50vw;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fixed-action-btn:hover ul,
.fixed-action-btn:focus ul {
	opacity: 1;
	visibility: visible;
}
.fixed-action-btn ul li {
	margin-top: 5px
}
.fixed-action-btn ul .btn-floating {
	text-align: center
}
.fixed-text {
    color: #fff;
    background-color: rgba(0,0,0,.8);
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.modal-backdrop.show {
	opacity: 0.9
}
.swiper-button-next,
.swiper-button-prev {
	color: #33859C;
}
.swiper-pagination-bullet-active {
    background: #33859C;
}

.card-solicitud {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border: 0;
    border-radius: 4px !important
}
.card-solicitud:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 4px !important
}

.btn-danger {
	background-color: red
}
.btn-primary {
	background-color: #051457
}
.btn-danger:hover {
	background-color: red;
	opacity: 0.9;
}
.btn-primary:hover {
	background-color: #051457;
	opacity: 0.9;
}

.card-solicitud .card-img-overlay {
	top: inherit;
	bottom: inherit
}
.card-text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out
}
.card-solicitud .card-img-overlay,
.card-solicitud .card-img-overlay {
	visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out
}
.card-solicitud:hover>.card-img-overlay,
.card-solicitud:focus>.card-img-overlay {
	visibility: hidden;
    opacity: 0;
}
.card-solicitud:hover>.card-text-overlay,
.card-solicitud:focus>.card-text-overlay {
	visibility: visible;
	opacity: 1
}

.swiper-container-tes img {
    max-width: 160px;
}

.img-light {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tit-head {
	background-image: url('../img/migrobg.jpg');
    background-size: cover;
    flex: 1 1 auto;
    background-repeat: no-repeat;
    background-position: center 0px;
}
.swiper-video {
	position: absolute!important;
    top: 10%;
    left: 25%;
    right: 25%;
    bottom: 10%;
    width: auto;
    z-index: 5
}
/*.swiper-video video {
    outline: 0;
    width: 88%;
}*/

#navbarContent .nav-item {
    position: relative;
}
#navbarContent .nav-item.active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 5px;
    width: 100%;
    background-color: #33859C;
}
.bootbox.modal .bootbox-close-button {
    float: right!important;
}

@media (max-width: 991.98px){
    .navbar-expand-lg {
        padding: .5rem 1rem;
    }
}
@media (max-width: 767px){
    #cierra-modal {
        display: inline-block;
        position: relative;
        width: 100%;
        float: none !important;
        background-color: #dc3545!important;
        color: #fff !important;
        padding: 10px !important;
        order: 2;
        margin-top: auto;
    }
    #cierra-modal:after {
        content: 'Cerrar video'
    }
    .modal-fullscreen-md-down .modal-body {
        display: flex;
        flex-flow: inherit;
    }
    .modal-fullscreen-md-down .embed-responsive{
        order: 1;
        height: 100%;
        margin-bottom: 15px;
    }
	.swiper-video {
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
    }
    .btn-floating  {
        width: 45px;
        height: 45px;
        line-height: 55px;
    }
    .btn-floating i.h1 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    #cierra-modal {
        margin-top: -36px;
        margin-right: -28px;
        font-size: 30px;
    }
    .fixed-action-btn {
        bottom: calc(50% - 25px);
    }
}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 100px;
		height: 100px;
		opacity: 0;
	}
}