/*OFERTA PRODUCTOS*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900");

body {
    font-family: 'Mulish', sans-serif;
}

/* HEADER */

/* Navegación superior */
.top-nav-mobile {
    display: none;
}

.ico-in,
.ico-ig,
.ico-fb,
.ico-tw {
    margin-right: 0.9rem;
    margin-top: 0.5rem;
    width: 32px;
    height: 32px;
}

.top-nav .ico-in img,
.top-nav .ico-ig img,
.top-nav .ico-fb img,
.top-nav .ico-tw img 
{
    width: 1.3rem;
}

.top-nav .separator {
    width: 0.15rem;
    background-color: #ececec;
}

.language
{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.8rem;
    margin: 0.75rem 1.5rem;
}

.language .active
{
    border-radius: 2rem;
    background-color: #000;
    color: #fff;
    padding: 0.3rem;
}

.language a
{
    color: #000;
    font-weight: 700;
}

.language a.active:hover
{
    color: #fff;
}

/* LOGO */
.logo {
    text-align: center;
}
.logo img {
    width: 160px;
    height: auto;
}


.megabuscador {
    margin: 0 auto;
    width: 100%;
    background-color: #dadada;
    text-align: center;
}

.megabuscador h1 {
    font-weight: 800;
}

.box-buscador {
    background-color: #fff;
    width: 60%;
    /* text-align: center; */
    margin: 0 auto;
    border: 1px solid #666;
}

/* NAVBAR */
.login .navbar a {
    color: #000;
}

.login .navbar a:hover, .login .navbar a:focus {
    color: #a22722;
}

.navbar {
    margin: 0 auto;
}


/* NAV COLAPSE */

.register, .login {
    display: none;
}


/* FORM */

.form-inline {
    margin: 0 auto;
}

/* LOGIN */

.logged-in {
    font-size: 1.3rem;
    font-weight: 100;
}

.logged-in img {
    width: 25px;
    /* line-height: 17px; */
    margin-right: 5px;
    margin-top: -3px;
}

.logged-in em {
    padding: 0 10px;
    color: #c7c7c7;
}

.logged-in a {
    color: #d4715c;
    font-size: 1rem;
}

.logged-in a:hover {
    color: #8b2813;
}

/* Navegación central y buscador */

.form-control:focus {
    box-shadow: none !important;
}

.media-input {
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid;
    border-top: 0;
    border-radius: 0;
}

header .form-control.mega-search {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 1.7rem;
    font-weight: 100;
    color: #000;
    padding: .5rem 0;
}


/* Navbar */
.navbar .divider {
    width: 1px;
    background-color: #d4d4d4;
    margin: 12px 24px 16px 29px;
}


/* Galerias */

.gallery {
    overflow: hidden;
    height: 300px;
    position: relative;
    display: block;
}

.gallery.lite {
    height: auto;
    margin-bottom: 1.5rem;
}
.videos .gallery.lite {
    margin-bottom: 0;
}

.gallery.lite .epigraph {
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin: 0.8rem 0;
    font-weight: 100;
}

.gallery.lite .epigraph.xs span {
    font-size: 1.05rem;
    line-height: 1rem;
}

.gallery.lite .epigraph span {
    color: #000;
}

.gallery.lite .epigraph .date {
    font-size: 0.9rem;
    color: #292929;
    font-weight: 600;
}

a.gallery.lite:hover {
    text-decoration: none;
}

a.gallery.lite:hover .epigraph span {
    color: #d4715c;
}

.gallery.lite .epigraph em {
    display: block;
    width: 86px;
    height: 3px;
    background-color: #439a63;
    margin: 21px 0 0 0;
}

.gallery .premium, .gallery .premium.lite {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    margin: 9px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    background-color: #d4715c;
    padding: 0 7px;
}

.gallery .bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    font-size: 1.10rem;
    color: #fff;
    width: 100%;
    padding: 75px 25px 25px 25px;
    font-weight: 400;
    line-height: 19px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 700%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.gallery .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/misc/opacity.png) repeat top left;
    overflow: hidden;
    width: 100%;
    height: 150px;
    transition: .5s ease;
    opacity: 0;

}

.gallery.lite .overlay {
    height: 300px !important;
    top: 0;
}

.gallery .overlay .top-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 2rem;
    padding: 23px;
}

.gallery .overlay .top-text2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.5rem;
    padding: 23px;
}

