#page-container {
  position: relative;
  min-height: 100vh;
}

#bloquea {
    display: none;
    width: 100%;
    height: 110%;
    position: fixed;
    z-index: 10000;
    background-color: black;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#actualizando {
    text-align: center;
    display: none;
    z-index: 10001;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #fff;
    color: #484848;
}

h1, h2, h3 {
    font-weight: 700;
    color: #cc021f;
}

.flecha {
    width: 60px;
}

.flecha-content {
    padding-top: 25px;
}

@media (max-width: 991px) {
    h2, .h2 {
        font-size: 23px !important;
        margin-top: -15px;
    }

    h3, .h3 {
        font-size: 15px !important;
        text-align: center !important;
        padding-bottom: 10px;
    }
}

/*----------HEADER-------------*/

.wrapper {
    position: absolute;
    z-index: 99999;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .wrapper {
        width: 94%;
        border-bottom: none;
    }
}

.portada {
    margin-top: 1px;
}

.menuFixed {
    /*position: fixed;*/
}

.content-header {
    z-index: 99;
    height: 131px;
    position: relative;
    /*box-shadow: 0px 1px 5px #888888;*/
}

.fijo {
    height: 43px !important;
    background-color: #FFD036;
    left: 0;
    top: 0;
    width: 105%;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    position: fixed;
}

.fijo .btn-compra{
    color: #000 !important;;
}

.fijo #contentCarrito a{
    color: #000 !important;;
}

.fijo .right-addon .glyphicon {
    right: 17px !important;
}

.fijo .header {
    height: 42px !important;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.fijo #logo-header {
    width: 140px !important;
    margin-top: 42px !important;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.fijo .topbar {
    display: none !important;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.fijo .navbar-responsive-collapse {
    margin-top: -63px !important;
}

.fijo .navbar-collapse {
    margin-top: 0px;
}

.fijo .navbar-nav {
    padding-left: 240px !important;
}

.fijo .header .navbar-default .navbar-nav li a {
    background-color: transparent !important;
}

.header {
}

.header .navbar {
    margin: 0;
}

.header .navbar-default {
    background-color: transparent;
    border: none;
}

.header .navbar-brand {
    z-index: 1;
    height: 100%;
    position: relative;
    padding: 0 10px 10px;
}

@media (min-width: 768px) and (max-width: 998px) {
    .header .navbar-brand {
        margin-top: 0;
    }
}

.header .navbar-default .navbar-toggle {
    border-color: #666666;
    margin-top: 48px;
}

.header .navbar-default .navbar-toggle .fa {
    color: #3e3e3e;
    font-size: 19px;
}

@media (max-width: 991px) {
    .fijo .header .navbar-default .navbar-toggle .fa {
        color: #fff !important;
    }

    .header .navbar-default .navbar-toggle .fa {
        font-size: 30px !important;
    }

    .header .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 58px;
        background: transparent;
    }

    .fijo .header .navbar-default .navbar-toggle {
        margin-top: 37px;
    }
}

.header .navbar-toggle,
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
    background: #666666;
    padding: 6px 10px 4px;
}

.header .navbar-toggle:hover {
    background: transparent !important;
}

.header .navbar-collapse {
    position: relative;
}

.header .navbar-default .navbar-nav > li > a {
    color: #cc021f;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.header .navbar-default .navbar-nav .active-menu {
    color: #4899e4 !important;
}

.itemHeader {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

.itemMenu {
    margin-left: 5px;
}

.registrarse {
    color: #cc021f;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    white-space: pre-wrap;
    max-width: 108px;
    text-align: -webkit-right;
}

.header.no-topbar .navbar-brand {
    margin-top: 30px;
}

.header.no-topbar .navbar-toggle {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .header.no-topbar .navbar-nav {
        padding-top: 36px;
    }
}

@media (min-width: 1367px) {
    .carousel-inner {
        height: 500px!important;
    }
    #carousel-inner-secundario {
        height: 300px!important;
    }
}

@media (min-width: 1440px) {
    .carousel-inner {
        height: 390px!important;
    }
    #carousel-inner-secundario {
        height: 230px!important;
    }
}

@media (min-width: 1680px) {
    .carousel-inner {
        height: 450px!important;
    }
    #carousel-inner-secundario {
        height: 270px!important;
    }
}

@media (min-width: 1920px) {
    .carousel-inner {
        height: 500px!important;
    }
    #carousel-inner-secundario {
        height: 300px!important;
    }
}

@media (max-width: 1279px) {
    .header .navbar-header {
        float: none;
    }

    .header .navbar-toggle {
        display: block;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
    }

    .header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .header .navbar-nav {
        margin: 0 0 5px;
        float: none !important;
        padding-left: 0px !important;
    }

    .header .navbar-nav > li {
        float: none;
    }

    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: #FFF;
        position: fixed;
        width: 105%;
        left: 0px;
        top: 106px;
    }

    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
        color: #666666 !important;
        padding-left: 20px;
        font-size: 12px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu li a {
        color: #FFF !important;
    }

    .header .menu .dropdown-menu {
        border-radius: 0px !important;
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #31318F;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: #666666;
        color: #fff !important;
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 1024px) {
    .header .navbar-default .navbar-toggle {
        margin-top: 28px;
    }
}
@media (min-width: 1280px) {
    .header .navbar-collapse {
        padding: 0;
    }

    .header .navbar {
        min-height: 40px !important;
    }

    .header .container > .navbar-header,
    .header .container-fluid > .navbar-header,
    .header .container > .navbar-collapse,
    .header .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header .navbar-nav {
        position: relative;
    }

    .header .navbar-default .navbar-nav > li > a {
        bottom: -2px;
        position: relative;
        padding: 9px 0px 9px 6px;
        margin-right: 15px;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {
        /*border-bottom: solid 2px transparent;*/
    }

    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        color: #f88696;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #31318F;
    }

    .header .navbar-default .navbar-nav > li:hover > a {
        color: f88696;
    }

    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #31318F;
        border-bottom: solid 2px #687074;
    }

    .header .dropdown-menu li a {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        padding: 6px 15px;
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #fff;
        filter: none !important;
        background: #666666 !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-radius: 15px;
        border: none;
    }

    .header .dropdown-menu li > a:focus {
        background: #666666 !important;
        filter: none !important;
    }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header .open > .dropdown-menu {
        display: none;
    }

    .header .navbar .search-open {
        width: 330px;
    }
}

