/* ---------- FONTS ---------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);



/* ---------- TAGS ---------- */
html, body{
	font-family: 'Raleway', sans-serif;
	color: rgb(255,255,255);
	font-size: 14pt;
  line-height: 18pt;
	margin: 0px;
  height: 100%;
  font-weight: 300;
  /*background: rgb(159,72,104);*/
}
img {
	width:100%;
}
h1 {
  margin-top: 0;
	font-size: 36pt;
	font-weight: 700;
  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: 700;
  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: 700;
  line-height: 15pt;
}
h6 {
	margin-top: 0;
	font-size: 9pt;
	font-weight: 700;
  line-height: 13pt;
}
a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
a:hover{
  text-decoration: none;
}
a:active{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
ul{  
	margin:0;  
	padding:0;  
	list-style-type:none;
}
header {
  background: rgb(159,72,104);
}
main{
  position: relative;
  /*background: rgba(248,80,50,1);
  background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0) 50%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(231,56,39,0)));
  background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0) 50%);
  background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0) 50%);
  background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0) 50%);
  background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(231,56,39,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );*/
}







/* ---------- MAIN ---------- */
.fullWidth{
  width: 100%;
}
.color1{
  color:rgba(64,64,64,1);
}
.bgcolor1{
  background-color: rgba(255,0,0,1);
}
.color2{
  color:rgba(255,255,255,1);
}
.bgcolor2 {
  background-color:rgba(102,102,102,1);
}
.bgBody {
  position: absolute;
  /*top: 0;*/
  width: 100%;
  overflow: hidden;
  height: 600px;
  left: 0;
}
.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: rgb(159, 72, 104);
  background-color: rgb(250, 209, 181);
  border: 1px solid rgb(250, 209, 181);
  font-weight: 800;
  padding: 12px 15px;
  z-index: 999;
  text-transform: uppercase;
}
.btn-custom:hover{
  color: rgb(250, 209, 181);
  background-color: rgb(159, 72, 104);
  border: 1px solid rgb(250, 209, 181);
}
.centradoHorizontal{
    display:block;
    margin:0 auto 0 auto;
}
.form-control {
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: rgb(255,255,255);
}
.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: 215px;
  overflow: auto;
  margin-bottom: 30px;
}
.input-lg {
  font-size: 16px;
}

/* Real Person jQuery plugin styles v2.0.0. */
.realperson-challenge {
  display: block;
  float: right;
  color: rgba(255,0,0,1);
  width: 100%;
  margin: 5px 0 0 0;
}
.realperson-text {
  font-family: "Courier New",monospace;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
  color: rgb(250, 209, 181);
}
.realperson-regen {
  padding-top: 4px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  margin-bottom: 15px;
}
.realperson-regen a {
  color: rgb(255,255,255);
}
.realperson-disabled .realperson-regen {
  cursor: default;
}
.is-realperson{
  float: left;
  width: 100%;
}
.rollover-icon-align {
  position: absolute;
  display: table;
  top: 45%;
  left: 45%;
}
.sectionCont {
  border-top: 5px solid rgba(64,64,64,0.2);
  margin-top: -5px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}



/* all */
::-webkit-input-placeholder { 
  color: rgba(64,64,64,1);
}
::-moz-placeholder {
  color: rgba(64,64,64,1);
} /* firefox 19+ */
:-ms-input-placeholder {
  color: rgba(64,64,64,1);
} /* ie */
input:-moz-placeholder {
  color: rgba(64,64,64,1); 
}






