/* ---------- FONTS ---------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* ---------- TAGS ---------- */
html, body{
	font-family: 'Raleway', sans-serif;
	color: rgba(255,255,255,0.5);
	font-size: 14pt;
  line-height: 18pt;
	margin: 0px;
  height: 100%;
  font-weight: 300;
}
img {
	width:100%;
}
h1 {
  margin-top: 0;
	font-size: 25pt;
	font-weight: 500;
  line-height: 31pt;
}
h2 {
  margin-top: 0;
	font-size: 22pt;
	font-weight: 500;
  line-height: 26pt;
}
h3 {
	margin-top: 0;
	font-size: 18pt;
	font-weight: 500;
  line-height: 22pt;
}
h4 {
	margin-top: 0;
	font-size: 13pt;
	font-weight: 500;
  line-height: 17pt;
}
h5 {
	margin-top: 0;
	font-size: 11pt;
	font-weight: 500;
  line-height: 15pt;
}
h6 {
	margin-top: 0;
	font-size: 9pt;
	font-weight: 500;
  line-height: 13pt;
}
a {
  color:rgba(64,64,64,1)
}
a:hover{
  text-decoration: none;
  color: rgba(64,64,64,0.8);
}
a:active{
  text-decoration: none;
  color:rgba(64,64,64,1)
}
a:focus{
  text-decoration: none;
  color:rgba(64,64,64,1)
}
ul{  
	margin:0;  
	padding:0;  
	list-style-type:none;
}







/* ---------- MAIN ---------- */
.fullWidth{
  width: 100%;
}
.color1{
  color:rgba(255,255,255,0.8);
}
.bgcolor1{
  background-color: rgba(255,0,0,1);
}
.color2{
  color:rgba(255,255,255,1);
}
.bgcolor2 {
  background-color:rgba(102,102,102,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(255,255,255,1);
  background-color:rgba(139,82,117,1);
  border: transparent;
}
.btn-custom:hover{
  color:rgba(255,255,255,0.8);
  background-color:rgba(139,82,117,1);
  border:transparent;
}
.centradoHorizontal{
    display:block;
    margin:0 auto 0 auto;
}
.form-control {
  border-radius: 0px;
  border: 1px solid rgba(204,204,204,1);
  background-color: rgba(204,204,204,1);
}
.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;
}
.scroller {
  height: 440px;
  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,255,255,1);
  width: 45%;
  margin: 5px;
}
.realperson-text {
  font-family: "Courier New",monospace;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
}
.realperson-regen {
  padding-top: 4px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.realperson-regen a {
  color: rgba(255,255,255,0.5);
}
.realperson-disabled .realperson-regen {
  cursor: default;
}
.is-realperson{
  float: left;
  width: 50%;
}
.rollover-icon-align {
  position: absolute;
  display: table;
  top: 45%;
  left: 45%;
}
.sectionCont {
  /*border-top: 5px solid rgba(64,64,64,0.2);*/
  margin-top: 0;
}
.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); 
}







/* ---------- NAVBAR ---------- */

