/*
Theme Name: pehoytheme
Theme URI: 
Author: sz
Author URI: 
Description: Theme for pruebaestohoy.com
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: pehoytheme
Tags: 
*/

/* Listas */

.listacat {
    /* list-style-type: "> "; */
    list-style-position: outside;
    list-style-image: url(https://staging-pruebaestohoy-com.stackstaging.com//wp-content/uploads/2025/05/listadot-e1747605374169.png);
}


/* scroll to top button */

.scroll-top-button {
  color: #466b2a;
  position: fixed;
  bottom: 70px;
  right: 30px;
  opacity: 0;
  transition: all 1s;
  width: 50px;
  height: 50px;
  }

  /* Contact form 7 */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea
{
    background-color: #fff;
    border: 0px;
    border-radius:4px;
    color: #000;
    width: 100%;
    padding: 10px;
}

.wpcf7 input[type="submit"]

{ background-color: #466b2a;
    border: 0px;
    border-radius: 50px;
    color: #fff;
    font-size: 1.1rem;
    width:200px;
    padding: 20px 10px 20px 10px;
}

.wpcf7 input[type="submit"]:hover

{ 
    background-color: #63973b;
    
}




