@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'catamaranblack';
    src: url('../fonts/catamaran-black-webfont.eot');
    src: url('../fonts/catamaran-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/catamaran-black-webfont.woff2') format('woff2'),
         url('../fonts/catamaran-black-webfont.woff') format('woff'),
         url('../fonts/catamaran-black-webfont.ttf') format('truetype'),
         url('../fonts/catamaran-black-webfont.svg#catamaranblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'catamaranbold';
    src: url('../fonts/catamaran-bold-webfont.eot');
    src: url('../fonts/catamaran-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/catamaran-bold-webfont.woff2') format('woff2'),
         url('../fonts/catamaran-bold-webfont.woff') format('woff'),
         url('../fonts/catamaran-bold-webfont.ttf') format('truetype'),
         url('../fonts/catamaran-bold-webfont.svg#catamaranbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'catamaranextrabold';
    src: url('../fonts/catamaran-extrabold-webfont.eot');
    src: url('../fonts/catamaran-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/catamaran-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/catamaran-extrabold-webfont.woff') format('woff'),
         url('../fonts/catamaran-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/catamaran-extrabold-webfont.svg#catamaranextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'catamaranlight';
    src: url('../fonts/catamaran-light-webfont.eot');
    src: url('../fonts/catamaran-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/catamaran-light-webfont.woff2') format('woff2'),
         url('../fonts/catamaran-light-webfont.woff') format('woff'),
         url('../fonts/catamaran-light-webfont.ttf') format('truetype'),
         url('../fonts/catamaran-light-webfont.svg#catamaranlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'catamaranmedium';
    src: url('../fonts/catamaran-medium-webfont.eot');
    src: url('../fonts/catamaran-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/catamaran-medium-webfont.woff2') format('woff2'),
         url('../fonts/catamaran-medium-webfont.woff') format('woff'),
         url('../fonts/catamaran-medium-webfont.ttf') format('truetype'),
         url('../fonts/catamaran-medium-webfont.svg#catamaranmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'catamaranregular';
    src: url('../fonts/catamaran-regular-webfont.eot');
    src: url('../fonts/catamaran-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/catamaran-regular-webfont.woff2') format('woff2'),
         url('../fonts/catamaran-regular-webfont.woff') format('woff'),
         url('../fonts/catamaran-regular-webfont.ttf') format('truetype'),
         url('../fonts/catamaran-regular-webfont.svg#catamaranregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*-----------------------------------RESET-----------------------------------------------------------*/


* {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  overflow-x: hidden; 
}


body {
    position: relative;
    width:100%;
    height:100%;
    overflow-x: hidden;
    vertical-align: baseline;
    background: transparent;
}

fieldset,img, abbr, acronym {
  border:0;
}

ol,ul,dl {
  list-style:none;
}

a{
  outline:none;
  color: inherit;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
    color: inherit;
}


::selection { 
  background-color: rgb(250,240,60);
  color: rgb(95,165,95);
}

::-moz-selection { 
  background-color: rgb(250,240,60);
  color: rgb(95,165,95);
}



/*-------------------------------------CABECERA SUP-------------------------------------------------*/


.cabecera-sup {
  text-align: right;
  background: rgb(95,165,95);
  padding-top: 9px;
  width: 100%;
  min-height: 40px;
}

.cabecera-sup h6 {
  font-family:'catamaranextrabold';
  font-size: 14px;
  color: rgb(250,240,60);
  text-align: left;
  margin-top: 5px;
  position: relative;
}

.info-contacto {
  font-family:'catamaranmedium';
  font-size: 14px;
  color: rgb(250,240,60);
  text-align: right;
  position: relative;
}


.info-contacto li {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}


.iconos-sup {
  position: relative;
  margin-right: 10px;
  margin-bottom: 3px;
}



/*Menu  ----  Clases Bootstrap para modificar los colores de a :hover :focus*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: rgb(95,165,95);
}

.nav .navbar-nav .navbar-right li a {
    background-color: transparent;
    color: rgb(95,165,95);
}



.navbar-default {
  background-color: rgb(255,255,255);
  min-height: 110px;
  font-family: 'catamaranbold';
  font-size: 14px;
  position: relative;
  border: transparent;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}

.navbar-brand {
  padding: 0px 5px;
  margin-top: 10px;
}

.navbar-default .navbar-text {
  color: rgb(100,100,100);
}
.navbar-default .navbar-nav > li > a {
  color: rgb(100,100,100);
  margin-top: 40px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgb(95,165,95);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgb(95,165,95);
  background-color: transparent;
  border: 1px solid rgb(95,165,95);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: rgb(95,165,95);
  background-color: rgb(95,165,95);
  border: 1px solid rgb(95,165,95);
}

/*---------------------------------------------------------------*/

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}



/*Boton responsive ------------------------*/

.navbar-toggle {
  margin: 45px 25px 0px 0px;
}

.navbar-default .navbar-toggle {
  border-color: rgb(95,165,95);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgb(95,165,95);
}



/*Boton color ------------------------fin*/


.navbar-collapse {
  overflow-x: visible;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  min-height: auto;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}





/*----------------------------------------SLIDE--------------------------------------------------*/

#sliders {
  position: relative;
  margin-top: 155px;
}


.carousel-indicators li {
  border: none;
  background-color: rgb(255,255,255);
  
}
.carousel-indicators .active {
  background-color: rgb(250,240,60);
}

.carousel-caption {
  left: 10%;
  color: rgb(255,255,255);
  text-align: left;
}


.carousel-caption h2 {
	font-family: 'catamaranextrabold';
	font-size: 30px;
	display: inline-block;
	padding: 15px 15px 15px 15px;
  text-shadow: 2px 2px 2px rgba(100, 100, 100, 0.8);
  margin-top: 0px;
}


.carousel-caption hgroup {
  margin-bottom: 130px;
}


.titulo-slide-1 {
  background-color: rgba(95,165,95,.6);
}

.titulo-slide-2 {
  background-color: rgba(250,240,60,.6);
}


/*---------------------------------------BOTONERA DE PRODUCTOS--------------------------------------*/

#productos {
  background: rgb(245,245,245);
}


.titulo-productos h3 {
  font-family: 'catamaranextrabold';
  font-size: 20px;
  text-align: center;
  color: rgb(95,165,95);
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 15px 0;
  border: 1px solid rgb(250,240,60);
}

.botonera {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

.panel {
  margin-bottom: 20px;
  background-color: rgb(255,255,255);
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-default > .panel-heading {
  color: rgb(250,240,60);
  background-color: rgb(95,165,95);
  border-color: transparent;
}


.panel-default > .panel-heading:hover {
  color: rgb(95,165,95);
  background-color: rgb(250,240,60);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


.titulo-categoria {
  font-family: 'catamaranbold';
  font-size: 18px;
  padding-bottom: 3px;
}


.cont-subcategorias {
  font-family: 'catamaranmedium';
  font-size: 14px;
  padding: 15px;
  line-height: 25px;
  color: rgb(100,100,100);
}

.subcategorias a:hover {
  color: rgb(95,165,95);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


/*--------------------------------------PRODUCTOS DESTACADOS--------------------------------------*/


.cont-productos {
  position: relative;
  text-align: center;
}

.cajas-productos {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  background: rgb(255,255,255);
  min-height: 340px;
  padding: 5px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}

.cajas-productos:hover {
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


.img-productos {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.titulo-detalle-producto {
  font-family: 'catamaranextrabold';
  font-size: 15px;
  color: rgb(100,100,100);
  margin-top: 23px;
  text-align: center;
}


.descrip-cat {
  font-family: 'catamaranlight';
  font-size: 14px;
  color: rgb(100,100,100);
  margin-top: 10px;
  text-align: center;
}

.boton-producto {
  position: relative;
  font-family: 'catamaranblack';
  font-size: 14px;
  color: rgb(95,165,95);
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}


.boton-producto a {
  border: 1px solid rgb(95,165,95);
  padding: 5px 25px;
}


.boton-producto a:hover {
  border: none;
  background: rgb(250,240,60);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/*---*/

.boton-consultanos {
  position: relative;
  font-family: 'catamaranblack';
  font-size: 20px;
  color: rgb(255,255,255);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}


.boton-consultanos a {
  background: rgb(95,165,95);
  padding: 5px 55px;
}


.boton-consultanos a:hover {
  color: rgb(95,165,95);
  background: rgb(250,240,60);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


/*--------------------------------------BANNERS PUBLICITARIOS - VENTAS POR MAYOR-------------------------------------*/

.cajas-banners {
  display: inline-block;
  position: absolute;
  top: -780px;
  left: 26px;
  margin-top: 10px;
}  



.img-banner {
  margin: 0 auto;
  position: relative;
  text-align: center;
  border: 1px solid rgb(250,240,60);
}

.descrip-banner {
  position: absolute;
  top: 60px;
  left: 33px;
  text-align: center;
  font-family: 'catamaranblack';
  font-size: 16px;
  line-height: 25px;
  color: rgb(250,240,60);
}

.descrip-banner span {
  font-family: 'catamaranregular';
}


.boton-banner {
  position: absolute;
  top: 200px;
  left: 27px;
  font-family: 'catamaranblack';
  font-size: 14px;
  color: rgb(255,255,255);
  text-align: center;
}


.boton-banner a {
  border: 1px solid rgb(250,240,60);
  padding: 5px 35px;
}


.boton-banner a:hover {
  color: rgb(95,165,95);
  background: rgb(250,240,60);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


/*--------------------------------------BANNERS PUBLICITARIOS - NUESTROS PRODUCTOS-------------------------------------*/

.cajas-banners2 {
  display: inline-block;
  position: absolute;
  top: -480px;
  left: 26px;
  margin-top: 10px;
}  



.img-banner2 {
  margin: 0 auto;
  position: relative;
  text-align: center;
  border: 1px solid rgb(95,165,95);
}

.descrip-banner2 {
  position: absolute;
  top: 20px;
  left: 33px;
  text-align: center;
  font-family: 'catamaranblack';
  font-size: 18px;
  line-height: 25px;
  color: rgb(95,165,95);
}


.boton-banner2 {
  position: absolute;
  top: 205px;
  left: 33px;
  font-family: 'catamaranblack';
  font-size: 14px;
  color: rgb(250,240,60);
  text-align: center;
}


.boton-banner2 a {
  background: rgb(95,165,95);
  padding: 5px 60px;
}


.boton-banner2 a:hover {
  color: rgb(95,165,95);
  background: rgb(250,240,60);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


/*--------------------------------------BANNERS PUBLICITARIOS - NUESTROS PRODUCTOS-------------------------------------*/

#banners {
  background: rgb(250,240,60);
}

.cont-banners {
  display: inline-block;
  text-align: left;
  position: relative;
}


.cont-banners2 {
  position: relative;
  margin: 40px 0px;
  position: relative;
  padding: 50px 60px;
  border: 1px solid rgb(255,255,255);
}

.cont-banners2 h6 {
  font-family: 'catamaranblack';
  font-size: 30px;
  color: rgb(95,165,95);
  line-height: 40px;
}

.cont-banners2 span {
  font-family: 'catamaranlight';
}

.linea {
  width: 60px;
  text-align: left;
  border: 1px solid rgb(255,255,255);
  margin: 25px 0px 50px 0px;
}

.icono-banner { 
 text-align: left;
 position: relative;
}



.boton-banners {
  position: relative;
  font-family: 'catamaranblack';
  font-size: 14px;
  color: rgb(95,165,95);
  text-align: left;
  margin-top: 25px;
}



.boton-banners a {
  border: 1px solid rgb(95,165,95);
  padding: 5px 25px;
}


.boton-banners a:hover {
  border: 1px solid rgb(95,165,95);
  background: rgb(95,165,95);
  color: rgb(255,255,255);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}



/*----------------------------------------FOOTER--------------------------------------------------*/




.contenedor-footer {
  text-align: left;
  background: rgb(95,165,95);
  padding-top: 20px;
  width: 100%;
  min-height: 170px;
  position: relative;
}


#logo-footer {
margin-top: 30px;
position: relative;
}



.info-footer {
  font-family:'catamaranbold';
  font-size: 17px;
  color: rgb(250,240,60);
  text-align: left;
  letter-spacing: 1px;
  position: relative;
  margin-top: 15px;
}


.info-footer-blanco {
  font-family:'catamaranbold';
  font-size: 17px;
  color: rgb(255,255,255)!important;
  text-align: left;
  letter-spacing: 1px;
  position: relative;
  margin-top: 15px;
}


.info-footer li {
  position: relative;
  display: inline-block;
  padding-top: 13px;
}

.info-footer-blanco li {
  position: relative;
  display: inline-block;
  padding-top: 13px;
}

.info-footer-blanco li a:hover {
  color: rgb(250,240,60);
}

.iconos-inf {
  position: relative;
  margin-right: 13px;
  margin-bottom: 5px;
}

#firma {
  background: rgb(190, 190, 190);
  min-height: 35px;
}






/*--------------------------------------NOSOTROS ** SANTERÍA BELÉN---------------------------------*/
#nosotros {
  position: relative;
  margin-top: 110px;
}


.titulos-int h5 {
  font-family: 'catamaranblack';
  font-size: 30px;
  text-align: center;
  color: rgb(95,165,95);
  line-height: 40px;
  margin-top: 110px;
}

.titulos-int span {
  font-family: 'catamaranlight';
}


.parrafo-int {
  font-family:'catamaranregular';
  font-size: 18px;
  color: rgb(100,100,100);
  text-align: center;
  line-height: 25px;
}

.linea2 {
  width: 60px;
  text-align: center;
  border: 1px solid rgb(250,240,60);

  margin: 25px auto;
}


.titulos-int2 {
  font-family: 'catamaranblack';
  font-size: 20px;
  text-align: center;
  color: rgb(95,165,95);
  line-height: 40px;
}

.caja-nosotros {
  position: relative;
  border: 1px solid rgb(250,240,60);
  padding: 15px 25px;
  margin-top: 70px;
  margin-bottom: 120px;
  overflow: hidden;
  min-height: 345px;
}

/*Medias Query NOSOTROS ** SANTERÍA BELÉN*/


@media screen and (max-width: 321px) {

.titulos-int h5 {
  margin-top: 50px;
}

.caja-nosotros {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: auto;
}

}

@media screen and (min-width: 322px) and (max-width: 481px){

.titulos-int h5 {
  margin-top: 80px;
}

.caja-nosotros {
  margin-top: 50px;
  margin-bottom: 20px;
  min-height: auto;
}

}

@media screen and (min-width: 482px) and (max-width: 801px) {

.titulos-int h5 {
  margin-top: 80px;
}

.caja-nosotros {
  margin-top: 50px;
  margin-bottom: 20px;
  min-height: auto;
}

}


@media screen and (min-width: 802px) and (max-width: 1025px) {

.caja-nosotros {
  min-height: 360px;
}

} 






/*--------------------------------------NUESTROS PRODUCTOS----------------------------------*/

#nuestros-productos {
  position: relative;
  margin-top: 160px;
  background: rgb(245,245,245);
}


.sub-active {
  color: rgb(95,165,95);
  font-family: 'catamaranextrabold';
}

.botonera {
  margin-bottom: 160px;
}




.paginacion {
  position: relative;
  font-family: 'catamaranregular';
  font-size: 16px;
  text-align: right;
  margin-top: -203px;
}


.pagination > li > a,
.pagination > li > span {
  color: rgb(100, 100, 100);
  border: 1px solid rgb(100, 100, 100);
}


.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgb(95,165,95);
  border-color: rgb(100, 100, 100);
}


/*Medias Query NUESTROS PRODUCTOS*/


@media screen and (max-width: 321px) {

.cont-productos {
  margin-bottom: 50px;
}

#accordion {
  margin-bottom: 0px;
}

.titulo-productos h3 {
  margin-top: 30px;
}

.paginacion {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 30px;
}

}

@media screen and (min-width: 322px) and (max-width: 481px){

.cont-productos {
  margin-bottom: 50px;
}

#accordion {
  margin-bottom: 0px;
}

.titulo-productos h3 {
  margin-top: 30px;
}

.paginacion {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 30px;
}


}

@media screen and (min-width: 482px) and (max-width: 801px) {

.cont-productos {
  margin-bottom: 50px;
}

.paginacion {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 30px;
}

}


@media screen and (min-width: 802px) and (max-width: 1025px) {

#accordion {
  margin-bottom: 100px;
}

.paginacion {
  margin-right: 10px;
}

} 



/*----------------------FICHA PRODUCTO / Velas de Noche x 12 unidades------------------------------*/

.titulo-ficha-productos h3 {
  font-family: 'catamaranextrabold';
  font-size: 30px;
  text-align: left;
  color: rgb(95,165,95);
  margin-top: 60px;
  padding: 15px 0;
}

.descrip-cat2 {
  font-family: 'catamaranregular';
  font-size: 15px;
  color: rgb(100,100,100);
  text-align: left;
  margin-top: -20px;
}

.descrip-ficha-producto {
  font-family: 'catamaranbold';
  font-size: 15px;
  color: rgb(100,100,100);
  text-align: left;
  margin-top: 20px;
  line-height: 25px;
}

.descrip-ficha-producto div {
  margin-bottom: 15px;
  background: rgb(225,225,225);
  padding: 15px 10px;
}

.descrip-ficha-producto span {
  font-family: 'catamaranregular';
}

/*Galería*/

.contenedor-galeria {
  position: relative;
  margin-top: 19px;
}

.galeria-pricipal {
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}

.galeria {
  position: relative;
  margin-top: 30px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}

.galeria img {
  margin: 0 auto;
}

.galeria-pricipal img {
  margin: 0 auto;
}


/*Medias Query FICHAS PRODUCTOS*/


@media screen and (max-width: 321px) {

.titulo-ficha-productos h3 {
  text-align: center;
  margin-top: 30px;
}

.descrip-cat2 {
  text-align: center;
}

.descrip-ficha-producto {
  text-align: center;
}

.galeria-pricipal {
  margin-top: 25px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
}

.galeria {
  margin-top: 30px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
}

.contenedor-galeria2 {
  margin-bottom: 60px;
}

}

@media screen and (min-width: 322px) and (max-width: 481px){

.titulo-ficha-productos h3 {
  text-align: center;
  margin-top: 30px;
}

.descrip-cat2 {
  text-align: center;
}

.descrip-ficha-producto {
  text-align: center;
}

.galeria-pricipal {
  margin-top: 25px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
}

.galeria {
  margin-top: 30px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
}

.contenedor-galeria2 {
  margin-bottom: 60px;
}

}

@media screen and (min-width: 482px) and (max-width: 801px) {

.titulo-ficha-productos h3 {
  text-align: center;
  margin-top: 30px;
}

.descrip-cat2 {
  text-align: center;
}

.descrip-ficha-producto {
  text-align: center;
}

.galeria-pricipal {
  margin-top: 25px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
}

.galeria {
  margin-top: 30px;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0);
}

.contenedor-galeria2 {
  margin-bottom: 60px;
}

}


@media screen and (min-width: 802px) and (max-width: 1025px) {

} 





/*--------------------------------------VENTAS AL POR MAYOR----------------------------------------*/

#por_mayor {
  position: relative;
  margin-top: 110px;
}

#form-contacto {
  position: relative;
  background: rgb(245, 245, 245);
  margin-top: 70px;
  margin-bottom: 190px;
}


.formulario {
  position: relative;
  padding-top: 50px; 
  padding-bottom: 40px;

}


.formulario input, textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgb(95,165,95);
  font-family: 'catamaranlight';
  font-size: 16px;
  color: rgb(100,100,100);
  padding: 10px 7px;
  overflow: hidden;
}


