/**
    Theme Name: Redbajas Software
    Theme URI: https://redbajassoftware.com/
    Description: Plantilla para el sitio web de Redbajas Software
    Author: Luis Enrique Garcia Orellana
    Author URI: https://redbajassoftware.com/
    Fecha: 20/May./2025
    Version: 1.0
**/

/**
    #c42825
    #ffec00
    #728a47
    #3d4a95
**/
:root {
    --color-primary: #0070dc;
    --color-primary-rgb: 0, 112, 220;

    --color-secondary: #ddd;

    --color-gradiant-a: #0070dc;
    --color-gradiant-b: #004a92;
}

@font-face {
    font-family: Adelia;
    src: url(fonts/adelia.otf);
}

html, body {
    height: 100%;
    width: 100%;
}
body {
    /*
    background-image: url(img/back03.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: cover;
    */
    /*background: #e5e5e5;*/
    background: #fff;
    color: #333;
    overflow-x: hidden;
}
header {
    color: #fff;
}
footer {
    /*background: #151515;*/
    background-image: url(img/back01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-top: 1px solid #777;*/
    /*margin-top: 1rem;*/
    color: #fff;
    font-size: 1em;
    padding-bottom: 1rem;
    padding-top: 3rem;
    width: 100%;
}
a {
    color: var(--color-primary);
}
a:hover,
a:visited {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
}
a.btn:hover,
a.btn:visited {
    color: #333;
}
h1, h2 {
    font-family: sans-serif;
    color: var(--color-primary);
}
h3, h4, h5, h6 {
    font-family: sans-serif;
    color: #353535;
}
a, p {
    font-family: sans-serif;
    color: #222;
}


header a {
    color: #333;
}
header a:hover,
header a:visited {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
header a.btn:hover,
header a.btn:visited {
    color: #000;
}
header h1,
header h2 {
    font-family: 'Times New Roman';
    color: #333;
}
header h3,
header h4,
header h5,
header h6 {
    font-family: sans-serif;
    color: #333;
}
header a,
header p {
    font-family: sans-serif;
    color: #444;
}


footer a {
    color: #eee;
}
footer a:hover,
footer a:visited {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
footer a.btn:hover,
footer a.btn:visited {
    color: #fff;
}
footer h1,
footer h2 {
    font-family: 'Times New Roman';
    color: #eee;
}
footer h3,
footer h4,
footer h5,
footer h6 {
    font-family: sans-serif;
    color: #eee;
}
footer a,
footer p {
    font-family: sans-serif;
    color: #ddd;
}
/*
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
    content: ' ';
    background: var(--color-primary);
    display: block;
    height: 4px;
    margin-top: .5rem;
    width: 10%;
}
h1.text-center::after,
h2.text-center::after,
h3.text-center::after,
h4.text-center::after,
h5.text-center::after,
h6.text-center::after {
    margin-left: 45%;
    width: 10%;
}
*/
p {
    margin-bottom: .5rem;
}
p.title {
    color: var(--color-primary);
}

/**
----------------------------------------------------------------
-----------------     ANIMACIONES       ------------------------
----------------------------------------------------------------
**/
@-webkit-keyframes heartBeatUCare {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeatUCare {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  3% {
    -webkit-transform: scale(1.005);
    transform: scale(1.3);
  }

  6% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  9% {
    -webkit-transform: scale(1.005);
    transform: scale(1.3);
  }

  12% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**
----------------------------------------------------------------
----------------     ELEMENTOS POR ID       --------------------
----------------------------------------------------------------
**/
#secondary.card {
    background-color: rgba(255, 255, 255, 0.0);
}
#secondary.card section {
    padding: 0.5rem;
}
/**
----------------------------------------------------------------
--------------     ELEMENTOS POR CLASES       ------------------
----------------------------------------------------------------
**/
body.customize-support .fixed-top {
    top: 32px;
}
.alert-redbajassoftware {
    /*background: #fff !important;*/
    /*background: #060606 !important;*/
    border: none !important;
    border-bottom: 5px solid var(--color-primary) !important;
}
.back01 {
	background-image: url(img/back01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
    height: 85%;
    min-height: 85%;
	width: 100%;
}
.content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.fa-15x {
    font-size: 1.5em;
}
#logo {
    display: block;    
    margin: 0 auto;
    max-width: 620px;
    width: 100%;
}
.logo-footer {
    display: block;    
    margin: 0 auto;
    max-width: 480px;
}
.logo {
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: heartBeatUCare;
    animation-name: heartBeatUCare;
    max-width: 420px;
}
.logo3 {
    left: 0px;
    position: absolute;
    max-width: 280px;
    top: -10px;
}

.logo-header {
    left: 0px;
    position: absolute;
    max-width: 480px;
    top: 50px;
}
.img-post-theme {
  border-radius: 6px 6px;
}
.navbar-theme {
    /*background: none;*/
    /*
    background: #fff;
    background: #f6f8f9;
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    */
    justify-content: center;
}
.navbar-theme .navbar-brand {
    color: var(--color-primary);
    font-size: 1rem;
    padding-left: 60px;
    position: relative;

    max-width: 280px;
    width: 100%;
}
.navbar-theme .navbar-toggler {
    background: var(--color-primary);
}
.navbar-theme .navbar-toggler .navbar-toggler-icon {
    color: #fff;
}
.navbar-theme > #navbarSupportedContent > .navbar-nav.mr-auto > .nav-item > .nav-link {
    color: var(--color-primary);
}
.navbar-theme > #navbarSupportedContent > .navbar-nav.mr-auto > .nav-item.active > .nav-link.active {
    color: #115e7f;
}
.navbar-theme-container {
    /*background: var(--color-primary);*/
    background-color: none;
    /*background: #fff;*/
    /*background: linear-gradient(to bottom,  var(--color-primary) 0%, #ffffff 100%);*/
    /*background: rgba(255, 255, 255, 1);*/
    /*background: none;*/
    min-height: 90px;
    width: 100%;
}
.mt-logo {
    margin-top: 3rem;
}
.relation-posts {
    background-image: url(img/back-01.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: cover;
    /*
    background: #ededed;
    */
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.widget_custom_html {
    background: #fff;
}
.card-theme {
    margin-bottom: 2rem;
    overflow: hidden;

    /*background: #1a1a1a;*/
    background: #fff;
    border: 1px solid rgba(var(--color-primary-rgb), .55);
    /* box-shadow: 4px 4px 8px 1px #333; */
}
.card-theme:hover {
    border-bottom: 3px solid rgba(var(--color-primary-rgb), .90);
    /*box-shadow: 1px 1px 2px rgba(var(--color-primary-rgb), .90);*/
}
.card-theme .card-title {
    min-height: 60px;
}
.logo-brand {
    max-width: 150px;
    position: absolute;
    top: 0;
}
.card-theme .logo-brand {
    max-width: 100px;
    left: 0;
    position: absolute;
    top: 0;
}
.card-theme .card-images-category {
    filter: grayscale(55%);
    transform: scale(1.0);
    position: relative;

    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.card-theme:hover .card-images-category {
    filter: grayscale(0%);
    transform: scale(1.06);
}
/*
.card-theme:hover a::after {
    background: rgba(238, 46, 59, .40);
    content: ' ';
    display: block;
    height: 65%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}
*/
.container-theme {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.navbar-dark .navbar-nav .show,
.navbar-dark .navbar-nav .active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 600;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-theme .navbar-brand,
.navbar-theme .navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
    font-family: sans-serif;
    color: #eee;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.social-links > a {
    display: inline-block;
    color: var(--color-primary);
    margin-right: .5rem;
}
.social-links > a > .fas,
.social-links > a > .far,
.social-links > a > .fab,
.social-links > a > .fa-brands,
.social-links > a > .fa-solid {
    color: var(--color-primary);
}
.location-row {
    border-bottom: 1px solid #eee;
    padding-bottom: .25rem;
    padding-left: 30px;
    padding-top: .25rem;
    position: relative;
}
.location-row:last-child {
    border-bottom: none;
}
.location-row i.fas,
.location-row i.far,
.location-row i.fab {
    color: #fff;
    left: 8px;
    position: absolute;
    top: 10px;
}
.menu-footer {
    padding-left: 0;
    list-style: none;
}
.menu-footer > li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: .25rem;
    width: 100%;
}
.menu-footer > li:hover {
    background: var(--color-primary);
}
.menu-footer > li > a,
.menu-footer > li > a:focus,
.menu-footer > li > a:visited {
    display: block;
    font-size: .90em;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    width: 100%;
}
.menu-footer > li:hover > a {
    color: #fff;
    font-weight: 600;
}
.text-primary {
    color: var(--color-primary) !important;
}
.carousel.slide {
    overflow-y: hidden;
}
.carousel.slide {
    /*background: #000;*/
    /*height: 85vh;*/
}
.carousel-inner,
.carousel-inner,
.carousel-item {
    height: 100%;
}
.carousel-indicators {
    bottom: 0;
}

.carousel-control-prev {
    background: -moz-linear-gradient(left,  rgba(0,0,0,.35) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,.35) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,.35) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f0607', endColorstr='#00ffffff',GradientType=1 );
    border: none;
    height: 100%;
}
.carousel-control-next {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,.35) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,.35) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4f0607',GradientType=1 );
    border: none;
    height: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    opacity: .9;
}
.carrousel-content {
    left: 15%;
    width: 70%;
    height: 60%;
    top: 10%;
    z-index: 10;
}
/* .carrousel-content > div {
    background: rgba(0, 0, 0, 0.35);
    padding: 1rem;
} */
.carousel-title {
    font-family: 'Times New Roman';
    font-size: 3em;
    margin-top: 30px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px #333;
}
.carousel-title-second {
    font-family: sans-serif;
    font-size: 1.5em;
    margin-bottom: -10px;
}
.carousel-title-third {
    display: block;
    background: var(--color-gradiant-b);
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem;
    width: fit-content;
    transform: skew(20deg);
}
.carousel-title-third h3 {
    color: #fff;
    font-family: sans-serif;
    font-size: 1.25em;
    transform: skew(-20deg);
}
.carousel-title::after,
.carousel-title-second::after,
.carousel-title-third::after {
    background: none;
    height: 0;
    width: 0;
}
.carousel-title-movil,
.carousel-title-second-movil,
.carousel-title-third-movil {
    display: none;
}
.section-00 {
    /*background: #e5e5e5;*/
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
}
.section-01 {
    background-image: url(img/back-01.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: cover;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
}
.section-02 {
    background-image: url(img/back-02.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: cover;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
}
.link-redes {
    color: var(--color-primary) !important;
}
a.text-primary:hover,
a.text-primary:focus,
.link-redes:hover {
    color: var(--color-primary) !important;
}
/**
----------------------------------------------------------------
----------          MENU PRODUCTOS dropdown         ------------
----------------------------------------------------------------
**/
.dropdown-item.active,
.dropdown-item:active {
    background: none;
    border-bottom: none !important;
    color: #555 !important;
    /*font-size: 13px !important;*/
    text-decoration: none;
}

/**
----------------------------------------------------------------
-------------     CLASES DE BOOTSTRAP       --------------------
----------------------------------------------------------------
**/
.card-body {
    padding: 0.5rem;
}
.list-group-item.list-group-item-action {
    padding: .6rem;
}
.list-group-item.list-group-item-action.active {
    background: var(--color-primary);
    border: var(--color-primary);
}
.badge-primary-theme {
    background: var(--color-primary);
    color: #fff;
}

/*
.modal-header {
    background: #252525;
}
.modal-body,
.dropdown-menu
{
    background: #353535;
}
.card {
    background: rgba(0,0,0,0.55);
}
.close {
    color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #222;
}
*/
/**
----------------------------------------------------------------
---------     CLASES DE LOS BOTONES PRINCIPALES       ----------
----------------------------------------------------------------
**/
.btn-primary-theme,
button.btn-primary-theme,
a.btn-primary-theme {
    background: linear-gradient(to bottom, var(--color-gradiant-a) 0%, var(--color-gradiant-b) 100%);
    border: 1px solid var(--color-gradiant-b);
    color: #fff !important;
    font-weight: normal;
}
.btn-primary-theme:hover,
button.btn-primary-theme:hover,
a.btn-primary-theme:hover {
    background: var(--color-gradiant-b);
    border: none;
    color: #fff !important;
    font-weight: normal;
}
.btn.btn-primary-theme:focus,
.btn.btn-primary-theme.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(var(--color-primary-rgb), 0.25);
}
.btn-secondary-theme,
button.btn-secondary-theme,
a.btn-secondary-theme {
    background: linear-gradient(to bottom, var(--color-gradiant-a) 0%,var(--color-gradiant-b) 100%);
    border: 1px solid var(--color-gradiant-b);
    color: #fff !important;
    font-weight: normal;
}
.btn-secondary-theme:hover,
button.btn-secondary-theme:hover,
a.btn-secondary-theme:hover {
    background: #d9c9ba;
    border: none;
    color: #fff !important;
    font-weight: normal;
}
.btn.btn-secondary-theme:focus,
.btn.btn-secondary-theme.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(var(--color-primary-rgb), 0.25);
}
a.btn.btn-primary,
a.btn.btn-success,
a.btn.btn-danger,
a.btn.btn-warning {
    color: #fff !important;
}
/**
----------------------------------------------------------------
--------------     CLASES DE WORDPRESS       -------------------
----------------------------------------------------------------
**/
.single-wp p {
    font-size: 1.15em;
    text-align: justify;
}
.single-wp li {
    font-size: 1.15em;
}
/*
--------------------------------------------------------------------------------
-----------------      PRODUCTOS DE LA TIENDA            -----------------------
--------------------------------------------------------------------------------
*/
.products {
    padding-left: 0;
}
.products .product {
    list-style: none;
}
.products .product .woocommerce-LoopProduct-link {
    display: block;
    position: relative;
    width: 100%;
}
.product-detail .row .onsale,
.products .product .woocommerce-LoopProduct-link .onsale {
    background-color: #7f044c;
    border-radius: 4px;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 10;
    width: 60px;
}
.products .product .woocommerce-LoopProduct-link:hover {
    text-decoration: none;
}
.woocommerce-loop-product__title {
    color: #333;
    font-size: 1.20em;
    margin-left: auto;
    margin-right: auto;
    min-height: 48px;
    width: 92%;
}
.product .card .card-body.p-0 .price {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}
.product-category.product a img,
.product a img {
    max-width: 100%;
    height: auto;
    /*
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    */
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-category.product a:hover img,
.product a:hover img {
    /*
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    */
}
nav.woocommerce-pagination > ul.page-numbers > li {
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-weight: 600;
    display: inline;
    list-style: none;
    padding: 0.5rem;
}
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
#billing_address_2_field .woocommerce-input-wrapper {
    margin-top: 40px;
}
.btn-shop-product {
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}