.gallery .overlay .pic-count {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 6px;
    /* display: block; */
    border-radius: 100px;
    margin: 1rem;
    text-align: center;
}
.gallery .overlay .pic-count span {
    display: block;
    margin-top: -5px;
    color: #439a63;
    font-weight: 700;
    font-size: 1.1rem;
}

.gallery .overlay .video-count {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 40px;
    background-color: #fff;
    padding: 6px;
    /* display: block; */
    border-radius: 100px;
    margin: 1rem;
    text-align: center;
}
.gallery .overlay .video-count span {
    display: block;
    color: #439a63;
    font-weight: 700;
    font-size: 1.1rem;
}

.gallery .overlay .controls {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 1rem 1rem 0;
}

.gallery .overlay .controls .view-gallery img,
.gallery .overlay .controls .download img {
    width: 20px;
}

.gallery .overlay .controls .view-gallery,
.gallery .overlay .controls .download {
    background-color: #000;
    border-radius: 116px;
    padding: 11px 10px 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

/*.img-fluid {
    max-width: 100%;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}*/

.img-fluid {
    /* max-width: 100%; */
    /* height: 300px; */
    /* width: 100%; */
    /* object-fit: contain; */
    /* object-position: top; */
    min-width: 100%;
    min-height: 100%;
    height: 300px;
    width: auto;
    object-fit: cover;
}


.img-fluid.lite {
    height: 230px !important;
}

.img-fluid.extended {
        /*height: auto !important;*/
        min-width: 75% !important;
        height: 100% !important;
    }

.gallery:hover .overlay {
    height: 100%;
    opacity: 1;
}

.gallery:hover .bottom-text {
    display: none;
}

.gallery:hover .premium {
    display: none;
}

.gallery:hover .premium.lite {
    display: block;
}

.more-wrapper {
    text-align: center;
}

.main-title {
    border-bottom: 1px solid #c3c3c3;
}

.js-gallery-box {
    position: relative;
}

.pic-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

/* Icono play */
.pic-container .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; /* oculto por defecto */
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* no bloquea el hover sobre la imagen */
}

.pic-container:hover .video-icon {
    opacity: 1; /* aparece al hacer hover */
}


/* Botones y Form elements globales */

.btn-pricing {
    background-color: #a22722;
    padding: .6rem 1.2rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    /* height: 2.7rem; */
    font-size: 1rem;
    border-radius: 52px;
}

.btn-pricing:hover {
    text-decoration: none;
    background-color: #a22722;
    color: #fff;
}

.btn-pricing-2 {
    background-color: #8C2914;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    height: 2.7rem;
    font-size: 1.05rem;
    border-radius: .25rem;
    padding: 0.3rem 4rem !important;
}

.btn-pricing-2:hover {
    text-decoration: none;
    background-color: #8b2813;
    color: #fff;
}