.textarea-coment{
   padding: 14px 7px;
}


.formulario input:focus, textarea:focus {
  border-color: rgb(95,165,95);
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 1px rgba(35, 125, 15, 1), 1px 1px 3px rgba(35, 125, 15, 1);
  box-shadow: inset 1px 1px 1px rgba(35, 125, 15, 1), 1px 1px 3px rgba(35, 125, 15, 1);
}



.boton-form {
  position: relative;
  margin-right: 10px;
}


.boton-form input {
  position: relative;
  font-family: 'catamaranblack';
  font-size: 16px;
  color: rgb(255,255,255);
  background: rgb(95,165,95);
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}



.boton-form input:hover {
  border-color: rgb(250,240,60);
  color: rgb(95,165,95); 
  background: rgb(250,240,60);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


/*Medias Query POR MAYOR*/


@media screen and (max-width: 321px) {

.titulos-int h5 {
margin-top: 80px;
}


#form-contacto {
  margin-top: 30px;
  margin-bottom: 0px;
}

.boton-form {
  position: relative;
  margin-right: 0px;
}


}

@media screen and (min-width: 322px) and (max-width: 481px){

#form-contacto {
  margin-top: 30px;
  margin-bottom: 0px;
}

.boton-form {
  position: relative;
  margin-right: 0px;
}


}

