/* ---------- FONTS ---------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);



/* ---------- TAGS ---------- */
html, body{
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  line-height: 16pt;
  margin: 0px;
  height: 100%;
  font-weight: 300;
  color: rgba(88,74,62,1);
}
img {
  width:100%;
}
h1 {
  margin-top: 0;
  font-size: 25pt;
  font-weight: 300;
  line-height: 31pt;
}
h2 {
  margin-top: 0;
  font-size: 22pt;
  font-weight: 300;
  line-height: 26pt;
}
h3 {
  margin-top: 0;
  font-size: 18pt;
  font-weight: 300;
  line-height: 22pt;
}
h4 {
  margin-top: 0;
  font-size: 13pt;
  font-weight: 300;
  line-height: 17pt;
}
h5 {
  margin-top: 0;
  font-size: 11pt;
  font-weight: 300;
  line-height: 15pt;
}
h6 {
  margin-top: 0;
  font-size: 9pt;
  font-weight: 300;
  line-height: 13pt;
}
a {
  color: rgb(255,64,20);
}
a:hover{
  text-decoration: none;
  color: rgba(255,64,20,0.8);
}
a:active{
  text-decoration: none;
  color:rgba(255,64,20,1);
}
a:visited{
  text-decoration: none;
  color:rgba(255,64,20,1);
}
a:focus{
  text-decoration: none;
  color:rgba(255,64,20,1);
}
ul{  
  margin:0;  
  padding:0;  
  list-style-type:none;
}
section {
  /*position: relative;*/
}
footer {
  position: relative;
}







/* ---------- MAIN ---------- */
.fullWidth{
  width: 100%;
}
.color1{
  color:rgba(64,64,64,1);
}
.bgcolor1{
  background-color: rgba(255,255,255,1);
  position: relative;
}
.color2{
  color:rgba(255,255,255,1);
}
.bgcolor2 {
  background-color:rgba(225,225,225,1);
}
.btn-primary {
  margin-top: 10px;
  background-color:rgba(255,255,255,0.2);
  border: transparent;
}
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  color: rgba(255,255,255,1);
  background-color: rgba(255,255,255,0.2);
  border: transparent;
}
.btn-primary:hover {
  background-color: rgba(255,255,255,0.1);
  border: transparent;
}
.btn{
  border-radius:0;
  color: rgba(255,255,255,1);
  padding: 15px;
  font-size: 16px;
}
.btn-custom{
  color:rgba(241,241,230,1);
  background-color: rgba(88,74,62,1);
  border: transparent;
}
.btn-custom:hover{
  color: rgba(255,255,255,0.8);
  background-color: rgba(51, 51, 51,1);
  border:transparent;
}
.centradoHorizontal{
    display:block;
    margin:0 auto 0 auto;
}
.form-control {
  border-radius: 0px;
  border: 1px solid rgba(51,51,51,0.1);
  background-color: rgb(255,255,255);
  color: rgb(51,51,51);
}
.contBreadscrum {
    margin-top: 13px;
    text-align: center;
}
.breadcrumb {
  padding: 0;
  margin: -5px 0 15px 0;
  /* list-style: none; */
  background-color: transparent;
  border-radius: 0;
  font-size: 8pt;
  line-height: 14pt;
  display: block;
  clear: both;
  text-transform: uppercase;
}
.breadcrumb>li {
  display: inline-block;
  color: rgba(255,255,255,1);
}
.breadcrumb>li>a,
.breadcrumb>li>a:focus,
.breadcrumb>li>a:active {
  color: rgba(255,255,255,1);
  text-decoration: none;
}
.breadcrumb>li>a:hover {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.breadcrumb>li>a:visited {
  text-decoration: none;
}
.scroller {
  height: 210px;
  overflow: auto;
  margin-bottom: 30px;
}
.input-lg {
  font-size: 16px;
}
.navbar {
  display: table;
  margin: 0 auto;
  border: transparent;
  border-radius: 0;
}

/* Real Person jQuery plugin styles v2.0.0. */
.realperson-challenge {
  display: block;
  float: right;
  color: rgba(255,255,255,1);
  width: 45%;
  margin: 0;
}
.realperson-text {
  font-family: "Courier New",monospace;
  font-size: 5px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
  color: rgba(88,74,62,1);
}
.realperson-regen {
  padding-top: 4px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.realperson-regen a,
.realperson-regen a:active,
.realperson-regen a:focus {
  color: rgb(255,64,20);
}
.realperson-regen a:hover {
  color: rgb(51,51,51);
}
.realperson-disabled .realperson-regen {
  cursor: default;
}
.is-realperson{
  float: left;
  width: 50%;
}
.rollover-icon-align {
  position: absolute;
  display: table;
  top: 45%;
  left: 45%;
}
.sectionCont {
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.filterBlur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  /*-moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);*/
}





/* --- COMPARTIR --- */
#at-share-dock.atss-top {
    display: none !important;
}
#at-share-dock {
  box-shadow: 0 0 1px 1px transparent !important;
}
.addthis_sharing_toolbox {
  position: relative;
  display: table;
  margin: 0 0 0 auto;
  right: 5px;
  top: 10px;
}





