/*

Estilos concretos para Bike Tour.

*/


/*** Animaciones ***/

.button_anim1 {
    transition: outline 0.1s ease;
}

.button_anim1:hover {
    outline: 3px solid #1c1c1c;
    background: #1c1c1c;
    color: #1FBA08;
}

.mc4wp-form-fields input[type="submit"]:hover {
    color: #1FBA08;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #1FBA08;
}


/*** Home page ***/

.home_page h1 {
    width: 30vw;
    margin: 0 35vw;
    height: calc(100vh - 70px);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

main.home_page h1 {
    display: flex;
    flex-direction: column;
}

main.home_page h1 .subtitle {
    color: white;
    font-size: 2.5rem;
    margin-top: 2rem;
    text-align: center;
    text-transform: uppercase;
}

main.home_page h1 img {
    width: 80%;
    min-height: 1px;
}

section.home_biketour {
    background: -webkit-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../../../../wp-content/uploads/2019/01/bike-racing-1.jpg);
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../../../../wp-content/uploads/2019/01/bike-racing-1.jpg);
    height: calc(100vh - 50px);
    margin-top: -20px;
    background-size: cover;
    background-repeat: no-repeat;
}

section.home_products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 1rem 0;
}

section.home_products h2 {
    position: absolute;
    top: 10rem;
    left: 0;
    margin-left: -16vw;
    font-size: 3.5rem;
    transform: rotate(-90deg)
}

.home_sproduct {
    width: 25%;
    height: 50vh;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    overflow: hidden;
    margin: 3rem;
    transition: all 0.3s ease;
}

.home_sproduct header {
    position: absolute;
    top: 10vh;
    z-index: 3;
    background: #1c1c1c;
    color: white;
    padding: 0 1rem;
    text-transform: uppercase;
}

.home_sproduct header h3,
.home_sproduct header p {
    margin: 0;
}

.home_sproduct header h3 {
    color: #1FBA08;
    padding: 0 1rem;
}

.home_sproduct .img-container:after {
    content: '';
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
}

.home_sproduct:hover {
    outline: 8px solid #1FBA08;
}

.home_sproduct:hover .img-container:after {
    opacity: 0;
}

.home_sproduct .img-container {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    margin-left: -25%;
    padding-left: 0;
    width: 150%;
    height: 100%;
}

section.home_explore h2 {
    margin: auto;
    padding: 5rem;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1rem;
}

section.home_gallery {
    background: #1c1c1c;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.home_gallery .hgallery_item {
    width: 25%;
}

section.home_gallery .img-container {
    margin: 0 3%;
    width: 94%;
    max-height: 30vh;
    position: relative;
    overflow: hidden;
}

section.home_gallery .img-container img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

section.home_gallery a:hover .img-container:after {
    content: '';
    background: #1FBA08;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
}

section.home_gallery a article {
    position: relative;
}

section.home_gallery a article:hover h3 {
    display: flex;
}

section.home_gallery a article h3 {
    display: none;
    position: absolute;
    right: 30px;
    bottom: 10px;
    margin: 0;
    width: 80%;
    text-align: right;
    color: white;
    font-family: "Quashar Rough";
    flex-direction: row-reverse;
    z-index: 3;
}


/** Responsive Home **/

@media screen and (max-width: 1025px) {
    .home_page h1 {
        width: 80vw;
        margin: 0 10vw;
    }
    section.home_products.container {
        width: 90%;
    }
    .home_sproduct {
        width: 40%;
        height: 40vh;
    }
    section.home_gallery {
        flex-wrap: wrap;
    }
    section.home_gallery .hgallery_item {
        width: 50%;
        padding: 1rem;
    }
    section.home_gallery .img-container {
        max-height: 30vw;
    }
    section.home_products h2 {
        margin-left: -10vw;
    }
}

@media screen and (max-width: 450px) {
    main.home_page h1 .subtitle {
        font-size: 2rem;
    }
    .home_sproduct {
        width: 75%;
        height: 45vh;
    }
    .home_sproduct header {
        top: 0;
    }
    section.home_gallery .hgallery_item {
        width: 100%;
        padding: 1rem;
    }
    section.home_gallery .img-container {
        max-height: 30vw;
    }
    section.home_products h2 {
        margin-left: -15vw;
    }
    section.home_explore h2 {
        padding: 5rem 1rem;
        letter-spacing: 0.5rem;
    }
}

@media screen and (max-width: 350px) {
    section.home_products h2 {
        margin-left: -20vw;
    }
}


/*** Rutas cicloturistas ***/

.woocommerce ul.products li.product .archive_button {
    background: #1FBA08;
    color: white;
    padding: 1rem 2rem;
    text-align: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    overflow: hidden;
    margin: 0 3rem;
}

.woocommerce.columns-4 ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product .onsale {
    display: none;
}


/*** A la carta ***/

.carta_page h1 {
    text-transform: uppercase;
    color: #1FBA08;
    text-align: center;
    margin: 5rem 0 0;
    position: relative;
    top: 5rem;
}

section.carta_content {
    width: 50%;
    margin: 0 auto 5rem;
    text-align: justify;
    font-style: normal;
}

section.carta_form {
    background: #1FBA08;
    padding: 3rem 6rem;
    position: relative;
    margin-bottom: 10rem;
}