@media screen and (min-width: 482px) and (max-width: 801px) {

.titulos-int h5 {
margin-top: 110px;
}


#form-contacto {
  margin-top: 40px;
  margin-bottom: 0px;
}

.boton-form {
  position: relative;
  margin-right: 0px;
}

}


@media screen and (min-width: 802px) and (max-width: 1025px) {

#form-contacto {
  margin-top: 40px;
  margin-bottom: 40px;
}

} 


/*-----------------------------------------SERVICIOS--------------------------------------------*/


#servicios {
  position: relative;
  margin-top: 110px;
}

.cont-caja-servicios {
  position: relative;
  margin-top: 5px;
  margin-bottom: 150px;
}

.caja-servicios {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}


.icono-servicios {
  position: relative;
  text-align: center;
  background: rgb(250,240,60);
  width: 85px;
  height: 85px;
  margin: auto;
  margin-bottom: 30px;
}


.icono-servicios img {
  margin-top:20px;
  text-align: center;
  position: relative;
}


/*Medias Query NOSOTROS ** SANTERÍA BELÉN*/


@media screen and (max-width: 321px) {

.titulos-int h5 {
  margin-top: 80px;
}

.cont-caja-servicios {
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
}

}

@media screen and (min-width: 322px) and (max-width: 481px){

.titulos-int h5 {
  margin-top: 90px;
}

.cont-caja-servicios {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

}

@media screen and (min-width: 482px) and (max-width: 801px) {

.titulos-int h5 {
  margin-top: 120px;
}

.cont-caja-servicios {
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
}

}


@media screen and (min-width: 802px) and (max-width: 1025px) {

.titulos-int h5 {
  margin-top: 130px;
}

.cont-caja-servicios {
  position: relative;
  margin-top: 5px;
  margin-bottom: 40px;
}

} 




/*--------------------------------------CONTACTO-------------------------------------------*/

#contacto {
  position: relative;
  margin-top: 110px;
}


