.btn-whatsapp-contact {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 62px;
    right: 12px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

a.btn-whatsapp-contact:hover {
    background-color: #36e477;
}

a.btn-whatsapp-contact:hover,
a.btn-whatsapp-contact:hover .fa {
    color: #FFF;
}

/** ALERT **/
.alert h4 {
    font-size: 18px;
}

.alert p {
    margin-bottom: 0px;
    font-size: 14px;
}

/** form **/
.text_box input[type="text"],
.text_box input[type="email"],
.text_box select {
    font: 400 15px/60px Poppins, sans-serif;
    color: #222d39;
    height: 60px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    width: 100%;
    border: 1px solid #dcdcdc;
    padding-left: 30px;
}

.text_box textarea {
    border: 1px solid #dcdcdc;
}

input[type="text"],
input[type="email"],
.text_box select,
.text_box textarea {
    -webkit-appearance: none;
    outline: 0;
}

.contact_info_item {
    border-bottom: 1px solid #eeebf6;
    padding-bottom: 15px;
}

.no-border-bottom {
    border-bottom: 0;
}

.contact_info_item+.contact_info_item {
    /* border: 0; */
    margin-top: 18px
}

.header_area_two+section {
    margin-top: 0;
}

.nice-select {
    height: 56px;
    line-height: 56px;
}

.nav-item.show .dropdown-menu.show {
    min-width: 210px;
}

.blog_content .post_date {
    width: auto;
    height: 80px;
    right: 20px;
    top: -50px;
    padding: 10px;
}
.blog_content .video.post_date {
    width: auto;
    height: 80px;
    right: 20px;
    top: -50px;
    padding: 10px;
}

.blog_content {
    padding: 30px 37px 42px 30px;
}


/* CARD DE CALENDARIO **/
.card__date .date {
    border: 1px solid #2f4266;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    min-width: 75px;
    max-width: 75px;
    overflow: hidden;
}

.card__date .date__month {
    background: #2f4266;
}

.card__date .date__month {
    background: #2f4266;
    color: #fff;
    font-size: .75rem;
    white-space: nowrap;
    padding: 4px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.card__date .date__day {
    background: #fff;
    color: #2f4266;
    font-size: 2.25rem;
    padding: .5rem;
}

.blog_post_item .blog_content {
    padding: 15px 17px 30px;
}


.row-striped:nth-of-type(odd) {
    background-color: #efefef;
    border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
    border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}
.full{
    width: 100%;
}

.filter_hover .active {
    background: #4069eb;
    border-color: #4069eb;
    color: #fff !important;
}

.h_47px {
    height: 47px;
}

.job_info {
    border: 0px solid #f4f4f9;
    padding: 00px;
}

.breadcrumb_area {
    /*padding: 235px 0 51px !important;*/
    padding: 61px 0 40px !important;
    overflow: hidden;
}


@media screen and (max-width: 991px){
    .blog_content .post_date {
        width: auto;
        height: 75px;
        right: 15px;
        top: -50px;
    }
}


.swal2-popup .swal2-image {
    margin: 0px;
}

.swal2-popup .swal2-close {
    z-index:2;
}

#instit .list-group-item {
    border: 0;
}
#instit .list-group-item { background-color: #f5f5f5; }
#instit a.list-group-item { color: #4a649c; }
#instit a.list-group-item:hover { background-color: #4a649c; color: #FFF;}

#instit .list-group-item.active {
    background-color: #4a649c;
    color: #FFF;
}

.titulo_area {
    background-color: #4a649c;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.titulo_area h6 {
    color: #FFF;
    margin-bottom: 0;
    padding: 5px;
}

#menu-mobile, .s-close-menu-mobile {
    cursor: pointer;
}

.grecaptcha-badge {
	display: none;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container #my-video,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.blog_content img {
    max-width: 100% !important;
    height: auto;
    /* width: auto !important; */
    /* display: block !important;
    margin: auto !important;
    height: auto !important; */
}

.container.custom_container {
    max-width: 1280px
}
