@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://fonts.googleapis.com/css?family=Raleway');

body{
    /*background-color: #FEFEFE;*/
    padding-top: 50px;
    color: rgb(63,63,62) !important;
    font-family: 'Raleway', sans-serif;

    /*background-image: url("pattern2.png");*/
    /*background-repeat: repeat;*/
    /*background-size: 150px;*/
}
@media (min-width: 913px){
    .hide-on-desktop {
        display: none !important;
    }
}
@media (min-width: 1030px){
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}


/*footer {
    !*position: fixed;*!
    !*height: 100px;*!
    bottom: 0;
    width: 100%;
    background-color: rgb(232,54,112);
    color: #FFFFFF;
}


footer p {
    margin: 10px !important;
}

!* unvisited link *!
footer a:link {
    color: white;
}

!* visited link *!
footer a:visited {
    color: white;
}

!* mouse over link *!
footer a:hover {
    color: white;
}

!* selected link *!
footer a:active {
    color: white;
}*/

/*FOOOOTEEEERRRRR*/

footer {

    /*height: 150px;*/

    /* fallback */
    background-color: #F2F2F2;
    /*background-image: url(images/linear_bg_1.png);*/
    /*background-repeat: repeat-y;*/

   /* !* Safari 4-5, Chrome 1-9 *!
    background: -webkit-gradient(linear, left top, right top, from(rgb(232,54,112)), to(rgb(63,63,62)));

    !* Safari 5.1, Chrome 10+ *!
    background: -webkit-linear-gradient(left, rgb(63,63,62), rgb(232,54,112));

    !* Firefox 3.6+ *!
    background: -moz-linear-gradient(left, rgb(63,63,62), rgb(232,54,112));

    !* IE 10 *!
    background: -ms-linear-gradient(left, rgb(63,63,62), rgb(232,54,112));

    !* Opera 11.10+ *!
    background: -o-linear-gradient(left, rgb(63,63,62), rgb(232,54,112));*/
}

footer h2 {
    color: gray;
}

i {
    font-size : 12px;
    /*padding-right: 10px;*/
    color: #FFFFFF;
}


/* Footer */
.footer {
    position: relative;
    /*background-color: #092746;*/
    color: #7d7975;
    padding: 40px 0 50px;
    font-size:16px;
}
.footer p {
    line-height:22px;
    color : gray;
}
.footer h5 {
    font-size: 18px;
    font-weight: 700;
    color: gray  ;
    position: relative;
    padding-bottom: 16px;
}
.footer h5:after {
    content: '';
    display: block;
    margin: 5px 10% 0% 10%;
    width: 80%;
    height: 1px;
    background-color: gray;
}

.footer ul {
    list-style: none;
    line-height:35px;
    margin: 0px;
    color:gray;

}
.footer a {
    color: gray ;

}
.footer a:hover {
    color: gray;
}

/* Footer Logo */
.foot-logo {
    margin: 0px 0px 18px 0px;
    padding: 0;
}

/*footer bottom */
.footer-bottom {
    padding-top: 10px;
    padding-bottom: 25px;
    background: #120F0F  ;

}
.copyright-text p {
    color: #fff;
    margin-top: 18px;
    margin-bottom: 0;
    font-size:14px;
}

.copyright-text a {
    color: #fff;
    margin: 0px 10px 0px 10px;

}
.copyright-text a:hover {
    color: #fff  ;


}
/* Social Icons */

.social-icons{

    margin: 0;
    padding: 0;
    font-size : 10px;
}

.social {
    margin:7px 7px 7px 0px;
    color:gray;
}


#social-fb:hover {
    color: #3B5998;
    transition:all .25s;
}
#social-tw:hover {
    color: #4099FF;
    transition:all .25s;
}
#social-gp:hover {
    color: #018AF4;
    transition:all .25s;
}
#social-em:hover {
    color: #f39c12;
    transition:all .25s;
}

/*=======================*/


/*Wizard*/

.bs-vertical-wizard ul {
    padding-right: 0;
    padding-left: 0;
    /*padding-top: 15px;*/
    background-color: #CCCCCC;
}

.bs-vertical-wizard ul>li:first-child {
    line-height: 85px !important;
}

.bs-vertical-wizard ul > li{
    line-height: 70px;
    list-style: none;
    background-color: #CCCCCC;
    margin-bottom: 15px;
    padding-left: 0;
}

/*.bs-vertical-wizard ul > li:first-child{*/
    /*margin-top: 15px;*/