#form-contacto-2 {
  position: relative;
  background: rgb(245, 245, 245);
  margin-top: 30px;
  margin-bottom: 190px;
}

.boton-form-cont input {
  position: relative;
  font-family: 'catamaranblack';
  font-size: 16px;
  color: rgb(255,255,255);
  background: rgb(95,165,95);
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}



.boton-form-cont input:hover {
  border-color: rgb(250,240,60);
  color: rgb(95,165,95); 
  background: rgb(250,240,60);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.mapa iframe {
 position: relative;
 margin: 0 auto;
 text-align: center;
}



/*Medias Query CONTATO*/


@media screen and (max-width: 321px) {

.titulos-int h5 {
margin-top: 80px;
}


#form-contacto-2 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.boton-form {
  position: relative;
  margin-right: 0px;
}

.mapa iframe {
 width: 270px;
}


}

@media screen and (min-width: 322px) and (max-width: 481px){

#form-contacto-2 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.boton-form {
  position: relative;
  margin-right: 0px;
}

.mapa iframe {
 width: 425px;
}

}

@media screen and (min-width: 482px) and (max-width: 801px) {

.titulos-int h5 {
margin-top: 110px;
}


#form-contacto-2 {
  margin-top: 40px;
  margin-bottom: 0px;
}

.boton-form {
  position: relative;
  margin-right: 0px;
}