section.carta_form form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.carta_form form.wpcf7-form p {
    width: 25%;
    padding: 1rem 2rem;
    color: #1c1c1c;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

section.carta_form form.wpcf7-form p:nth-last-child(2) {
    position: absolute;
    bottom: -16rem;
    right: -10rem;
}

section.carta_form form.wpcf7-form p .wpcf7-form-control-wrap {
    text-transform: uppercase;
}

.text_c {
    width: 100%;
    margin: auto 2%;
}

section.carta_form input.wpcf7-form-control.wpcf7-submit {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-size: 2rem;
    background: #1c1c1c;
    display: flex;
}

select.wpcf7-form-control.wpcf7-select {
    text-transform: uppercase;
}

select.wpcf7-form-control option {
    background: #1c1c1c;
    color: white;
    text-transform: uppercase;
    font-style: italic;
}

main.carta_page .carta_decoration1,
main.carta_page .carta_decoration2 {
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    width: 100vw;
    height: 30vh;
}

main.carta_page .carta_decoration1 {
    background: url(../../../../wp-content/uploads/2019/01/carta_decoracion.png);
}

main.carta_page .carta_decoration2 {
    background: url(../../../../wp-content/uploads/2019/01/carta_decoracion2.png);
}

input.wpcf7-form-control,
select.wpcf7-form-control {
    min-height: 60px !important;
}

section.carta_form form.wpcf7-form select option:hover {
    background: #1FBA08;
}

section.carta_form form.wpcf7-form select option:checked {
    background: #1FBA08;
}

.icon_whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 5rem;
    margin: 16rem 1rem 0;
    text-align: center;
}

.icon_whatsapp .w_desktop {
    display: flex;
}

.icon_whatsapp .w_desktop .w_number {
    font-size: 2rem;
    margin: 0 1rem;
    display: flex;
    align-items: center;
}

.icon_whatsapp .w_mobile {
    display: none;
}

.icon_whatsapp i {
    color: #1FBA08;
}


/*** Responsive A la carta ***/

@media screen and (max-width: 1100px) {
    .destinos,
    .fecha,
    .email,
    .n-personas {
        width: 100% !important;
    }
}