/*}*/

.arrow-down-current {
    background-color: #018AF4 !important;
}

.arrow-down-success {
    background-color: #31C8C4 !important;
}

.arrow-down-current > a{
    color: #FFFFFF !important;
}

.arrow-down-success > a{
    color: #FFFFFF !important;
}

.arrow-down-current > .arrow-down {
    border-top: 25px solid #018AF4 !important;
}

.arrow-down-success > .arrow-down {
    border-top: 25px solid #31C8C4 !important;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 82px solid transparent;
    border-right: 82px solid transparent;

    border-top: 25px solid #CCCCCC;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -82px;
    margin-top: -1px;
}

.arrow-down-parent > a {
    color: gray;
}


.arrow-down-big {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;

    border-top: 30px solid #FFFFFF;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -100px;
}

.arrow-down-line {
    width: 100%;
    height: 5px;
    background-color: white;
}
.arrow-down-line-up-success {
    width: 100%;
    height: 15px;
    background-color: #31C8C4;
    position: relative;
    bottom:15px;
}
.arrow-down-line-up-current {
    width: 100%;
    height: 15px;
    background-color: #018AF4;
    position: relative;
    bottom:15px;
}


/*Wizard*/
/*.bs-vertical-wizard {
    border-right: 1px solid #eaecf1;
    padding-bottom: 50px;
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.complete a {
    color: #5CB85C !important;
}

.current a {
    color: #018AF4 !important;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #018AF4;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #018AF4;
    background-color: #018AF4;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}*/
/*Fin Wizard*/


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #018AF4 !important;
}

.nav-pills>li>a {
    color: #018AF4;
}

.img-categoria {
    position: relative;
}

.titulo-categoria {
    position: absolute;
    width: 95%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 80;
    border-radius: 10px;
    /*margin: 0;*/
}

.layer-categoria {
    position: absolute;
    width: 95%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 100;
    /*margin: 0;*/
}

.layer-categoria-desc {
    position: absolute;
    width: 95%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 75;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    transition: opacity 0.5s ease-out;
}

.descripcion-categoria{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.9);
}

.descripcion-categoria > .titulo-descripcion {
    font-size: 25px;
}

.titulo-categoria h4 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.9);
}

.titulo-categoria img {
    display: none;
}

.margin-bottom {
    margin-bottom: 10px;
}

.resaltar{
    /*transition: transform 0.4s linear;*/
    /*transform-origin: bottom right;*/
    /*transform-style: preserve-3D;*/
    transition: left 0.4s ease-out, transform 0.4s ease-out;
}

