/**
Theme Name: reinodelosmallos
Author: e-tecnia
Author URI: https://e-tecniaes
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reinodelosmallos
Template: astra
*/

/*!
    This is an important (!) comment and will be preserved.
*/

.wpcf7 .wpcf7-date, .wpcf7 .wpcf7-file, .wpcf7 .wpcf7-quiz, .wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    width: 100%;
}

.wpcf7 label, .wpcf7 p {
    color: #4d2e00;
    font-family: "Poppins", Sans-serif;
}

.wpcf7 .zona-boton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5%;
}

.wpcf7 .zona-boton .gdpr-aviso {
    width: 55%;
}

@media (min-width: 1025px) and (max-width: 1773px) {
    .wpcf7 .zona-boton .gdpr-aviso {
        width: 55%;
        margin-bottom: 2em;
    }
}

@media (max-width: 480px) {
    .wpcf7 .zona-boton .gdpr-aviso {
        width: 100%;
        margin-bottom: 2em;
    }
}

.wpcf7 .zona-boton .gdpr-aviso .elementor-widget-toggle {
    background: white;
    border: 2px solid #809891;
    border-radius: 30px;
}

.wpcf7 .zona-boton .gdpr-aviso .elementor-widget-toggle .elementor-tab-title {
    border: none;
    font-size: 1.1em;
    line-height: 1.1em;
}

.wpcf7 .zona-boton .gdpr-aviso .elementor-tab-content p {
    color: #374140;
    font-size: .8em;
    line-height: 1.4em;
}

.wpcf7 .zona-boton input[type="submit"] {
    color: #fff;
    text-shadow: none;
    background: #4d2e00;
    font-family: inherit;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .wpcf7 .zona-boton input[type="submit"] {
        width: 100%;
    }
}

.wpcf7 .zona-boton input[type="submit"]:hover {
    background-color: #4d2e00;
    color: white;
}

.wpcf7 .zona-boton input[type="submit"] span.ajax-loader {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 45px;
}

.wpcf7 .zona-boton input[type="submit"] span.ajax-loader:before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 10px 10px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.wpcf7 input:not([type="submit"]), .wpcf7 textarea {
    background-color: #f2eedf !important;
    border: 0;
    border-bottom: 2px solid #f39200 !important;
    border-radius: 0;
    box-sizing: border-box;
    color: #4d2e00 !important;
    font-size: 1em;
    font-weight: 400;
    height: 4em;
    padding: .8em .5em .8em 7em;
    transition: all .3s ease-in-out;
    width: 100%;
    line-height: 24px;
    font-family: "Poppins", Sans-serif;
}

.wpcf7 input:not([type="submit"])::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    color: #4d2e00;
}

.wpcf7 input:not([type="submit"]):-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #4d2e00;
}

.wpcf7 input:not([type="submit"])::placeholder, .wpcf7 textarea::placeholder {
    color: #4d2e00;
}

.wpcf7 input:not([type="submit"]):focus, .wpcf7 textarea:focus {
    border-bottom-color: #4d2e00;
    outline: 0;
}

.wpcf7 textarea {
    padding-top: 1em;
}

.wpcf7 label {
    font-weight: 400;
    font-size: 1em;
}

.wpcf7 .floating-label {
    position: relative;
    margin-bottom: .2em;
}

.wpcf7 .floating-label label {
    position: absolute;
    top: 2.8em;
    left: 1.6em;
    transition: all .3s ease;
    z-index: 1;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin: .8em 0 0;
}

.wpcf7 .wpcf7-list-item label {
    cursor: pointer;
    display: block;
    color: #4d2e00;
}

.wpcf7 .wpcf7-list-item input {
    display: none;
}

.wpcf7 .wpcf7-list-item input ~ span:before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 1.5em !important;
    line-height: 1 !important;
    margin-right: .6em !important;
    vertical-align: middle !important;
    position: relative !important;
    top: -10px !important;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"] ~ span:before {
    content: "\f0c8";
}

.wpcf7 .wpcf7-list-item input[type="checkbox"]:checked ~ span:before {
    content: "\f14a";
}

.wpcf7 .wpcf7-list-item a {
    color: #f39200;
    text-decoration: none;
    transition: all .25s ease-out;
}

.wpcf7 .wpcf7-list-item a:hover {
    text-decoration: underline;
}

.wpcf7 .wpcf7-textarea {
    height: 120px;
}

