/*
Theme Name: Twenty Twenty-OneChild
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Twenty Twenty-One
Template: twentytwentyone
Version: 1.2
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

body {
    background-color: #fff!important;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){

	margin: 20px;
	max-width: max-content!important;


}

.hora {
  color: #000;
  font-size: 750px;
  margin-top: -290px !important;
  text-align: center;
  width: 1920px;
  height: 730px;
  font-family: "Roboto";
  letter-spacing: -20px;
}

#main .entry-content .hora{
  max-width: 1400px !important;
}

.contenido{
	color: #000;
	font-size: 227px;
    font-weight: bold;
    text-align: justify;
    font-family: "Roboto";
    letter-spacing: -1px;
    margin-top: 100px;

}

.tiempo{
  
  font-size: 90px;
  margin-top: -90px!important;
  margin-left: 130px!important;
  font-family: "Roboto";
  font-weight: bold;
}

.tiempo img {
  width: 106px;
  margin: -20px;
  ;
}