/* -------------------- HEADER -------------------- */
.navbar {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
}

/*.headerCont {
  background: none;
  position: relative;
  padding-top: 60p
  overflow: hidden;
  padding-bottom: 60px;
}*/
.headerCont2 {
    width: 100%;
    margin: 0 auto;
}
.headerCont3 {
    width: 45%;
}
.headerCont4 {
    width: 55%;
    margin-left: 50%;
}
.headerCont5 {
    width: 55%;
    margin-left: 50%;
}
.headerCont6 {
    width: 45%;
    margin-left: 50%;
}
.headerBgImg img {
  background-attachment: fixed;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: -1;
  content: '';
}
.headerLogoCont {
  padding: 57px 0 27px 0;
  position: relative;
}
.headerLogoCont2 {
  padding: 100px 0 72px 0;
  position: relative;
}
.headerSerchCont2 {
  padding: 100px 0 72px 0;
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.headerSearchContRight {
    padding: 0;
    clear: both;
    margin: -25px 0 0 auto;
    z-index: 1;
    width: 80%;
}
.headerLogoCont3 {
    margin: -55px auto;
    padding: 0;
    clear: both;
    top: 50%;
    position: absolute;
    z-index: 1;
    display: block;
    width: 45%;
    left: 0;
}
.headerLogoCont5 {
    margin: -55px auto;
    padding: 0;
    clear: both;
    top: 50%;
    position: absolute;
    z-index: 1;
    display: block;
    width: 45%;
    right: 0;
}
.headerLogo{
  width: auto;
  display: block;
  margin: 0 auto 0 auto;
  max-height: 100px;
  max-width: 200px;
  height: auto;
}
.headerLogoRight {
  width: auto;
  display: block;
  margin: 30px 0 0 auto;
  max-height: 100px;
}
.carousel {
  height: auto;
  overflow: hidden;
}


/* Visor */
.carousel-control {
  z-index: 99999;
}
.headerVisor {
  width: 100%;
  /*overflow: hidden;
  padding-top: 30px;*/
}
.visor-img-bg {
  height: auto;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.visor-img {
  /*max-height: 350px;*/
  overflow: hidden;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -999px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    margin: 0px;
}


/* Search */
.headerSearchCont{
  margin: 30px 0 0 0;
  padding: 0;
  clear: both;
}
.headerSearchCont3 {
  margin: -25px 0;
  padding: 0;
  clear: both;
  top: 50%;
  position: absolute;
  width: 35%;
  z-index: 1;
}
.headerSearchCont4 {
  margin: -25px auto;
  padding: 0 10%;
  clear: both;
  top: 50%;
  position: absolute;
  width: 55%;
  z-index: 1;
  right: 0;
}
.headerSearchCont6 {
  margin: -25px auto;
  padding: 0 10%;
  clear: both;
  top: 50%;
  position: absolute;
  width: 55%;
  z-index: 1;
  left: 0;
}
.headerSearchBox{
  padding: 25px 12px;
  font-size: 14pt;
  background: rgba(0,0,0,0.5);
  border: 1px solid transparent;
}
.form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 55px;
}

.visorLogoCont-right {
    top: 50%;
    position: absolute;
    margin-left: 50%;
    z-index: 2;
}
.visorLogoCont {
    top: 50%;
    position: absolute;
    margin-left: 0;
    z-index: 2;
}
.headerLogo2 {
    margin: -55px auto;
    width: auto;
    display: block;
    max-width: 200px;
    height: auto;
    max-height: 100px;
}
.visorSearchCont-left {
    top: 50%;
    position: absolute;
    z-index: 2;
}
.visorSearchCont {
    top: 50%;
    position: absolute;
    margin-left: 50%;
    z-index: 2;
}
.headerSearchCont2-left {
    padding: 0;
    clear: both;
    margin: -25px 0 0 auto;
    z-index: 1;
    width: 100%;
}
.headerSearchCont2 {
    padding: 0;
    clear: both;
    margin: -25px auto 0 0;
    z-index: 1;
    width: 80%;
}







/* ---------- ACCORDION MENU ---------- */
#accordion-container {
  /*width: 100%;*/
  padding: 0;
  margin: 58px 8px 15px 7px;
}
.accordion-header {
  color: rgba(51,51,51,1);
  font-size: 20pt;
  line-height: 24pt;
  cursor: pointer;
  margin: 0px;
  /*background-image: url("../img/m-inactive-header.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;*/
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 0;
}
.accordion-header:hover {
  color: rgba(51,51,51,0.8);
}
.accordion-header a {
  color: rgba(51,51,51,1);
}
.active-header {
  color: rgba(51,51,51,1);
  width: 100%;
  /*background-image: url("../img/m-active-header.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: rgba(0,0,0,0.05);*/
  font-weight: 400;
}
.active-header:hover {
  width: 100%;
  /*background-image: url("../img/m-active-header.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;*/
  color: rgba(51,51,51,0.8);
}
/*.inactive-header a:hover {
  color: rgb(74,73,74);
}*/
.inactive-header {
  width: 100%;
  color: rgba(51,51,51,1);
}
.inactive-header a {
  text-decoration: none;
  color: rgba(51,51,51,1);
}
.inactive-header:hover {
    width: 100%;
    /*background-image: url("../img/m-inactive-header.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;*/
    color: rgba(51,51,51,0.8);
    /*background-color: rgba(0,0,0,0.05);*/
}
/*.inactive-header:active {
    width: 100%;
    background-image: url("../img/m-inactive-header.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    color: rgb(230,40,74);
}*/
.accordion-content {
    font-weight: 300;
    display: none;
}
.accordion-content > li {
  width: 100%;
  list-style-type: none;
  font-size: 12pt;
  line-height: 16pt;
  width: 100%;
  /*background-repeat: no-repeat;
  background-position: 0px 50%;
  background-image: url("../img/m-inactive-header.png");
  padding-left: 20px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51,51,51,0.1);
}
.accordion-content > li a,
.accordion-content > li a:active,
.accordion-content > li a:focus,
.accordion-content > li a:visited { 
  color: rgba(51,51,51,1);
  text-decoration: none;
}
.accordion-content > li a:hover { 
  color: rgba(51,51,51,0.8);
  text-decoration: none;
}
.open-content {
  width: 100%;
  color: rgba(255,255,255,1);
  /*background-color: rgba(255,255,255,0.1);*/
  padding-bottom: 15px;
}







