/*
 Theme Name:   Bolivia B2B - Child theme
 Theme URI:    https://boliviab2b.com
 Description:  Default theme for BoliviaB2B users
 Author:       Dan Rodriguez
 Author URI:   https://abughost.com
 Template:     generatepress
 Version:      1.1
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:wght@100;300;700&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background-color:#fff;
}

#contenedor-footer{
	background-color:#212121;
	color:#fff;
}
h1,h2,h3,h4,h5  {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {color:#515151};
li.current-cat a{text-decoration:underline !important;}

a:hover, a:active { text-decoration: underline !important};

@media (min-width: 769px) {
    
body.page-template{ padding-top:145px;}
}
