@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Medium.eot');
    src: url('fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Medium.woff2') format('woff2'),
        url('fonts/DMSans-Medium.woff') format('woff'),
        url('fonts/DMSans-Medium.ttf') format('truetype'),
        url('fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Regular.eot');
    src: url('fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff'),
        url('fonts/DMSans-Regular.ttf') format('truetype'),
        url('fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Bold.eot');
    src: url('fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Bold.woff2') format('woff2'),
        url('fonts/DMSans-Bold.woff') format('woff'),
        url('fonts/DMSans-Bold.ttf') format('truetype'),
        url('fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body { 
    font-family: 'DM Sans', sans-serif;
    background: #fff; 
    font-size: normal; 
    font-size: 16px; 
    color: #000;
}
a, a:hover { 
    color: #000
}
a:hover {
    text-decoration: underline;
}
img { 
    max-width: 100%; 
}
.container-fluid { 
    width: 1200px; 
    max-width: 100%; 
    margin: 0 auto; 
}
.clear { 
    clear: both; 
}
.alert { 
    padding: 10px 15px; 
}
h1, h2, h3 { 
    color: #000; 
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}
h4 {
    color: #000; 
    font-weight: normal;
    font-family: 'DM Sans', sans-serif;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 20px;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
.blue {
    color: #c1e5ec;
}
.bg-blue {
    background: #c1e5ec;
}
.white {
    color: #fff;
}
.bg-white {
    background: #fff;
}
.grey {
    color:#999;
}
.bg-grey {
    background: #f4f4f4;
}
.bg-light {
    background: #f5fdfe;
}
.bg-blue-light {
    background: #e3f8fd;
}
a.white, a.white:hover, a.white:focus {
    color: #fff;
}
a.blue, a.blue:hover, a.blue:focus {
    color: #78cee4;
}
.whatsappfix {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.botones {
    display: inline-block;
    background: #c1e5ec;
    color: #000 !important;
    text-transform: none;
    padding: 9px 30px;
    white-space: nowrap;
    border-radius: 0;
    border: none; 
    outline: none;
    border-radius: 4px;
}
.botones:hover {
    background: #c1e5ec;
    text-decoration: none;
}
.boton-black {
    display: inline-block;
    background: #000;
    color: #fff !important;
    text-transform: none;
    padding: 9px 30px;
    white-space: nowrap;
    border-radius: 0;
    border: none; 
    outline: none;
    border-radius: 4px;
}
.botongris {
    display: inline-block;
    background: #ccc;
    color: #fff !important;
    text-transform: none;
    padding: 9px 20px;
    white-space: nowrap;
    border-radius: 0;
    border: none; 
    outline: none;
}
input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
/** HEADER **/
header {
    z-index: 100;
    background: #fff;
}
.top {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-size: 15px;
    background: #c1e5ec;
}
.top a, .top a:hover {
    color: #000;
}
.top .direccion img, .top .email img, .top .telefono img {
    margin-right: 4px;
}
.top .direccion, .top .email {
    margin-right: 15px;
}
.top .cartlogin {
    text-align: right;
}
.top .login img {
    width: 19px;
    margin-right: 4px;
}
.top .login {
    margin-right: 15px;
}
.top .cart-top {
    display: inline-block;
    width: auto;
    padding: 0;
    position: relative;
}
ul.sinestilo {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-right:24px;
}
a.cart-menu:hover {
    text-decoration: none;
}
.cart-menu img {
    width: 19px;
}
ul.sinestilo span#loadCart {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #7bb8c7;
    display: inline-block;
    background: #fff;
    position: absolute;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    top: -6px;
    left: 23px;
}
.top .socialtop {
    margin-left: 20px;
}
.top .socialtop a {
    margin-left: 6px;
    font-size: 18px;
}
.top .socialtop a:hover {
    text-decoration: none;
}
.mainmenu {
    padding-top: 8px;
    padding-bottom: 8px;
}
header .navbar-brand {
    padding: 0;
    min-height: none;
    height: auto !important;
    z-index: 9999 !important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-nav li a {
    color: #000;
    font-size: 15px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 6px 0;
    text-transform: none;
    font-weight: normal;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-bottom: 3px solid transparent;
    letter-spacing: 1px;
    /*** 
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    ****/
}
.navbar-nav li.active a, .navbar-nav li a:hover,
.navbar-nav li a:focus {
    background:none;
    color: #000;
    border-bottom: 3px solid #c1e5ec;
}
.navbar-nav > .active > a, 
.navbar-nav > .active > a:focus, 
.navbar-nav > .active > a:hover {
    background:none;
    color: #000;
    border-bottom: 3px solid #c1e5ec;
}
.navbar-nav li {
    padding-right: 14px;
    padding-left: 14px;
}
.navbar-right, .navbar-left {
    padding-top: 0;
    padding-bottom: 36px;
}
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {

  width: auto;
  padding: 7px;
}
.navbar-default .navbar-nav li.shop a {
    background: #c1e5ec;
    border: none;
    padding: 6px 7px;
    border-radius: 4px;
}
.navbar-default .navbar-nav li.shop a:hover {
    background: #b8edf9;
}
.navbar-default .navbar-nav li.shop a img {
    margin-right: 4px;
}


/** HOME **/
#carousel-home img {
    width: 100%;
}
#carousel-home img.responsive {
    display: none;
}
a.feature {
    text-decoration: none !important;
    display: block;
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
}
.rowimagenes {
    margin: 0 -5px;
    padding-top: 50px;
}
.rowimagenes .col-sm-7, .rowimagenes .col-sm-5 {
    padding: 0 5px;
}
.rowimagenes .img1 {
    position: relative;
    background: url(images/1.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
    margin-bottom: 10px;
}
.rowimagenes .img1 a {
    display: inline-block;
    max-width: 25%;
    position: absolute;
    left: 20px;
    top: -50px;
}
.rowimagenes .img2 {
    background: url(images/2.jpg) no-repeat center center;
    background-size: cover;
    height: 195px;
    margin-bottom: 10px;
}
.rowimagenes .img3 {
    background: url(images/3.jpg) no-repeat center center;
    background-size: cover;
    height: 195px;
    margin-bottom: 10px;
}
.content-home-right {
    position: relative;
}
.content-home-right .image {
    background: url(images/img1-a.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.content-home-right .text-center {
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
.content-home-left {
    position: relative;
}
.content-home-left .image {
    background: url(images/img2-a.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.content-home-left .text-center {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}
.social a {
    font-size: 20px;
    margin: 0 4px;
}
.cab h1 {
    margin: 0;
}
.cab {
    padding-top: 70px;
    padding-bottom: 70px;
}
.cab.about {
    background: url(images/cab-about.jpg) no-repeat center center;
    background-size: cover;
}
.cab.contact {
    background: url(images/cab-contact.jpg) no-repeat center center;
    background-size: cover;
}
.cab.wedding {
    background: url(images/cab-wedding.jpg) no-repeat center center;
    background-size: cover;
}
.cab.custom {
    background: url(images/cab-custom.jpg) no-repeat center center;
    background-size: cover;
}
.cab.policies {
    background: url(images/cab-policies.jpg) no-repeat center center;
    background-size: cover;
}
.cab.menu {
    background: url(images/cab-menu2.jpg) no-repeat center center;
    background-size: cover;
}
.cab.quote {
    background: url(images/cab-quote.jpg) no-repeat center center;
    background-size: cover;
}
.formulario input {
    background: #E3F8FD;
    border: 1px solid #c1e5ec;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}
.formulario textarea {
    background: #E3F8FD;
    border: 1px solid #c1e5ec;
    color: #000;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    padding: 10px;
}
.mapa iframe {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
}
span.contactos {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 3px;
}
span.contactos img {
    position: absolute;
    left: 0;
    top: 1px;
}
.row.galeria {
    margin: 0 -8px;
}
.row.galeria .col-sm-3, .row.galeria .col-sm-4 {
    padding: 0 8px;
}
.marco-galeria {
    padding: 6px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 16px;
}
.img-galeria {
    display: block;
    width: 100%;
    height: 300px;
}
.menugalerias {
    margin-top: 20px;
    margin-bottom: 20px;
}
.panel-default {
    border: none;
}
.panel-heading {
    padding: 10px;
}
.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 0;
}
.panel-default > .panel-heading a {
    text-decoration: none !important;
    padding: 10px 10px;
    display: block;
    font-family: 'Playfair Display', serif;
}
.panel-default > .panel-heading a.active {
    /** 
    color: #fff;
    background: #000;
    **/
}
.panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.panel-body a {
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid #f2f2f2;
    padding: 9px 10px 8px 25px;
    font-family: 'Playfair Display', serif;
}
.panel-group .panel-heading + .panel-collapse > .list-group, 
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel {
    box-shadow: none !important;
}
h3.border {
    border-bottom: 1px solid #c1e5ec;
    padding-bottom: 6px;
}
.nombreprod-menu {
    font-size: 19px;
    text-transform: none;
    margin-bottom: 2px;
    padding-bottom: 0;
    font-family: 'Playfair Display', serif;
}
.descripcion-menu {
    font-size: 15px;
    color: #111;
    min-height: 14px;
}
.clearresponsive {
    display: none;
}
.cleardesktop {
    clear: both;
    display: block;
}
.steps img {
    max-width: 24%;
    opacity: 0.4;
}
.steps img.active {
    opacity: 1;
}
.tier img {
    opacity: 0.3;
    cursor: pointer;
}
.tier img.active {
    opacity: 1;
}
.quote h4 {
    font-size: 19px;
}
.quote input {
    background-color: #E3F8FD;
    border: 1px solid #c1e5ec;
    width: 100%;
    padding: 9px 12px;
    height: 42px;
    margin-bottom: 15px;
}
.quote textarea {
    background-color: #E3F8FD;
    border: 1px solid #c1e5ec;
    width: 100%;
    padding: 9px 12px;
    height: 42px;
    margin-bottom: 15px;
    height: 80px;
}
.quote select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #E3F8FD;
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    border: 1px solid #c1e5ec;
    width: 100%;
    padding: 9px 12px;
    height: 42px;
    margin-bottom: 15px;
}
.bootstrap-select {
    width: 100% !important;
}
.bootstrap-select > .dropdown-toggle {
    border: 1px solid #c1e5ec;
    border-radius: 0;
    background-color: #E3F8FD;
    padding: 11px;
    font-size: 16px;
    margin-bottom: 15px;
}
.bootstrap-select .notify {
    color: #ff0000;
}
.containerradio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-right: 20px;
}
.containerradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.containerradio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.containerradio input:checked ~ .checkmark {
  background-color: #c1e5ec;
}
.containerradio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerradio input:checked ~ .checkmark:after {
  display: block;
}
.containerradio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.inputfile-box {
    position: relative;
}
.inputfile-box input {
    position: absolute;
    opacity: 0;
}
.inputfile-box label {
    width: 100%;
    background: #c1e5ec;
    color: #fff;
    text-align: center;
    display: block;
    padding: 9px;
    font-weight: normal;
    border-radius: 4px;
}
.input-date {
    position: relative;
}
.input-date .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 20px;
}
.input-hours {
    position: relative;
    background-color: #E3F8FD;
    border: 1px solid #c1e5ec;
    width: 100%;
    padding: 4px 12px;
    height: 42px;
    margin-bottom: 15px;
    padding-right: 50px;
}
.input-hours .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 20px;
}
.input-hours select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 2px 10px;
    background: #fff;
    border: none;
    height: 32px;
}
.input-hours span.pointers {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -20px;
}
small {
    color: #999;
}
.table-quote {
    border-collapse: separate;
}
.table-quote tr {
    display: block;
    vertical-align: top;
}
.table-quote td {
    vertical-align: top;
    background: #E3F8FD;
    display: inline-block;
    padding: 10px;
    border-bottom: 15px solid #fff;
    width: 300px;
}
.table-quote td.td1 {
    width: 150px;
    background: #fff;
}
.precioprod {
    font-weight: bold;
    font-size: 17px;
}
.botonadd {
    transition: all .2s;
}
.botonadd:hover {
    color: #fff !important;
    background:#000;
}
h3.precio {
    font-size: 22px;
    font-weight: normal;
}
.agotado {
    color: #cc0000;
}
.cantidad {
    display: inline-block;
}
.cantidad button {
    width: 30px; 
    font-weight: 400;
    background: #fcfcfc !important; 
    padding: 0; 
    box-shadow: none; 
    border: none; 
    display: inline-block; 
    color: #111 !important;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    z-index: 1;
    position: relative;
}
.cantidad button:hover {
    font-weight: 500;
    color: #000;
    background: #f8f8f8 !important;
}
.cantidad input { 
    width: 80px;
    height: 40px;
    display: inline-block; 
    padding: 7px 20px; 
    text-align: right;
    box-shadow: none; 
    border-radius: 0;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    margin-left:-2px;
    margin-right: -2px;
}
.galeriadetalle {
    margin-left: -4px;
}
/*** Minicart ****/
.dropdown-menu.dropdown-cart {
    padding: 12px 12px 5px 12px;
    font-size: 14px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    box-shadow: 0 6px 12px 
    rgba(0,0,0,.15);
    border-radius: 0;
    left: inherit !important;
    right: 0 !important;
    min-width: 285px !important;
    background: #fff;
    z-index: 9999;
}
.dropdown-menu.dropdown-cart li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.dropdown-menu.dropdown-cart li.minicart-total {
    font-size: 16px;
    text-align: right;
    color: #222;
}
.dropdown-menu.dropdown-cart li.divider {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dropdown-menu.dropdown-cart li.last {
    border-bottom: none;
}
.dropdown-menu.dropdown-cart li.last a {
    display: block;
    color: #000;
    font-size: 15px;
    text-align: center;
    background: #c1e5ec;
    padding: 10px;
    font-weight: normal;
}
.minicart-item .item-left img {
    float: left;
    width: 76px;
    margin-right: 10px;
}
.minicart-item .item-info {
    white-space: nowrap;
    width: 162px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.minicart-item .item-info {
    font-weight: 300;
    color: #666;
}
.minicart-item .item-info strong {
    font-weight: bold;
    color: #000;
}
.preciominicart {
    text-align: right;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 15px;
}
.minicart-total {
    color: 444;
}
.minicart-total .right {
    float: left;
    width: 60%;
    text-align: right;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding-right: 10px;
}
.minicart-total .left {
    float: left;
    width: 40%;
    text-align: left;
    color: #444;
}
table {
    width: 100%;
}
.grandtotal table td {
    border-bottom: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
}
.accionescarro {
    display: inline-block;
    text-align: left;
    opacity: 0.7;
    color: #cc0000 !important;
}
.table.tablacarro > tbody > tr > td, 
.table.tablacarro > tbody > tr > th, 
.table.tablacarro > tfoot > tr > td, 
.table.tablacarro > tfoot > tr > th, 
.table.tablacarro > thead > tr > td, 
.table.tablacarro > thead > tr > th {
    padding: 12px 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
@media(min-width: 767px) {
    .formlogin {
        padding-right: 7%;
    }
    .formlogin1 {
        border-right: 1px solid #f0f0f0;
    }
    .formlogin2 {
        padding-left: 7%;
    }
}
.modal-content {
    border-radius: 0;
    text-align: left;
}
.modal-content button.cerrarmodal {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: 300;
    top: 0;
    color: #999;
    padding: 0;
}
.modal-header {
    padding: 20px 15px 0 15px;
    border-bottom: none;
    margin-bottom: 0;
}
.modal-header p {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}
.modal-body {
    padding-top: 15px;
}
#form-registro label.error {
    font-weight: normal;
    font-size: 13px;
    color: #ff0000;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: -10px !important;
    display: block;
    margin-bottom: 15px !important;
}

select.miselect {
    background: #fff;
    border: 1px solid #ddd;
    min-width: 200px;
    padding: 9px;
    margin-bottom: 16px;
    max-width: 100%;
    height: 44px;
}
.bordergold {
    background: url(images/gold.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 2px;
}
.menugalerias {
    position: relative;
}
.menugalerias::after {
    content: '';
    width: 2px;
    height: 100%;
    min-height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/texture.jpg) no-repeat center center;
    background-size: cover;
}
.boton, .boton:hover, .boton:focus {
  display: inline-block;
  background: url(images/texture.jpg) no-repeat center center;
  background-size: cover;
  text-transform: none;
  padding: 9px 30px;
  white-space: nowrap;
  border-radius: 0;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #fff !important;
}
.tips a {
    font-size: 15px;
    display: inline-block;
    float: left;
    width: 25%;
    background: #f0f0f0;
    padding: 8px;
    border-radius: 6px;
    border-right: 6px solid #fff;
    text-decoration: none !important;
    color: #666;
    min-height: 70px;
}
.tips a.active {
    background: #c1e5ec;
}
.tips input {
    width: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    color: #333;
    border: none !important;
    outline: none;
}

@media (max-width: 1100px) {
    .top .direccion {
        display: none;
    }
    header .navbar-brand img {
        height: 80px;
    }
    .navbar-header {
        float: none;
        min-height: 77px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-toggle {
        margin-top: 26px;
        padding: 0;
        border: none !important;
        background: none !important;
        text-align: right;
        margin-right: 0;
        z-index: 9999;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
        height: 2px;
        border-radius: 0;
        float: right;
        margin-bottom: 5px;
    }
    .navbar-right, .navbar-left {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 !important;
    }
    .navbar-right {
        padding-top: 0;
    }
    .navbar-default .navbar-nav li {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-default .navbar-nav li a {
        color: #000;
        font-size: 15px;
        padding: 12px 25px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        font-weight: normal;
        border-left: none !important;;
        border-top: none !important;;
        border-right: none !important;;
    }
}



@media(max-width: 767px) {
    .top .contactos {
        display: none;
    }
    .top .cartlogin {
        text-align: left;
    }
    .top .socialtop {
        margin-left: 0;
        float: right;
    }
    #carousel-home img.responsive {
        display: block;
    }
    #carousel-home img.desktop {
        display: none;
    }
    .rowimagenes .img1 {
        height: 300px;
    }
    .content-home-right .image {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
        height: 250px;
    }
    .content-home-left .image {
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        height: 250px;
    }
    .content-home-left .text-center {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .clearresponsive {
        clear: both;
        display: block;
    }
    .cleardesktop {
        display: none;
    }
    .menugalerias::after {
        content: none;
    }
}

@media(max-width: 498px) {
    .rowimagenes .img1 a {
        display: inline-block;
        max-width: 32%;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    .img-galeria {
        height: 200px;
    }
}
