/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Evitar scroll horizontal */
html, body {
max-width: 100%;
overflow-x: hidden;
}
/* HEADER */
.main-navigation.navigation-stick, .header-wrap, .mobile-header-navigation {background-color: #fff;}
/* FOOTER */
.generate-back-to-top, .generate-back-to-top:visited {bottom: 0px;right: 0px;border-radius: 0px;}
.copyright {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    font-family: "Montserrat", sans-serif;
    color: black;
    text-align: center;
}
.copyright a:link, .copyright a:visited {color: #83b734;}
.copyright a:hover {color: #83b734;text-decoration: underline;}
/* MOBILES */
@media only screen and (max-width: 768px) {
    .cus-header {font-size: 15px;}
    .main-navigation .main-nav ul li a {line-height: 2.5em;}
    .copyright {font-size: 13px;line-height: 19px;text-align: center;}
}
