/*
Theme Name: Universaria
Author: Lucas Fiege
Description: Bootstrap 4 WordPress Theme
Version: 1.0.0
Tags: bootstrap
*/

// @import 'css/style.css';

.header_mp .header-toparea {
    background: #6cad19;
    padding-top: 8px;

}

.header_mp .header-topcontact, .header_mp .header-toplinks {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 1;
    padding: 5px 0;
}

.header_mp .header-topcontact li, .header_mp .header-toplinks li {
    font-size: 12px;
    line-height: 1;
    list-style: none;
    display: inline-block;
    color: #ffffff;
    border-right: 1px solid #fff;
    padding: 0 15px;
    letter-spacing: 1px;
    text-decoration: none;
}

.header_mp .header-topcontact li:first-child, .header_mp .header-toplinks li:first-child {
    padding-left: 0;
}

.header_mp .header-topcontact li:last-child, .header_mp .header-toplinks li:last-child {
    border-right: none;
    padding-right: 0;
}

.header_mp .header-topcontact li a, .header_mp .header-toplinks li a {
    color: #ffffff;
    text-decoration: none;
}

.header_mp .header-topcontact li a:hover, .header_mp .header-toplinks li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.header_mp .header-toplinks {
    text-align: right;
}

.header_mp .header-topcontact li i {
    margin-right: 7px;
}

.header_mp .direccion {
    background-image: url(/images/general/icons/ubicacion-128-bl.png);
    background-size: auto 11px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}