@media screen and (max-width: 1025px) {
    section.carta_form form.wpcf7-form p:nth-last-child(2) {
        right: 0rem;
    }
    main.carta_page .carta_decoration1,
    main.carta_page .carta_decoration2 {
        height: 15vw;
    }
    section.carta_form form.wpcf7-form p {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    section.carta_content {
        width: 80%;
    }
    section.carta_form form.wpcf7-form p {
        width: 100%;
    }
    section.carta_form {
        padding: 3rem;
    }
    section.carta_form form.wpcf7-form p:nth-last-child(2) {
        display: flex;
        justify-content: center;
    }
    .icon_whatsapp .w_mobile {
        display: flex;
    }
    .icon_whatsapp .w_desktop {
        display: none;
    }
    .icon_whatsapp i {
        color: #1FBA08;
    }
}


/*** Quienes somos ***/

.quienes_page h1 {
    text-transform: uppercase;
    color: #1c1c1c;
    text-align: center;
    margin: 5rem 0 0;
}

section.quienes_content {
    width: 60%;
    margin: 3rem auto 5rem;
    text-align: justify;
    color: white;
    position: relative;
    padding: 5rem 10rem;
    font-style: normal;
}

section.quienes_content:after {
    content: '';
    background: #1FBA08;
    width: 100%;
    height: 100%;
    padding: 1rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

section.quienes_offerings {
    background: #1c1c1c;
    padding: 3rem;
}

section.quienes_offerings header {
    color: white;
    width: 100%;
    text-align: center;
}

section.quienes_offerings .offerings {
    color: #1FBA08;
    display: flex;
    justify-content: space-around;
    font-size: 1.5rem;
}

section .offerings .offer {
    text-align: center;
}

section .offerings .offer .logo {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .offerings .offer p {
    text-align: center;
}

.quienes_newsletter {
    width: 100vw;
    height: 26vw;
    background: url(../../../../wp-content/uploads/2019/02/mountain_line2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.quienes_newsletter header {
    color: white;
    text-align: center;
    top: 10vw;
    position: relative;
}

.quienes_newsletter header h3 {
    font-size: 4rem;
}

section.quienes_routes {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 0 30vw;
}

section.quienes_routes h2 {
    text-align: center;
    font-size: 4rem;
}

section.quienes_routes a {
    color: white;
    background: #1FBA08;
    padding: 0.5rem;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-style: normal;
    font-size: 2.5rem;
}


/*** Responsive Quienes somos ***/

@media screen and (max-width: 1025px) {
    section.quienes_offerings .offerings {
        flex-wrap: wrap;
    }
    section.quienes_offerings .offerings .offer {
        width: 25%;
    }
    section.quienes_content {
        width: 90%;
    }
    section.quienes_routes {
        margin: 0 1rem;
    }
    .quienes_newsletter {
        height: auto;
    }
}

@media screen and (max-width: 450px) {
    section.quienes_content {
        width: 100%;
        padding: 5rem 10%;
    }
    section.quienes_content:after {
        transform: skewX(0deg);
    }
    section.quienes_offerings .offerings .offer {
        width: 45%;
        margin: 1rem 0;
    }
}


/*** Blog ***/

.blog_page h1.rough {
    padding-top: 3rem;
    padding-left: 3rem;
}

.blog_decoration {
    width: 100vw;
    height: 15vw;
    background: url(../../../../wp-content/uploads/2019/01/mountain_line_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

section.news_wrapper {
    background: #161616;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 1rem 10vw;
}

section.news_wrapper header h2 {
    position: absolute;
    color: #1FBA08;
    top: -8rem;
    left: 10%;
}

article.news_feed {
    width: 25%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    overflow: hidden;
    margin: 3rem;
    transition: all 0.3s ease;
}

article.news_feed .news_info {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    padding-bottom: 2rem;
}

article.news_feed .news_info p {
    margin: 0;
    color: #1FBA08;
    padding-left: 1rem;
}

article.news_feed .news_info h3 {
    color: white;
    text-transform: uppercase;
}

article.news_feed header {
    position: absolute;
    top: 10vh;
    z-index: 3;
    background: #1c1c1c;
    color: white;
    padding: 0 1rem;
    text-transform: uppercase;
}

article.news_feed h3,
.home_sproduct header p {
    margin: 0;
}

article.news_feed .img-container {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    margin-left: -25%;
    padding-left: 0;
    width: 150%;
    height: 50vh;
    -webkit-box-shadow: 0px 0x 0px 0px rgba(31, 186, 8, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(31, 186, 8, 1);
    box-shadow: 0px 0px 0px 0px rgba(31, 186, 8, 1);
    transition: all 0.2s ease;
}

article.news_feed:hover .img-container {
    -webkit-box-shadow: 0px -8px 0px 0px rgba(31, 186, 8, 1);
    -moz-box-shadow: 0px -8px 0px 0px rgba(31, 186, 8, 1);
    box-shadow: 0px -8px 0px 0px rgba(31, 186, 8, 1);
}

.navegacion-articulos {
    width: 100%;
}

.navegacion-articulos a {
    color: white;
}

.navegacion-articulos a:hover {
    color: #1FBA08;
}


/*** Responsive Blog ***/

@media screen and (max-width: 1025px) {
    article.news_feed {
        width: 40%;
    }
    article.news_feed {
        height: 40vh;
    }
}

@media screen and (max-width: 450px) {
    article.news_feed {
        width: 80%;
    }
    article.news_feed {
        height: 50vh;
    }
}


/*** Single news ***/

.single_page h1.rough {
    padding-top: 3rem;
    padding-left: 3rem;
}

.single_page article {
    display: flex;
}

.article_p1 {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    width: 80%;
    margin: 3rem 10vw;
}

.article_p2 {
    /*width: 45vw;

    padding: 3rem 5vw 3rem 0;

    margin-top: 13rem;

    text-align: justify;

    display: flex;

    align-items: center;

    flex-wrap: wrap;*/
    margin: auto;
    width: 80%;
}

.article_p2.longtitle {
    /*margin-top: 22rem;*/
}

.article_p1 .img-container {
    height: 50vh;
    width: 140%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    margin-left: -20%;
}

.article_p1 h2 {
    text-transform: uppercase;
    font-size: 5rem;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.article_p1 p {
    color: #1FBA08;
    font-size: 3rem;
    margin-bottom: 0;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.navegacion-articulos nav {
    display: flex;
    justify-content: space-around;
    padding: 2rem;
}

.single_decoration {
    background: #1FBA08;
    height: 6px;
    width: 95%;
    margin: 2rem auto;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.snew_share {
    display: flex;
    align-items: center;
}

.snew_share p {
    margin-right: 1rem;
    font-size: 2.5rem;
    margin-bottom: 0;
}

.snew_share span i {
    margin: 0 1rem;
    font-size: 2rem;
    color: #1FBA08;
}

header.snews_title {
    width: 100%;
}

.snews_overflow {
    overflow: hidden;
}

article.snews-frow .snews_content {
    /*max-height: 50vh;

    overflow-y: scroll;*/
    padding-right: 1rem;
    font-style: normal;
}

article.snews-frow .snews_content a {
    color: #1FBA08;
}

article.snews-frow .snews_content a:hover {
    text-decoration: underline;
}


/**** Custom Scrollbar ****/


/* width */

article.snews-frow .snews_content ::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
}


/* Track */

article.snews-frow .snews_content ::-webkit-scrollbar-track {
    background: white;
}


/* Handle */

article.snews-frow .snews_content ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

article.snews-frow .snews_content ::-webkit-scrollbar-thumb:hover {
    background: #1FBA08;
}

.snews_video {
    display: flex;
    justify-content: center;
    margin: 3rem;
}

.snews_video iframe {
    width: 50vw;
    height: 30vw
}


/*** Responsive Single article ***/

@media screen and (max-width: 1025px) {
    .single_page article {
        flex-direction: column;
    }
    .single_page article .article_p1 .img-container {
        max-height: 50vh;
        transform: skewX(0deg);
    }
    header.snews_title {
        margin-top: 3rem;
        width: 90%;
    }
    .article_p1 h2 {
        text-transform: uppercase;
        font-size: 4rem;
    }
    .single_page article .article_p1,
    .single_page article .article_p2 {
        width: 90%;
        margin: auto;
    }
    section.gallery_newsletter .contacto_content {
        width: 100%;
    }
    section.gallery_newsletter .contacto_form {
        width: 100%;
        padding: 0;
    }
    section.gallery_newsletter .contacto_content {
        padding-right: 0;
    }
    .anterior,
    .siguiente {
        padding: 0 1rem;
        text-align: center;
    }
    article.snews-frow .snews_content {
        max-height: unset;
        overflow-y: initial;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    article.snews-frow .snews_content table tr {
        display: flex !Important;
        flex-direction: column;
        border-top: 1px solid black;
    }
    article.snews-frow .snews_content table tr th {
        background: #1FBA08;
        color: white;
        text-align: center;
        border-top: 1px solid white;
    }
}

@media screen and (max-width: 450px) {
    .single_page article .article_p1 {
        transform: skewX(0deg);
    }
    .single_page article .article_p2 {
        padding: 3rem 0 3rem 0;
    }
    .snews_video iframe {
        width: 100vw;
        height: 50vw;
    }
}


/*** Contacto ***/

.contacto_page h1 {
    text-align: center;
    padding: 5rem;
}

section.contacto_body {
    background: #1FBA08;
    padding: 3rem 10vw;
    display: flex;
}

section.contacto_body .contacto_content {
    color: white;
    align-items: flex-start;
    font-style: normal;
    padding-top: 8rem;
    width: 50%;
    padding-right: 2rem;
    text-align: justify;
}

section.contacto_body .contacto_content i {
    color: #1c1c1c;
}

section.contacto_body .contacto_content .icon_whatsapp {
    margin-top: 0;
    margin-bottom: 3rem;
    align-items: flex-start;
}

section.contacto_body .contacto_form {
    width: 50%;
    padding-left: 5vw;
}

section.contacto_body .contacto_form label {
    color: white;
    font-family: 'Quashar Rough';
    font-size: 2rem;
}

section.contacto_body .contacto_form input.wpcf7-form-control.wpcf7-submit {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: #1c1c1c;
    float: right;
}

section.contacto_body .contacto_form .disclaimer {
    color: white;
}


/* Contacto checkboxes */

input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    z-index: 3;
}

input[type="checkbox"]+.wpcf7-list-item-label,
input[type="checkbox"]+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

input[type="checkbox"]+.wpcf7-list-item-label:before,
input[type="checkbox"]+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #2b2b2b;
}

input[type="checkbox"]:hover+.wpcf7-list-item-label:before,
input[type="checkbox"]:hover+label:before {
    background: rgba(255, 255, 255, 0.5);
}

input[type="checkbox"]:focus+.wpcf7-list-item-label:before,
input[type="checkbox"]:focus+label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

input[type="checkbox"]:checked+.wpcf7-list-item-label:before,
input[type="checkbox"]:checked+label:before {
    background: #2b2b2b;
}

input[type="checkbox"]:disabled+.wpcf7-list-item-label,
input[type="checkbox"]:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

input[type="checkbox"]:disabled+.wpcf7-list-item-label:before,
input[type="checkbox"]:disabled+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}

input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
input[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Fin checkboxes */


/*checkout checkbox*/

.woocommerce form .form-row .input-checkbox {
    opacity: 1;
    position: relative;
}

.woocommerce-invalid #terms {
    outline: 2px solid #a00;
}


/*--------------------------------------------------------------------*/

section.contacto_body .contacto_form .acceptance-69 a:hover {
    color: #2b2b2b;
}

.contacto_map {
    position: relative;
}

.contacto_map .contacto_decoration {
    width: 100vw;
    height: 20vh;
    background: url(../../../../wp-content/uploads/2019/02/mountain_line_inverse.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 0;
    z-index: 3;
}

.contacto_map #map {
    height: 90vh;
}

.contacto_newsletter {
    width: 100vw;
    height: 26vw;
}

.contacto_newsletter header {
    color: #1c1c1c;
    text-align: center;
    top: 10vw;
    position: relative;
    width: 40%;
    margin: auto;
}

.contacto_newsletter header h3 {
    font-size: 4rem;
}


/*** Responsive Contacto ***/

@media screen and (max-width: 1025px) {
    .contacto_map .contacto_decoration {
        width: 100vw;
        height: 20vw;
    }
    .contacto_newsletter {
        height: auto;
    }
    form#mc4wp-form-1 .mc4wp-form-fields {
        margin: 12vw 10vw 0;
        max-width: 80vw;
    }
    .contacto_newsletter header {
        width: 90%;
    }
}

@media screen and (max-width: 800px) {
    section.contacto_body {
        flex-direction: column;
    }
    section.contacto_body .contacto_content {
        width: 100%;
    }
    section.contacto_body .contacto_form {
        width: 100%;
        padding: 0;
    }
    section.contacto_body .contacto_content {
        padding-right: 0;
    }
}


/*** Galería ***/

.gallery_page h1.rough {
    padding-top: 3rem;
    padding-left: 3rem;
}

.gallery_decoration {
    width: 100vw;
    height: 15vw;
    background: url(../../../../wp-content/uploads/2019/01/mountain_line_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.gallery_newsletter {
    width: 100vw;
    height: 26vw;
    background: url(../../../../wp-content/uploads/2019/02/mountain_line2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.gallery_newsletter header {
    color: white;
    text-align: center;
    top: 10vw;
    position: relative;
}

.gallery_newsletter header h3 {
    font-size: 4rem;
}

section.gallery_list {
    background: #161616;
}

section.gallery_list h2 {
    color: #1FBA08;
    padding: 0 2rem;
}

section.gallery_list .slick-slide {
    margin: 2rem;
    min-height: 10vw;
    pointer-events: none;
}

.gallery_slider.slick-slider {
    margin: 0 10%;
    width: 80%;
}

section.gallery_list .slick-slide img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    min-height: 12vw;
    object-fit: cover;
}

section.gallery_list button.slick-prev.slick-arrow,
section.gallery_list button.slick-next.slick-arrow {
    height: 12vw;
    top: 2rem;
}

section.gallery_list button.slick-prev.slick-arrow {
    left: -5%;
}

section.gallery_list button.slick-next.slick-arrow {
    right: -5%;
}

button.slick-prev.slick-arrow:focus,
button.slick-next.slick-arrow:focus {
    outline: none;
}

section.gallery_routes {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 0 30vw;
}

section.gallery_routes h3 {
    color: #1FBA08;
    text-align: center;
    font-size: 4rem;
}

section.gallery_routes a {
    color: white;
    background: #1FBA08;
    padding: 0.5rem;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-style: normal;
    font-size: 2.5rem;
}

.gallery_item .search {
    color: white;
    display: flex;
    justify-content: center;
    margin: 0 10% 0 80%;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 90;
    padding: 1rem;
}

.gallery_item .search i.fas.fa-times {
    display: none;
}

.gallery_item .search.open i.fas.fa-search {
    display: none;
}

.gallery_item .search.open i.fas.fa-times {
    display: flex;
}

.gallery_item .search.open {
    background: #161616;
    border-radius: 2px;
}

.gallery_slider.slick-slider.zoomed {
    transform: scale(2);
    height: 30vw;
    display: flex;
    align-items: center;
}

.gallery_slider.slick-slider.zoomed button.slick-prev.slick-arrow,
.gallery_slider.slick-slider.zoomed button.slick-next.slick-arrow {
    height: 10vw;
    top: 10vw;
}

.gallery_slider.slick-slider.zoomed button.slick-prev.slick-arrow {
    left: 18%;
}

.gallery_slider.slick-slider.zoomed button.slick-next.slick-arrow {
    right: 18%;
}


/*** Responsive Galeria ***/

@media screen and (max-width: 1025px) {
    section.gallery_newsletter {
        height: auto;
    }
    section.gallery_newsletter .mc4wp-form-fields {
        margin: 12vw 10vw 0;
        max-width: 80vw;
    }
    section.gallery_newsletter .contacto_newsletter header {
        width: 90%;
    }
    section.gallery_list .slick-slide {
        min-height: 25vw;
    }
    section.gallery_list .slick-slide img {
        min-height: 25vw;
    }
    section.gallery_list button.slick-prev.slick-arrow,
    section.gallery_list button.slick-next.slick-arrow {
        height: 25vw;
    }
    .gallery_slider.slick-slider.zoomed {
        height: 50vw;
    }
    .gallery_slider.slick-slider.zoomed button.slick-prev.slick-arrow,
    .gallery_slider.slick-slider.zoomed button.slick-next.slick-arrow {
        height: 25vw;
        top: 30vw;
    }
}

@media screen and (max-width: 450px) {
    section.gallery_list .slick-slide {
        min-height: 50vw;
    }
    .gallery_slider.slick-slider {
        margin: 0 5%;
        width: 90%;
    }
    section.gallery_list .slick-slide img {
        min-height: 50vw;
    }
    section.gallery_list button.slick-prev.slick-arrow,
    section.gallery_list button.slick-next.slick-arrow {
        height: calc(100% - 3rem);
    }
    .gallery_slider.slick-slider.zoomed {
        height: 100vw;
    }
    .gallery_slider.slick-slider.zoomed button.slick-prev.slick-arrow,
    .gallery_slider.slick-slider.zoomed button.slick-next.slick-arrow {
        height: 50vw;
        top: 25vw;
    }
    section.gallery_routes {
        margin: 0 5vw;
    }
}


/*** Single Product ***/


/* Eliminar comentarios, "productos relacionados" y la galería debajo de la foto principal (para hacer esto aplicamos solo CSS) */

.single-product section.related.products {
    display: none;
}

ol.flex-control-nav.flex-control-thumbs {
    display: none;
}

span.posted_in {
    display: none;
}

.single.single-product div#respond {
    display: none;
}

p.entry-meta {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper h2 {
    display: none;
}


/* Estilos de cosas de Woocommerce */

.woocommerce-notices-wrapper {
    margin: 0 10%;
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #1FBA08 !important;
    background-color: #1FBA08 !important;
    color: white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #1FBA08 !important;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
    background: #1c1c1c !important;
    background-color: #1c1c1c !important;
    color: white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #1c1c1c !important;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    background: #1FBA08 !important;
    color: white !important;
    text-shadow: transparent !important;
    border-color: #1FBA08 !important;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #1c1c1c !important;
    box-shadow: none;
    text-shadow: transparent !important;
    color: white !important;
    border-color: #1c1c1c !important;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #1FBA08;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #1FBA08;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #1FBA08;
}

.woocommerce span.onsale {
    background-color: #1FBA08;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #1FBA08;
}

h1.entry-title,
h1.woocommerce-products-header__title.page-title {
    font-family: 'Quashar Rough';
    font-size: 5rem;
    text-transform: uppercase;
    margin: 3rem 0;
}

.woocommerce .site-inner {
    padding: 6rem 0 0;
}

.single.single-product.woocommerce.woocommerce-page h1.entry-title {
    margin-left: 15%;
    width: 70%;
    border-bottom: 5px solid #1FBA08;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

ul.tabs.wc-tabs li {
    text-transform: uppercase;
    font-family: 'Quashar Rough';
    font-size: 2rem;
}


/* Estilos de los añadidos a single product */

.sproduct_date.rough {
    font-size: 4rem;
}

section.single_product_galeria .slick-slide {
    margin: 2rem;
    min-height: 15vw;
    pointer-events: none;
}

section.single_product_galeria .slick-slide img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: 15vw;
    object-fit: cover;
}

section.single_product_galeria button.slick-prev.slick-arrow,
section.single_product_galeria button.slick-next.slick-arrow {
    height: 15vw;
    top: 2rem;
}

section.single_product_recorrido {
    padding-bottom: 3rem;
}

section.single_product_recorrido img {
    width: 100%;
}

section.single_product_etapas .tabs {
    display: flex;
    border-left: 1px solid #1c1c1c;
    border-top: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
}

section.single_product_etapas .tabs .tab {
    width: 10%;
    padding: 1rem;
    text-align: center;
    background: white;
    cursor: pointer;
    font-size: 2.5rem;
}

section.single_product_etapas .tabs .tab.selected {
    background: #1c1c1c;
    color: #1FBA08;
}

section.single_product_etapas .tabs_texts {
    padding: 1rem;
    background: #1c1c1c;
    color: white;
    font-style: normal;
}

section.single_product_etapas .tabs_texts .tab_text {
    padding: 6rem 5% 3rem 5%;
    min-height: 25vw;
    text-align: justify;
    display: none;
    align-items: center;
}

section.single_product_etapas .tabs_texts .tab_text.selected {
    display: flex;
}

section.single_product_etapas .tabs_texts .tab_text.selected .tab_img {
    width: 75%;
    margin: 1rem 0;
    position: relative;
    /*
    overflow: hidden; */
}

section.single_product_etapas .tabs_texts .tab_text.selected .tab_text_text {
    width: 25%;
    margin: 0 2rem 0 0;
    text-align: left;
}

section.single_product_explanation {
    width: 80%;
    margin: 10rem auto 0;
    text-align: justify;
    font-size: 1.5rem;
    font-style: normal;
}

section.single_product_explanation h2 {
    font-size: 2rem;
    font-weight: bold;
}


/* Margenes */

.single-product main#genesis-content {
    margin: 0;
    max-width: unset;
}

div.product {
    margin: 0 15%;
}

section.single_product_recorrido,
section.single_product_perfil {
    margin: 0 15%;
}

section.single_product_etapas header {
    margin: 0 15%;
}

section.single_product_etapas .tabs,
section.single_product_etapas .tabs_texts {
    margin: 0 15%;
}

section.single_product_galeria {
    background: #1c1c1c;
    color: #1FBA08;
    padding: 1rem 0;
    margin: 3rem 0;
}

section.single_product_galeria header {
    margin: 0 15%;
}

div#tab-my_custom_tab img {
    width: 50%;
    margin: 0 25%;
    margin-bottom: 3rem;
}

div.panel p {
    text-align: justify;
    font-style: normal;
    margin: 0 10%;
}

.pdf_download svg {
    width: 5%;
}

.pdf_download svg path {
    fill: #1FBA08;
    stroke-width: 0.5;
}

section.single_product_condiciones header {
    display: flex;
    justify-content: center;
    color: #1FBA08;
    margin: 5rem 0 1rem;
}

section.single_product_condiciones .pdf_download a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1FBA08;
}

div.quantity {
    /*-webkit-transform: skewX(-10deg);

    transform: skewX(-10deg);
   */
    float: none!important;
}

.gform_footer.top_label {
    display: none!important;
}

.woocommerce table.cart td.actions .coupon input#coupon_code {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

p.sproduct_no {
    font-weight: 700;
}


/*** Responsive Woocommerce ***/

@media screen and (min-width: 1800px) {
    section.single_product_etapas .tabs_texts .tab_text {
        min-height: 20vw;
    }
}

@media screen and (max-width: 1200px) {
    section.single_product_etapas .tabs_texts .tab_text {
        padding: 6rem 5% 3rem;
    }
}


/* Para hacer zoom en las imagenes de los tabs, una opcion por ahora rechazada
@media screen and (min-width: 1026px) {

    .tabs_texts .tab_img {
        position: relative;
    }

    .tabs_texts .tab_img img {
        transition: width 2s, height 2s, transform 2s;
        -moz-transition: width 2s, height 2s, -moz-transform 2s;
        -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
        -o-transition: width 2s, height 2s,-o-transform 2s;
    }

    .tabs_texts .tab_img img:hover {
        transform : scale(1.2);
        -moz-transform : scale(1.2);
        -webkit-transform : scale(1.2);
        -o-transform : scale(1.2);
    }

}
*/

@media screen and (max-width: 1025px) {
    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content,
    .woocommerce-account .entry-content {
        margin: 0 5%;
    }
    section.single_product_etapas .tabs_texts .tab_text.selected {
        flex-wrap: wrap;
    }
    section.single_product_etapas .tabs_texts .tab_text.selected .tab_img {
        width: 100%;
        margin: 1rem;
    }
    section.single_product_etapas .tabs_texts .tab_text.selected .tab_text_text {
        width: 100%;
        margin: 1rem;
    }
    section.single_product_etapas .tabs_texts .tab_text {
        padding: 3rem 5%;
    }
}


/*** Responsive Single product ***/

@media screen and (max-width: 1025px) {
    .woocommerce div.product {
        margin: 0 5%;
    }
    .woocommerce-notices-wrapper {
        margin: 0 5%;
    }
    .single.single-product.woocommerce.woocommerce-page h1.entry-title {
        margin-left: 5%;
        width: 90%;
    }
    section.single_product_recorrido,
    section.single_product_perfil {
        margin: 0 5%;
    }
    section.single_product_etapas .tabs,
    section.single_product_etapas .tabs_texts {
        margin: 0 5%;
    }
    section.single_product_galeria .slick-slide img {
        height: 30vw;
    }
    section.single_product_galeria button.slick-prev.slick-arrow,
    section.single_product_galeria button.slick-next.slick-arrow {
        height: 30vw;
    }
}

@media screen and (max-width: 700px) {
    section.single_product_etapas .tabs .tab {
        width: 25%;
    }
    .single-product .woocommerce div.product .woocommerce-tabs .panel.entry-content {
        padding: 5rem 1rem;
    }
    section.single_product_etapas .tabs_texts .tab_text {
        padding: 5rem 1rem 3rem;
    }
    section.single_product_etapas .tabs {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 450px) {
    .pdf_download svg {
        width: 20%;
    }
    /*
    .woocommerce-variation-add-to-cart.variations_button {
        flex-direction: column;
    }

    .woocommerce-variation-add-to-cart.variations_button p.sproduct_no {
        max-width: 90%;
        margin: 1rem 0 2rem;
    }
*/
    .quantity {
        margin: 1rem 0 2rem;
    }
    section.single_product_galeria .slick-slide img {
        height: 60vw;
    }
    section.single_product_galeria button.slick-prev.slick-arrow,
    section.single_product_galeria button.slick-next.slick-arrow {
        height: 60vw;
    }
}


/*** Rutas cicloturistas ***/

.woocommerce ul.products li.product .star-rating {
    display: none;
}

body.page-template-default.page.woocommerce.woocommerce-page .content-sidebar-wrap {
    background: url(../../../../wp-content/uploads/2019/02/rutas_background.png);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: top right;
}

body.page-template-default.page.woocommerce.woocommerce-page .entry-content p:nth-child(1) {
    width: 60%;
    color: white;
    font-style: normal;
    padding: 6rem 3rem;
    position: relative;
    text-align: justify;
    flex-wrap: wrap;
    z-index: 3;
}

body.page-template-default.page.woocommerce.woocommerce-page .entry-content p:nth-child(1):before {
    content: '';
    width: 120%;
    height: 100%;
    top: 0;
    left: -10%;
    position: absolute;
    background: #1FBA08;
    transform: skewX(-10deg);
    z-index: -1;
}

body.page-template-default.page.woocommerce.woocommerce-page .entry-content p.woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    display: none;
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products li {
    margin: 1rem;
    width: 25%;
    height: auto;
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products li img {
    height: 50vh;
    min-width: 130%;
    margin-left: -15%;
    max-width: unset;
    width: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(10deg);
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding-top: 50vh;
    margin-bottom: 1rem;
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products li h2.woocommerce-loop-product__title {
    font-family: 'Quashar Rough';
    font-size: 2.5rem !important;
    font-style: normal;
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.page-template-default.page.woocommerce.woocommerce-page ul.products li a.button.product_type_simple {
    transform: skewX(0deg);
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products li img {
    box-shadow: 0px 0px 0px 0px rgba(31, 186, 8, 1);
    transition: all 0.2s ease;
}

body.page-template-default.page.woocommerce.woocommerce-page ul.products li:hover img {
    box-shadow: 0px 8px 0px 0px rgba(31, 186, 8, 1);
    transition: all 0.2s ease;
}

section.rutas_a_la_carta {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10rem 0;
    position: relative;
}

section.rutas_a_la_carta:before {
    content: '';
    background: url(../../../../wp-content/uploads/2019/02/quieres-viajar-a-la-carta.png);
    width: 130%;
    height: 25vw;
    position: absolute;
    top: -10rem;
    left: -15%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

section.rutas_a_la_carta h2 {
    font-size: 4rem;
}

section.rutas_a_la_carta a {
    background: #1FBA08;
    color: white;
    padding: 1rem 2rem;
    transform: skewX(-10deg);
}

section.routes__explanation {
    padding: 3rem 10vw;
    margin-bottom: 5rem;
    color: white;
    background: #1FBA08;
    position: relative;
    bottom: -5rem;
    width: 100%;
    text-align: justify;
    font-size: 1.5rem;
    font-style: normal;
}

section.routes__explanation h2 {
    font-size: 2rem;
    font-weight: bold;
}

body.page-template-default.page.woocommerce.woocommerce-page .entry-content section.routes__explanation p:nth-child(1) {
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

body.page-template-default.page.woocommerce.woocommerce-page .entry-content section.routes__explanation p:nth-child(1):before {
    display: none;
}

p.product.woocommerce.add_to_cart_inline {
    background: #1FBA08;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
    align-items: center;
    border: unset !important;
}

p.product.woocommerce.add_to_cart_inline a.button.add_to_cart_button {
    background: #1c1c1c !Important;
    color: #1FBA08 !Important;
}

p.product.woocommerce.add_to_cart_inline a.added_to_cart.wc-forward {
    color: white;
    margin: 0 1rem;
}

p.product.woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover {
    color: white !Important;
}

p.product.woocommerce.add_to_cart_inline span.woocommerce-Price-amount.amount {
    display: none;
}

section.single_product_reserva {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #1c1c1c;
    color: #1FBA08;
    border: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: white;
    border: unset;
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content {
    background: #1c1c1c;
    color: white;
    padding: 5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    border-left: 1px solid #1c1c1c;
    border-top: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content tbody {
    border-bottom: 1px solid #1FBA08;
}


/*** Responsive Rutas cicloturistas ***/

@media screen and (max-width: 1025px) {
    body.page-template-default.page.woocommerce.woocommerce-page ul.products li {
        width: 35%;
    }
    body.page-template-default.page.woocommerce.woocommerce-page ul.products li img {
        max-height: 40vh;
    }
    body.page-template-default.page.woocommerce.woocommerce-page ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        padding-top: 40vh;
    }
    section.rutas_a_la_carta:before {
        height: 35vw;
    }
    h1.entry-title,
    h1.woocommerce-products-header__title.page-title {
        margin: 3rem 2rem;
    }
}

@media screen and (max-width: 450px) {
    body.page-template-default.page.woocommerce.woocommerce-page .entry-content p:nth-child(1) {
        width: 100%;
    }
    body.page-template-default.page.woocommerce.woocommerce-page ul.products li {
        width: 55%;
    }
    header h2 {
        text-align: center;
    }
    body.page-template-default.page.woocommerce.woocommerce-page .entry-content p:nth-child(1):before {
        transform: skewX(0deg);
    }
    body.page-template-default.page.woocommerce.woocommerce-page .content-sidebar-wrap {
        background-size: 60% auto;
    }
}


/*** Newsletters ***/

.mc4wp-form-fields {
    max-width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 12vw 30vw 0;
}

.mc4wp-form-fields p {
    margin: 0 0 15px;
}

.mc4wp-form-fields p input[type="submit"] {
    background: #1c1c1c;
    transform: skewX(-10deg);
}


/*************************start fix gallery ***************************/

@media screen and (min-width: 1026px) {
    .slick-track div a {
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 10vw;
    }
    h2.rough {
        padding-top: 40px!important;
    }
    .gallery_item {
        padding-bottom: 30px;
    }
}

.genesis-nav-menu .sub-menu a {
    font-size: 1.8rem;
}


/***** Css for plugin Woocommerce Deposit *****/

.wc-deposits-wrapper .wc-deposits-option li {
    list-style: none;
}


/****** css check-out****/

.form-row-wide-dni {
    width: 50%;
    float: left;
}


/*** Detalles check-out ***/

@media screen and (min-width: 650px) {
    .woocommerce-checkout div#customer_details {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-checkout div#customer_details .col-1,
    div#customer_details .col-2 {
        width: 100%;
    }
    .woocommerce-checkout div#customer_details .col-2 {
        margin: 4rem 0;
    }
    .woocommerce form.woocommerce-checkout .form-row {
        width: 45%;
        margin-right: 2.5%;
        float: left;
        clear: none;
        min-height: 100px;
    }
    .woocommerce-checkout span.woocommerce-input-wrapper {
        max-width: 100%;
    }
    .woocommerce-checkout span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .woocommerce-checkout .form-row.place-order {
        width: 100% !important;
    }
    .woocommerce-checkout p#order_comments_field {
        width: 100%;
    }
}


/*** boton de Whatsapp ***/

div#whatsBtn {
    display: none;
    padding: 1rem 2rem;
    background: #1FBA08;
    font-size: 3rem;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 10;
}

div#whatsBtn a {
    color: transparent;
}


/*** 404 ***/

.cuatroocuatro {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../../../../wp-content/uploads/2019/01/bike-racing-1.jpg);
}

.cuatroocuatro .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding-bottom: 3rem;
}

.cuatroocuatro .container h1.aged {
    font-size: 18rem;
}

.cuatroocuatro .container p {
    text-align: center;
}

.cuatroocuatro .container a {
    background: #1FBA08;
    color: white;
    padding: 1rem 2rem;
    transform: skewX(-10deg);
}

div#whatsBtn {
    background: url(https://biketourexperience.com/wp-content/uploads/2019/03/whatsapp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
}

.entry-content ul>li {
    list-style-type: none;
}


/*** Cookies, Aviso legal y Política de privacidad Template ***/

main.cookies_page {
    max-width: 1000px;
    margin: auto;
    font-style: normal;
    text-align: justify;
}

main.cookies_page h1 {
    font-family: 'Quashar Rough';
    margin: 5rem 0;
}

main.cookies_page h2 {
    font-size: 3.5rem;
}

main.cookies_page h3 {
    font-size: 2.5rem;
}

main.cookies_page h2,
main.cookies_page h3 {
    font-family: 'Quashar Rough';
    font-style: normal;
}

@media screen and (max-width: 1050px) {
    main.cookies_page {
        margin: 0 5%;
    }
    main.cookies_page h1,
    main.cookies_page h2,
    main.cookies_page h3 {
        text-align: left;
    }
}

._sumo_pp_footable th {
    word-break: break-word;
}

p._sumo_pp_plan_description {
    word-break: break-word;
}

p._sumo_pp_initial_payable {
    word-break: break-word;
}

table._sumo_pp_payment_plans {
    word-break: break-word;
}

div#_sumo_pp_plans_to_choose ._sumo_pp_total_payable {
    display: none;
}

table._sumo_pp_modal-info {
    margin-left: 20px;
}

p.proximamente {
    text-transform: capitalize;
}

li:hover .proximamente {
    color: #a00;
}

.maillot {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1025px) {
    .a_maillot {
        width: 60%;
    }
}

section.s_article {
    width: 100%;
}

article.snews-frow {
    display: flex;
    flex-flow: column;
}

.s_page {
    display: flex;
}

main.single_page {
    width: 70%;
}

.aside_sproduct {
    width: 50%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    overflow: hidden;
    margin: 3rem;
    transition: all 0.3s ease;
}

.aside_sproduct header {
    z-index: 3;
    background: #1c1c1c;
    color: white;
    padding: 0 1rem;
    text-transform: uppercase;
}

.aside_sproduct:hover {
    outline: 8px solid #1FBA08;
}

.aside_pais {
    margin-bottom: 0;
}

.aside_rough {
    font-family: 'Quashar Rough';
    margin-bottom: 0;
}

.sidebar__inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    top: 50px;
}

time.rough {
    color: #1FBA08;
    font-size: 3rem;
    margin-bottom: 0;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    float: none;
    vertical-align: super;
}

.snews_content {
    text-align: justify;
}

h1.rough.longtitle {
    display: inline;
}

@media screen and (max-width: 1025px) {
    .s_page {
        flex-flow: column;
    }
    main.single_page {
        width: 100%;
    }
    .sidebar {
        float: none;
        width: 100%;
        position: relative;
    }
    .aside_sproduct_wrapper {
        display: flex;
        flex-flow: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center
    }
    .aside_sproduct {
        width: 27%;
    }
    .article_p1 {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
}

@media screen and (max-width: 415px) {
    .aside_sproduct {
        width: 90%;
    }
}


/*-------------------------WooCommerce Deposit---------------------------------------------------------------------------------*/

.wc-deposits-wrapper .wc-deposits-option li {
    list-style: none;
    float: right;
}

.wc-deposits-wrapper .wc-deposits-option li:last-child {
    float: left;
}

h2.woocommerce-loop-product__title {
    clear: both;
}

.wapl-label .product-label {
    display: block;
    font-size: 1.7rem;
    margin-top: 15px;
}

li:hover .wapl-label .label-black,
li:hover .wapl-diagonal-bar .label-black {
    background-color: #a00;
}


/*.woocommerce ul.products li.product .price del{
  color: #a00;
}*/

.wc-pao-addon-description {
    font-size: 1.4rem;
}

.label-white {
    display: none;
}


/*
* HOME PRICE AND DISCOUNT STYLE
 */

.home_info_price {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
    flex-flow: column;
    width: 100%;
}

.home_price {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.s_home_price {
    margin: -1px;
    padding: 10px;
    background: #1c1c1c;
    font-weight: bolder;
}

p.fecha_descuento {
    color: #fff;
    text-align: right;
    margin: 0;
    padding: 10px;
    background: #1c1c1c;
}

.home_sproduct:hover .s_home_price,
.home_sproduct:hover .fecha_descuento {
    background: #a00;
}


/************************************ Black Friday content ****************************************/


/*.promo {
    background: #a00;
    color: #fff;
    padding: 3px 6px;
    margin-left: 10px;
}

label#label_1_2_0:after {
    content: 'DTO 10% Black Friday';
    background: #a00;
    color: #fff;
    padding: 3px 6px;
    margin-left: 10px;
}

.sproduct_date:before {
    content: 'DTO 10% Cyber Monday finaliza el 02/12/2019';
    background: #a00;
    color: #fff;
    padding: 3px 6px;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 23px;
}

.aside_sproduct .img-container:after {
    content: '¡Cyber Monday! DTO 10%';
    background: #a00;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 3px 6px;
}*/

.new_trip {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: 5px solid;
    color: #1fba08!important;
    background: rgba(255, 255, 255, .9);
    padding: 10px;
    transform: translate(-50%, 0px);
    left: 50%;
    width: fit-content;
}

.nuevos_viajes {
    padding: 10px;
    font-size: 2.2rem!important;
    font-family: 'Quashar Rough';
    display: block;
}

.suscribe_new_trip *.mc4wp-form-fields {
    margin: 8px;
}

.suscribe_new_trip *.mc4wp-form-fields span {
    display: flex;
}

p.terms label {
    display: block;
}

.terms input[type=checkbox] {
    position: relative;
    opacity: 1;
}

p.terms label {
    display: block!important;
}

span.suscribe_new_trip label {
    display: none;
}

.suscribe_new_trip *.mc4wp-form-fields input,
.suscribe_new_trip *.mc4wp-form-fields select,
.suscribe_new_trip *.mc4wp-form-fields textarea {
    transform: skewX(-10deg);
}

.single-product *.mc4wp-form-fields {
    margin: auto!important;
    align-items: flex-start;
}

.woocommerce input[type=submit]:hover {
    background-color: #1c1c1c;
}


/*******HIDE ANDORRA FROM CATALOG *****************/

/*.post-71 {
    display: none;
}*/