/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 */
 /*AHORA IMPORTAMOS FUENTES*/
 @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

/*PRIMERO VAMOS A DECLARAR LAS VARIABLES*/
:root {
    --bgazul: #263544;
    --white: #ffffff;
    --verde: #94d200;
    --negro: #212529;
    --graylight: #f6f9f0;
    --grisclaro: #8a8c87;
    --space: 'Space Grotesk', sans-serif;
    --boxshadow: 14px 14px 40px 0 rgba(118,126,173,.08);
    --fontsize: 18px;
    --defaultpadding: 20px;
}
/*AHORA LOS ESTILOS*/
body {
    font-family: var(--space);
    font-size: 18px;
}
a, .next svg, .prev svg {
    color: var(--orange);
}
article a:hover, .next a:hover, .prev a:hover, #breadcrumbs a:hover {
    background: var(--orange);
    color: var(--white);
    text-decoration: none;
}
.header {
    padding: .5rem 0;
    font-size: 1rem;
    font-family: var(--futura);
    font-weight: 800;
}
@media (max-width: 575.99px) {
    .header {
        font-size: .75rem;
    }
}
.blue-bg {
    background: var(--bgazul);
}
.white, .white a {
    color: var(--white);
}
.white a:hover {
    color: var(--verde);
    text-decoration: none;
}
.titulo-verde {
    color: var(--verde);
}
.negro {
    color: var(--negro);
}
.light-gray-bg {
    background: var(--graylight);
}
h1 {
    font-size: 3.5rem;
    letter-spacing: -3px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}
.article {
    margin: auto;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}
.btn {
    transition: .2s ease;
    font-weight: 700;
    background: var(--orange);
    color: var(--white);
}
.btn:hover, .btn:focus {
    box-shadow: none;
    color: #fff;
    transform: translateY(5px);
    opacity: 1!important;
}
.blogpost {
    border-radius: 5px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: var(--boxshadow);
}
.card {
    border: 0;
    transition: .2s ease;
}
.card-body p {
    margin-bottom: 0;
}
.card:hover {
    transform: translateY(5px);
}
h4.card-title {
    font-weight: 700px;
    font-size: 20px;
}
.no-underline, .no-underline a, .no-underline a:hover  {
    text-decoration: none!important;
}
.mx-1 {
    margin-left: .25rem!important;
    margin-right: .25rem!important;
}
.circle {
    border-radius: 50%;
}
@media (max-width: 991.99px) {
    .text-lg-center {
        text-align: center!important;
    }
}
article p {
    text-align: justify;
    font-size: var(--fontsize);
    line-height: 30px;
    margin-bottom: var(--defaultpadding);
}
article h2 {
    margin-top: calc(var(--defaultpadding) * 3);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: var(--defaultpadding);
}
article h3 {
    margin-top: calc(var(--defaultpadding) * 2);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: var(--defaultpadding);
}
#breadcrumbs p {
    margin: 0!important;
}
#logo {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--orange);
}
article.article img {
    max-width: 100%;
    height: auto;
}
article.article img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
article.article img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
article.article img.aligncenter {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
article.article .wp-caption {
 	background: #ffffff;
 	padding: 10px;
 	-webkit-box-shadow: 0px 0px 6px 1px rgba(99,96,99,0.4);
 	-moz-box-shadow: 0px 0px 6px 1px rgba(99,96,99,0.4);
 	box-shadow: 0px 0px 6px 1px rgba(99,96,99,0.4);
 	border-radius: 10px;
 	box-sizing: border-box;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%!important;
 }
 article.article .wp-caption img {
    width: 100%;
    height: auto;
 }
 article.article .wp-caption-text {
 	padding: 5px;
 	margin-top: 10px;
    margin-bottom: 0;
 	text-align: center;
 	font-size: 15px;
 	border-top: 1px solid #d7d7d7;
 	box-sizing: border-box;
    color: var(--grisclaro);
 }
article.article ol {
  list-style-type: none;
}
article.article ol li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  position: relative;
  padding-left: 2.5em;
}
article.article ol li:before {
  color: #fff;
  content: counter(step-counter);
  background: var(--orange);
  padding: .05em .6em;
  font-size: 500 14/24;
  border-radius: 50%;
  margin-right: 0px;
  position: absolute;
  left: 0;
}
