/*
 Theme Name:     Twenty Sixteen Child Theme
 Theme URI:      https://wordpress.org/themes/twentysixteen/
 Description:    A bare-bones child theme for use with WordPress Twenty Seventeen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Diwallia
 Author URI:     http://www.diwallia.com/
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */
/* Fuentes landing new diwallia */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
    font-size: 1.16vw;
}

b, strong {
    font-weight: 900 !important;
}

body *:not(i):not(.fa):not(.ab-icon):not(.zoom-social_icons-list-span){
    font-family: 'Lato', sans-serif;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after{
    display: none !important; 
}
   
nav#site-navigation.main-navigation > div > ul li:last-child > a {
    padding-right: 0px !important;
}

nav#site-navigation > div {
    margin-left: -30%;
}

.site-inner {
    width: 100% !important;
    max-width: 100% !important;
}

.vc_column-inner {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.main-navigation ul {
    float: right;
}

.main-navigation a {
    text-decoration: none !important;
    outline: 0 !Important;
    text-transform: uppercase;
    font-size: 1em !important;
    border-bottom: 3px solid transparent;
    color: #513a97 !important;
}

ul.primary-menu li.menu-item > a:hover, .main-navigation li:hover > a, .main-navigation li.focus > a {
    font-weight: 700 !important;
    color: #513a97;
}

@media screen and (min-width: 44.375em){
    .site {
        margin: 0px !important;
    }
}

@media screen and (min-width: 61.5625em){
    .site-main {
        margin-bottom: 0px !important;
    }
    
    .custom-logo {
        max-width: 27em !important;
    }
    
    .site-header {
        padding: 0.95em 8% 2.95em !important;
    }
}

:focus {
    outline: none !Important;
}


@media screen and (min-width: 56.875em){
    footer#colophon {
        background: #544099;
        height: 75px !important;
    }
    
    .vc_row {
        margin: 0 0 !important;
    }
    
    .site-content {
        padding: 0 0 !important;
    }
    
    .no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
    
    .main-navigation a {
        line-height: 15px;
        padding: 10px 0% 5px !important;
        margin: 0px 1.5em;
    }
    
    .content-area-page {
        width: 100% !Important;
    }
    
    nav#site-navigation {
        float: right !important;
    }
    
    nav#site-navigation.main-navigation > div > ul li:last-child {
        border-right: 0px;
    }
    
}

a.custom-logo-link {
    float: right !important;
}

.site-branding {
    display: inline-block !important;
    margin: 2.5em auto 0 0 !important;
    width: 39%;
}

div#site-header-menu {
    margin-top: -4em !important;
    width: 60%;
}

button#menu-toggle {
    float: left !important;
    margin-top: -40px;
}

.diwallia_footer {
    margin-top: 0vw;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px;
}

footer#colophon {
    padding: 2.5em 4.5455% 3.5em;
    position: relative;
}

.diwallia_footer a{
    color: #fff !important;
    text-decoration: none !Important;
    outline: none !important;
    box-shadow: 0px 0px 0px !important;
}

.diwallia_footer > div > p {
    margin-bottom: 0;
    color: #fff  !important;
    font-size: 1.1em;
    letter-spacing: 0.5px !important;
}


/*** SCROLL TOP ***/

#scroll-top {
	position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    text-decoration: none;
	z-index: 99999;
}

#scroll-top button {
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #00000085;
    box-shadow: 0 0 1px #333;
    display: block;
    font-family: tahoma;
    font-size: 11px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#scroll-top button > i {
    font-size: 2em;
    margin: -2px;
}

#scroll-top button:hover {
    background-color: #7357b4;
    border-color: #fff;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 400 !important;
}

/**** single pages ****/

body.post-template-default.single #masthead {
    background: url(/wp-content/uploads/2019/03/imagen.jpg) 0px 0px no-repeat;
    background-size: 100%;
    height: 15.25em;
    margin-bottom: 10px;
    border-bottom: 8px solid #544099;
}

body.single.single-post .site-inner {
    background: #EBEBEB;
}

body.single.single-post main#main > article {
    padding: 1em;
    background: #fff;
}


body.single.single-post div#site-header-menu {
    margin-top: -1em !important;
}


.post-thumbnail > img {
    object-fit: cover;
    object-position: center;
    max-height: 450px;
}