.wpcf7 .wpcf7-checkbox, .wpcf7 .wpcf7-radio {
    display: block;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-bottom: .5em;
    margin-left: 0;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item.first,
.wpcf7 .wpcf7-radio .wpcf7-list-item.first {
    margin-top: .5em;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item.last,
.wpcf7 .wpcf7-radio .wpcf7-list-item.last {
    margin-bottom: 0;
}

.wpcf7 .required {
    border: 0;
    color: red;
    cursor: help;
    font-weight: 700;
    padding-left: .15em;
    text-decoration: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: white;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: .4em;
}

.wpcf7 .wpcf7-not-valid-tip:before {
    content: "\f071";
    font-family: "Font Awesome 5 Pro";
    margin-right: .25em;
}

.wpcf7 .wpcf7-response-output {
    margin: 1em 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background-color: #ffb90091;
    color: black;
    margin: 1em 0;
    padding: 1em;
    font-weight: 700;
}

.wpcf7 .wpcf7-legend {
    font-size: .85em;
    line-height: 1;
}

.wpcf7 .wpcf7-legend .required {
    padding-left: 0;
}

/* ---- BEGIN Form Trabaja con Nosotros ---- */

.wrap-file {
    margin-top: 1em;
}

.wrap-file .wpcf7-form-control.wpcf7-file {
    padding-left: 1.6em;
}

.phone-margin .your-phone {
    margin-bottom: 2em;
}

.wrap-observaciones label {
    position: relative;
    left: 1.6em;
}

.wrap-observaciones textarea {
    height: 4em;
    padding: .8em .5em 1.8em 1.6em;
    transition: all .3s ease-in-out;
    width: 100%;
    line-height: 24px;
}

#breadcrumbs {
    position: relative;
    z-index: 2;
}

#breadcrumbs span {
    z-index: 2;
}

#breadcrumbs a {
    z-index: 2;
    font-weight: bold;
    text-decoration: underline;
}

#breadcrumbs a i {
    font-weight: bold;
    color: #f39200 !important;
}

#breadcrumbs i {
    font-weight: bold;
    color: #f39200 !important;
}

.menu-filtros {
    width: 100%;
}

.menu-filtros ul li a {
    background: #374140;
    box-shadow: 0 4px 24px rgba(77, 46, 0, .45);
    border-radius: 20px;
    color: #fff !important;
}

.menu-filtros ul li a:hover, .menu-filtros ul li a.elementor-item-active {
    background-color: #f39200 !important;
}

.categorias-rutas {
    background: rgba(0, 0, 0, .5);
    border-radius: 20px 20px 0 0;
    padding: 20px;
}

.categorias-rutas ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.categorias-rutas ul li button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 22px;
    color: #f4f6f6;
    font-size: 25px;
    font-weight: 700;
    background: #374140;
    /* Shadow cards */
    box-shadow: 0 4px 24px rgba(77, 46, 0, .45);
    border-radius: 50px;
}

.categorias-rutas ul li button.active {
    background: #f39200;
}

.categorias-rutas ul li button .marker {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    margin-right: 10px;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 90px;
}

.listas ul {
	columns: 2;
    list-style: none;
    list-style-image: url(https://cyclo5villas.com/wp-content/uploads/2022/04/cruz-pequena.png);
}

.listas ul li {
    margin-bottom: 10px;
}

.variantes {
    padding: 20px;
    border-radius: 20px;
    background: #374140;
    color: white;
    margin: 0 -10px;
}

.variantes h4 {
    color: var(--e-global-color-primary);
    font-size: 20px;
}

.variantes ul {
    margin-bottom: 0;
}

.variantes ul a {
    color: white;
}

body {
    font-family: "Poppins", Sans-serif;
}
.bg-carretera a{
	background: #7467D0 !important;
}
.bg-gravel a{
	background: #2F8FFF !important;
}
.bg-rally a{
	background: #DD9933 !important;
}
.bg-trail a{
	background: #DD3333 !important;
}

.tipo_ruta-carretera svg{
	fill: #7467D0 !important;
	stroke: #7467D0 !important;
}

.tipo_ruta-gravel svg{
	fill: #2F8FFF !important;
	stroke: #2F8FFF !important;
}
.tipo_ruta-mtb-rally svg{
	fill: #DD9933 !important;
	stroke: #DD9933 !important;
	
}
.tipo_ruta-mtb-trail svg{
	fill: #DD3333 !important;
	stroke: #DD3333 !important;
}

/*# sourceMappingURL=style.css.map */