.header_mp .header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_mp .header .header_mp .header-right-wrap {
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header_mp .header .header_mp .header-right-wrap {
        margin-right: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .header_mp .header .header_mp .header-right-wrap {
        margin-right: 0px;
    }
}

header-logo {
    display: inline-block;
    padding: 15px 0;
}

.header_mp .header-search {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.header_mp .header-searchtrigger {
    border: none;
    font-size: 24px;
    align-self: stretch;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .8);
    min-width: 34px;
    background-color: transparent;
    outline: none;
}

.header_mp .header-searchtrigger:hover, .header_mp .header-searchtrigger.is-active {
    color: #FFF;
}

.header_mp .header-searchbox {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    height: auto;
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0.8);
    transform-origin: 50% 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header_mp .header-searchbox input {
    border: 1px solid #bbbbbb;
    border-right-color: #6cad19;
}

.header_mp .header-searchbox input:focus {
    border-color: #6cad19;
}

.header_mp .header-searchbox button,
.header_mp .header-searchbox [type="submit"] {
    background: rgba(108, 173, 25, .8);
    border: 1px solid rgba(108, 173, 25, .9);
    color: #ffffff;
    flex: 0 0 45px;
    max-width: 45px;
    font-size: 22px;
}

.header_mp .header-searchbox button:hover,
.header_mp .header-searchbox [type="submit"]:hover {
    background: rgba(108, 173, 25, 1);
}

.header_mp .header-searchbox.is-visible {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header_mp .redes_header_mp {
    float: right;
}

.header_mp .redes_header_mp li {
    font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_mp .header-topcontact, .header_mp .header-toplinks {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .header_mp .header-topcontact, .header_mp .header-toplinks {
        text-align: right;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .header_mp .header-topcontact, .header_mp .header-toplinks {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .header_mp .header-topcontact li, .header_mp .header-toplinks li {
        border-right: none;
        line-height: 1.5;
    }

    .header_mp .header-topcontact li:first-child, .header_mp .header-toplinks li:first-child {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .header_mp .header-topcontact li:first-child, .header_mp .header-toplinks li:first-child {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .header_mp .header-topcontact li:last-child, .header_mp .header-toplinks li:last-child {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .header_mp .header-searchbox {
        width: 290px;
    }
}

.header_mp .mi-ciudad {
    width: auto;
    float: right;
    background: rgba(255, 255, 255, .85);
    padding: 2px 18px 2px 25px;
    border-radius: 5px;
    color: #6cad19;
    margin-left: 25px;
    font-size: 11px;
    font-weight: 600;
    background-image: url("/images/general/icons/user-128-ve.png");
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    text-decoration: none;
}

.header_mp .mi-ciudad:hover {
    background: rgba(255, 255, 255, 1);
    background-image: url("/images/general/icons/user-128-ve.png");
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: auto 12px;

}

.header_mp .header-search{
  margin: 0px;
}

.mobile-menu .mean-bar .mean-nav > ul{
  border: none;
}


#insurers > header > div.header-area {
    margin-left: 50px;
    margin-right: 50px;
}

@media only screen and (max-width: 575px) {
    .header_mp .header-toparea {
        display: none;
    }
    #insurers > header > div.header-area {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/**
 * Footer
 */

.footer_mp {
    width: 100%;
    height: auto;
    float:left;
    overflow:hidden;
}

.footer_mp .footer-contact {
    margin-bottom: -82px;
    position: relative;
    z-index: 1;
    background: rgba(108, 173, 25, 1);
    padding: 25px 20px;
    margin-top: 10px;
}

.footer_mp .footer-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 0;
    width: 100%;
    border-bottom: 190px solid rgba(108, 173, 25, 0.13);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: scale(1.04);
    z-index: -1;
}

.footer_mp .footer-contact-block {
    display: flex;
    align-items: center;
    padding: 15px 0;
    color: #ffffff;
}

.footer_mp .footer-contact-block p {
    margin-bottom: 0;
    color: #ffffff;
}

.footer_mp .footer-contact-block a {
    color: #ffffff;
}



.footer_mp .footer-contact-icon {
    height: 35px;
    width: 35px;
    float: left;;
    flex: 0 0 35px;
    margin-right: 10px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #03a8f3;
    font-size: 20px;
    top: 0px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_mp .footer-contact {
        margin-bottom: -155px;
    }

    .footer_mp .footer-contact::before {
        display: none;
    }


}

@media only screen and (max-width: 767px) {
    .footer_mp .footer-contact {
        margin-bottom: -150px;
        padding: 30px;
    }

    .footer_mp .footer-contact::before {
        display: none;
    }

    .footer_mp .footer-contact > .row .col {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .footer_mp .footer-contact-block {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 575px) {
    .footer_mp .footer-contact {
        padding: 30px 15px;
    }

    .footer_mp .footer-contact-block {
        padding: 10px 0;
    }

    .footer_mp .footer-contact-icon {
        height: 55px;
        width: 55px;
        -ms-flex: 0 0 65px;
        flex: 0 0 55px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 991px) {
    .footer_mp .footer-inner {
        background-size: 100% auto;
        background-position: center center;
        padding-top: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .footer_mp .footer-inner {
        background-size: 100% auto;
        background-position: center center;
        padding-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_mp .footer-inner {
        background-size: 100% auto;
        background-position: center center;
        padding-top: 180px;
    }
}

@media only screen and (max-width: 575px) {
    .footer_mp .footer-inner {
        background-size: auto 100%;
        background-position: center center;
        padding-top: 200px;
    }
}

.footer_mp .footer-widgets-area {
    padding: 15px 0px;

}

.footer_mp .footer-gradiente {
    background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.70));

}

.footer_mp .footer-widgets {
    margin-top: -40px;
}

.footer_mp .footer-widgets li {
    list-style: none;
}

.footer_mp .footer-widgets .widget-title {
    color: #ffffff;
    font-size: 22px;
    position: relative;
}

.footer_mp .footer-widgets .widget-title span {
    padding-bottom: 5px;
}

.footer_mp .footer-widgets .widget-title span::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    width: 70px;
    background: #ffffff;
}

.footer_mp .footer-widgets .widget-info p {
    color: #ffffff;
}

.footer_mp .footer-widgets .widget-latestblog-image {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
}

.footer_mp .footer-widgets .widget-links {
    padding-left: 15px;
}

.footer_mp .footer-widgets .widget-links ul li a {
    color: #ffffff;
}

.footer_mp .footer-widgets .widget-links ul li a:hover {
    color: #03a8f3;
}

.footer_mp .footer-widgets .widget-latestblog ul li span {
    color: #ffffff;
}

.footer_mp .footer-widgets .widget-latestblog ul li h5 {
    color: #ffffff;
}

.footer_mp .footer-widgets .widget-latestblog ul li h5 a {
    color: #ffffff;
}

.footer_mp .footer-widgets .widget-latestblog ul li h5 a:hover {
    color: #6CAD19;
}

.footer_mp .footer-widgets .widget-newsletter {
    padding-left: 30px;
}

.footer_mp .footer-widgets .widget-newsletter p {
    color: #ffffff;
}

.footer_mp .footer-widgets .widget-newsletter-form input:not([type="submit"]) {
    background: #ffffff;
}

.footer_mp .footer-widgets .widget-newsletter-form input:not([type="submit"])::-webkit-input-placeholder {
    color: #03a8f3;
}

.footer_mp .footer-widgets .widget-newsletter-form input:not([type="submit"]):-moz-placeholder {
    color: #03a8f3;
}

.footer_mp .footer-widgets .widget-newsletter-form input:not([type="submit"])::-moz-placeholder {
    color: #03a8f3;
}

.footer_mp .footer-widgets .widget-newsletter-form input:not([type="submit"]):-ms-input-placeholder {
    color: #03a8f3;
}

.footer_mp .footer-widgets .footer-socialicons {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer_mp .footer-widgets .footer-socialicons li {
    list-style: none;
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
}

.footer_mp .footer-widgets .footer-socialicons li:not(:last-child) {
    margin-right: 10px;
}

.footer_mp .footer-widgets .footer-socialicons li a {
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 1;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 3px rgab(0, 0, 0, 0.2);
}

.footer_mp .footer-widgets .footer-socialicons li a i {
    line-height: 32px;
}

.footer_mp .footer-widgets .footer-socialicons li a:hover {
    background: #6CAD19;
    border-color: #6CAD19;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_mp .footer-widgets .widget-links {
        padding-left: 0;
    }

    .footer_mp .footer-widgets .widget-newsletter {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer_mp .footer-widgets .widget-links {
        padding-left: 0;
    }

    .footer_mp .footer-widgets .widget-newsletter {
        padding-left: 0;
    }
}

.footer_mp .footer-copyright-area {
    background: rgba(108, 173, 25, 0.8);
    padding: 0px 0;
}

.footer_mp .footer-copyright-area .copyright-text {
    color: #ffffff;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 12px;
}

.footer_mp .footer-copyright-area .copyright-text a {
    color: #ffffff;
}

.footer_mp .footer-copyright-area .copyright-text a:hover {
    color: #03a8f3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_mp .footer-copyright-area .copyright-text {
        text-align: center;
    }
}

.footer_mp .footer-copyright-area .copyright-links {
    text-align: right;
    margin-bottom: 0;
    padding: 5px 0;
}

.footer_mp .footer-copyright-area .copyright-links li {
    list-style: none;
    display: inline-block;
}

.footer_mp .footer-copyright-area .copyright-links li:not(:last-child) {
    margin-right: 40px;
}

.footer_mp .footer-copyright-area .copyright-links li a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.footer_mp .footer-copyright-area .copyright-links li a:hover {
    color: #03a8f3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_mp .footer-copyright-area .copyright-links li:not(:last-child) {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_mp .footer-copyright-area .copyright-text {
        text-align: center;
    }

    .footer_mp .footer-copyright-area .copyright-links {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer_mp .footer-copyright-area .copyright-text {
        text-align: center;
    }

    .footer_mp .footer-copyright-area .copyright-links {
        text-align: center;
    }

    .footer_mp .footer-copyright-area .copyright-links li:not(:last-child) {
        margin-right: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .hidden-md-down {
        display: none;
    }
}

#back-to-top {
    right: 30px;
    bottom: 45px;
    height: 45px;
    width: 45px;
    line-height: 41px;
    text-align: center;
    background: #6CAD19;
    color: #ffffff;
    font-size: 22px;
    border-radius: 100%;
    border: 1px solid #6CAD19;
    animation: crSlideInRight 0.8s ease-in-out 1 both;
    z-index: 1000 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#insurers > div.footer_mp > footer > div.footer-inner > div.footer-gradiente > div > div > div > div.col-lg-6.col-md-6.solo_pc > div > div {
  max-width: none !important;
  width: 100% !important;
}

/**
 * Service
 */
.in-service {
    background: #ffffff;
    box-shadow: 0 0 12px rgba(136, 136, 136, 0.3);
    padding: 30px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.4s ease-in-out 0s;
    height: auto;
    max-height: 200px;
}

.in-service-icon {
    font-size: 56px;
    line-height: 1;
    color: #3489ca;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
}

.in-service h5 {
    font-size: 15px;
    font-weight: 700;
}

.in-service h5 a {
    color: #2b2b2b;
    transition: all 0.4s ease-in-out 0s;
}

.in-service p {
    margin-bottom: 0;
    font-size: 14px;
    transition: all 0.4s ease-in-out 0s;
}

.in-service-transparenticon {
    position: absolute;
    left: auto;
    right: -10px;
    top: auto;
    bottom: -10px;
    font-size: 90px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.in-service:hover {
    background: #6CAD19;
}

.in-service:hover .in-service-icon, .in-service:hover h5, .in-service:hover h5 a, .in-service:hover p {
    color: #ffffff;
}

.in-service:hover .in-service-transparenticon {
    opacity: 1;
}

.in-service:hover h5 a:hover {
    color: #FFFFFF;
}

.in-service-icon_mp {
    width: 100%;
    height: 100px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.in-service-icon_mp img {
    height: 75px;
    margin-bottom: 15px;
    filter: invert(60%) sepia(56%) saturate(624%) hue-rotate(44deg) brightness(88%) contrast(89%)
}

.in-service:hover .in-service-icon_mp img {
    filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(71deg) brightness(105%) contrast(104%);
}

.widget-info{
  text-align: center;
}

section.page__title__wrapper {
    background-size: cover;
    background-position: center center;
    height: 300px;
}

.page__title__inner{
    padding: 0px;
    margin-left: -50px;
    text-align: left;
}

h1.page-title{
  font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
  color: white;
  font-size: 64px;
  line-height: 64px;
  padding-top: 75px;
  padding-left: 50px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.breadcrumbs_wrap{
  background-color: rgba(0,0,0,0.4);
  color: white;
  text-align: left;
  padding-left: 50px;
  text-shadow: none;
  padding: 10px 50px;
}

.breadcrumbs_wrap ul li{
  font-size: 14px;
}

.in-service-icon_mp img{
  width: 75px;
}

.home-blog-item{
	min-height: 360px;
}
.responsive-navigation_menu{
	display:none !important;
}

section.page__title__wrapper:before {
    content: none;
}

body{
   background-color: white !important;
}

.home > #page > #insurers > section{
	display: none;
}

.site-title{
    padding-top: 20px;
    padding-bottom: 20px;
}
.header_mp .header-toparea {
    background: #6cad19;
    padding: 8px 0;
}

.header_mp .mi-ciudad {
    padding: 5px 18px 5px 25px;
}

#responsive-menu{
    height:auto;
    font-weight:700
}
#content{
    margin-top:0
}
.flex-control-nav{
    bottom:15px !important;
    z-index:999 !important
}
.flex-control-paging li a{
    background:#22689b !important
}
.flex-control-paging li a.flex-active{
    background:#e92943 !important
}
.text-danger{
    color: #6cad19 !important;
}
.pb-5 img{
    margin:auto;
}