/* -------------------- LISTADOR -------------------- */

.listadorCont{
  margin-bottom: 15px;
}
.listadorTituloCont{
  margin: 30px 7px 30px 8px;
}
.listadorTitulo {
  color: rgba(51,51,51,1);
  margin: 0 0 20px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.listadorContProducto{
  position: relative;
  overflow: hidden;
  margin: 0 7px 15px 8px;
}
.listadorContProducto:hover{
}
.listadorCaptionProducto{
  background-color: rgba(255,255,255,1);
  padding: 15px;
}
.listadorCaptionProducto3 {
  background-color: rgba(255,255,255,0.8);
  padding: 20px 15px;
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.listadorCaptionProducto4 {
  background-color: rgba(255,255,255,0.8);
  padding: 5px 15px;
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.listadorTituloProducto {
  position: relative;
  padding-bottom: 5px;
  font-size: 14pt;
  line-height: 18pt;
  text-transform: capitalize;
  color: rgba(255,64,20,1);
  text-align: center;
  font-weight: 400;
  height: 43px;
  overflow: hidden;
}
.listadorTituloProducto a{
  color: rgba(51,51,51,1);
  height: 38px;
  overflow: hidden;
}
.listadorTituloProducto a:hover{
  position: relative;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: rgba(51,51,51,0.8);
}
.listadorTituloProducto a:active,
.listadorTituloProducto a:focus {
  color: rgba(51,51,51,1);
}
.listadorBreadcrumbProducto{
  color: rgba(51,51,51,0.6);
  font-size: 12pt;
  line-height: 16pt;
  text-align: center;
  font-weight: 400;
  height: 44px;
  overflow: hidden;
}
.listadorBreadcrumbProducto a{
  color: rgba(51,51,51,0.6);
}
.listadorBreadcrumbProducto a:hover{
  color: rgba(51,51,51,0.4);
}
.listadorBreadcrumbProducto a:active,
.listadorBreadcrumbProducto a:focus {
  color: rgba(51,51,51,0.6);
}









/* -------------------- DETALLE -------------------- */
.detalleCont{
  margin-bottom: 15px;
}
.detalleTituloCont{
  margin: 60px 7px 30px 8px;
}
.detalleTitulo {
  color: rgba(51,51,51,1);
  margin: 0 0 20px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.detalleSubTituloCont{
  margin-bottom: 15px;
}
.detalleSubTitulo{
  color: rgba(255,255,255,1);
  margin: 0 0 15px 0;
}
.detalleTexto{
  margin: 0 7px 30px 8px;
}
.detalleImagen{
  margin: 0 7px 15px 8px;
}
.detalleCaptcha .realperson-challenge{
  display: block;
  color: rgba(255,255,255,1);
  float: right;
  width: 100%;
  margin: 5px;
  padding-left: 5px;
}
.detalleCaptcha .is-realperson {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.detalleCaptcha .realperson-regen a,
.detalleCaptcha .realperson-regen a:active,
.detalleCaptcha .realperson-regen a:focus {
  color: rgba(255,255,255,1);
}
.detalleCaptcha .realperson-regen a:hover {
  color: rgba(255,255,255,0.8);
}
.detalleBreadscrumbCont{
  margin-top: 23px;
  text-align: right;
}
.detalleSocial{
  text-align: right;
  margin-bottom: 20px;
}







/* -------------------- CONTACTO -------------------- */
.contactoCont{
  margin-bottom: 15px;
}
.contactoTituloCont{
  margin: 60px 8px 30px 7px;
}
.contactoTitulo h1{
  color: rgba(51,51,51,1);
  font-size: 36pt;
  line-height: 40pt;
  font-weight: 700;
  Stext-transform: uppercase;S
}
.contactoSubTituloCont{
  margin-bottom: 15px;
}
.contactoSubTitulo{
  color: rgba(88,74,62,1);
  margin: 0 0 20px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.contactoTexto{
  margin: 0 7px 30px 8px;
}
.contactoUl {
  margin-bottom: 30px;
  font-size: 14pt;
}
.contactoUl > li{
  padding: 12px 0;
  border-bottom: 1px solid rgba(88,74,62,0.2);
  color: rgba(88,74,62,1);
}
.contactoUl > li > i{
  color: rgba(188,230,35,1);
}
.contactoUl > li > a,
.contactoUl > li > a:active,
.contactoUl > li > a:focus{
  color: rgba(88,74,62,1);
}
.contactoUl > li > a:hover{
  color: rgba(88,74,62,0.8);
}
.contactoMapa{
  margin: 0 7px 30px 8px;
  overflow: hidden;
}
.contactoImagen{
  margin-bottom: 30px;
}





/* -------------------- BOTONO -------------------- */
.botonoCont{
  margin-bottom: 15px;
}
.botonoTituloCont{
  margin: 30px 8px 30px 7px;
}
.botonoTitulo{
  color: rgba(88,74,62,1);
  margin: 0 0 20px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.botonoSubTitulo {
}
.botonoTexto{
  margin: 0 7px 30px 8px;
}
.botonoImagen{
  margin: 0 7px 15px 8px;
}






/* ---------- Medias ---------- */
@media (max-width: 767px){
  .headerCont {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar {
    display: block;
    margin: 0 auto;
    /*border: 1px solid rgba(88,74,62,1);*/
  }
  .headerLogoCont {
    padding: 30px 0;
  }
  .headerSearchContRight {
    margin: 0 auto;
}
  .listadorCaptionProducto3 {
    bottom: 5px;
  }
  .listadorCaptionProducto {
    margin-top: -5px;
  }
  .listadorCaptionProducto4 {
    bottom: 5px;
  }
  .headerVisor {
    height: auto;
    padding-top: 0;
    border-top: 5px solid rgb(136,119,14);
  }
  .headerLogo2 {
    margin: 15px auto;
    position: relative;
  }
  .headerSearchCont2 {
    margin: 0 auto;
    width: 80%;
    position: relative;
  }
  .headerLogoCont2 {
    padding: 15px 0;
    position: relative;
  }
  .carousel {
    height: auto;
  }
}


@media (min-width: 768px) and (max-width: 991px){
}

@media (min-width: 992px) and (max-width: 1199px){
  .realperson-text {
    font-size: 5px;
  }
}

@media (min-width: 1200px){
}