.navbar-default {/* fondo menu */
  background-color: transparent;
  border-color: transparent;
}
.navbar {/*contenedor padre*/
  position: relative;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 400;
  clear: both;
  display: block;
}
.navbar-default .navbar-nav>li> {/*textos del li*/
  padding: 13px;
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a {/*textos del li con link*/
  color: rgba(64,64,64,0.6);
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {/*textos del link hover*/
  color: rgba(64,64,64,1);
  background-color: transparent;
  border-bottom: 5px solid rgba(64,64,64,1);
}
.navbar-default .navbar-nav>li:hover {/*fondo del link hover*/
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a {/*estilo boton activo*/
  color: rgba(64,64,64,1);
  border-bottom: 5px solid rgba(64,64,64,1);
  background-color: transparent;

}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {/*estilo boton activo*/
  color: rgba(64,64,64,1);
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {/*fondo boton activo dropdown*/
  color: rgba(64,64,64,0.6);
  background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
  margin: 0px auto;
  border-radius: 0;
}
.navbar-nav>li {
  position: relative;
  display: inline-table;
}
.dropdown-menu {/*fondo del dropdown*/
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 15px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(255,255,255,1);
  background-color: rgba(255,255,255,1);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {/*texto link interior dropdown*/
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: rgba(62,62,62,1);
  white-space: nowrap;
}
.dropdown-menu>li:hover {/*fondo texto link interior dropdown sobre en XS*/
  background-color: rgba(62,62,62,0.1);
}
.dropdown-menu>li>a:hover {/*texto y fondo link interior dropdown sobre*/
  color: rgba(62,62,62);
}
.navbar-toggle {/*contenedor icono collapse*/
  position: relative;
  float: right;
  padding: 2px 8px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus  {/*icono collapse hover*/
  background-color: rgba(255,255,255,0.1);
}
.navbar-default .navbar-toggle {/*borde del icono collapse*/
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {/*color barras icono collapse*/
  background-color: rgba(255,255,255,1);
}
.navbar-toggle .icon-bar {/*barras icon collapse*/
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {/*linea superior menu colapsado*/
  border-color: transparent;
}






/* ---------- ACCORDION MENU ---------- */
#accordion-container {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 62px;
  background-color: transparent;
}
#accordion-container-left {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 44px;
  background-color: transparent;
}
#accordion-container-right {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 44px;
  background-color: transparent;
}
.accordion-header {
  color: rgba(255,255,255,1);
  font-size: 18pt;
  line-height: 24pt;
  padding: 6px 0;
  cursor: pointer;
  border-bottom: 3px solid rgba(0,0,0,0.3);
  margin: 0px;
  background-image: url("../img/m-inactive-header.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-weight: 300;
  text-transform: uppercase;
}
.accordion-header a {
    color: rgba(255,255,255,1);
}
.active-header {
  color: rgba(255,255,255,1);
  width: 100%;
  background-image: url("../img/m-active-header.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: transparent;
  font-weight: 400;
  border-bottom: 5px solid rgba(0,0,0,0.3);
}
.active-header:hover {
  width: 100%;
  background-image: url("../img/m-active-header.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: rgba(255,255,255,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: 100% 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 {
    font-weight: 300;
    display: none;
    padding: 10px 0 10px 0;
}
.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,
.accordion-content > li a:active,
.accordion-content > li a:focus { 
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.accordion-content > li a:hover { 
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.open-content {
    width: 100%;
    color: rgba(255,255,255,1);
    background-color: transparent;
}






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

.headerContTop {
  position: relative;
  width: 100%;
  z-index: 2;
  background: rgba(255,0,0,0.8);
}
.headerContTop2 {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: rgba(255,0,0,0.8) !important;
}
.headerCont {
  margin: 0;
}
.headerLogoCont {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 30px;
  margin: 0;
}
.headerLogoContRight {
  display: table;
  margin: 30px 0 30px auto;
  height: 100px;
}
.headerLogo{
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto;
  width: 125px;
}

/* Search */
#searchRight{
}
#searchLeft{
  display: block;
  margin: 0 0 0  auto;
}
.headerSearchCont {
  width: 100%;
  height: 100px;
  margin: 25px 0 0 0px;
  display: table;
  padding: 0;
}
.searchCont {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.headerSearchBox{
  height: 45px;
  font-size: 14pt;
  background: rgba(64,64,64,0.2);
  border: 1px solid transparent;
}
.form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

/* Visor */
.visor-img-bg {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(255,255,255,1);
  width: 100%;
  position: absolute;
}
.visor-mask {
  position: relative;
  overflow: hidden;
  height: 350px;
  /*margin-bottom: 30px;*/
}
.visor-mask2 {
  position: relative;
  overflow: hidden;
  height: auto;
  /*margin-bottom: 30px;*/
  top: 0;
}
.visor-img {
  z-index: 1;
  width: auto;
  position: relative;
  display: block;
}







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

.listadorCont{
  margin-bottom: 15px;
}
.listadorTituloCont{
  margin: 20px 15px;
}
.listadorTitulo{
  color: rgba(255,255,255,1);
  margin: 0 0 30px 0;
  border-bottom: 3px solid rgba(64,64,64,1);
  padding-bottom: 5px;
}
.listadorContProducto{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 15px 30px 15px;
}
.listadorProductoCont:hover{
}
.listadorImagenProducto{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;;
}
.listadorImagenProducto:hover {
  opacity: 0.8; 
  -moz-opacity: 0.8; 
  -webkit-opacity: 0.8; 
  filter:alpha(opacity=40);
  cursor: pointer;
}








/* -------------------- DETALLE -------------------- */
.detalleCont{
  margin-bottom: 15px;
}
.detalleTituloCont{
  margin: 20px 15px;
}
.detalleTitulo{
  color: rgba(255,255,255,1);
  margin: 0 0 30px 0;
  border-bottom: 3px solid rgba(64,64,64,1);
  padding-bottom: 5px;
}


.detalleSubTituloCont{
  margin-bottom: 20px;
}
.detalleSubTitulo{
  color: rgba(255,255,255,1);
  margin: 0 0 30px 0;
}
.detalleImagenCont{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.detalleImagen{
  margin-bottom: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;;
}
.detalleImagen:hover{
  opacity: 0.8; 
  -moz-opacity: 0.8; 
  -webkit-opacity: 0.8; 
  filter:alpha(opacity=40);
  cursor: pointer;
}
.detalleTexto{
  margin: 0 0 30px 0;
}
.detalleCaptcha .realperson-challenge{
  display: block;
  color: #000;
  float: right;
  width: 100%;
  margin: 5px;
  padding-left: 5px;
}
.detalleCaptcha .is-realperson {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.detalleCaptcha .realperson-regen a,
.detalleCaptcha .realperson-regen a:active,
.detalleCaptcha .realperson-regen a:focus {
  color: rgba(139,82,117,1);
}
.detalleCaptcha .realperson-regen a:hover {
  color: rgba(139,82,117,0.8);
}
.detalleBreadscrumbCont{
  margin-top: 20px;
  text-align: left;
}
.detalleSocial{
  text-align: right;
  margin-bottom: 10px;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}


/* --- COMPARTIR --- */
.at-share-tbx-element .at-share-btn {
    max-width: 1pc;
    max-height: 1pc;
    float: right;
    margin-top: -15px !important;
    margin-bottom: 30px !important;
}
#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;
}






/* -------------------- CONTACTO -------------------- */
.contactoCont{
  margin-bottom: 30px;
}
.contactoTituloCont{
  margin: 20px 15px;
}
.contactoTitulo{
  color: rgba(255,255,255,1);
  margin: 0 0 30px 0;
  border-bottom: 3px solid rgba(64,64,64,1);
  padding-bottom: 5px;
}
.contactoSubTituloCont{
  margin-bottom: 20px;
}
.contactoSubTitulo{
  color: rgba(255,255,255,1);
  margin: 0 0 30px 0;
}
.contactoImagenCont{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 7px 30px 7px;
}
.contactoTexto{
  margin: 0 0 30px 0;
}
.contactoCaptcha .realperson-challenge{
  display: block;
  color: #000;
  float: right;
  width: 100%;
  margin: 5px;
  padding-left: 5px;
}
.contactoCaptcha .is-realperson {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.contactoCaptcha .realperson-regen a,
.contactoCaptcha .realperson-regen a:active,
.contactoCaptcha .realperson-regen a:focus {
  color: rgba(139,82,117,1);
}
.contactoCaptcha .realperson-regen a:hover {
  color: rgba(139,82,117,0.8);
}
.contactoMapa{
  margin: 0 0 30px 0;
}
.contactoUl{
  margin-bottom: 30px;
}
.contactoUl li{
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 15px;
}
.contactoUl li a,
.contactoUl li a:active,
.contactoUl li a:focus{
  color: rgba(255,255,255,1);
}
.contactoUl li a:hover{
  color: rgba(255,255,255,0.8);
}

/*  LISTADOR CENTRADO  */
.textCenter{
	text-align: center;
	font-size: 18px;
	line-height: 23px;
}
/* FIN LISTADOR CENTRADO  */

/* -------------------- BOTONO -------------------- */
.botonoCont{
  margin-bottom: 30px;
}
.botonoTituloCont{
  margin: 60px 15px 20px 15px;
}
.botonoTitulo{
  color: rgba(255,255,255,1);
  margin: 0 0 30px 0;
  border-bottom: 3px solid rgba(64,64,64,1);
  padding-bottom: 5px;
}
.botonoSubTitulo {
}
.botonoImagenCont{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 7px 30px 7px;
}
.botonoTexto{
  margin: 0 0 30px 0;
}






/* ---------- Medias ---------- */
@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
  }
  .navbar-default .navbar-nav>li>a {
    color: rgba(255,255,255,1);
    background-color: transparent;
    padding: 10px 0;
  }
  .headerSearchCont {
    width: auto;
    display: block;
    padding: 0;
    height: auto;
  }
  .searchCont {
    vertical-align: top;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .navbar-collapse .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar-nav {
    margin: 30px 10%;
  }
  .navbar-nav>li>.dropdown-menu {
    margin: 0 auto;
    border-radius: 0;
    background-color: transparent !important;
    border: transparent !important;
  }
  .headerRightCont {
    width: 100%;
    margin: 15px 0 30px 0;
    position: relative;
   }
   .headerLogoCont {
    margin: 0;
    position: relative;
    padding: 15px 0;
   }
   .headerLogoContRight {
    margin: 30px auto 0 auto;
    height: auto;
  }
  .headerLogo {
    max-width: 40px;
    max-height: none;
    width: auto;
    height: auto;
  }
  .listadorTextoCont_fijo {
    height: 195px;
  }
  .headerLogoRight {
    max-width: 325px;
    margin: 0 auto 0 auto;
}
  .navbar {
    width: 100%;
  }
  .navbar-nav {
    margin: 0 8% 30px 8%;
  }
  .navbar-header {
    margin-left: 15px;
    margin-right: 15px;
  }
    .visor-mask {
    height: 150px;
  }
  .visor-mask2 {
    position: relative;
    overflow: hidden;
    height: 272px;
    /*margin-bottom: 30px;*/
    visibility: hidden;
  }
  .headerContTop {
    background: rgb(255,0,0);
  }
  .navbar-nav>li {
    position: relative;
    display: block;
  }
  .listadorTituloCont {
    margin: 20px 15px;
  }
  h1 {
    font-size: 18pt;
    line-height: 22pt;
  }
  h2 {
    font-size: 16pt;
    line-height: 20pt;
  }
  h3 {
    font-size: 14pt;
    line-height: 18pt;
  }
  h4 {
    font-size: 12pt;
    line-height: 16pt;
  }
  h5 {
    font-size: 10pt;
    line-height: 164t;
  }
  h6 {
    font-size: 9pt;
    line-height: 13pt;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .listadorTextoCont_fijo {
    height: 195px;
  }
  .navbar {
    font-size: 10pt;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px;
  }
  .navbar {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  #searchRight {
    position: absolute;
    top: -122px;
    right: 0;
  }
  #searchLeft {
    position: absolute;
    top: -122px;
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .listadorTextoCont_fijo {
    height: 195px;
  }
}

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