﻿a:hover {
    text-decoration:none;
}

.btn-wsp {
    position: fixed;
    width: 75px;
    height: 75px;
    line-height: 70px;
    bottom: 20px;
    right: 21px;
    background: #2DB44A;
    color: #fff!important;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
    z-index: 100;
    /*padding-top: 9px;*/
    padding-left: 2px;
}

.logoHorizontal {
    max-height: 44px;
    max-width: 160px;
}

.torobaner {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.torobaner h2 {
    font-size: 50px;
    color: #ffffff;
    margin: 0 0 10px;
    /*text-shadow: 1px 1px 4px #ffffff;;*/
}
.torobaner p {
    font-size: 20px;
    margin: 0;
    color: #eeeeee;
    /*text-shadow: 2px 2px 4px;*/
}
.torobaner .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.carousel-item {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.carousel-item .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}
.carousel button {
    border: none;
}

.carousel-item h2 {
    font-size: 80px;
    margin: 0 0 10px;
    text-shadow: 2px 2px 4px black;
}
.carousel-item p {
    font-size: 30px;
    margin: 0;
    text-shadow: 2px 2px 4px black;
}

.tg-head-pre {
    /*background-color: #eeefef;*/
    font-size: 13px;
    /*color: #666666;*/
}

.tg-head-bus {
    /*background-color: #e6e6e6;*/
}

.tg-head-cat {
    /*background-color: #e3e3e3;*/
}

.tg-foot {
    background-color: cadetblue;
}

.tg-foot-copy {
    font-size: 13px;
}

.tg-foot-legal {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
}

.tg-foot-img {
    max-height: 50px;
    max-width: 50px;
}

.tg-img-slide {
    min-height: 110px;
    background-size: cover;
    background-position: center
}
.tg-cont {
    /*padding-left: 0px;
    padding-right: 0px;*/
    max-width: 1600px
}
.tg-body-f06 {
    font-size: 0.6rem !important;
}
.tg-body-f08 {
    font-size: 0.8rem!important;
}
.tg-body-f09 {
    font-size: 0.9rem !important;
}
.tg-body-f10 {
    font-size: 1rem !important;
}
.tg-body-f12 {
    font-size: 1.2rem !important;
}
.tg-body-f14 {
    font-size: 1.4rem !important;
}
.tg-body-f16 {
    font-size: 1.6rem !important;
}
.tg-body-f18 {
    font-size: 1.8rem !important;
}

.tg-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tg-btn-primary {
}
.tg-btn-secondary {
    
}
.tg-btn-primary:hover {
    opacity: 0.9;
}
.tg-btn-secondary {
    opacity: 0.9;
}


.tg-btn-ico {
    text-align:left;
}
.tg-btn-ico:first-child {
    margin-right: 5px;
    text-align: left;
}
.tg-btn-ico > span {
    margin-left: 5px;
}

.tg-hover-zoom {
    /*height: 300px;*/ 
    overflow: hidden; 
}

.tg-hover-zoom img {
    transition: transform .5s ease;
}
  
.tg-hover-zoom:hover img {
    transform: scale(1.02);
}

.tg-hover-sha:hover {
    box-shadow: 0 .2rem .25rem rgba(0,0,0,.15) !important;
    transition: transform .5s ease;
}

.tg-article-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
}
.tg-article-img-lst {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
}
.tg-article-txt {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-menu {
    margin-top: 0;
}
.tg-gal-img {
    max-width: 150px;
    max-height: 150px;
    cursor: pointer;
    text-align: center !important;
    padding: 0;
    margin-bottom: .5rem !important;
    margin-right: .5rem;
    align-items: center;
    border: 1px solid #dee2e6 !important;
    display: flex;
    position: relative;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.tg-back-trans {
    background-image: url(../img/backtrans.gif)
}

.tg-img-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #808080;
    transition: opacity .15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    z-index: 1;
}
.tg-img-overlay:hover {
    opacity: 0.3;
}

.tg-badge {
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    vertical-align: bottom;
    padding: 10px;
    background-color: #dee2e6;
    color: black;
    border-radius: .25rem;
    font-size: 85%;
    font-weight: 700;
}

.tg-badge-nav {
    left: 20px;
    top: 20px;
    text-align: center;
    vertical-align: bottom;
    padding: 4px;
    background-color: #dee2e6;
    color: black;
    border-radius: .25rem;
    font-size: 75%;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 4px;
    display: inline-block;
}

.tg-badge-nav-sel {
    left: 20px;
    top: 20px;
    text-align: center;
    vertical-align: bottom;
    padding: 4px;
    background-color: #dee2e6;
    color: black;
    border-radius: .25rem;
    font-size: 75%;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 4px;
    display: inline-block;
}

.tg-desvance {
    animation-name: ejemplo;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.tg-ani-carrito {
    animation-name: aniCarrito;
    animation-duration: 0.25s;
    transform-origin: bottom;
    animation-fill-mode: none;
    /*animation-fill-mode: ;*/
}
.form-check > input:first-child {
    margin-right: 5px;
}

.tg-tarjetas img {
    max-height: 25px;
    margin: 2px;
}


#PanError {
    border-radius: 5px;
    background-color: #ca0303;
    color: white;
    border: 1px solid #00000040;
}

.te-r {
    text-align: right;
}
.te-l {
    text-align: left;
}
.te-c {
    text-align: center;
}

@keyframes aniCarrito {
    0% {
        transform: scale(1.4);
        transform: rotate(10deg);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes ejemplo {
    0% {
        opacity: 1;
        /*transform: rotateX(0deg);*/
    }
    100% {
        opacity: 0;
        /*transform: rotateX(90deg);*/
        transform: scale(0.2);
    }
}

@media (min-width: 576px) {
    .tg-img-slide {
        min-height: 140px
    }
}

@media (min-width: 768px) {
    .tg-img-slide {
        min-height: 180px
    }
}

@media (min-width: 992px) {
    .tg-img-slide {
        min-height: 240px
    }
}

@media (min-width: 1200px) {
    .tg-img-slide {
        min-height: 300px
    }
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}