.section-target-compromisos {
    background: #1d4b7c;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.section-target-compromisos h3,
.section-target-compromisos p {
    color: #fff;
}
.navbar {
    padding: .5rem .2rem;
}
.navbar-toggler {
    padding: 0.25rem 0.20rem;
}


/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.d-mobile {
    display: none;
}
.slide-mobil {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-size: cover;
    height: 70vh;
    width: 100%;
}
.post-thumbnail-success-stories {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 80vh;
    width: 100%;
}

/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.gallery-post-theme {
    /*
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    grid-auto-rows: 225px;
    grid-gap: 10px;
    */
    padding-left: 0;
    list-style: none;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.gallery-post-theme-item {
    flex: 32%;
}
.gallery-post-theme-item-link {
    display: flex;
    position: relative;
    overflow: hidden;
}
.gallery-post-theme-item-title {
    display: none;
    color: #fff;
    font-size: 1.5em;
    text-shadow: 4px 4px 8px #700109;
    text-align: center;
    word-wrap: break-word;
    width: 80%;
}
.gallery-post-theme-item-title::after {
    background: none;
    height: 0;
    width: 0;
}
.gallery-post-theme-item-images {
    margin: 0 auto;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.gallery-post-theme-item-hover-images {
    background: rgba(238, 46, 59, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.gallery-post-theme-item-link:hover > .gallery-post-theme-item-hover-images {
    align-items: center;
    background: rgba(238, 46, 59, 0.65);
    display: flex;
    justify-content: center;
}
.gallery-post-theme-item-link:hover > .gallery-post-theme-item-hover-images > .gallery-post-theme-item-title {
    display: block;
}
.gallery-post-theme-item-link:hover > .gallery-post-theme-item-images {
    transform: scale(1.25);
}

/**
----------------------------------------------------------------
------------------     MEDIAS QUERY       ----------------------
----------------------------------------------------------------
**/
@media screen and (min-width:1400px) and (max-width:1600px) {
    .mt-logo {
        margin-top: 3rem;
    }
    .slide-mobil {
        background-size: cover;
        background-position: center top;
    }
}
@media screen and (min-width:1201px) and (max-width:1440px) {
    .mt-logo {
        margin-top: 3rem;
    }
    .slide-mobil {
        background-size: cover;
        background-position: left top;
    }
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .mt-logo {
        margin-top: 3rem;
    }
    .container-theme {
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }
    .slide-mobil {
        background-size: cover;
        background-position: left top;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    body.customize-support .fixed-top {
        top: 46px;
    }
    .mt-logo {
        margin-top: 3rem;
    }
    .container-theme {
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }
    .navbar-nav {
        margin-top: 35px;
    }
    .slide-mobil {
        background-size: cover;
        background-position: left top;
    }
    /*
    .carousel.slide {
        height: 80vh;
    }
    */
}
@media screen and (min-width:321px) and (max-width:768px) {
    .nav-item.dropdown.sub-menu-theme > .dropdown-menu {
        width: 100%;
    }
    .nav-item.dropdown.sub-menu-theme > .dropdown-menu > .dropdown-item:nth-child(2n) {
        border-right: none;
    }
    .nav-item.dropdown.sub-menu-theme > .dropdown-menu > .dropdown-item {
        width: 50%;
    }
    .container-theme {
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }
    /*
    .carousel.slide {
        height: 60vh;
    }
    */
    .d-desktop {
        display: none !important;
    }
    .d-mobile {
        display: block;
    }
    .slide-mobil {
        background-size: cover;
        background-position: center top;
        height: 58vh;
    }
    .carousel-title {
        font-size: 1.25em;
        line-height: .85em;
    }

    .img-icon-about {
        max-width: 65% !important;
    }
    .navbar-nav {
        margin-top: 35px;
    }
    .carrousel-content {
        background: rgba(0, 0, 0, 0.65);
        left: 0%;
        width: 100%;
        height: 45%;
        top: auto;
        bottom: 2%;
        padding: 1rem 1rem 3rem 1rem;
        z-index: 10;
    }
    .carrousel-content img {
        max-width: 220px;
    }
    .carrousel-content > div.text-center.w-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .carrousel-content .carousel-title-second {
        font-size: .80em;
    }
    .carrousel-content .carousel-title-third {
        font-size: .70em;
        padding: .5rem;
    }
    .btn-consulta-legal
    {
        margin-top: 50px;
    }
	.navbar-theme .navbar-brand,
	.logo3
	{
		max-width: 240px;
        height: 65px;
        margin-bottom: .2rem;
        margin-top: .2rem;
	}
}
@media screen and (max-width: 320px) {
    .nav-item.dropdown.sub-menu-theme > .dropdown-menu {
        width: 100%;
    }
    .nav-item.dropdown.sub-menu-theme > .dropdown-menu > .dropdown-item:nth-child(n),
    .nav-item.dropdown.sub-menu-theme > .dropdown-menu > .dropdown-item:nth-child(2n) {
        border-right: none;
    }
    .nav-item.dropdown.sub-menu-theme > .dropdown-menu > .dropdown-item {
        width: 100%;
    }
    .container-theme {
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }
    .d-desktop {
        display: none !important;
    }
    .d-mobile {
        display: block;
    }
    .slide-mobil {
        background-size: cover;
        background-position: center top;
        height: 58vh;
    }
    .carousel-title {
        font-size: 1em;
        line-height: .85em;
    }

    .img-icon-about {
        max-width: 65% !important;
    }
    .navbar-nav {
        margin-top: 35px;
    }
    .carrousel-content {
        background: rgba(0, 0, 0, 0.65);
        left: 0%;
        width: 100%;
        height: 45%;
        top: auto;
        bottom: 2%;
        padding: 1rem 1rem 3rem 1rem;
        z-index: 10;
    }
    .carrousel-content img {
        max-width: 220px;
    }
    .carrousel-content > div.text-center.w-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .carrousel-content .carousel-title-second {
        font-size: .80em;
    }
    .carrousel-content .carousel-title-third {
        font-size: .70em;
        padding: .5rem;
    }
    .btn-consulta-legal
    {
        margin-top: 50px;
    }
	.navbar-theme .navbar-brand,
	.logo3
	{
		max-width: 240px;
	}
}

.password.d-block {
    width: 100% !important;
}
.password.d-block {
    width: 100% !important;
}
.password-input {
    width: 100% !important;
}

.woocommerce-MyAccount-navigation > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    width: 100%;
}
.woocommerce-MyAccount-navigation > ul > li {
    flex: 0 0 auto%;
}
.woocommerce-MyAccount-navigation > ul > li > a {
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    border-radius: 4px 4px 0 0;
    color: #8f0650;
    padding: 1rem;
}
.woocommerce-MyAccount-navigation > ul > li.is-active > a {
    background: linear-gradient(to bottom,  #ea047f 0%,#8f0650 100%);
    color: #fff;
}

@media screen and (min-width:321px) and (max-width:768px) {
    .woocommerce-MyAccount-navigation > ul > li {
        flex: 0 0 33%;
    }
}
@media screen and (max-width:320px) {
    .woocommerce-MyAccount-navigation > ul > li {
        flex: 0 0 50%;
    }
}

.subtitle-content-back-with-image-background-normal {
    color: #ccc;
}
.content-back-with-image-background {
    position: relative;
    z-index: 1;
}
.content-back-with-image-background .card {
    border-radius: 8px;
}
.img-icon-content-background-image {
    max-width: 320px;
}
.card-carrousel-2 {
    background: rgba(35, 35, 35, 0.85) !important;
    padding: 1.5rem;
    border-radius: 8px;
}
.div-carrousel-2 {
    left: 0;
    top: 200px;
    position: absolute;
    max-width: 480px;
    z-index: 10;
}
.position-banner-carrousel-2 {
    height: 100%;
    position: relative;
    width: 100%;
}
.title-carrousel-2 {
    font-size: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 3px #ccc;
}
.content-carrousel-2,
.card-carrousel-2 p {
    color: #ddd;
    font-size: 1.25em;
}

.meter { 
    height: 5px;
    position: relative;
    background: #f3efe6;
    overflow: hidden;
}

.meter span {
    display: block;
    height: 100%;
}

.progress-carrousel {
    background-color: var(--color-primary);
    animation: progressBar 5.5s ease-in-out;
    animation-fill-mode:both;
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}

@media screen and (min-width:321px) and (max-width:768px) {
    .title-carrousel-2 {
        font-size: 1.25em;
    }
    .content-carrousel-2,
    .card-carrousel-2 p {
        font-size: 0.9em;
    }
}
@media screen and (max-width:320px) {
    .title-carrousel-2 {
        font-size: 1.25em;
    }
    .content-carrousel-2,
    .card-carrousel-2 p {
        font-size: 0.9em;
    }
}

/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.background-header
{
    background-image: url(img/back_header.png);
    background-position: center bottom;
    background-repeat: repeat-y;
    background-size: cover;
}
.background-header-category
{
    background-image: url(img/back_header_03.png);
    background-position: center bottom;
    background-repeat: repeat-y;
    background-size: cover;
}
.background-header-page
{
    background-image: url(img/back_header_02.png);
    background-position: center bottom;
    background-repeat: repeat-y;
    background-size: cover;
}
.background-header-single
{
    background-image: url(img/back_header_04.png);
    background-position: center bottom;
    background-repeat: repeat-y;
    background-size: cover;
}
.canvas-container {
    /*
    background-image: url(img/back_header.png);
    background-position: center bottom;
    background-repeat: repeat-y;
    background-size: cover;
    */
    height: calc(100vh - 250px);
    position: relative;
    width: 100%;
}
.canvas-container-header {
    min-height: 300px;
    position: relative;
    width: 100%;
}
.canvas-animation {
    /*background: var(--color-primary);*/
    left: 0;
    position: absolute;
    top: 0;
}
.carrousel-projects-item {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 50% 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
    height: 300px;
    width: 300px;
}

/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.card-about
{
    background: rgba(255,255,255, 0.80) !important;
    box-shadow: 0px 0px 10px #c5c5c5;
    margin-bottom: 2rem;
}
.card-about:hover
{
    background: rgba(255,255,255, 1) !important;
}
.card-about > .card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.card-about > .card-body > div > h4
{
    color: var(--color-primary);
}
.card-about > .card-body > div > p
{
    color: #333;
    font-size: 0.90em;
    text-align: center;
}
.card-about > .card-body > div > img.img-icon-about
{
    max-width: 60px !important;
}

/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.card-soluction-software
{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.card-soluction-software
{
    position: relative;
    overflow-y: hidden;
}
.card-soluction-software > .card.front-card
{
    font-size: 0.85em;
    font-weight: normal;
    transform: rotateY(0deg);

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.card-soluction-software:hover > .card.front-card
{
    transform: rotateY(90deg);
}
.card-soluction-software > .card.card-info-hover
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: 0 10px 15px #ddd;

    font-size: 0.85em;
    font-weight: normal;
    transform: rotateY(90deg);

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.card-soluction-software:hover > .card.card-info-hover
{
    transform: rotateY(0deg);
}
.img-soluction-software {
    max-width: 200px;
}
/*
.card-soluction-software > .card-body > .front-card
{
    transform: rotateY(0deg);
}
.card-soluction-software:hover > .card-body > .front-card
{
    transform: rotateY(90deg);
}
.card-soluction-software > .card-body > .info-hover
{
    align-items: center;
    display: flex;
    position: absolute;
    justify-content: center;
    left: 0;
    bottom: 0;
    height: 100%;
    padding: 1rem;
    transform: rotateY(90deg);
}
.card-soluction-software > .card-body > .info-hover p {
    font-size: 0.85em;
    font-weight: normal;
}
.card-soluction-software:hover > .card-body > .info-hover
{
    align-items: center;
    display: flex;
    position: absolute;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
}
*/
.screen-soluction-software {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-blend-mode: hard-light;
    display: block;
    height: 250px;
    overflow: hidden;
    width: 100%;
}
/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
@media screen and (min-width:321px) and (max-width:768px) {
    .canvas-container {
        height: auto;
    }
}
@media screen and (max-width:320px) {
    .canvas-container {
        height: auto;
    }
}
/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.min-height-card-producto {
    min-height: 204px;
}
a {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    transform: translateY(0px);
}
.card-redbajassoftware {
    box-shadow: 0 10px 15px #ddd;
    margin-bottom: 1rem;
    min-height: 190px;
}
.card-redbajassoftware > .card-body {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
a:hover {
    transform: translateY(-5px);
}
a:hover > .card-redbajassoftware {
    box-shadow: 0 10px 20px #aaa;
}
a:hover > .card-redbajassoftware > .card-body p {
    font-weight: normal;
}
a > .card-redbajassoftware > .card-body > div.text-center > .fas,
a > .card-redbajassoftware > .card-body > div.text-center > .far {
    color: var(--color-primary);
}
a:hover > .card-redbajassoftware {
    background: var(--color-primary);
}
a:hover > .card-redbajassoftware > .card-body > div.text-center > .fas,
a:hover > .card-redbajassoftware > .card-body > div.text-center > .far,
a:hover > .card-redbajassoftware > .card-body > h5.text-center,
a:hover > .card-redbajassoftware > .card-body > p.text-center
{
    color: #fff;
}

.is-layout-flex {
    display: flex;
    width: 100%;
}
.is-layout-flex > .wp-block-column {
    flex: 50%;
    padding-right: 2rem;
}
.is-layout-flex > .wp-block-column > .wp-block-image > .aligncenter.size-thumbnail > img {
    display: block;
    margin: 0 auto;
}

/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.text-canvas-container {
    font-size: 1.15em;
}

@media screen and (min-width:321px) and (max-width:768px) {
    .text-canvas-container {
        font-size: 1em;
    }
}
@media screen and (max-width:320px) {
    .text-canvas-container {
        font-size: 1em;
    }
}

/**
----------------------------------------------------------------
----------------------------------------------------------------
**/
.card-icon {
    align-items: center;
    background: #0070dc;
    border-radius: 50% 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
    height: 120px;
    width: 120px;
}

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