/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* main section */

.secure-payment {
    font-size: 35px;
}

#cotiza {
    margin-top: 40px;
    width: 65%;
}

#paga {
    margin-top: 50px;
}

h3.abs {
    position: absolute;
    bottom: 0;
}

.bg-orange {
    background: #ffeb3b;
    color: #000;
}

a.bg-orange {
    border-radius: 3px;
    border: 2px #ffeb3b solid;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

a.bg-orange:hover {
    color: #f15a29!important;
    border-color: #f15a29;
    background-color: #fff;
}

a.bg-orange:hover {
    text-decoration: none;
}

.bg-lightgrey {
    background: #f4f4f4;
}


/* Collection slick */

.catalogo-slick img {
    border-radius: 30px;
}

.catalogo-banner-slick img {
    border-radius: 10px;
}
/* .catalogo-slick-video{
    display: flex;
    justify-content: space-around;
    border: 1px solid green;
    overflow: hidden;
    transition: transform 0.3s ease;


}
.catalogo-slick-video picture {
    border: 1px solid red;
    flex: 0 0 33.33%;

}
.catalogo-slick-video picture iframe {
    width: 100%;
} */

.carousel-de-videos{
    overflow: hidden;
    width: 100%;
}
.carousel-de-videos .carousel-de-videos-container{
    display: flex;
    transition: transform 0.3s ease;
}
.carousel-de-videos .carousel-de-videos-container .carousel-de-videos-item{
    flex: 0 0 33.33%;
    margin-right: 10px;
}
.carousel-de-videos .carousel-de-videos-container .carousel-de-videos-item picture{
    width: 100%;
    height: auto;
}



/* Header Language & Currency */

.header-lan-curr {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.header-lan-curr>li {
    position: relative;
    margin-right: 16px;
    padding-right: 15px;
}

.header-lan-curr>li::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D8D8D8;
}

.header-lan-curr>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-lan-curr>li:last-child::after {
    display: none;
}

.header-lan-curr>li>a {
    line-height: 1;
    padding: 5px 0;
    color: #7E7E7E;
}

.header-lan-curr>li>a::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    margin-left: 5px;
    content: "\f107";
    opacity: 0.4;
}

.header-lan-curr>li>.curr-lan-sub-menu {
    position: absolute;
    z-index: 1;
    top: 150%;
    left: -15px;
    display: block;
    visibility: hidden;
    min-width: 120px;
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: 0;
    opacity: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}

.header-lan-curr>li>.curr-lan-sub-menu li {
    line-height: 1.75;
    margin: 0;
    padding: 0;
}

.header-lan-curr>li>.curr-lan-sub-menu li::after {
    display: none;
}

.header-lan-curr>li>.curr-lan-sub-menu li+li {
    margin-top: 5px;
}

.header-lan-curr>li>.curr-lan-sub-menu li a {
    display: block;
    padding: 0;
    color: #7E7E7E;
}

.header-lan-curr>li>.curr-lan-sub-menu li a:hover {
    padding-left: 5px;
}

.header-lan-curr>li:hover>a {
    color: #333333;
}

.header-lan-curr>li:hover>.curr-lan-sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}