.modal-content-popup {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.logo-header{
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0px 0px 30px 30px;
    background: white;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.modal-header-popup{
    height: 6rem;
    background-color: #2fc7c4;
}
.button-close-pupup {
    font-size: 4rem;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .4;
}
.modal-body-popup{
    font-family: sans-serif;
    background-color: #2fc7c4;
    position: relative;
}
.background-body-popup {
    margin: auto;
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 0px 20px;
    color: white;
    font-size: 1.7rem;
    border: 3px solid 1px solid #86ddbe;
    padding: 2rem;
    background-color: #71d0ce;
}

.custom-footer {
    box-shadow: 0 -2px 10px rgba(229, 229, 229, 0.8);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 0px;
    width: 100%;

}
.footer-logo{
    width: 20%;
}
.foot-logo{
    width: 20%;
}
.footer-column {
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: black;
}

.footer-center img {
    width: 20%;
    display: block;
    margin: 0 auto;
}

.footer-text-left{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    height: 60px;
    width: 40%;
    background-color: #000;
    color: #FFFFFF;
    left: 0;
    clip-path: polygon(90% 0%, -20000% 100%, 100% 100%);
}
.footer-text-right{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    height: 60px;
    width: 40%;
    background-color: #000;
    color: #fff;
    right: 0;
    clip-path: polygon(10% 0%, 20000% 100%, 0% 100%);
}

.layer-categoria:hover ~ .resaltar {
    /*transform: rotate(90deg);*/
    left: 120%;
    transform: scale(1.5);
    z-index: 81;
}

.resaltar2{
    /*transition: transform 0.4s linear;*/
    /*transform-origin: bottom right;*/
    /*transform-style: preserve-3D;*/
    transition: left 0.4s ease-out, transform 0.4s ease-out;
}

.layer-categoria:hover ~ .resaltar2 {
    /*transform: rotate(90deg);*/
    left: -120%;
    transform: scale(1.5);
    z-index: 81;
}

.layer-categoria:hover ~ .resaltar img {
    /*transform: rotate(90deg);*/
    display: inline-block;
}

.layer-categoria:hover ~ .resaltar h4 {
    /*transform: rotate(90deg);*/
    display: none;
}

.layer-categoria:hover ~ .resaltar2 img {
    /*transform: rotate(90deg);*/
    display: inline-block;
}

.layer-categoria:hover ~ .resaltar2 h4 {
    /*transform: rotate(90deg);*/
    display: none;
}

.layer-categoria:hover ~ .layer-categoria-desc {
    opacity: 1;
}

.btn-danger {
    color: rgba(0, 0, 0, 0.63);
    background-color: #31C8C4;
    border-color: #31C8C4;
}

.btn-danger:hover {
    color: #fff;
    background-color: #31C8C4;
    border-color: #31C8C4;
    opacity: 0.8;
}


.btn-default:hover {
    color: #fff;
    background-color: #31C8C4;
    border-color: gray;
    /*opacity: 0.8;*/
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.section-nosotros, .section-nosotros-2{
    background-size: cover;
    line-height: 50px;
    color: white;
    text-shadow: 1px 2px 5px #000;
    background-repeat: no-repeat;
}

.section-nosotros {
    min-height: 100px;
    background-image: url("/css/backgrounds/nosotros-background.jpg") !important;
    color: white;
    text-shadow: 1px 2px 5px #000 !important;
}
.section-nosotros-2 {
    min-height: 320px;
    background-image: url("/css/backgrounds/nosotros-background-2.png") !important;
    background-position: center;
    background-size: contain;
    color: white;
    text-shadow: 1px 2px 5px #000 !important;
}

.front-image{
    z-index: 100;
    position: absolute;
    width: 100%;
    /*margin-left:-125px;*/
}


.thumbnail-2 {
    box-shadow: 5px 10px 10px #ccc;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail-2 img {
    /*max-width: 250px;*/
    width: 100%;
    margin:0 auto;
}
.thumbnail-3 {
    /*box-shadow: 5px 10px 10px #ccc;*/
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    /*border-top-left-radius: 55px;*/
    /*border-top-right-radius: 55px;*/
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail-3 > .imagen-thumbnail-3 {
    width: 100%;
    /*border-radius: 50%;*/
    /*box-shadow: 5px 10px 10px #ccc;*/
    /*border: 1px solid #ddd;*/
    /*border-top-left-radius: 55px;*/
    /*border-top-right-radius: 55px;*/
}

.botones-compra {
    margin-top: 30px;
}

.categorias-lista {
    margin-top: 8px;
}
.list-group-item.active, .list-group-item.active:hover{
    background-color: #31C8C4 !important;
    border-color: #31C8C4 !important;
}

.linea-carousel {
    width: 100%;
    height: 5px;

    /*border-radius: 20px;*/
    background-color: #31C8C4;
}

.linea-titulo {
    width: 100%;
    height: 30px;
    margin-top: 8px;
    line-height: 30px;
    margin-bottom: 10px;
    /*border-top-left-radius: 20px;*/
    /*border-top-right-radius: 20px;*/
    /*border-radius: 4px;*/
    background-color: #018AF4;
}

.linea-titulo p {
    color: white;
    font-size: 20px;
}

.delgado {
    padding: 0 !important;
}
.delgado h4{
    padding: 0 !important;
    line-height: 0.5 !important;
}



.btn-success {
    color: #fff !important;
    background-color: #31C8C4 !important;
    border-color: #31C8C4 !important;
}


.banner-superior{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 2;
    background-size: cover;
    min-height: 15px;
    line-height: 50px;
    color: white;
    text-shadow: 1px 2px 5px #000;
    background-repeat: no-repeat;
}

.banner-superior {
    background-image: url("/css/backgrounds/banner-superior.jpg") !important;
    color: white;
    text-shadow: 1px 2px 5px #000 !important;
}



.navbar-fixed-top {
    border-width: 5px 0px 0px 0px !important;
    margin-top: 15px !important;
}
.row-margin-bottom {
    margin-bottom: 10px !important;
}

.form-group-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.color-red{
    color: #018AF4;
}

.color-lime-green {
    color: #31C8C4;
}

/*.modal-body-popup-image {*/
/*    padding: 0;*/
/*    background-color: #2fc7c4;*/
/*    text-align: center;*/
/*}*/

/*.popup-image {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/

/*!* Ajustar el modal al tamaño de la imagen *!*/
/*.modal-dialog {*/
/*    max-width: fit-content !important;*/
/*}*/

/*!* Mantener los estilos existentes y agregar los nuevos *!*/
/*.modal-content-popup {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: auto; !* Cambiado de 100% a auto *!*/
/*    pointer-events: auto;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid rgba(0, 0, 0, .2);*/
/*    border-radius: .3rem;*/
/*    outline: 0;*/
/*}*/

/* Versión Desktop (PC) - Más reducida */
.modal-content-popup {
    width: 60%; /* Aumentado de 60% a 65% */
    max-width: 680px; /* Aumentado de 600px a 680px */
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

/* Proporción mantenida para la imagen */
.modal-body-popup-image {
    position: relative;
    padding-top: 177.78%;
    background-color: #2fc7c4;
}

.modal-body-popup-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Ajustes para el modal - Desktop */
.modal-dialog {
    width: 60%;
    max-width: 600px;
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
}

/* Breakpoint específico para tablets grandes */
@media (min-width: 769px) and (max-width: 1024px) {
    .modal-content-popup,
    .modal-dialog {
        width: 70%; /* Más ancho que en desktop */
        max-width: 750px; /* Tamaño ideal para tablets */
    }
}

/* Tablets pequeñas y móviles grandes */
@media (max-width: 768px) {
    .modal-content-popup,
    .modal-dialog {
        width: 85%;
        max-width: 100%;
        margin: 20px auto; /* Más margen */
    }
}

/* Móviles pequeños */
@media (max-width: 480px) {
    .modal-content-popup,
    .modal-dialog {
        width: 92%;
        margin: 10px auto;
    }

    .modal-dialog {
        align-items: flex-start;
        padding-top: 15px;
    }
}

@media (min-width: 992px) {
    .footer-text-left, .footer-text-right {
        width: 45%; /* Ancho aumentado para ambos */
        font-size: 1.2rem; /* Mismo tamaño de fuente para ambos */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        background-color: #000;
        color: #FFFFFF;
    }

    /* Mantener los clip-path originales, solo ajustamos el ancho */
    .footer-text-left {
        left: 0;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    }

    .footer-text-right {
        right: 0;
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    /* Un pequeño ajuste al logo si es necesario */
    .footer-logo {
        margin: 0 5px; /* Margen más reducido */
        height: 40px; /* Aseguramos que el tamaño sea consistente */
    }
}

/* Para dispositivos más pequeños, podemos mantener el tamaño original */
@media (max-width: 991px) {
    .footer-text-left, .footer-text-right {
        width: 40%; /* Mantenemos el ancho original */
    }
}

@media (max-width: 550px) {
    .modal-content-popup {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }

    .footer-text-left{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        height: 60px;
        width: 40%;
        background-color: #000;
        color: #FFFFFF;
        left: 0;
        clip-path: polygon(90% 0%, -20000% 100%, 100% 100%);
    }
    .footer-text-right{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        height: 60px;
        width: 40%;
        background-color: #000;
        color: #fff;
        right: 0;
        clip-path: polygon(10% 0%, 20000% 100%, 0% 100%);
    }

    .btn-success {
        color: #fff !important;
        background-color: #31C8C4 !important;
        border-color: #31C8C4 !important;
        font-size: smaller;
    }
    .hide-on-phone {
        display: none !important;
    }
}

/*NAV WIZARD*/
.nav-wizard > li {
    float: left;
}
.nav-wizard > li > a {
    position: relative;
    background-color: #eeeeee;
}
.nav-wizard > li > a .badge {
    margin-left: 3px;
    color: #eeeeee;
    background-color: #018AF4;
}
.nav-wizard > li:not(:first-child) > a {
    padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.nav-wizard > li:not(:last-child) > a {
    margin-right: 6px;
    margin-bottom: 5px;
}
.nav-wizard > li:not(:last-child) > a:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #eeeeee;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.nav-wizard {
    width: 100%;
}
.nav-wizard > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
    background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
    border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
    border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
    background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
    border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
    border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
    color: #ffffff;
    background-color: #018AF4;
}
.nav-wizard > li.active > a:after {
    border-left-color: #018AF4;
}
.nav-wizard > li.active > a .badge {
    color: #018AF4;
    background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
    color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: #eeeeee;
    cursor: default;
}
.nav-wizard > li.disabled > a:before {
    border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
    border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
    float: none;
}
.nav-wizard.nav-justified > li > a {
    padding: 10px 15px;
}
@media (max-width: 768px) {
    .nav-wizard.nav-justified > li > a {
        border-radius: 4px;
        margin-right: 0;
    }

    .btn-products{
            display: block;
            position: absolute;
            right: 60px;
            top: 10px;

    }

    .nav-wizard.nav-justified > li > a:before,
    .nav-wizard.nav-justified > li > a:after {
        border: none !important;
    }
    .hide-on-phone {
        display: none !important;
    }
}



.espacio-superior {
    margin-top: 60px;
}
#formBusqueda{
  margin-top: 12px;
}
#carousel-principal {
  /*margin-top: 51px;*/
}
.thumbnail {
  min-height: 455px !important;
  box-shadow: 5px 10px 10px #ccc;
}

.thumbnail img {
 max-height: 250px !important;
  min-height: 250px;
}

.img-detalle {
    max-height: 500px !important;
    min-height: 500px !important;
}

.caption p {
  min-height: 40px !important;
}

.caption H3 {
  min-height: 55px !important;
}

.precio {
  position: absolute;
  top: 5px;
  left: 21px;
  color: white;
  font-size: 2em;
  background-color: rgba(0,0,0,0.5);
}

.p-descripcion {
 font-size: 2em;
}

.row-margin-bottom {
  margin-bottom: 10px !important;
}

/*.product .img-responsive {*/
    /*margin: 0 auto;*/
/*}*/

.navbar {
 font-size: 16px;
 font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #3c3c3c;
    background-color: #CCCCCC;
}

/*Estilos de la Barra de navegacion*/
.navbar {
    border-color: #FFFFFF !important;
}
.navbar-default {
    background-color: transparent !important;
}
.navbar-default .navbar-brand {
    color: #3c3c3c !important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #6b6670 !important;
}
.navbar-default .navbar-text {
    color: #3c3c3c !important;
}
.navbar-default .navbar-nav > li > a {
    color: #3c3c3c !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #018AF4 !important;
    color: #FFFFFF !important;
    border-radius: 10px;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #3c3c3c !important;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #FFFFFF !important;
    background-color: #018AF4 !important;
    border-radius: 10px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #018AF4 !important;
    border-radius: 10px;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #3c3c3c !important;
    background-color: #018AF4 !important;
    border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF !important;
    background-color: #018AF4 !important;
    border-radius: 10px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #3c3c3c !important;
    background-color: #018AF4 !important;
    border-radius: 10px;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FFFFFF !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3c3c3c !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #243d43 !important;
}
.navbar-default .navbar-link {
    color: #3c3c3c !important;
}
.navbar-default .navbar-link:hover {
    color: #3c3c3c !important;
}

/*.nav-item {*/
    /*border: 1px solid #fff !important;*/
/*}*/

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000000 !important;
    }


    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000000 !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #000000 !important;
        background-color: #fea956 !important;
    }
}