textarea#comment {
    max-height: 120px;
}

#colophon > div:nth-child(2) {
    background: 00;
    margin: 0;
    width: auto;
    position: absolute;
    right: 0.54em;
    top: 2em;
}

@media screen and (min-width: 56.875em) {
    
    body.post-template-default.single .content-area {
        float: left;
        margin-right: -100%;
        width: 74% !important;
        padding: 2% 0 0 8% !important;
    }
    
    body.post-template-default.single.no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100% !important;
        padding: 2% 8% 0 8% !important;
    }

    body.single.single-post .sidebar {
        margin-left: 77% !important;
        padding: 2% 0 0 !important;
        width: 15.3% !important;
    }    
    
}

@media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 100%;
    }
    
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 100.00000001%;
    }
}

.share-post {
    padding-left: 21px;
    border: 1px solid #E5E5E5;
    margin: 30px 0 20px;
    overflow: hidden;
}

.share-post .share-title {
    float: left;
    color: #000;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-post .menu-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.share-post .menu-social-icons li {
    margin-right: 0;
    float: left;
}

.share-post .menu-social-icons li a {
    display: block;
    width: 43px;
    height: 43px;
    color: #a0a0a0;
    text-align: center;
    line-height: 43px;
    border-left: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.share-post .menu-social-icons i {
    background: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #a0a0a0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.share-post .menu-social-icons .fa-circle, .share-post .menu-social-icons svg {
    display: none;
}

.menu-social-icons .circle {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/*** end single pages ***/


@media only screen and (max-width: 909px){
 
    button#menu-toggle {
        position: absolute;
        top: 1.8em;
        left: -1em;
        transform: translate(25px, 8ex);
    }
   
    footer#colophon img {
        display: block !important;
        margin: 0 auto !important;
    }
    
    footer#colophon {
        background: #1a1e3b;
    }
    
    /*div#site-header-menu {
        margin-top: 0px !important;
    }
    
    ul#menu-one li {
        padding: 0px 20px;
    }
    
    ul#menu-one li > a {
        color: #000;
        font-weight: 700;
    }*/
    
    nav#site-navigation > div {
        margin-left: 0%;
        padding: 5px 15px;
    }
    
    .main-navigation a {
        color: #273690 !important;
    }
    
    div#site-header-menu:before {
        content: '';
        background: rgba(255, 255, 255, 0.93);
        position: absolute;
        width: 85%;
        height: 66.5%;
        filter: blur(6px);
    }
    
    div#site-header-menu {
        margin-top: 0.15em !important;
    }
    
    a.custom-logo-link {
        float: none !important;
    }   
    
    ul#menu-principal {
        width: 100%;
    }
    
    /*** single page movil ***/
    
    body.post-template-default.single {
        font-size: 4.16vw;
    }
    
    body.post-template-default.single header#masthead {
        width: 100%;
        margin-left: 0;
        transform: translateX(0%);
        height: unset;
        background-size: unset;
    }
    
    body.post-template-default.single .site-header {
        padding: 0.625em 7.6923% 2.625em;
    }
    
    body.post-template-default.single .site-branding {
        width: 70%;
        margin: 0 auto;
    }
    
    body.post-template-default.single .ahz p:nth-child(1) {
        line-height: 1.2;
    }   
    
    body.post-template-default.single .custom-logo {
        max-width: 100%;
    }
    
    body.post-template-default.single button#menu-toggle {
        border: 1px solid #e53d44;
        color: #e53d44;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(25px, 8ex);
    }
    
    #colophon > div:nth-child(2) {
        position: static;
    }
    
    /*** end single page movil ***/
    
}

@media screen and (max-width: 909px)  and (min-width: 768px){
    
    .site-header {
        padding: 1.0375em 7.6923% 1.0375em;
    }
    
    div#site-header-menu:before {
        height: 65%;
    }
    
    button#menu-toggle {
        border: 2px solid #e53d44;
        font-size: 1.2em;
        transform: translateY(50%);
    }
    
    body.post-template-default.single button#menu-toggle {
        transform: translate(25px, 3ex);
    }
    
    body.post-template-default.single {
        font-size: 3.16vw;
    }
    
    .entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
        margin-right: 7.6923%;
    }
    
}