.mapa iframe {
 width: 720px;
}

}


@media screen and (min-width: 802px) and (max-width: 1025px) {

#form-contacto-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mapa iframe {
 width: 450px;
}

} 



/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------MEDIAS QUERY HOME------------------------------------------*/

@media screen and (max-width: 321px) {

/*----------HEADER------------*/

.cabecera-sup {
  text-align: center;
}

.cabecera-sup h6 {
  text-align: center;
}

.info-contacto {
  text-align: left;
  display: none;
}

.navbar-brand {
  padding: 0px 10px;
  margin-top: 15px;
}

.navbar-brand img{
  width: 190px;
  height: 81px;
}

.navbar-default .navbar-nav > li > a {
  margin-top: 10px;
}  

/*----------SLIDE------------*/


.carousel-caption {
  left: 15%;
  color: rgb(255,255,255);
  text-align: center;
  margin: 0 auto;
}


.carousel-caption h2 {
  font-family: 'catamaranbold';
  font-size: 13px;
  padding: 7px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}


.carousel-caption hgroup {
  margin-bottom: -25px;
}

.titulo-slide-1 {
  background-color: rgba(95,165,95,.8);
}

.titulo-slide-2 {
  background-color: rgba(95,165,95,.8);
}

.carousel-indicators li {
  display: none;
}

.carousel-control {
  display: none;
}


/*-------PRODUCTOS DESTACADOS---------*/

.boton-consultanos {
  margin-bottom: 70px;
}

#accordion {
  margin-bottom: 0px;
}

