/* Inicio Helpers */
.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-100{
    margin-top: 100px !important;
}
.mr-5{
    margin-right: 5px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-15{
    margin-right: 15px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.mr-100{
    margin-right: 100px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-15{
    margin-left: 15px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.ml-100{
    margin-left: 100px !important;
}
.pt-5{
    padding-top: 5px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-15{
    padding-top: 15px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt-100{
    padding-top: 100px !important;
}
.pr-0{
    padding-right: 0px !important;
}
.pr-5{
    padding-right: 5px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-15{
    padding-right: 15px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pr-100{
    padding-right: 100px !important;
}
.pb-5{
    padding-bottom: 5px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-15{
    padding-bottom: 15px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-100{
    padding-bottom: 100px !important;
}
.pl-0{
    padding-left: 0px !important;
}
.pl-5{
    padding-left: 5px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-15{
    padding-left: 15px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pl-100{
    padding-left: 100px !important;
}

/* Fin Helpers */

*{
    font-family: 'Lato', sans-serif;
    color: #4A4A4A;
}
html{
    height: 100%;
    box-sizing: border-box;
}
html, body{
    min-height: 100%
}
body{
    position: relative;
    padding-bottom: 110px;
}
.logo a{
    height: 80px;
    padding:20px 0;
    display: block;
}
.logo a img {
    height: 100%;
    width: auto;
}
.nav a{
    border-bottom: 5px solid transparent;
}
.nav--search{
    transition: all ease 0.3s;
}
.nav a, .nav--search i{
    font-size: 16px;
    color: #111;
    text-decoration: none !important;
    transition: all ease 0.3s;
    cursor: pointer;
}
.nav a:hover, .nav--search:hover{
    opacity: 0.7;
}
.nav--search i{
    font-size: 24px;
}
.nav--profile{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    margin: auto 0;
    border:none;
    outline:none !important;
    color: #FFF;
    position: relative;
}
.nav--profile:after{
    height: 40px;
    line-height: 40px;
    content:' ';
    display: block;
    position: absolute;
    top: 0;
    left: 45px;
    font-family: "FontAwesome"; 
    content: "\f0d7";
    color: #111;
}
.header-out{
    border-bottom: 1px solid #DDD;
}
.br-line{
    border-right: 1px solid #DDD;
}
.custom-menu-class > ul{
    padding: 0;
}
.custom-menu-class > ul > li{
    list-style: none;
    font-weight: bold;
    position: relative;
    border-top: 1px solid #DDD;
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
}
.custom-menu-class > ul > li:nth-child(1){
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.custom-menu-class > ul > li:nth-child(1):after{
    top: 5px;
}
.custom-menu-class > ul > li.menu-sin-link:after{
    font-family: "FontAwesome";
    content: '\f078';
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
}
.custom-menu-class > ul > li a{
    font-size: 16px;
    color:#4A4A4A;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 120%;
    display: block;
    position: relative;
    margin-bottom: 13px;
}
.custom-menu-class > ul > li a:hover{
    opacity: 0.6;
}
.custom-menu-class ul li ul{
    padding: 0;
}
.custom-menu-class ul li ul li{
    list-style: none;
    font-weight: normal;
    opacity: 0.9;
}

.custom-menu-class ul li ul li a{
    font-size: 14px;
}
.current-menu-item:before {
    position: absolute;
    left: -10px;
    width: 6px;
    height: 6px;
    content: ' ';
    display: block;
    margin-top: 5px;
    border-radius: 50%;
}
.custom-menu-class ul li ul li a:before{
    margin-top: -16px;
}
h2{
    font-size: 78px;
    max-width: 620px;
    line-height: 100%;
    font-weight: bold;
}
.panel-grid-cell{
    position: relative;
}
.min-height-100{
    min-height: 100%;
}
.so-panel{
    margin-bottom: 10px !important;
}
.widget_media_image, .so-widget-sow-image{
    display: flex;
    justify-content: center;
    border:1px solid #EEE;
}
.widget_media_image img, .widget_sow-image img{
    width: 100% !important;
    height:100% !important;
}
.user-menu{
    padding: 8px 10px !important;
}
.user-menu p{
    margin:0;
    color: #000;
    font-size: 16px;
}
.user-menu a{
    margin:0;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}
.widget_sow-button{
    position: absolute;
    top: 0;
    right: 0;
}
.widget_sow-button a {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    text-indent: -99999px !important;
    border: none !important;
    background: #D8D8D8 !important;
    border-radius: 0 !important;
    background-image: url('../img/download.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: -4px;
    position: relative;
    transition: all ease 0.3s;
}
.widget_sow-button a:hover {
    opacity: 0.7;
}
.footer{
    width: 100%;
    padding: 20px 0;
    background: #000;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer p{
    margin: 0;
}
.footer *{
    color: #FFF;
}
.footer .nav{
    display: flex;
    justify-content: flex-end;
    margin: 0 !important;
}
.footer .nav a{
    color: #FFF !important;
    margin-right: 0 !important;
    margin-left: 20px !important;
}
.modal-search{
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.modal-search--close{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}
.modal-search--close i{
    font-size: 24px;
}
.iframe .custom-html-widget{
    width: 100%;
    height: 0;
    padding-bottom: 56.5%;
    background-color: #EEE;
    position: relative;
}
.iframe .custom-html-widget iframe{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}
#wpadminbar{
    display: none;
}
.color p{
    margin-bottom:5px;
    font-size:14px;
}
.color-patron{
    width:100%;
    height:200px;
    background-color:#EEE;
    margin-bottom:10px;
}

/* MENU RESPONSIVE */

.navbar {
    flex-flow: row-reverse!important;
    padding: 0!important;
    margin: 20px 0 20px 0!important;
    transition: all ease 0.3s;
}

.navbar:hover {
    opacity: .7;
    transition: all ease 0.3s;
}

.navbar-collapse {
    position: absolute;
    padding: 0;
    max-width: 100%!important;
    z-index: 8;
    /*background-color: #000!important;*/
}

.navbar-collapse .nav {
    justify-content: space-between;
    width: 100%;
}

.nav a .active {
    border-bottom: 5px solid #fbd600;
}

.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    background: #000;
}

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

@media (max-width: 767px){
    .mpl-15{
        padding-left: 15px !important
    }
}

@media (max-width: 575px) {
    .nav--profile:after {
        display: none;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        margin: 0 auto!important;
        position: relative!important;
        width: 700px!important;
        padding: 0 0 0 5px;
        /*background-color: #fbd600!important;*/
    }
    .navbar-collapse .nav a {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: #000!important;
        width: 100%!important;
        position: absolute!important;
    }
    .navbar-collapse .nav {
        display: block;
        width: 100%;
    }
    .navbar-collapse .nav a {
        color: #FFF;
        border-bottom: 1px solid rgba(255,255,255,0.23);
        padding: 10px;
    }

    .navbar-collapse  .nav a.active {
        border-bottom: 2px solid #0072ce;
    }


}