.btn.search {
    border: 0;
    padding: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.btn.search:hover,
.btn.search:active,
.btn.search:focus {
    color: #fff;
    background-color: #e9e9e9;
    border-color: #28a745;
}

.btn.search img {
    width: 1.5rem;
    height: 1.5rem;
    fill: #439a63;
}

.btn.user-control {
    border: 1px solid #d0d0d0;
    background-color: #fff;
    font-size: 1.10rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.btn.user-control:hover {
    background-color: #efefef;
}

.btn.user-control img {
    width: 30px;
    padding-right: 8px;
    margin-top: -5px;
}

.btn-dropdown {
    border: none;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    padding: .375rem 0 !important;
}

.btn.btn-dropdown {
    font-size: 1.05rem;
}

.btn:hover, .btn-dropdown:hover {color: #a22722 !important;}

.btn-primary {
    background-color: #439a63 !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem !important;
    border: 0 !important;
    font-weight: 700 !important;
    padding: 0.3rem 4rem !important;
}

.btn-secondary {
    background-color: #fff !important;
    text-transform: uppercase;
    color: #8c2914 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 0.3rem 4rem !important;
    border: 1px solid #d0d0d0 !important;
}

.btn-secondary:hover {
    background-color: #ecebe9 !important;
}

.btn-primary:hover {
    background-color: #3a7650 !important;
}

.tag {
    background-color: #f3f3f3;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0.2rem 1rem;
    margin: -0.6rem 0.2rem;
    color: #8c2914;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    line-height: 25px;
    vertical-align: super;
}

.tag span {
    color: #666;
    margin-left: 2rem;
}

.tag:hover {
    background-color: #dadada;
    text-decoration: none;
    color: #8c2914;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5;
    border-radius: .3rem;
    width: 100%;
}

.button-wrapper {
    margin: 2rem 0 0 0;
}

.btn.descargar,
.btn.volver {
    margin: 0 0.3rem;
    padding: 0.3rem 1rem !important;
    width: 100%;
}

.btn.volver {
    background-color: #bdbdbd !important;
}

.btn.descargar img,
.btn.volver img {
    height: 18px;
    margin-right: 10%;
}

label {
    display: inline-block;
    margin-bottom: .2rem !important;
    font-size: 0.9rem;
}

.btn {
    color: #000 !important;
}

/* Titles */

.wrapper-title {
    margin-bottom: 1rem;
}

.main-title .ornament,
.gallery-title .ornament {
    width: 114px;
    height: 2px;
    background-color: #d4d4d4;
    display: block;
    margin-bottom: 5px;
}

.main-title .square,
.gallery-title .square {
    background-color: #439a63;
    width: 10px;
    height: 13px;
    display: inline-block;
    margin-right: 15px;
}

.main-title h1 {
    display: inline-block;
    letter-spacing: -1px;
    margin-right: 1rem;
}

.main-title h1 strong {
    color: #a22722;
}


.gallery-title h2 {
    display: inline-block;
    margin-right: 1rem;
    font-size: 2.5rem;
    margin-top: 1.5rem;
    color: #a22722;
    font-weight: bolder;
}

.gallery-title .date,
.gallery-title .caption {
    color: #959595;
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 0.6rem;
}

.gallery-title .badge-category {
    display: inline-block;
    background-color: #efefef;
    padding: 0.1rem 0.8rem;
    margin-left: 1rem;
    border-radius: 3px;
    color: #439a63;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
}

.gallery-controls .pic-count img {
    width: 28px;
}

.gallery-controls .download img {
    width: 43px;
    padding-top: 0.5rem;
}

.gallery-controls .pic-count,
.gallery-controls .download {
    background-color: #e8e8e8;
    border-radius: 116px;
    padding: 11px 10px 0;
    width: 80px;
    height: 80px;
    /* display: inline-block; */
    text-align: center;
    margin-right: 10px;
    margin-top: 1rem;
    display: block;
    float: right;
    transition: .5s ease;
}

.gallery-controls .download:hover {
    background-color: #3a7650 !important;
}


.gallery-controls .download {
    background-color: #439a63;
}

.gallery-controls {
    margin-top: 1rem;
}

.gallery-controls .pic-count span {
    width: 100%;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1rem;
    color: #439a63;
}

.gallery.lite .pic-container iframe {
    display: block;
    margin: 0 auto;
}


/* Pagination */

.pagination {
    margin: 1rem 0 4rem 0;
}

.pagination a {
    color: #000;
}

.page-link {
    border: 1px solid #d0d0d0 !important;
    color: #000;
}

.page-link:hover {
    color: #000 !important;
}

.page-item.active .page-link {
    background-color: #439a63 !important;
}


/* Packs module */

.packs-module {
    background-color: #ecebe9;
    text-align: center;
}

.packs-module .hd strong {
    color: #8c2914;
    font-size: 1.6rem;
}

.pack {
    margin: 0 2rem;
    width: 16rem;
}

.pack p {
    min-height: 4.5rem;
}

.pack .pic-num .num {
    font-size: 4.5rem;
    color: #1d1d1d;
    letter-spacing: -2px;
    font-weight: 600;
}

.pack .pic-num .badge {
    background-color: #439a63;
    padding: 0.6rem;
    color: #fff;
    height: 3.75rem;
    font-style: normal;
    margin: 1.7rem 1rem 0.3rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.pack .pic-num .badge span {
    display: block;
}

.pack .pic-num .badge em {
    font-style: normal;
}

.pack .price {
    color: #d4715c;
    font-size: 1.9rem;
    font-weight: 600;
    padding: 0.6rem 0 1rem;
    border-top: 1px solid #d6d6d6;
}


/* Foto ampliada */

.info-pic {
    padding: 2rem;
    min-height: 500px;
    overflow: hidden;
    margin-left: -30px;
}

.pic-container-inner {
    border: 1px solid #cbcbcb;
    padding: 40px;
    text-align: center; 
}

.main-data {
    margin-bottom: 0.5rem;
}

.main-data .desc {
    text-align: center;
    width: 33%;
    border-right: 2px solid #dbdada;
    padding: 0 1rem;
}

.main-data .desc img {
    height: 40px;
}

.main-data .desc p {
    font-size: 0.8rem !important;
    font-weight: 700;
    margin-top: 0.8rem;
    line-height: 1rem;
}

.main-data .desc.last {
    border-right: 0;
}

.second-data {
    min-height: 260px;
}

.second-data strong {
    color: #439a63;
}

.second-data p {
    font-size: 0.9rem;
    border-bottom: 1px solid #dbdada;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    /* margin-top: 0.1rem; */
}

/* Footer */
.bg-black {background-color: #000;}
.byn-logo {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

footer ul {
    list-style: none;
}

footer ul li a,
footer ul li {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.7rem;
}

footer .language .active {
    background-color: #A22622;
    color: #fff;
}
footer .language a, footer ul li a:hover {
    color: #A22622;
}

/* Form */

.wrapper-login {
    width: 450px;
    margin: 50px auto;
}

.wrapper-login h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.wrapper-login a, .wrapper-login a:hover {
    color: #8b2813;
}

.already {
    font-weight: 500;
    font-size: 1.2rem;
}

.already a {
    font-weight: 700;
}

.wrapper-login p {
    margin-top: -10px;
    margin-bottom: 30px;
}

.wrapper-login .form-group {
    margin-bottom: 0.7rem;
}

/* Advanced Search */


#advanced-search {
    background-color: #ecebe9;
    padding: 20px 30px;
    margin-bottom: 22px;
    border-radius: 3px;
}

#advanced-search .title {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 600;
}

#advanced-search span {
    display: block;
}

#advanced-search .form-group {
    margin-bottom: 0.3rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
}


/* Generic text */

.generic-text {
    border-bottom: 1px solid #d4d4d4;
}

.generic-text .lead {
    font-size: 1.5rem;
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 2.2rem;
}

.generic-text h2 {
    font-size: 1.5rem;
    color: #8c2914;
    font-weight: 600;
    margin-top: 25px;
}

.generic-text ul {
    list-style-type: square;
}

/* partners */

.reuters-partner {
    margin-bottom: 15px;
}

.reuters-partner img {
    display: block;
    margin: 0 auto;
    max-height: 90px;
}


/* Otros */

.section-container {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}


/* responsive */


@media (max-width: 1200px) {

    .navbar-brand {
        margin-left: 1rem;
    }

    .navbar-nav {
        margin-left: 1rem;
    }

    .gallery.lite .epigraph {
        margin: 0.8rem 0.7rem;
    }

    .gallery-title .square {
        display: none;
    }

    .generic-text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .box-buscador {
        width: 90%;
    }
}

@media (max-width: 992px) {


    .top-nav {
        height: auto;
    }

    .top-nav .btn-pricing {
        height: auto;
    }

    .info-pic {
        margin-left: 0;
    }

    .pack-wrapper {
        flex-wrap: wrap;
    }

    .pack {
        width: auto;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;
        flex-basis: 25%;
    }

    .pack.free-pack {
        flex-basis: 100%;
    }

    .pack.free-pack .price {
        display: none;
    }

    .box-buscador {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .box-buscador {
        width: 100%;
    }

    .media-input {
        border-bottom: 0;
        border-right: 0;
        border-left: 0;
        border-top: 1px !important;
        border-radius: 0;
        width: 100% !important;
        margin: 0 20px !important;
        /* padding: 20px 0; */
    }

    .top-nav {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 1.5rem;
        margin-left: 10%;
        z-index: 1;
    }

    .top-nav .separator {
        display: none;
    }

    .navbar-toggler {
        border: 0 !important;
    }

    .navbar {
        margin-top: 0;
        position: absolute !important;
        width: 100%;
    }

    .navbar .navbar-collapse {
        z-index: 2;
    }

    .navbar-toggler {
        padding: 0 1rem !important;
    }

    .col-xl-2 {
        text-align: center;
    }

    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .form-inline {
        border: 0;
    }

    header .form-control.mega-search {
        padding: .5rem 1rem;
        border-bottom: 0;
    }

    .main-title .ornament {
        display: none;
    }

    .search {
        width: 20%;
    }

    .mega-search {
        width: 80%
    }

    .megabuscador {
        padding: 20px !important;
    }

    .gallery {
        height: 450px;
    }

    .img-fluid {
        height: 450px !important;
    }

    .img-fluid.lite {
        height: 320px !important;
    }

    .gallery.lite .epigraph {
        margin: 0.8rem 1.3rem;
    }

    .gallery.lite .overlay {
        height: 320px !important;
        top: 0;
    }

    .gallery.lite .pic-container iframe {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

    .pack-wrapper {
        flex-wrap: wrap;
    }

    .pack {
        width: auto;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;
        flex-basis: 25%;
    }

    .pack.free-pack {
        flex-basis: 100%;
    }

    .pack p {
        min-height: auto;
    }

    ul {
        padding-left: 0;
    }

    footer ul li a, footer ul li {
        font-size: 1.1rem;
        margin-top: 0.9rem;
    }

    footer ul li {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }

    .navbar-collapse {
        padding: 0 2rem;
        background-color: #f4f4f4;
    }

    .navbar-collapse .small-ref {
        display: none;
    }

    .btn.user-control {
        width: 100%;
        margin-left: 0;
        margin-top: 0.6rem;
        padding: 1rem;
        font-size: 1.4rem;
    }

    .btn.btn-dropdown {
        font-size: 1.2rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .navbar-nav {
        margin-left: 0;
        margin-top: 1.5rem;
    }

    .navbar .divider {
        display: none;
    }

    .btn-group, .btn-group-vertical {
        display: block !important;
    }

    .dropdown-menu {
        margin-bottom: 1rem !important;
    }

    .tag {
        width: 93%;
        margin: 0.5rem 1rem !important;
        display: block;
        position: relative;
    }

    .tag span {
        color: #666;
        right: 20px;
        position: absolute;
    }

    .wrapper-title {
        margin-bottom: 1rem;
        margin-left: 0.7rem !important;
        margin-right: 0.7rem !important;
    }

    .gallery-title .ornament {
        display: none;
    }

    .gallery-title h2 {
        margin-top: 0.7rem;
    }

    .gallery-controls .pic-count, .gallery-controls .download {
        display: none;
        float: left;
        margin-top: 0;
    }

    .wrapper-login {
        width: auto;
        margin: 20px 20px 50px;
    }

    .section-container {
        border-top: 0;
    }

    .gallery .overlay .pic-count {
        display: none;
        top: 0;
    }

    .gallery .overlay .controls {
        display: none;
        top: 0;
        margin: 0.9rem 0.9rem 0.9rem 0;
    }

    .gallery .overlay .top-text {
        display: none;
        bottom: 0;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.8rem;
        transition: none;
        top: auto;
    }

    .gallery .overlay {
        display: none;
        opacity: 0;
        transition: .5s ease;
        height: 100% !important;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 700%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    }

    .gallery .bottom-text {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000;
        font-size: 1.10rem;
        color: #fff;
        width: 100%;
        padding: 75px 25px 25px 25px;
        font-weight: 400;
        line-height: 19px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 700%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    }

    .top-text2 {
        display: none;
    }

    .img-fluid.extended {
        /*height: auto !important;*/
        min-width: 75% !important;
        height: 100% !important;
    }

    .logged-in {
        margin-bottom: 20px;
    }

    .logged-in a {
        font-size: 1.4rem;
    }

    .middle-nav .row {
        margin-right: 0;
        margin-left: 0;
    }

    .middle-nav .row .col-sm-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .logo {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px !important;
    }

    .logo img {
        width: 80px;
    }

    .navbar {
        margin-top: 18px;
    }

    .navbar .navbar-collapse {
        margin-top: 23px;
    }

    .btn-pricing {
        display: block;
        margin-bottom: 20px;
    }

    .language {
        text-align: center;
    }

    .btn.user-control {
        /* width: 100%; */
        /* padding-left: 37px; */
        margin-top: 0.6rem;
        padding: 1rem;
        font-size: 1rem;
        border-radius: 1000px;
        /* text-align: center; */
        display: block;
        /* text-align: center; */
        /* margin: 0 auto; */
    }
}

@media (max-width: 480px) {

    .top-nav {
        padding-left: 10%;
        margin-bottom: 1.5rem;
    }

    .top-nav .flex-separator {
        flex-basis: 100%;
    }

    .top-nav .big-res {
        display: none;
    }

    .navbar {
        width: 100%;
        position: absolute !important;
        margin-top: 18px;
    }

    .search {
        width: 15%;
    }

    .mega-search {
        width: 85%;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-collapse .small-ref {
        display: block;
    }

    .btn-pricing {
        font-size: 0.9rem;
    }


    footer {
        margin: 0 2rem;
    }
}

.slick-slide {
    margin: 0 20px;
}

/*
.slick-slide img {
	width: 60%;
}*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 60%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    height: 60px;
    width: auto;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.img-west {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.home-west {
    background-color: black;
    min-height: 75px;
}

.icon-destacada,
.foto.destacada .icon-destacada {
    position: absolute;
    top: 10px;
    z-index: 1000;
    height: 40px;
    width: 40px;
    right: 10px;
}


nav > .nav.nav-tabs {

    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;

}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}


#generic_price_table {
    background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #2ECC71;
    color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #2ECC71;
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;

}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }

    .top-nav {
        display: none !important;
    }

    .top-nav-mobile {
        display: block;
        padding: 40px 0;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        #generic_price_table .col-md-3 {
            float: left;
            width: 50%;
        }

        #generic_price_table .col-md-4 {
            float: left;
            width: 50%;
        }

        #generic_price_table .generic_content {
            margin-bottom: 75px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
    }

    @media (min-width: 1200px) {
    }

    #generic_price_table_home {
        font-family: 'Raleway', sans-serif;
    }

    .text-center h1,
    .text-center h1 a {
        color: #7885CB;
        font-size: 30px;
        font-weight: 300;
        text-decoration: none;
    }

    .demo-pic {
        margin: 0 auto;
    }

    .demo-pic:hover {
        opacity: 0.7;
    }

    #generic_price_table_home ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: table;
    }

    #generic_price_table_home li {
        float: left;
    }

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0;
    }

    #generic_price_table_home .blue {
        background: #3498DB;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .emerald {
        background: #2ECC71;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .grey {
        background: #7F8C8D;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .midnight {
        background: #34495E;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .orange {
        background: #E67E22;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .purple {
        background: #9B59B6;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .red {
        background: #E74C3C;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .turquoise {
        background: #1ABC9C;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {
        border-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .divider {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding: 20px;
    }

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

    #generic_price_table_home .itemname {
        text-align: center;
        font-size: 50px;
        padding: 50px 0 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 40px;
        text-decoration: none;
        font-weight: 300;
    }

    #generic_price_table_home .itemnametext {
        text-align: center;
        font-size: 20px;
        padding-top: 5px;
        text-transform: uppercase;
        display: inline-block;
    }

    #generic_price_table_home .footer {
        padding: 40px 0;
    }

    .price-heading {
        text-align: center;
    }

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

    .demo-button {
        background-color: #333333;
        color: #ffffff;
        display: table;
        font-size: 20px;
        margin: 20px auto 50px;
        /*outline-color: -moz-use-text-color;*/
        outline: currentColor none medium;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .bottom_btn {
        background-color: #333333;
        color: #ffffff;
        display: table;
        font-size: 28px;
        margin: 60px auto 20px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
    }

    .demo-button:hover {
        background-color: #666;
        color: #FFF;
        text-decoration: none;

    }

    .bottom_btn:hover {
        background-color: #666;
        color: #FFF;
        text-decoration: none;
    }

    /*END OFERTA PRODUCTOS*/
    .clients ul li {
        text-align: center;
        display: inline-block;
    }
}

/* secciones estaticas */

.wrapper-static {
    width: 900px;
    margin: 50px auto;
}


.h3 {
    margin-bottom: 1rem;
}


/* profile */




nav > div a.nav-item.nav-link {
    color: #999;
    background: #e7e7e7;
    border-radius: 0px;
}

nav > div a.nav-item.nav-link.active {
    background: #a22722;
    color: #fff;
    border-radius: 0px;
}

nav > .nav.nav-tabs {
    color: #000;
    background: #e7e7e7;
    font-weight: 800;
    border-radius: 0px;
    margin: 20px auto 40px;
    width: 600px;
}

nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
    border-radius: 0px;
    background:#a22722;
    color: #fff;
}

nav > div a.nav-item.nav-link.active::after {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    border: 0;
    border-top-color: #e74c3c;
}

@media (max-width: 992px) {
    nav > .nav.nav-tabs { width:100%; }

}

/* paypal */ 

#paypal-button-container {
    width: 400px;
}

@media (max-width: 768px) {
    #paypal-button-container { width:100%; }

}

/* add items */ 

.add-items {
    display: block;
    border-radius: 30px;
    background-color: #3a7650;
    width: 148px;
    padding: 10px;
    color: #fff;
    margin: 30px auto;
}

.content-no-pic {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}