/*-------BANNERS PUBLICITARIOS - BOTONERA ---------*/

.cajas-banners {
  position: relative;
  top: 0px;
  left: 12px;
  margin-bottom: 25px;
}  


.cajas-banners2 {
  position: relative;
  top: 0px;
  left: 12px;
  margin-bottom: 25px;
}


/*---------BANNERS PUBLICITARIOS - ABAJO----------*/

.cont-banners {
  text-align: center;
}


.linea {
  margin: 0 auto;
}


.icono-banner { 
 margin: 0 auto;
}


.boton-banners {
  text-align: center;
  margin-top: 45px;
}


/*---------FOOTER----------*/

.contenedor-footer {
  text-align: center;
}

#logo-footer {
margin-bottom: 25px;
}

.info-footer {
  text-align: center;
}

.info-footer-blanco {
  text-align: center;
  margin-bottom: 50px;
}


} /*FIN @media screen and (max-width: 321px)*/





@media screen and (min-width: 322px) and (max-width: 481px){


/*----------HEADER------------*/

.cabecera-sup {
  text-align: center;
}

.cabecera-sup h6 {
  text-align: center;
}

.info-contacto {
  text-align: center;
  display: none;
}

.navbar-brand {
  padding: 0px 15px;
  margin-top: 10px;
}


.navbar-default .navbar-nav > li > a {
  margin-top: 10px;
}

.navbar-toggle {
  margin: 75px 25px 0px 0px;
}



/*----------SLIDE------------*/


.carousel-caption {
  left: 15%;
  color: rgb(255,255,255);
  text-align: center;
  margin: 0 auto;
}


.carousel-caption h2 {
  font-size: 15px;
  padding: 10px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}


.carousel-caption hgroup {
  margin-bottom: 5px;
}

.titulo-slide-1 {
  background-color: rgba(95,165,95,.8);
}

.titulo-slide-2 {
  background-color: rgba(95,165,95,.8);
}

.carousel-indicators li {
  display: none;
}

.carousel-control {
  display: none;
}


/*-------PRODUCTOS DESTACADOS---------*/

.boton-consultanos {
  margin-bottom: 70px;
}

#accordion {
  margin-bottom: 0px;
}

