/* Global
----------------------------------------------- */
body {margin:0;padding:0;position:relative;background-color:#FFffff;font:normal normal 14px 'Lato' !important;color:#333333;}
body {overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;}
.clearfix:after {clear: both;}
.clearfix:after, .clearfix:before {content:".";display:block;overflow:hidden;visibility:hidden;font-size:0px;line-height:0;width:0px;height:0px;}
a {text-decoration: none;color:#333333;}
a:visited {color: #888888;}
a:hover {color: #E54939;}
div.clear {clear: both;}
.left {float:left;margin-right:15px;margin-bottom:5px;}
.right {float: right;margin-left: 15px;margin-bottom: 5px;}
.center {text-align: center;margin-bottom: 5px;}
.jump-link {display: none;}

/* HEADER
----------------------------------------------- */
header {position:relative;margin:0 auto;padding:14px 6%;width:100%;}

/* LOGO
----------------------------------------------- */
.header h1.title {
    margin: 0;
    font: normal bold 30px Calibri;
    font-size: 31px;
    color: #262626;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 24px;
    font-family: Lato, serif;
}
.header .titlewrapper, .header .descriptionwrapper {display: inline-block;font: normal normal 14px Open Sans;color: #333333;}
.badge {background-color:red !important;position:relative;left:-10px;top:-20px;padding: 3px 6px !important;}

/* NAVIGATION
----------------------------------------------- */
#navigation {display: inline-block;margin-right:2%;}
#navigation {width: auto;float: right;}
nav ul {margin: 0;padding: 0;}
nav ul li {display: inline-block;position:relative;}
nav ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 3px solid transparent;
    margin: 0px 10px;
    font-family: Lato ,sans-serif;
    color:#888888;
    letter-spacing: 0.6px;
}
nav ul li a:hover {text-decoration:none;}
.active a, nav ul li:hover a {
    color: #e54939;
    border-bottom: 3px solid #e54939;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
nav ul li:hover > ul {display: block;}
nav li ul {
    display: none;
    position: absolute;
    top: 32px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 3px solid #e54939;
    z-index: 99;
    min-width: 108px;
    max-width: 195px;
    width: 100%;
}
nav li ul li {display: block;}
nav li ul li a {
    color:  #888888 !important;
    margin: 0 20px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee !important;
}
nav li ul li a:hover {color: #e54939 !important;border-bottom-width: 1px !important;}
nav li ul li:last-child a, nav .sub li:last-child a:hover {border-bottom-width: 0 !important;}
.marrow {color: #888888;margin-left: 5px;}
nav ul li:hover .marrow {color: #e54939;}
.m-button {display: none;font-size: 24px;position: relative;}
.m-button i {position:absolute;right: 0px;cursor:pointer;color: #888888;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.m-button i:hover {color: #e54939;}
@media only screen and (max-width: 1000px) {
    #navigation {
        display: block;
        position: absolute;
        width: 280px;
        text-align: left;
        margin-bottom: 0px;
        margin-right: 0px;
        /* margin-top: 30px; */
        background-color: #FFF;
        /* border: 1px solid #EEE; */
        border-top-width: 0;
        box-sizing: border-box;
        z-index: 99;
        left: 0;
        top:130px;
        padding-bottom:20px;
        overflow-x:hidden;
    }
    nav ul li, nav ul li ul {display: block;}
    nav ul li {margin: 0px 20px;}
    nav ul li a {padding: 10px 0px;border-bottom: 1px solid #eee;display: block;}
    nav ul li:last-child a, nav ul li:hover:last-child a {border-bottom-width: 0;}
    .active a, nav ul li:hover a {border-bottom-width: 1px;}
    nav li ul {
        position: relative;
        top: -1px;
        min-width: 100%;
        max-width: 100%;
        border-width: 0;
        background-color: #eee;
    }
    nav ul li ul {background: none;}
}

/* SEARCH
----------------------------------------------- */
#search {margin: 30px auto 0;width: 475px;}
#search .s-input {
    background-color: #fff;
    height: 34px;
    width: 435px;
    border: 2px solid #EEEDED;
    padding: 7px 15px;
}
.s-submit {
    height: 34px;
    width: 34px;
    margin-left: -34px;
    color: #333333;
    background-color: #FFF;
    border: 2px solid #EEEDED;
    cursor: pointer;
    padding: 0px 10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f002";
}
.s-submit:hover {
    background-color: #e5493945;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* MAIN CONTENT
----------------------------------------------- */
.summary-outer img {vertical-align: top;}
.main-posts {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.post {padding: 1rem;}
.date-outer {margin:0;overflow: hidden;}
.toptip img {width: 100%;}
.summary-outer a {position: relative;display: block;}
.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 270px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.overlay:before {
    z-index: 3;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.overlay:after {
    z-index: 3;
    border-right: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.overlay:before, .overlay:after {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}
.overlay:hover::before, .overlay:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.summary-outer a:hover .overlay {opacity: 1;}
.overlay i {line-height: inherit;color: #e54939;}
.loader {
    display: none !important;
    width: 100%;
    left: 0;
    position: fixed;
    z-index: 90;
    text-align: center;
    bottom: 100px;
}
.trigger {
    display: none !important;
    width: 100%;
    margin-bottom: 30px;
}
.trigger a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    float: left;
    width: 40px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #262626;
    color: #fff !important;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}
.trigger a:hover {
    color: #e54939;
    background-color: #FFF#EF6250;
}
@media only screen and (max-width:1023px) {.post{padding:0;}}

/* TOPTIPS
----------------------------------------------- */
[data-title] {position: relative;z-index: 2;cursor: pointer;}
[data-title]:before {color: #fff;}
[data-title]:after {border-top: 5px solid #e54939;}
[data-title]:before, [data-title]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
    z-index: 90;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
[data-title]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 10px;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.3);
    content: attr(data-title);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;

}
[data-title]:hover:before, [data-title]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* FOOTER
----------------------------------------------- */
footer {padding: 30px 0;color: #333333;}
footer .footer-section {width: 30%;margin-right: 5%;float: left;}
footer .section .widget h2:first-child {font: normal bold 21px Open Sans;color: #ffffff;}
footer #section-4 {margin-right: 0;}
footer .footer-rights {margin-top: 30px;border-top: 3px solid #E1E1E1;}
.footer-wrapper{background:#262626}
.footer-rights.clear {background: #171717;padding: 30px;}
footer .PopularPosts img {padding-right: .4em;width: 100px;height: 100px;}
footer .item-title a {font-size: 16px;color: #fff;}
footer .item-snippet {color: #989898;}
.footer-rights a {color: #9E9E9E;}

/* FORM CONTACTO
----------------------------------------------- */
.contenedor * {box-sizing: border-box;}
.column input[type=text],
.column input[type=email],
.column input[type=password],
select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.column input[type=submit] {
    background-color: #E54939;
    color: white;
    padding: 12px 20px;
    width:100%;
    border: none;
    cursor: pointer;
}
.column input[type=submit]:hover {
    background-color: #910000;
}
.contenedor {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 50px 90px;
}
.contenedor p {
    font-size: 16px;
    font-family: 'Lato';
}
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 24px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Courier New', Courier, monospace;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Courier New', Courier, monospace;
}
::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Courier New', Courier, monospace;
}
@media screen and (max-width: 600px) {
    .column  {
        width: 100%;
        margin-top: 0;
    }
    .column input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/* TO TOP
----------------------------------------------- */
#toTop {
    position: fixed;
    right: 90px;
    bottom: 40px;
    border-left: 1px solid rgba(0,0,0,0.1);
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    border-radius: 2px;
    background-color: #FF0000;
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    z-index: 99;
}
#toTop:hover {
    background-color: #ff7171;
}
.hide {
    bottom: -100px !important;
}
@media screen and (max-width:1000px) {
    #toTop {
        right:10px
    }
}

/* PROFILE
----------------------------------------------- */
.profile-img {
    margin: 0px 15px 5px 5px;
    border: 3px solid #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-name-link.g-profile {margin-bottom: 10px;}
#profile .container {padding: 40px 0;}
#profile .avatar {
    position: absolute;
    top: 50%;
    float: left;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
    background: none;
}
#profile .avatar img {border-radius: 50%;border: solid 4px #fff;}
#profile .avatar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
#profile .about {
    margin: 0 0 0 200px;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    width: 60%;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#profile .about .name {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 17px;
    padding: 10px 0;
}
#profile .nos .summary {
    color: #fff;
    font-weight: 200;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Lato';
}
#profile .social-media {
    top: 50%;
    right: 0;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#profile .social-media a {
    background: none;
    margin: 0 0 0 5px;
    padding: 7px 10px;
    text-align: center;
    width: 20%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
div#profile {
    padding: 70px 0;
    background: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
}
.facebook i {color: #4A5FAC;}
.facebook:hover {color:#fff;}
.facebook:hover i {background: #42569E;color:#fff;}
.twitter i {color: #47B5E8;}
.twitter:hover {color:#fff;}
.twitter:hover i {background: #42ABDB;color:#fff;}
.instagram i {color: #547FA3;}
.instagram:hover {color:#fff;}
.instagram:hover i {background: #4B7394;color:#fff;}
.footer-rights a {color: #9E9E9E;}

/* INICIO
----------------------------------------------- */
.Main-wrapper {
    background: #f6f6f6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.page-head {padding-top:40px;}
.page-head h1 {margin-top: 20px;}
.page-head h1 span {display: block;}
.page-head h1 small {
    font-size: 20px;
    font-weight: 300;
    color: #262626;
    display: block;
}
.head-area {padding-top: 0;display:flex;justify-content:space-between;align-items:center;} /*********************/
@media only screen and (max-width:767px) {.page-head{padding-top:0;}}

/* RESPONSIVE
----------------------------------------------- */
@media only screen and (min-width: 1001px) and (max-width: 1220px) {
    /* .container {max-width: 960px;} */
    #navigation {text-align: right;margin-right:0px;}
    #navigation, #search, #social {width: auto;}
    .date-outer {margin-right: 15px;margin-bottom: 15px;}
    .overlay {line-height: 194px;}
}
@media only screen and (min-width: 1001px) {#navigation {display: inline-block !important;margin-right:36px;.head-area{min-height:70px;}}}
@media only screen and (max-width: 1000px) {
    #navigation {display: none;}
    .m-button {display: inline-block;}
    .contenedor {padding:50px 0;}
    .m-button i {position: relative;display: table;margin: 0 auto;}
}
@media only screen and (min-width: 811px) and (max-width: 1000px) {
    /* .container {max-width: 765px;} */
    .main-posts {width: 100%;}
    .date-outer {margin-bottom: 15px;}
    footer .footer-section {width: 48%;margin-right: 4%;}
    footer #section-3 {margin-right: 0px;}
    footer #section-4 {width: 100%;margin-top: 20px;}
    footer .footer-rights {text-align: center;}
    /* #navigation {margin-top:58px;} */
}
@media only screen and (min-width: 661px) and (max-width: 810px) {
    /* .container {max-width: 612px;} */
    .page-head h1 {font-size: px;}
    .main-posts, aside {width: 100%;}
    .overlay {line-height: 194px;}
    footer .footer-section {width: 48%;margin-right: 4%;}
    footer #section-3 {margin-right: 0px;}
    footer #section-4 {width: 100%;margin-top: 20px;}
    footer .footer-rights {text-align: center;}
    /* #navigation {margin-top:58px;} */
}
@media only screen and (max-width: 1000px) {
    header {text-align: center;}
    #header-inner img {width:75%;}
    #search, #social {width:100%;margin-bottom: 15px;}
    #search .s-input {width: 80%;box-sizing: border-box;height: 34px;}
    .s-submit {box-sizing: border-box;}
    #navigation {top:76px;}
    .m-button i {position: relative;display: table;margin: 0 auto;}
    .footer-section {width: 100% !important;margin-top: 20px;margin-right: 0 !important;}
    footer .footer-rights {text-align: center;}
    .footer-section {width: 100% !important;margin-top: 20px;margin-right: 0 !important;}
    footer .footer-rights {text-align: center;}
}
@media only screen and (min-width: 451px) and (max-width: 660px) {
    /* .container {max-width: 403px;} */
    #search {display: none;}
    .main-posts {width: 100%;}
    .date-outer {margin-right: 15px;margin-bottom: 15px;}
    .page-head h1 {font-size: 25px;}
    .page-head h1 small {font-size: 14px;}
    .overlay {line-height: 194px;}
}
@media only screen and (min-width: 309px) and (max-width: 450px) {
    /* .container {max-width: 245px;padding-left: 0 !important;padding-right: 0 !important;} */
    #search {display: none;}
    .main-posts {width: 100%;}
    .date-outer {margin-bottom: 15px;}
    .page-head h1 {font-size: 15px;}
    .page-head h1 small {font-size: 14px;}
    h3.post-title span {border-bottom-width: 0;}
}
@media only screen and (max-width: 308px) {
    /* .container {
        max-width: 90%;
    } */
    #search {
        display: none;
    }
    #search, #social {
        margin-bottom: 11px;
    }
    #social a, .s-submit {
        margin-top: 4px;
    }
    .main-posts {
        width: 100%;
    }
    .date-outer {
        margin-bottom: 15px;
    }
    .overlay i {
        display: none;
    }
    h3.post-title span {
      border-bottom-width: 0;
    }
}
.loader {display: block !important;}
.trigger {display: inline-block !important;}
.post img{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;}
.post:hover img {-moz-transform: scale(1.08);-webkit-transform: scale(1.08);-o-transform: scale(1.08);transform: scale(1.08);}