/*
Theme Name: MujeryEntrenamiento
Theme URI: https://mujeryentrenamiento.com
Author: mujeryentrenamiento.com
Author URI: https://mujeryentrenamiento.com
Description: Plantilla para wordpress
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: render2web

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("css/bootstrap.css");
/* Abstract */
@import url("css/abstracts/_mixins.css");
@import url("css/abstracts/_variables.css");
/* Components */
@import url("css/components/_block.css");
@import url("css/components/_card.css");
@import url("css/components/_form.css");
@import url("css/components/_menu-list.css");
@import url("css/components/_post.css");
@import url("css/components/_social-media-icon.css");
@import url("css/components/_whatsapp-button.css");
/* Layout */
@import url("css/layout/_footer.css");
@import url("css/layout/_navigation.css");
@import url("css/layout/_page.css");
@import url("css/layout/_showcase.css");
/* Sections */
@import url("css/sections/_about.css");
@import url("css/sections/_benefits.css");
@import url("css/sections/_contact.css");
@import url("css/sections/_news.css");
@import url("css/sections/_products.css");
@import url("css/sections/_quote.css");
@import url("css/sections/_reviews.css");
@import url("css/sections/_steps.css");

html {
  overflow-x: hidden;
  margin-top: 0px;
}
 
body {
  color: #000000;
  font-size: 18px;
  background-color: var(--primary-color);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-weight: normal;
  color: #333;
}
  
  
/*
* Overwrite bootstrap
*/

@media (min-width: 1200px) {
  .container {
    height: 100%;
    width: 100%;
  }
}
  
/*
  * Blog's name and description
  */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}
  
  /*
   * Estilos personalizados
   *
   */
  
   .blog-nav a{
     color:#fff;
   }
  
   .blog-nav a:hover{
     color:#666;
   }
   
  ul, ol{
    text-decoration: none;
  }

  /*
  * Main class
  */
  .main {
    flex: 1;
  }

  .main .sections-container section{
    padding: 3rem 0rem;
  }

  .main .sections-container section:nth-child(odd) {
    background-color: #FFFF;
  }

  .main .sections-container section:nth-child(even) {
    background-color: var(--secondary-color);
  }

  .box-shadow {
    box-shadow: 10px 40px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 10%);
  }