/*-------BANNERS PUBLICITARIOS - BOTONERA ---------*/

.cajas-banners {
  position: relative;
  top: 0px;
  left: 105px;
  margin-bottom: 25px;
}  


.cajas-banners2 {
  position: relative;
  top: 0px;
  left: 105px;
  margin-bottom: 25px;
}


/*---------BANNERS PUBLICITARIOS - ABAJO----------*/

.cont-banners {
  text-align: center;
}

.cont-banners2 {
  padding: 50px 40px;
}

.linea {
  margin: 0 auto;
}


.icono-banner { 
 margin: 0 auto;
}


.boton-banners {
  text-align: center;
  margin-top: 45px;
}


/*---------FOOTER----------*/

.contenedor-footer {
  text-align: center;
}

#logo-footer {
margin-bottom: 30px;
margin-top: 0px;
}

.info-footer {
  text-align: center;
  margin-top: -15px;
}

.info-footer-blanco {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -10px;
}

} /*FIN @media screen and (min-width: 322px) and (max-width: 481px)*/





@media screen and (min-width: 482px) and (max-width: 801px) {

/* COLLAPSE */

.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: none;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .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;
  }
  .collapse.in{
      display:block !important;
  }


  /*---*/

/*----------HEADER------------*/

.cabecera-sup {
  text-align: center;
}

.cabecera-sup h6 {
  text-align: center;
}

.info-contacto {
  text-align: center;
}

.navbar-brand {
  padding: 0px 15px;
  margin-top: 10px;
}


.navbar-default .navbar-nav > li > a {
  margin-top: 10px;
}

.navbar-toggle {
  margin: 75px 15px 0px 0px;
}



/*----------SLIDE------------*/
#sliders {
  margin-top: 205px;
}


.carousel-caption {
  left: 18%;
  text-align: center;
}


.carousel-caption h2 {
  font-size: 25px;
  font-family: 'catamaranextrabold';
  padding: 15px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 5px;
}


.carousel-caption hgroup {
  margin-bottom: 25px;
}

.titulo-slide-1 {
  background-color: rgba(95,165,95,.8);
}

.titulo-slide-2 {
  background-color: rgba(250,240,60,.8);
}



/*-------PRODUCTOS DESTACADOS---------*/