/* ---------- ACCORDION MENU ---------- */
#accordion-container-left {
  padding: 0;
  margin: 26px 8px 15px 7px;
  /*background-color: rgba(0,0,0,0.1);*/
}
#accordion-container-right {
  padding: 0;
  margin: 0 8px 15px 7px;
  /*background-color: rgba(0,0,0,0.1);*/
}
.accordion-header {
  color: rgba(51,51,51,1);
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(51,51,51,0.3);
  margin: 0px;
  background-image: url("../img/m-inactive-header.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  text-transform: uppercase;
}
.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: 95% 50%;
  /*background-color: rgba(0,0,0,0.05);*/
  font-weight: 800;
}
.active-header:hover {
  width: 100%;
  background-image: url("../img/m-active-header.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: rgba(255,0,0,0.8);
}
/*.inactive-header a:hover {
  color: rgb(74,73,74);
}*/
.inactive-header {
  width: 100%;
  color: rgba(255,255,255,1);
}
.inactive-header a {
  text-decoration: none;
  color: rgba(255,255,255,1);
}
.inactive-header:hover {
    width: 100%;
    background-image: url("../img/m-inactive-header.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    color: rgba(255,255,255,1);
    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 {
    display: none;
    padding: 10px 0;
    font-weight: 400;
}
.accordion-content > li {
  width: 100%;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 1.4em;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-image: url("../img/m-inactive-header.png");
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.accordion-content > li a:link,
.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(255,0,0,0.8);
    text-decoration: none;
}
.open-content {
    width: 100%;
    color: rgba(255,0,0,1);
    /*background-color: rgba(255,255,255,0.1);*/
}






/* -------------------- HEADER -------------------- */
#marca {
    position: absolute;
    z-index: 9999;
    margin: -55px 0;
    display: block;
    width: 100%;
}
#container-top {
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2001;
  /*width: 1200px;*/
  background: rgb(159,72,104);
}
.bgNavTop {
  width: 100%;
  z-index: 9999;
  position: relative;
}
.headerCont {
  display: table;
  /*margin-left: 50%;*/
  position: absolute;
  z-index: 1005;
  top: 50%;
  /*margin-bottom: -10px;*/
  margin-top: -35px;
  width: 100%;
}
.headerLogoCont {
}
.headerLogo{
  width: auto;
  padding: 30px;
  max-height: 240px;
  max-width: 240px;
  /*background: rgb(250,209,181);*/
}
.headerLogoRight{
  width: auto;
  padding: 30px;
  max-height: 240px;
  max-width: 240px;
  /*background: rgb(250,209,181);*/
  display: block;
  margin: 0 0 0 auto;
  float: right;
}

/* Search */
.headerSearchCont {
  width: 50%;
  margin: 0 auto;
}

.headerSearchBox {
  padding: 35px;
  font-size: 18pt;
  color: rgb(255,255,255);
  background: rgba(255,255,255,0.3);
  border: 2px solid rgb(255,255,255);
  font-weight: 400;
}
.form-control-feedback {
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: rgba(255,255,255,1);
  font-size: 24pt;
}

/* Carousel */
.slide {
    border: none;
}
.carousel {
    position: relative;
    /*max-height: 400px;*/
    /*overflow: hidden;*/
    z-index: 99999;
}
.carousel-control {
    /*width: 1%;*/
}
.carousel-control.left,
.carousel-control.right  {
    background-image: none;
    background-repeat: none;
    z-index: 9999;
}
.carousel-control
.glyphicon-chevron-left,
.carousel-control
.icon-prev {
    /*margin-left: 30px;*/
}
.carousel-control
.glyphicon-chevron-right,
.carousel-control
.icon-next {
    /*margin-right: 30px;*/
}

.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;
}







/* --- 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;
}







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

.listadorCont{
  margin: 0 0 30px 0;
}
.listadorTituloCont{
  padding: 40px 15px 10px 15px;
  background: rgb(250,209,181);
  margin-bottom: 40px;
}
.listadorTitulo{
  color: rgb(159,72,104);
  font-size: 36pt;
  line-height: 40pt;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.listadorContProducto{
  position: relative;
  overflow: hidden;
  /*margin: 0 8px 15px 7px;*/
}
.listadorProductoCont:hover{
}
.listadorTituloProducto{
  position: relative;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: rgba(255,255,255,1);
}
.listadorTituloProducto a{
  position: relative;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: rgba(255,255,255,1);
}
.listadorTituloProducto a:hover{
  position: relative;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: rgba(255,255,255,0.8);
}
.listadorTituloProducto a:active,
.listadorTituloProducto a:focus {
  color: rgba(255,255,255,1);
}