@media (min-width: 768px){
    .navbar-nav{
        float:none !important;
        margin: 0 auto !important;
        display: table !important;
        table-layout: fixed !important;
    }

    .hide-on-desktop1 {
        display: none !important;
    }

}

.carousel-indicators .active {
    background-color: #31C8C4;
}

.accordion {
    margin-top: 40px;
}
.accordion .card {
    border: none;
    margin-bottom: 20px;
}
.accordion .card h2 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}
.accordion .card h2.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.accordion .card .card-body ol li{
    display: list-item !important;
    list-style-position: inside !important;
}

.title-bg{
    background-color: #31C8C4 !important;
    font-size: 34px;
    color: white;
    font-weight: bold !important;
}
.title-b{
    background-color: #31C8C4 !important;
    font-size: 34px;
    color: white;
    font-weight: bold !important;
}

@media (max-width: 600px) {
    .accordion .card h2 {
        font-size: 14px;
    }
      .title-bg{
        font-size: 28px;
        text-align:inherit;
    }
    .title-b{
        font-size: 15px;
        text-align:inherit;
        background-color: #31C8C4 !important;
        color: white;
        font-weight: bold !important;
        column-fill: auto;
    }
    .hide-on-phone {
        display: none !important;
    }
    .img-prd{
       width: 100%;
       height: auto;
    }
    .img-prd-t{
        width: 100% !important;
        height: auto;
    }

}

#main-politicas{
    display: flex;
    align-items: center;
}