.header .dropdown-submenu {
    position: relative;
}

.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }
}

.header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}

.header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

.btn-aula-virtual {
    background-color: #418FDE;
    padding: 8px;
    color: #FFFFFF !important;
}

.btn-webmail {
    background-color: #47B11D;
    padding: 8px;
    color: #FFFFFF !important;
}

/*----------MENU-------------*/

.header .menu .nav,
.header .menu .dropup,
.header .menu .dropdown,
.header .menu .collapse {
    position: static;
    padding-left: 10px;

}

.header .menu .navbar-inner,
.header .menu .container {
    position: relative;
}

.header .menu .dropdown-menu {
    left: auto;
    left: auto;
    margin-top: -8px;
    background-color: #666666;
    border: none;
    border-radius: 10px;
}

.header .menu .dropdown-menu > li {
    display: block;
}

.header .menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header .menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header .menu .menu-content {
    *zoom: 1;
    padding: 0;
}

.header .menu .menu-content:before,
.header .menu .menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.header .menu .menu-content:after {
    clear: both;
}

.header .menu.navbar .nav > li > .dropdown-menu:after,
.header .menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header .menu .dropdown.menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header .menu .dropdown.menu-fullwidth .dropdown-menu {
        margin-left: 10px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .header .menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header .menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.header .menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .header .menu .big-screen-space {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .header .menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

    .header .menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header .menu .equal-height-list {
        width: 100%;
    }

    .header .menu .equal-height-list li a {
        display: block;
        margin-bottom: 1px;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header .menu .equal-height-list a:hover {
        text-decoration: none;
    }

    .header .menu .menu-fullwidth li a {
        padding: 5px 10px 5px 30px;
    }

    .header .menu .menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .header .menu .menu-fullwidth .disable-icons li a {
        padding: 5px 10px 5px 15px;
    }

    .header .menu .menu-fullwidth .disable-icons li a:after {
        display: none;
    }
}

@media (min-width: 737px) and (max-width: 991px) {
    .header .menu .menu-content .container {
        width: 690px !important;
    }

    .header .menu .equal-height {
        margin-right: 0;
    }

    .header .menu .equal-height-in {
        padding-right: 0;
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .header .menu .equal-height {
        margin-right: 0;
    }

    .header .menu .equal-height-in {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .header .menu .dropdown.menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header .menu .equal-height-in,
    .header .menu .equal-height-list {
        display: block;
    }

    .header .menu .menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    .header .menu .equal-height-list h3 {
        color: #555;
        margin: 0 0 5px;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px 5px;
        border-bottom: solid 1px #eee;
    }

    .header .menu .equal-height-list li a {
        color: #687074;
        display: block;
        font-size: 13px;
        font-weight: 400;
        margin-left: 15px;
        padding: 6px 25px;
        border-bottom: solid 1px #eee;
    }

    .header .menu .equal-height-list > h3.active,
    .header .menu .equal-height-list > .active > a,
    .header .menu .equal-height-list > .active > a:hover,
    .header .menu .equal-height-list > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .menu .equal-height-list li a:hover {
        color: #333;
        text-decoration: none;
    }
}

.logo {
    width: 103px;
    margin-top: -19px;
}

@media (max-width: 991px) {
    .logo {
        width: 75px;
        margin-top: 38px;
        margin-left: -10px;
    }
}

/*----------HEADER-------------*/

.carousel-inner {
    height: 350px;
    overflow: hidden;
}

.carousel-caption {
    top: 110px;
    right: 20% !important;
    left: 20% !important;
}

.carousel-title {
    font-size: 45px;
    font-style: normal;
    padding: 0 5px;
    font-weight: bold;
}

.carousel-title-mediano {
    font-size: 39px;
    font-style: normal;
    padding: 0 5px;
    font-weight: bold;
}

.carousel-title-chico {
    font-size: 28px;
    font-style: normal;
    padding: 0 5px;
    font-weight: bold;
}

.carousel-subtext {
    font-size: 21px;
    padding: 0 5px;
    margin-top: 3px;
}

.crousel-subtitle {
    font-size: 1.8em;
    color: #cdff76;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}

.carousel-row {
    font-size: 25px;
    margin-top: 23px;
}

.carousel-btns {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .carousel {
        height: 60px;
    }

    .carousel-inner {
        height: 125px;
    }

    .carousel-inner .item {
        height: 225px;
    }

    .carousel-inner .item img, .carousel-inner .item a img {
    }

    .carousel-caption {
        top: 10px;
    }

    .carousel-title {
        font-size: 23px;
        font-style: normal;
        padding: 0 5px;
        font-weight: bold;
    }

    .carousel-title-chico {
        font-size: 19px;
        font-style: normal;
        padding: 0 5px;
        font-weight: bold;
    }

    .carousel-title-mediano {
        font-size: 15px !important;
    }

    .carousel-row {
        font-size: 13px;
        margin-top: 10px;
    }

    .carousel-subtext {
        font-size: 12px;
        padding: 0 5px;
        margin-top: 3px;
    }

    .crousel-subtitle {
        font-size: 1.8em;
        color: #cdff76;
        margin-bottom: 20px;
        font-weight: 300;
        font-family: "Lato", sans-serif;
    }

    .carousel-btns {
        margin-top: 20px;
    }

    .btn-derecha-carousel {
        margin-left: 5px !important;
        margin-top: 5px;
    }

    .carousel .btn-blanco {
        font-size: 10px !important;
    }

    .carousel .btn-azul {
        font-size: 10px !important;
    }

    .carousel-control {
        margin-top: -98px;
        font-size: 23px !important;
    }

    .carousel-indicators {
        display: none !important;
    }

    .back-home-interno {
        display: none;
    }

    h1 {
        font-size: 21px !important;
    }
}

.btn-blanco {
    font-family: "ARLRDBD";
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

.btn-azul {
    font-family: "ARLRDBD";
    background-color: #666666;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 30px;
    font-size: 16px;
}

.btn-derecha-carousel {
    margin-left: 80px;
}

.carousel-control {
    font-size: 35px;
    padding-top: 290px;
    color: #FFFFFF !important;
    z-index: 2;
    background: none !important;
}

/*----------GENERAL-------------*/

.titulo-seccion {
    margin-bottom: 20px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-15 {
    margin-top: 15px;
}

.margin-bottom-20 {
    margin-top: 20px;
}

.back-home {
    background: url(../imagenes/pattern.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.back-home-interno {
    background: url(../imagenes/pattern.png);
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
}

.featured-container {
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .featured-container {
        margin-bottom: 20px;
    }
}

.featured-container .featured-photos {
    padding: 35px 0px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #265b8f;
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.featured-container .featured-photos i {
    color: #ffffff;
    font-size: 68px;
    line-height: 70px;
}

.featured-container .featured-photos:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid #265b8f;
    border-bottom: 0px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: 50%;
    bottom: -14px;
    margin-left: -20px;
}

.tagline {
    text-align: center;
    padding: 40px 0;
    width: 100%;
    background: #f5f5f5;
}

.countUpSection {
    background-image: url(../imagenes/nautica/3.jpg);
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center !important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}

.countUpSectionBar {
    background-image: url(../imagenes/bar/bar.JPG);
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center !important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}

.countUpSectionExc {
    background-image: url(../imagenes/excursiones/semi.JPG);
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center !important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99999;
}

.status {
    width: 260px;
    position: absolute;
    left: 40%;
    top: 25%;
}

@media (max-width: 991px) {
    .status {
        width: 180px;
        position: absolute;
        left: 22%;
        top: 70px;
    }
}

.header-top {
/*    background-color: #cc021f;*/
    background-color: #252525;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.img-phone-top {
    width: 22px;
    margin-right: 5px;
}

.img-whatsapp-top {
    width: 25px;
    margin-right: 5px;
    margin-left: 13px;
}

.img-ubicacion-top {
    width: 16px;
    margin-right: 5px;
    margin-left: 13px;
}

.img-mail-top {
    width: 18px;
    margin-left: 10px;
    margin-right: 5px;
}

.img-carrito {
    width: 26px;
    margin: 0px 0px 0px 20px;
}

.header-top-letter {
    text-align: right;
}

@media (max-width: 991px) {
    .header-top {
        font-size: 11px;
    }

    .img-phone-top {
        width: 14px;
    }

    .img-mail-top {
        width: 14px;
    }

    .header-top-letter {
        text-align: center;
    }
}

.img-fb-top {
    width: 24px;
    margin-left: 10px;
}

.home-texto {
    font-size: 66px;
    font-weight: bold;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.home-texto-abajo {
    font-size: 66px;
    font-weight: bold;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    margin-top: 125px;
}

.home-cotizacion {
    font-size: 20px;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.6);
}

.prestaciones-texto {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #cc021f;
    font-size: 15px;
    font-weight: 600;
}

.fijo .header .navbar-default .navbar-nav .enjoy-cssx {
    width: 210px;
    height: 35px;
    border-radius: 28px;
    font: normal 14px/28px "Advent Pro", Helvetica, sans-serif;
    background: rgb(255, 255, 255);
    margin-top: 4px;
}

.fijo .header .navbar-default .navbar-nav .inner-addon .glyphicon {
    position: absolute;
    padding: 6px;
    pointer-events: none;
}

.fijo .header .navbar-default .navbar-nav .enjoy-css {
    width: 210px;
    height: 35px;
    cursor: pointer;
    margin: 0 auto;
    border: .5px solid rgb(232, 238, 241);
    border-radius: 28px;
    font: normal 14px/28px "Advent Pro", Helvetica, sans-serif;
    color: #cc021f;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    background: #d0d0d0;
}

.fijo .header .navbar-default .navbar-nav .registrarse {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    white-space: pre-wrap;
    max-width: 108px;
    text-align: -webkit-right;
    font-size: 14px;
}

@media (max-width: 991px) {
    .home-texto {
        font-size: 17px !important;
        font-weight: bold;
        text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.6);
    }

    .home-texto-abajo {
        font-size: 17px !important;
        font-weight: bold;
        text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.6);
        margin-top: 50px;
    }

    .home-cotizacion {
        font-size: 8px;
        text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.6);
    }

    .prestaciones{
        text-align: center;
    }

    .prestaciones-texto {
        margin-top: 0px;
        margin-bottom: 10px;
        color: #4389ca;
        font-size: 11px;
    }

    .seccion-quienes-somos {
        padding-top: 15px;
    }

    .quienes-somos-empresa {
        font-size: 27px !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .quienes-somos-derecha {
        font-size: 12px !important;
        text-align: center;
    }

    .quienes-somos-izquierda {
        font-size: 12px !important;
        text-align: center;
    }

    .quienes-somos-top {
        border-top: none !important;
        margin-top: 10px !important;
    }

    .btn-historia {
        font-size: 13px !important;
    }

    .top-historia {
        margin-top: 30px !important;
    }

    .dispensers {
        font-size: 14px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .seccion-promociones {
        padding: 35px !important;
    }

    .contacto-texto {
        font-size: 12px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    .contacto-label {
        font-size: 11px !important;
    }

    .contacto-input {
        height: 27px !important;
    }

    .contacto-izquierda {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .contacto-derecha {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 13px !important;
        margin-top: 49px !important;
    }

    .img-contacto {
        width: 17px !important;
    }

    .seccion-contacto {
        background-image: none !important;
    }

    .contacto-fb {
        width: 49px;
    }

    .reservados {
        text-align: center !important;
    }

    .footer {
        font-size: 10px !important;
    }

    .top-formulario {
        margin-top: 15px !important;
    }
}

.top-formulario {
    margin-top: 30px;
}

.reservados {
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.top-historia {
    margin-top: 60px;
}

.quienes-somos-top {
    border-top: 3px solid #cc021f;
}

.quienes-somos-izquierda {
    color: #cc021f;
    font-size: 19px;
    padding-top: 15px;
    font-weight: bold;
}

.quienes-somos-empresa-letras {
    margin-bottom: -10px;
}

.quienes-somos-derecha {
    color: #484848;
    font-size: 14px;
    padding-top: 15px;
}

.btn-historia, .btn-historia:active, .btn-historia:focus, .btn-historia:visited {
    background-color: #4899e4;
    color: #fff;
    border-radius: 0;
    padding: 13px;
    font-size: 19px;
    font-weight: bold;
}

.btn-historia:hover {
    background-color: #13acc1;
    color: #fff;
    border-radius: 0;
    padding: 13px;
    font-weight: bold;
}

.empresa-img-filter {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

.empresa-img:hover .empresa-img-filter {
    background-color: transparent;
    transition: 1s;
    -webkit-transition: 1s;
}

.seccion-empresa {
    background-image: url(../imagenes/fondo-agua.png);
    background-position-y: -145px;
}

.seccion-promociones {
    background-color: #00407d;
    padding: 70px;
}

.dispensers {
    color: #fff;
    font-size: 28px;
    padding-left: 150px;
    padding-right: 150px;
    font-weight: bold;
}

/*.seccion-contacto{
    background-image: url(../imagenes/fondo-contacto.png);
    background-position-y: -425px;
    padding-bottom: 25px;
}*/

.contacto-izquierda {
    border-right: 2px solid #00407d;
    padding-right: 45px;
    padding-left: 65px;
}

.contacto-texto {
    font-size: 20px;
    font-weight: bold;
}

.contacto-label {
    color: #00407d;
    font-size: 21px;
    font-weight: bold;
}

.contacto-input {
    border-radius: 0px;
    height: 37px;
    border-color: #8e8d8d;
}

.contacto-area {
    border-radius: 0px;
    border-color: #8e8d8d;
    height: 140px !important;
}

.contacto-derecha {
    font-size: 21px;
    font-weight: bold;
    padding-right: 65px;
    padding-left: 45px;
}

.img-contacto {
    margin-right: 10px;
    width: 22px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #252525;
    color: #fff;
    padding: 13px;
    padding-bottom: 8px;
    font-size: 12px;
}

.img-mt {
    width: 21px;
    margin-left: 5px;
    margin-top: -5px;
}

/*--------------------*/

.enjoy-css {
    width: 210px;
    height: 40px;
    margin: 0 auto;
    border: .5px solid rgb(232, 238, 241);
    border-radius: 28px;
    color: #cc021f;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    background: #d0d0d0;
}

/* enable absolute positioning */
.enjoy-cssx {
    width: 250px;
    height: 45px;
    border-radius: 28px;
    font: normal 14px/28px "Advent Pro", Helvetica, sans-serif;
    background: rgb(255, 255, 255);
}

.inner-addon {
    position: relative;
}

@media (max-width: 991px) {

    .box-modern {
        padding: 0px 0px !important;
        border-radius: 7px;
        border: #8080803d 1px solid;
        background: #8080803d;
        text-align: center;
        height: 88px;
        margin-top: -32px !important;
        height: 100px !important;
        text-decoration: none!important;
    }

    .box-modern-media {
        position: relative;
        padding: 10px 0px !important;
        font-size: 40px!important;
        line-height: 1;
        margin-left: auto;
        margin-right: auto;
    }

    .box-modern-title {
        font-size: 8px !important;
        text-decoration: none!important;
    }

    .media-envio-pais {
        width: 65px !important;
    }

    .media-medios-pagos {
        width: 45px !important;
    }

    .media-productos-calidad {
        width: 33px !important;
    }
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 9px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 42px;
    color: #cc021f;
    font-size: 19px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/*--------------------*/
.box-modern {
    padding: 25px 15px;
    border-radius: 7px;
    border: #8080803d 1px solid;
    background: #8080803d;
    text-align: center;
    height: 200px;
}

.box-modern-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #cc021f;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 10px;
}

.box-modern-media {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    /*min-height: 1.3em;
    width: 1.9em;*/
    margin-left: auto;
    margin-right: auto;
}

.media-llave {
    width: 143px;
}

.media-reloj {
    width: 150px;
}

.media-garantia {
    width: 143px;
}

.media-envio-pais {
    width: 212px;
}

.media-medios-pagos {
    width: 150px;
}

.media-productos-calidad {
    width: 92px;
}

.titulo-subrayado {
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: #cc021f 3px solid;
}

.titulo-subrayado-blanco {
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: #ffff 3px solid;
    color: #fff;
    padding-bottom: 10px;
}

.detalle-producto-destacado {
    text-align: center;
    color: #666;
    height: 35px;
    overflow: hidden;
    font-weight: 600;
    font-size: 13px;
}

.precio-producto-destacado {
    text-align: center;
    color: #333;
    max-height: 2.6em;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.brand-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 162px;
}

.sin-fondo {
    background: transparent !important;
    border: none !important;
}

.btn-round {
    border-radius: 13px;
}

.acerca-nuestro {
    font-size: 17px;
}

.acerca-nuestro-resaltado {
    font-size: 17px;
    color: #cc021f;
    font-weight: 600;
}

.header-tienda {
    border-bottom: 0px solid #c5c5c5;
    margin-bottom: 20px;
}

/*-------TIENDA ONLINE-------------*/
@media (min-width: 991px) {
    .content-rubros {
        position: static;
    }
}

.header-tienda {
    border-bottom: 0px solid #c5c5c5;
    margin-bottom: 20px;
}

.header-tienda h1 {
    color: #cc021f;
}

.filtros {
    font-size: 20px;
}

.buscador-tienda {
    background-color: #e7e7e7;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.buscador-tienda input {
    background: transparent;
    border: none;
}

.buscador-tienda img {
    width: 21px;
    margin-right: 10px;
}

.categories {
    list-style: none;
    padding-left: 0px;
}

.categories li a {
    color: #3d3d3d;
    font-size: 17px;
    text-decoration: none;
    padding: 8px;
    display: block;
    width: 100%;
    font-weight: normal;
}

.categoria-active {
    background-color: #e77e25 !important;
    color: #fff !important;
}

.categories li a:hover {
    background-color: #cc021f !important;
    color: #fff !important;
}

.product {
    border: 1px solid #ccc;
    padding: 10px;
    height: 420px !important;
    text-align: center;
    margin-bottom: 20px;
}

.product:hover {
    -webkit-box-shadow: 0px 0px 10px 2px #ccc;
    -moz-box-shadow: 0px 0px 10px 2px #ccc;
    box-shadow: 0px 0px 10px 2px #ccc;
}

.product:hover .producto-ver {
    display: block;
}

.product .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product .figure {
    height: 255px !important;
    overflow: hidden;
}

.product h2 {
    margin-top: 10px;
    height: 45px;
    line-height: 19px;
}

.product h2 a {
    color: #cc021f;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
}

.product .precio {
    color: #252525;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    display: block;
    height: 33px;
    margin-top: -8px;
}

.product input {
    width: 37px;
    text-align: center;
    margin-left: 10px;
    color: #cc021f;
    border: 2px solid #ccc;
}

.product .agregarProductoNew {
    color: #cc021f;
    font-size: 15px;
    width: 175px !important;
}

.product .agregarProductoNew img {
    width: 26px;
    margin-top: -4px;
    margin-right: 4px;
}

.producto-ver {
    position: absolute;
    margin: auto;
    top: 155px;
    width: 80%;
    cursor: pointer;
    cursor: hand;
    display: none;
}

.producto-ver img {
    width: 200px;
    margin: auto;
    display: block;
}

.oferta-home .producto-ver img {
    margin: 0px !important;
    margin-left: 13px !important;
}

.product-info h3 {
    color: #3d3d3d;
    text-transform: uppercase;
}

.product-info h2 {
    color: #cc021f;
    text-transform: uppercase;
}

.product-precio {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 27px;
}

.product-comprar {
    background-color: #cc021f;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
}

.ver-producto-img {
    max-width: 260px !important;
    max-height: 100% !important;
}

.product-nuevo {
    background-color: #cc021f;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

.product-oferta {
    background-color: #e77e25;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

.product-descripcion {
    color: #cc021f;
    font-weight: bold;
}

@media (max-width: 991px) {
    .product-gallery {
        height: 192px;
        margin-bottom: 50px;
    }
}

.product-gallery {
    border: 1px solid #ccc;
    margin-top: 30px;
    text-align: center;
    padding: 24px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-tienda {
    font-size: 35px;
    color: #FFFFFF !important;
    z-index: 2;
    background: none !important;
    margin-top: -50px;
}

.carousel-inner-tienda {
    height: 292px;
}

.product-info .agregarProductoVer {
    color: #e77e25;
    font-size: 15px;
    width: 175px !important;
}

.product-info input {
    width: 37px;
    text-align: center;
    margin-left: 10px;
    border: 2px solid #ccc;
    margin-top: 3px;
}

.agregar-top {
    margin-top: 30px;
    font-size: 19px;
}

@media (max-width: 991px) {
    .table-productos thead tr th {
        height: 28px !important;
        font-size: 8px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .table-productos tbody tr td {
        font-size: 9px !important;
        position: relative;
        height: 45px !important;
    }

    .product-contador-izq {
        position: absolute !important;
        background-color: #cc021f !important;
        bottom: 0 !important;
        left: 0 !important;
        border: none !important;
        width: 50% !important;
        color: #fff !important;
    }

    .product-contador-der {
        position: absolute !important;
        background-color: #cc021f !important;
        bottom: 0px !important;
        right: 0px !important;
        border: none !important;
        width: 50% !important;
        color: #fff !important;
    }

    .cantidad-producto {
        width: 35px !important;
        height: 20px !important;
        margin-top: -5px !important;
        border: none !important;
    }

    .cantidad-td {
        padding-top: 0px !important;
    }

    .content-cupon {
        margin-top: 20px !important;
        padding: 10px !important;
    }

    .content-cupon h3 {
        font-size: 13px !important;
        margin-top: 3px !important;
    }

    .content-cupon a {
        width: 100% !important;
        font-size: 8px !important;
        height: 22px !important;
        padding-top: 6px !important;
    }

    .content-cupon input {
        height: 22px !important;
    }

    .table-totales tbody tr td {
        font-size: 11px !important;
        padding: 10px !important;
    }

    .table-totales {
        width: 100% !important;
    }

    .finalizar-compra, .finalizar-compra:hover {
        padding: 7px !important;
        font-size: 11px !important;
        width: 100% !important;
    }

    .seguir-comprando, .seguir-comprando:hover {
        padding: 7px !important;
        font-size: 11px !important;
        width: 100% !important;
    }
}

.table-productos thead tr th {
    border: none !important;
    color: #fff;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.table-productos thead tr th:nth-child(odd) {
    background-color: #1479A6;
}

.table-productos thead tr th:nth-child(even) {
    background-color: #cc021f;
}

.table-productos tbody {
    border: 1px solid #ccc;
}

.table-productos tbody tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 70px;
    vertical-align: middle;
    color: #3d3d3d;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.table-productos tbody tr td a {
    color: #3d3d3d;
    text-decoration: none;
}

.content-cupon {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 25px;
    color: #cc021f !important;
}

.content-cupon h3 {
    color: #cc021f !important;
}

.content-cupon input {
    background-color: #e7e7e7;
    border-radius: 0px;
    border: transparent;
}

.table-totales {
    border: 1px solid #ccc;
    margin-top: 30px;
    width: 300px;
    text-align: center;
}

.table-totales tbody tr td {
    border: 1px solid #ccc;
    color: #3d3d3d;
    font-size: 21px;
    padding: 15px;
    font-weight: bold;
}

.content-cupon a {
    background-color: #cc021f;
    color: #fff;
    padding: 8px;
    display: inline-block;
    text-decoration: none;
    width: 50%;
    cursor: pointer;
    cursor: hand;

}

.finalizar-compra, .finalizar-compra:hover {
    background-color: #cc021f;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    text-decoration: none;
    width: 300px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    cursor: hand;
}

.seguir-comprando, .seguir-comprando:hover {
    background-color: #e77e25;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    text-decoration: none;
    width: 300px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    cursor: hand;
}

.btn-pagar, .btn-pagar:hover {
    background-color: #e77e25;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
    cursor: pointer;
    cursor: hand;
}

.btn-continuar-tp, .btn-continuar-tp:hover {
    background-color: #e77e25;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
    cursor: pointer;
    cursor: hand;
    border: transparent;
}

@media (max-width: 991px) {
    .info-envio {
        font-size: 14px !important;
    }

    .envio-title {
        margin-top: 3px !important;
        margin-bottom: 5px !important;
    }

    .envio-title:nth-child(1) {
        margin-top: 13px !important;
        margin-bottom: 5px !important;
    }

    .mercadopago-img {
        width: 130px !important;
    }

    .mercado-pago-info {
        font-size: 13px !important;
    }

    .todopago-img {
        width: 112px !important;
    }

    .banco-img {
        width: 75px !important;
    }

    .btn-pagar, .btn-pagar:hover {
        font-size: 14px !important;
        width: 100% !important;
        margin-top: 0px !important;
    }

    .pago-img-mercadopoago {
        width: 155px !important;
        margin-top: -35px !important;
    }

    .recuadro-fantasma {
        padding: 12px !important;
        font-size: 13px !important;
        margin-left: 88px !important;
        height: 150px !important;
    }

    .pago-arrow {
        left: 91px !important;
        width: 13px !important;
        bottom: 39px !important;
    }

    .img-fantasma {
        width: 79px !important;
        margin-top: 177px !important;
        position: absolute !important;
    }

    .btn-pagar-mp {
        margin-top: 15px !important;
        margin-bottom: -20px !important;
    }

    .pago-img-banco {
        width: 58px !important;
    }

    .pago-banco-title {
        font-size: 11px !important;
        top: 19px !important;
    }

    .pago-info-trx {
        margin-left: -27px !important;
        font-size: 11px !important;
    }

    .pago-arrow-trx {
        left: 91px !important;
        width: 13px !important;
        top: 165px !important;
    }

    .pago-img-tp {
        width: 122px !important;
        margin-top: -33px !important;
        margin-bottom: 32px !important;
    }

    .pago-arrow-tp {
        left: 91px !important;
        width: 13px !important;
        top: 165px !important;
    }

    .table-totales-pagar-tp {
        margin-top: 5px !important;
    }

    .btn-continuar-tp, .btn-continuar-tp:hover {
        font-size: 14px !important;
        width: 100% !important;
        margin-top: 15px !important;
        margin-bottom: -26px !important;
    }

    .subir-comprobante {
        font-size: 13px !important;
    }

    .content-subir-comprobante button {
        width: 100% !important;
        margin-top: 10px !important;
    }

}

.info-envio {
    font-size: 24px;
}

.envio-title {
    color: #cc021f;
}

.envio-img {
    width: 115px;
    margin-bottom: 20px;
}

.tipo-pago {
    margin-top: 30px;
    margin-bottom: 40px;
}

.mercadopago-img {
    width: 275px;
}

.todopago-img {
    width: 250px;
}

.banco-img {
    width: 130px;
}

.mercado-pago-info {
    font-size: 19px;
    padding-top: 21px;
}

.img-fantasma {
    width: 340px;
    margin-top: 198px;
}

.pago-img-mercadopoago {
    width: 280px;
    margin-bottom: 40px;
}

.pago-img-tp {
    width: 230px;
    margin-bottom: 40px;
}

.pago-img-banco {
    width: 120px;
    margin-bottom: 40px;
}

.pago-banco-title {
    color: #cc021f;
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
    top: 40px;
    position: absolute;
}

.pago-top {
    padding-top: 5px;
}

.pago-mp-top {
    padding-top: 35px;

}

.recuadro-fantasma {
    border: 1px solid #c3c3c3;
    padding: 37px;
    font-size: 22px;
    margin-bottom: 15px;
}

.pago-arrow {
    position: absolute;
    left: -3px;
    bottom: 135px;
    width: 20px;
}

.pago-arrow-trx {
    position: absolute;
    left: -3px;
    top: 235px;
    width: 20px;
}

.pago-arrow-tp {
    position: absolute;
    left: -3px;
    top: 235px;
    width: 20px;
}

.pago-bottom {
    margin-bottom: 50px;
}

#MP-Checkout-dialog {
    z-index: 2000 !important;
}

.pago-info-trx {
    margin-left: 60px;
    margin-top: 20px;
    font-size: 17px;
    list-style: circle;
}

.pago-datos-trx {
    font-style: italic;
    margin-top: 15px;
}

.subir-comprobante {
    background-color: #e7e7e7;
    padding: 30px;
    font-size: 21px;
}

.pago-mail {
    color: #cc021f;
    font-weight: bold;
    font-style: normal;
}

.content-subir-comprobante {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 25px;
    color: #cc021f !important;
    margin-bottom: 50px;

}

.content-subir-comprobante h3 {
    color: #cc021f !important;
}

.content-subir-comprobante input {
    background-color: #e7e7e7;
    border-radius: 0px;
    border: transparent;
}

.content-subir-comprobante button {
    background-color: #cc021f;
    color: #fff;
    padding: 8px;
    display: inline-block;
    text-decoration: none;
    width: 56%;
    cursor: pointer;
    cursor: hand;
    border: transparent;

}

.producto-agregado, .producto-agregado:hover, .producto-agregado:active, .producto-agregado:focus, .producto-agregado:visited {
    color: #e77e25;
    text-decoration: none;
    font-size: 18px;
}

.product-contador-izq {
    border: 1px solid #ccc;
    padding: 2px;
    margin-top: 0px;
    margin-right: -5px;
    width: 35px;
    display: block;
    float: left;
    cursor: pointer;
    cursor: hand;
}

.product-contador-der {
    border: 1px solid #ccc;
    padding: 2px;
    margin-top: 0px;
    margin-left: -5px;
    width: 35px;
    display: block;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.cantidad-producto {
    width: 40px;
    text-align: center;
    height: 34px;
}

.cantidad-producto:disabled {
    background-color: #fff;
    border: 1px solid #ccc;
}

.producto-oferta {
    position: absolute;
    top: 11px;
    left: 26px;
    background-color: #e77e25;
    color: #fff;
    padding: 5px;
    font-size: 19px;
    padding-left: 25px;
    padding-right: 25px;
}

.oferta-home .producto-oferta {
    position: absolute;
    top: 11px;
    left: 11px;
    background-color: #e77e25;
    color: #fff;
    padding: 5px;
    font-size: 19px;
    padding-left: 25px;
    padding-right: 25px;
}

.producto img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    max-height: 100% !important;
}

.producto .content-img {
    height: 215px;
}


/*languages*/
.languagesSelector{
    margin-right: 10px;
}

.imagenBanderas{
    width: 15px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    margin-left: 5px;
    height: 9px;
}

.languagesSelector ul.languages {
    top: 45px;
    right: -10px;
    display: none;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    min-width: 350px;
    position: absolute;
    background: #f0f0f0;
}

@media (max-width: 992px) {
    .languagesSelector ul.languages {
        top: 44px;
        display: none;
        padding: 5px;
        padding-left: 32px;
        padding-right: 20px;
        list-style: none;
        position: absolute;
        background: #f0f0f0;
        max-width: 100%!important;
    }
}

.languagesSelector:hover .languages {
    display: block;
}

.languagesSelector ul.languages:after {
    top: -4px;
    width: 0;
    height: 0;
    right: 40px;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 6px solid #f0f0f0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

@media (max-width: 992px) {
    .languagesSelector ul.languages:after {
        top: -4px;
        width: 0;
        height: 0;
        right: 10;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 6px solid #f0f0f0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }
}

.languagesSelector ul.languages li a {
    color: #555;
    display: block;
    font-size: 10px;
    padding: 2px 12px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.languagesSelector ul.languages li.active a i {
    color: #999;
    float: right;
    margin-top: 2px;
}

.languagesSelector ul.languages li a:hover,
.languagesSelector ul.languages li.active a {
    background: #fafafa;
}

.languagesSelector ul.languages li a:hover {
    text-decoration: none;
}

.datos-cliente {
    border: 1px solid #CCC;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-cart {
    border: 1px solid #ddd;
}

.total {
    font-size: 20px;
}

.img-carrito {
    max-width: 100px !important;
    max-height: 100px !important;
}
/*FIN TIENDA*/

@media (max-width: 992px) {
    .top-categorias-home {
        margin-top: 80px;
        text-align: center;
    }

    .li-registrar{
        padding-top: 7px;
        padding-left: 6px;
    }

    .registrarse{
        width: 100% !important;
        display: contents !important;
    }

    .registrarse a{
        border-bottom: none !important;
    }

    .languagesSelector{
        float: right !important;
        margin-top: -52px !important;
        border-bottom: none !important;
    }

    .languagesSelector a{
        border-bottom: none !important;
    }

    .content-menu{
     /*   overflow: -webkit-paged-y !important;*/
    }
    .producto .content-img {
        height: 100px;
    }
    .producto {
        height: 210px;
    }
    .titulo-subrayado-blanco {
        padding-top: 0px;
        margin-bottom: 25px;
        border-bottom: #ffff 1px solid;
        color: white;
        font-size: 12px !important;
        padding-bottom: 5px;
    }
    .box-modern-media-servicios img{
        width: 30px !important;
    }
    .top-service-oficial{
        margin-top: -25px;
        margin-bottom: 20px;
    }

    .top-envios{
        margin-top: 43px !important;

    }

    .pagina-interna-top{
        margin-top: 50px !important;
    }

    .img-ver{
        width: 150px !important;
    }

    .pagar-con-mp{
        text-align: left !important;
    }

    .header-responsive{
        margin-top: -38px;
    }

    .top-destacados{
        margin-top: -20px;
    }

    .enjoy-cssx{
        margin-top: 8px !important;
        width: 100% !important;
        height: 28px !important;
    }

    .enjoy-css{
        height: 27px;
    }

    .top-img-home{
        margin-top: 0px !important;
    }

    .top-img-empresa{
        margin-top: 0px !important;
    }

    .caption-empresa{
        top: 33px !important;
    }

    .caption-contacto{
        top: 10px !important;
    }

    .opcion{
        background-color: #e1e1e1;
        padding: 10px !important;
        font-size: 9px !important;
    }

    .table-cart {
        font-size: 11px !important;
    }

    .last-td{
        border-right: 1px solid #ccc !important;
    }

    .aviso-reformas {
        font-size: 14px !important;
        padding: 5px !important;
        width: 97%;
        text-align: center;
    }
}

.categorias-home{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.content-acerca{
    letter-spacing: 1px;
    line-height: 29px;
    margin-top: 20px;
}

.contacto-title{
    text-transform: uppercase;
    color: #234585;
    font-weight: bold;
}

.contacto-title img{
    margin-right: 5px;
}

.contacto-desc{
    color: #757575;
    font-size: 16px;
    margin-top: 10px;
}

.contacto-linea-top{
    margin-top: 20px;
}

.form-contacto input, .form-contacto textarea{
    background-color: #dadada;
    border: none;
    border-radius: 15px;
}

.form-contacto label{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 17px;
}

.form-contacto button{
    width: 261px;
    text-transform: uppercase;
    font-size: 17px;
}

.ver-producto-cantidad{

}

.sin-stock{
    color: #fff;
    text-align: center;
    padding: 7px;
    width: 100px;
    margin-top: 30px;
    background-color: #d00f0f;
    position: absolute;
    top: -19px;
    left: 25px;
}

.sin-stock-ver{
    background-color: #d00f0f;
    color: #fff;
    text-align: center;
    padding: 7px;
    margin-top: 14px;
    width: 100px;
    margin-bottom: 15px;
}

.producto a:hover{
    text-decoration: none !important;
}

.content-link-producto{
    display: block;
    padding-top: 10px;
}

.seccion-servicios{
    background-image: url(../imagenes/fondo-servicio.png);
}

.top-img-home{
    margin-top: -100px;
}

.top-img-empresa{
    margin-top: -275px;
}

.caption-empresa{
    top: 525px;
}

.caption-contacto{
    top: 204px;
}

.opcion {
    background-color: #e1e1e1;
    padding: 10px;
    font-size: 17px;
    text-align: center;
}

.mod-cant{
    font-size: 18px;
}

.aviso-reformas{
    position: fixed;
    bottom: 5px;
    left: 5px;
    background-color: #629c6c;
    font-size: 20px;
    color: #fff;
    z-index: 999;
    padding: 19px;
}

.btn-primary{
    background-color: #ffd036!important;
    color: #252525!important;
    border-color: #252525!important;
}

.enviar, .enviar:hover, .enviar:focus, .enviar:visited, .enviar:active{
    background-color: #ffd036;
    border: 1px solid #ffd036;
    color: #252525;
    font-size: 23px;
    padding: 10px;
    text-decoration: none;
}

.stock-permanente{
    text-align: center;
    background-color: #ffd036;
    color: #fff;
    text-transform: uppercase;
    padding: 45px;
    font-size: 50px;
    margin-top: 30px;
}

.contacto-bottom{
    text-align: center;
    background-color: #ffd036;
    color: #252525;
    padding: 45px;
    font-size: 20px;
}

.trabajaconnosotros{
    text-align: center;
    background-color: #d41b21!important;
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
    font-size: 40px;
    margin-bottom: 30px;
}

.marcas{
    text-align: center;
    background-color: #ffd036;
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
    font-size: 40px;
    margin-bottom: 30px;
}

.product-comprar {
    background-color: #ffd036;
    color: #252525;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
}

.contentPedido_input{
    width: 80px;
    text-align: center;
}

// Estilos de producto

@media (max-width: 991px) {
	.oferta-home {
		width: 170px !important;
		margin-right: 20px;
		position: relative;
	}
	.product {
        margin-bottom: 15px !important;
        height: 250px !important;
        width: 170px;
    }

    .product .figure {
        height: 150px !important;
    }

    .product h2 a {
        font-size: 14px !important;
    }
	.product .precio {
        font-size: 18px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        height: 30px !important;
    }
	.product h2 {
        margin-bottom: 0px;
        margin-top: 0px !important;
        height: auto !important;
        line-height: 16px !important;
    }
	.product-home-precio {
        margin-top: 10px !important;
        padding: 0px !important;
        font-size: 14px !important;
    }

    .product-home-precio span {
        font-size: 14px !important;
    }
	.productos{
        padding-right: 5px;
        padding-left: 5px;
    }
}

.oferta-home {
    width: 270px;
    margin-right: 0px;
    margin-bottom: 10px;
    position: relative;
}

.oferta-home .producto-ver img{
    margin: 0px !important;
    margin-left: 13px !important;
}

.oferta-home .producto-oferta{
    position: absolute;
    top: 11px;
    left: 11px;
    background-color: #F77F00;
    color: #fff;
    padding: 5px;
    font-size: 19px;
    padding-left: 25px;
    padding-right: 25px;
}

.product .precio{
    color: #252525;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    display: block;
    height: 33px;
    margin-top: -8px;
}

.product{
    padding: 5px;
    height: 330px;
    text-align: center;
    margin-bottom: 15px;
}

.product .img-tienda {
    max-width: 100% !important;
    max-height: 100% !important;
    z-index: -1;
    position: relative;
}

.product .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product .figure {
    height: 200px;
    overflow: hidden;
}
.product h2{
    margin-top: 15px;
    height: 45px;
    line-height: 19px;
}

.product h2 a{
    color: #cc021f;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
}

.w-box.product:hover .product-home-precio {
    font-size: 22px;
}

.producto-nombre-completo {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-top: -15px;
    display: none;
}

.content-categoria-home-producto {
    display: -webkit-box;
    overflow-x: scroll;
    width: 100%;
    margin-top: 20px;
 }

 .content-categoria-home-producto::-webkit-scrollbar{
    width: 0px;
    height: 5px;
}

.content-categoria-home-producto::-webkit-scrollbar {
    height: 15px;
}

@media (max-width: 991px) {
	.content-categoria-home-producto {
        display: -webkit-box;
        overflow-x: scroll;
        width: 100%;
        margin-top: 20px;
    }

    .content-categoria-home-producto::-webkit-scrollbar{
        width: 0px;
        height: 5px;
    }

    #nombreProductoMobile {
        display: block !important;
    }

    .ver-producto-img-carousel {
        max-width: 100% !important;
    }

    .product-gallery-sidethumbnail{
        overflow-x: scroll;
        white-space: nowrap;
        display: inline-flex;
        height: 287px !important;
        min-width: 280px;
        position:relative;
    }

    .product-gallery-sidethumbnail::-webkit-scrollbar{
        width: 0px;
        height: 5px;
    }
    .product-gallery-sidethumbnail::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px;
    }

    .product-gallery-sidethumbnail::-webkit-scrollbar-thumb {
      background: #FFD036;
      border-radius: 15px;
    }

    .product-small .figure {
        /*height: 280px;*/
        width: 343px;
    }

    .footer {
        position: relative;
    }

    .codigoProducto{
        display: none;
    }

    .product-image{
        display: none;
    }

    .product-descripcion{
        margin-top: 30px;
    }

    .product {
        border: 1px solid #ccc;
        padding: 10px;
        height: 210px !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .product .figure {
        height: 80px!important;
        overflow: hidden;
    }

    .producto-nombre-completo{
        display:none;
    }
    .product h2 a{
        font-size: 12px;
    }

    .product-info {
        margin-top: 20px;
    }
}

#nombreProductoMobile {
    color: #4dabe0;
    /*text-transform: uppercase;*/
    display: none;
    text-align: center;
}

.ver-producto-img-carousel {
    max-width: 100% !important;
    max-height: 367px !important;
}


.ver-producto-img-carousel {
    max-width: 100% !important;
}

.product-gallery-sidethumbnail{
    overflow-y:auto;
    margin-top: 0px;
    padding: 0px;
}

.product-gallery-sidethumbnail::-webkit-scrollbar{
    width: 5px;
}

.product-gallery-sidethumbnail::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.product-gallery-sidethumbnail::-webkit-scrollbar-thumb {
  background: #FFD036;
  border-radius: 15px;
}

pre {
  font-family: 'Roboto', sans-serif !important;
  margin: 1em 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.box-modern-link{
    text-decoration: none!important;
}

.rubro {
    cursor: pointer;
}

.product-home-precio {
    margin-top: 10px !important;
}

.content-rubros {
    margin-bottom:50px;
}

.pedidos-content{
    height: 500px;
    overflow-y: scroll;
}

.ordenar-por{
    border: 1px solid #ccc;
    border-radius: 9px;
    padding: 3px;
    margin-left: 9px;
}

@media (min-width: 992px) {
    .w-box.product:hover .product-home-precio {
        font-size: 22px;
    }
    .w-box.product:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.33);
        -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.33);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.33);
        border-radius: 4px;
        text-decoration: none;
        webkit-transition: all 0.15s linear;
        -khtml-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .w-box.product:hover h2 {
        opacity: 0;
    }

    .w-box.product:hover .figure {
        opacity: 0.2;
        webkit-transition: all 0.15s linear;
        -khtml-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
        transform: scale(0.8, 0.8);
    }

    .w-box.product:hover .corner {
        opacity: 0.2;
        webkit-transition: all 0.15s linear;
        -khtml-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .w-box.product:hover .producto-etiqueta {
        opacity: 0.2;
        webkit-transition: all 0.15s linear;
        -khtml-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .w-box.product:hover .producto-nombre-completo {
        opacity: 1;
        webkit-transition: all 0.15s linear;
        -khtml-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
        display: block;
        margin-top: -100px;
        text-decoration: none !important;
        position: relative;
    }

    .w-box.product:hover a {
        text-decoration: none;
    }

    .w-box.product:hover .product-home-precio {
        font-size: 22px;
    }
}

a:hover,a:focus {
    color:#f88696;
    text-decoration:none;
}

#carousel-inner-secundario {
    height: 220px;
    overflow: hidden;
}