.boton-consultanos {
  margin-bottom: 70px;
}

#accordion {
  margin-bottom: 0px;
}

/*-------BANNERS PUBLICITARIOS - BOTONERA ---------*/

.cajas-banners {
  position: relative;
  top: 0px;
  left: 245px;
  margin-bottom: 25px;
}  


.cajas-banners2 {
  position: relative;
  top: 0px;
  left: 245px;
  margin-bottom: 25px;
}


/*---------BANNERS PUBLICITARIOS - ABAJO----------*/

.cont-banners {
  text-align: center;
}

.cont-banners2 {
  padding: 50px 40px;
}

.linea {
  margin: 0 auto;
}


.icono-banner { 
 margin: 0 auto;
}


.boton-banners {
  text-align: center;
  margin-top: 45px;
}


/*---------FOOTER----------*/

.contenedor-footer {
  text-align: center;
}

#logo-footer {
margin-bottom: 30px;
margin-top: 0px;
}

.info-footer {
  text-align: center;
  margin-top: -15px;
}

.info-footer-blanco {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -10px;
}


} /*FIN @media screen and (min-width: 482px) and (max-width: 801px)*/





@media screen and (min-width: 802px) and (max-width: 1025px) {


  /* COLLAPSE */


.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: none;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .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;
  }
  .collapse.in{
      display:block !important;
  }


  /*------/*

/*----------HEADER------------*/

.cabecera-sup {
  text-align: center;
}

.cabecera-sup h6 {
  text-align: center;
  margin-top: 13px;
}

.info-contacto {
  text-align: center;
}

.navbar-brand {
  padding: 0px 15px;
  margin-top: 10px;
}


.navbar-default .navbar-nav > li > a {
  margin-top: 10px;
}

.navbar-toggle {
  margin: 75px 15px 0px 0px;
}



/*----------SLIDE------------*/
#sliders {
  margin-top: 185px;
}


.carousel-caption {
  left: 12%;
  text-align: left;
}


.carousel-caption h2 {
  font-size: 25px;
  font-family: 'catamaranextrabold';
  padding: 15px;
  margin-top: 5px;
  text-align: left;
  margin-bottom: 5px;
}


.carousel-caption hgroup {
  margin-bottom: 75px;
}

.titulo-slide-1 {
  background-color: rgba(95,165,95,.8);
}

.titulo-slide-2 {
  background-color: rgba(250,240,60,.8);
}


/*-------BOTONERA---------*/


.titulo-categoria {
  font-family: 'catamaranbold';
  font-size: 15px;
  padding-bottom: 3px;
}


/*-------PRODUCTOS DESTACADOS---------*/

.boton-consultanos {
  margin-bottom: 70px;
}

.cajas-productos {
  min-height: 320px;
}



/*-------BANNERS PUBLICITARIOS - BOTONERA ---------*/

.cajas-banners {
  position: absolute;
  top: -720px;
  left: 30px;
  width: 215px;
  height: 215px;
  margin-bottom: 25px;
}  

.descrip-banner {
  top: 40px;
  left: 13px;
  font-size: 15px;
}

.boton-banner {
  top: 160px;
  left: 12px;
  font-size: 12px;
}


/*-----*/

.cajas-banners2 {
  position: absolute;
  top: -450px;
  left: 30px;
  width: 215px;
  height: 215px;
  margin-bottom: 25px;
}


.descrip-banner2 {
  font-family: 'catamaranblack';
  top: 10px;
  left: 14px;
  font-size: 16px;
}


.boton-banner2 {
  top: 170px;
  left: 6px;
  font-size: 14px;
}

/*---------BANNERS PUBLICITARIOS - ABAJO----------*/

.cont-banners {
  text-align: center;
}

.cont-banners2 {
  min-height: 370px;
  padding: 50px 80px;
}

.linea {
  margin: 0 auto;
}


.icono-banner { 
 margin: 0 auto;
}


.boton-banners {
  text-align: center;
  margin-top: 45px;
}


/*---------FOOTER----------*/

.contenedor-footer {
  text-align: center;
}

#logo-footer {
margin-bottom: 30px;
margin-top: 0px;
}

.info-footer {
  text-align: center;
  margin-top: -15px;
}

.info-footer-blanco {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -10px;
}


} /* FIN @media screen and (min-width: 802px) and (max-width: 1025px)*/

.whatsapp-flotante{position:fixed;right:7px;top:100px;z-index:100;}