/* -------------------- DETALLE -------------------- */
.detalleCont{
  margin: 0 8px 30px 7px;
}
.detalleTituloCont{
  padding: 40px 15px 10px 15px;
  background: rgb(250,209,181);
  margin-bottom: 40px;
}
.detalleTitulo{
  color: rgb(159,72,104);
  font-size: 36pt;
  line-height: 40pt;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.detalleSubTituloCont{
  margin-bottom: 15px;
}
.detalleSubTitulo{
  padding: 30px 0 0 0;
  color: rgb(250,209,181);
}
.detalleTexto{
  margin: 0 8px 0 7px;
}
.detalleInput{
  margin: 0 8px 15px 7px;
}
.detalleCaptcha {
  margin: 0 8px 15px 7px;
}
.detalleBreadscrumbCont{
  margin-top: 23px;
  text-align: right;
}
.detalleSocial{
  text-align: right;
  margin-bottom: 20px;
}
.consulta-whatsapp {
   display: flex;
   font-size: 15px;
   font-weight: 500;
   margin-top: 20px;
   margin-bottom: 30px;
   line-height: 20px;
   padding: 10px 20px;
   border-radius: 4px;
   text-align: center;
   align-items: center;
   white-space: nowrap;
   text-transform: uppercase;
   color: #ffffff !important;
   background-color: #0e9c1f !important;
}
.consulta-whatsapp i {
   padding-right: 5px;
}






/* -------------------- CONTACTO -------------------- */
.contactoCont{
  margin: 0 8px 30px 7px;
}
.contactoTituloCont{
  padding: 40px 15px 10px 15px;
  background: rgb(250,209,181);
  margin-bottom: 40px;
}
.contactoTitulo{
  color: rgb(159,72,104);
  font-size: 36pt;
  line-height: 40pt;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.contactoSubTituloCont{
  margin-bottom: 15px;
}
.contactoSubTitulo{
  padding: 30px 0 0 0;
  color: rgb(250,209,181);
}
.contactoTexto{
  margin: 0 8px 0 7px;
}
.contactoInput{
  margin: 0 8px 15px 7px;
}
.contactoCaptcha {
  margin: 0 8px 15px 7px;
}
.contactoMapa{
  margin-bottom: 30px;
  margin: 0 8px 15px 7px;
}
.contactoCont .form-control {
   border-radius: 5px;
}
.contactoCont .form-send {
   padding: 7px 25px;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   margin-bottom: 10px;
   font-style: italic;
   display: none;
}
.contactoCont .btn-form {
   background-color: #fff;
   border: 1px solid #c3c3c3;
   padding: 8px 50px;
   border-radius: 5px;
   font-size: 17px;
}




/* -------------------- BOTONO -------------------- */
.botonoCont{
  margin: 0 0 30px 0;
}
.botonoTituloCont{
  padding: 40px 15px 10px 15px;
  background: rgb(250,209,181);
  margin-bottom: 40px;
}
.botonoTitulo{
  color: rgb(159,72,104);
  font-size: 36pt;
  line-height: 40pt;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.botonoSubTitulo {
}
.botonoTexto {
  margin-bottom: 30px;
}






/* ---------- Medias ---------- */
@media (max-width: 400px) {
  .contactoCont form div .col-sm-12 div .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 459px) {
  .headerSearchCont {
    /*width: 230px;
    margin-left: -115px;*/
  }
}

@media (min-width: 460px) and (max-width: 649px){
  .headerSearchCont {
      /*width: 300px;
      margin-left: -150px;*/
  }
}

@media (max-width: 767px) {
  .listadorTextoCont_fijo {
    height: 195px;
  }
  .detalleBreadscrumbCont {
    text-align: left;
  }
  .detalleSocial .btn {
    width: 45px;
  }
  .pull-left {
    float: none !important;
  }
  .pull-right {
    float: none !important;
  }
  .headerLogo {
    display: block;
    margin: 15px auto;
    background: transparent;
    padding: 15px;
  }
  .headerLogoRight {
    margin: 15px auto;
    background: transparent;
    padding: 15px;
    float: none;
  }
  .scroller {
    height: 194px;
  }
  #container-top {
    width: 100%;
  }
  h1 {
    font-size: 24pt;
    line-height: 28pt;
  }
  .headerSearchBox {
    padding: 25px;
  }
  .form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 56px;
    font-size: 20pt;
  }
  .carousel {
    /*max-height: 214px;*/
  }
  .headerCont {
    margin-top: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .listadorTextoCont_fijo {
    height: 195px;
  }
  .detalleBreadscrumbCont {
    text-align: left;
  }
  .detalleSocial .btn {
    width: 45px;
  }
  .scroller {
    height: 194px;
  }
  .parallaxLogo {
    display: none;
  }
  #container-top {
    /*width: 768px;*/
  }
  .headerLogo {
    display: block;
    margin: 15px auto;
    background: transparent;
    padding: 15px;
  }
  .headerLogoRight {
    margin: 15px auto;
    background: transparent;
    padding: 15px;
    float: none;
  }
  .carousel {
    /*height: 312px;*/
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .listadorTextoCont_fijo {
    height: 195px;
  }
  .detalleSocial .btn {
    padding: 12px;
    font-size: 14px;
    width: 35px;
  }
  .parallaxLogo {
    display: none;
  }
  .scroller {
    height: 194px;
  }
  #container-top {
    /*width: 992px;*/
  }
  .headerLogo {
    display: block;
    margin: 15px auto;
    background: transparent;
    padding: 15px;
  }
  .headerLogoRight {
    margin: 15px auto;
    background: transparent;
    padding: 15px;
    float: none;
  }
  .carousel {
    /*height: 410px;*/
  }
}

@media (min-width: 1200px){
  .detalleSocial .btn {
    width: 45px;
  }
}