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



.carousel {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.bgBody {
    position: absolute;
    /* top: 0; */
    width: 100%;
    overflow: hidden;
    height: 400px;
    left: 0;
    z-index: -1;
}



/* ---------- TAGS ---------- */
html, body{
	font-family: 'Lato', sans-serif;
	color: rgba(51,51,51,1);
	font-size: 14pt;
  line-height: 18pt;
	margin: 0px;
  height: 100%;
  font-weight: 300;
}
img {
	width:100%;
}
h1 {
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
	font-size: 20pt;
	font-weight: 800;
  line-height: 1.2em;
}
h2 {
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
	font-size: 18pt;
	font-weight: 800;
  line-height: 1.2em;
}
h3 {
  font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 16pt;
	font-weight: 300;
  line-height: 1.2em;
}
h4 {
  font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 13pt;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: uppercase;
}
h5 {
  font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 11pt;
	font-weight: 800;
  line-height: 1.2em;
}
h6 {
  font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 9pt;
	font-weight: 800;
  line-height: 1.2em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul{  
	margin:0;  
	padding:0;  
	list-style-type:none;
}
header{
  background: rgba(255,0,0,0.5);
  border-top: 10px solid rgba(51,51,51,1);
}
main{
  background: rgb(255,255,255);
  /*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 );*/
}
audio {
    margin-bottom: 30px;
}
video {
  width: 100%;
  margin-bottom: 30px;
}







/* ---------- 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);
}
.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{
  background-color: rgb(37,84,140);
  color: rgb(255,255,255);
  border: transparent;
  font-weight: 400;
  padding: 10px 15px;
  z-index: 999;
}
.btn-custom:hover{
  background-color: #73b7df;
  color: rgb(255,255,255);
  border:transparent;
}
.centradoHorizontal{
    display:block;
    margin:0 auto 0 auto;
}
.form-control {
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: rgba(64,64,64,0.1);
  color: rgba(51,51,51,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;
}
.breadcrumb>li>a:visited {
  text-decoration: none;
}
.scroller {
  max-height: 395px;
  overflow: auto;
  margin-bottom: 30px;
  font-size: 12pt;
}
.input-lg {
  font-size: 16px;
}

/* Real Person jQuery plugin styles v2.0.0. */
.realperson-challenge {
  display: block;
  float: right;
  width: 100%;
  margin: 5px 5px 0 5px;
}
.realperson-text {
  font-family: "Courier New",monospace;
  font-size: 5px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
}
.realperson-regen {
  padding-top: 4px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  margin-bottom: 15px;
}
.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;
}
ul.items {
  list-style-type: disc;
  padding-inline-start: 40px;
}
.block {
  margin-bottom: 30px;
}

.scrollTop a {
  color: rgb(255,255,255);
  background: rgb(136,136,136);
  background: rgba(136,136,136,0.5);
  border-radius: 50%;
  font-size: 20pt;
  height: 50px;
  min-width: 50px;
  text-align: center;
  padding-top: 12px;
  z-index: 2;
  display: none;
  position: fixed;
  right: 40px;
  bottom: 15px;
}
.scrollTop a:hover {
  color: rgb(255,255,255);
  background: rgb(37,84,140);
}


/* 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 {
  padding: 0;
  margin: 26px 8px 0 7px;
  /*background-color: rgba(0,0,0,0.1);*/
}
#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);*/
}
.noaccordion-headerdes {
  color: rgba(51,51,51,1);
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 15px 30px 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;
  font-weight: 800;
}
.noaccordion-header, .accordion-header {
  color: rgba(51,51,51,1);
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 15px 30px 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;
  font-weight: 800;
}
.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);*/
}
.active-header:hover {
  width: 100%;
  /*background-image: url("../img/m-active-header.png");*/
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: rgba(51,51,51,0.8);
}
.noinactive-header, .inactive-header {
  width: 100%;
  color: rgba(51,51,51,1);
}
/*.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);
}
.noinactive-header, .inactive-header:hover {
    width: 100%;
    background-image: url("../img/m-inactive-header.png");
    background-repeat: no-repeat;
    background-position: 95% 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 {
    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(51,51,51,0.8);
    text-decoration: none;
}
.open-content {
    width: 100%;
    color: rgba(255,0,0,1);
    /*background-color: rgba(255,255,255,0.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;
  right: 5px;
}







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

.headerCont {
  /* margin-left: 50%; */
  z-index: 1005;
  /* margin-bottom: -10px; */
  /*margin-top: -35px;*/
  width: 100%;
}
.headerCont2 {
  margin: 0;
  position: absolute;
  top: 210px;
  width: 1170px;
}
.headerLogoCont {
  margin-bottom: 15px;
  height: 100px;
}
.headerLogo {
  width: auto;
  margin-top: 30px;
  max-height: 93px;
  max-width: 240px;
}
.headerLogoRight{
  width: auto;
  display: block;
  margin: 30px 0 0 auto;
  max-height: 93px;
  max-width: 284px;
}
.mod-logo {
  position: absolute;
  width: 33%;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-logo .logo {
  width: 50%;
}
/* Search */
.headerSearchCont{
  margin: 50px 0 0 0;
  padding: 0;
}
.headerSearchBox{
  padding: 25px 12px;
  font-size: 14pt;
  background: rgba(255,255,255,1);
  border: 1px solid transparent;
  font-weight: 400;
}
.form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 55px;
  color: rgba(255,0,0,1);
}

/* Visor */
.headerVisor {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.visorContSearch {
  top: 50%;
  position: absolute;
  z-index: 9999;
  width: 100%;}
.visor-img-bg {
  height: auto;
  width: 95%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.visor-img {
  /*max-height: 400px;*/
  overflow: hidden;
  z-index: -1;
}
.visor-img img {
  opacity: 1;
}
.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;
}

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

.listadorCont{
  margin: 0 8px 15px 7px;
}
.listadorTituloCont{
  margin: 30px 15px 30px 15px;
}
.listadorTitulo{
  color: rgba(51,51,51,1);
  font-size: 36pt;
  font-weight: 400;
  text-transform: uppercase;
}
.listadorContProducto{
  position: relative;
  overflow: hidden;
  margin: 0 8px 15px 7px;
  z-index: 0;
}
.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 15px 7px;
}
.detalleTituloCont{
  margin: 30px -8px 30px -7px;
}
.detalleTitulo{
  color: rgba(51,51,51,1);
  font-size: 36pt;
  font-weight: 800;
  text-transform: uppercase;
}
.detalleSubTituloCont{
  margin-bottom: 15px;
}
.detalleSubTitulo{
  color: rgb(37,84,140);
  margin: 0 0 15px 0;
}
.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: 30px;
}
.contactoTituloCont{
  margin: 30px 15px 15px 15px;
}
.contactoTitulo{
  color: rgba(51,51,51,1);
  font-size: 36pt;
  font-weight: 800;
  text-transform: uppercase;
}
.contactoSubTituloCont{
  margin-bottom: 15px;
}
.contactoSubTitulo{
  color: rgb(37,84,140);
  margin: 15px 0 5px 0;
  font-size: 16pt;
}
.contactoTexto{
  font-size: 13pt;
}
.contactoUl {
  margin-bottom: 30px;
  font-size: 13pt;
}
.contactoUl > li{
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(51,51,51,0.2);
  width: 100%;
  display: flex;
  align-items: center;
}
.contactoUl > li > i{
  /*color: rgba(255,255,255,0.5);*/
  margin-right: 5px;
}
.contactoUl > li > a,
.contactoUl > li > a:hover,
.contactoUl > li > a:active,
.contactoUl > li > a:focus {
  color: rgba(51,51,51,1);
  font-style: italic;
}
.contactoUl > li > a:hover {
  color: rgba(51,51,51,0.8);
}
.contactoCaptcha .realperson-challenge {
  display: block;
  color: rgba(255,255,255,1);
  float: right;
  width: 100%;
  margin: 5px;
  padding-left: 5px;
}
.contactoCaptcha .is-realperson {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.contactoCaptcha .realperson-regen a,
.contactoCaptcha .realperson-regen a:active,
.contactoCaptcha .realperson-regen a:focus {
  color: rgba(255,255,255,1);
}
.contactoCaptcha .realperson-regen a:hover {
  color: rgba(255,255,255,0.8);
}
.contactoMapa{
  margin-bottom: 30px;
  overflow: hidden;
}





/* -------------------- BOTONO -------------------- */
.botonoCont{
  margin: 0 8px 15px 7px;
}
.botonoTituloCont{
  margin: 30px 15px 15px 15px;
}
.botonoTitulo{
  color: rgba(51,51,51,1);
  font-size: 20pt;
  font-weight: 800;
  text-transform: uppercase;
}
.botonoSubTitulo {
}
.botonoTexto {
  margin-bottom: 30px;
}

.dispositivo {
  background-color: #efefef;
  margin-bottom: 30px;
}
.dispositivo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin: 0;
}
.dispositivo ul li {
  float: left;
  line-height: 0.8em;
  text-align: center;
}
.dispositivo ul li a {
  padding: 5px 15px;
  font-size: 10px;
  width: 100%;
  margin: 0;

}
.dispositivo ul li:hover a {
  color: #25548c !important;
}
.dispositivo ul li a i {
  display: none;
}


/* -------------------- Effect 14: border switch --------------------*/

ul.cl-effect-14 a {
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 10pt;
}

ul.cl-effect-14 a:hover,
ul.cl-effect-14 a:focus,
ul.cl-effect-14 .active a {
  outline: none;
}

.cl-effect-14 a {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
  position: absolute;
  width: 45px;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.cl-effect-14 a::before {
  top: -2px;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

.cl-effect-14 a::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after,
ul.cl-effect-14 .active a::before,
ul.cl-effect-14 .active a::after {
  opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before,
ul.cl-effect-14 .active a::before {
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after,
ul.cl-effect-14 .active a::after {
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}


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


@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: 30px auto 0 auto;
  }
  .headerLogoRight {
    margin: 30px auto 0 auto;
  }
  .headerSearchCont {
    margin: 30px auto 0 auto;
    max-width: 275px;
  }
  .scroller {
    max-height: 194px;
  }
  .headerCont2 {
    width: 100%;
  }
  .addthis_sharing_toolbox {
    margin: -30px 0 0 auto;
  }
  .bgBody img {
    display: none;
  }
  .dispositivo ul {
    display: block;
    align-items: normal;
    justify-content: normal;
    padding: 20px 0;
    margin: 0;
  }
  .dispositivo ul li {
    text-align: left;
    width: 100%;
  }
  .dispositivo ul li a i {
    display: inline-block;
  }
}

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

  .detalleBreadscrumbCont {
    text-align: left;
  }
  .detalleSocial .btn {
    width: 45px;
  }
  .scroller {
    max-height: 275px;
  }
  .parallaxLogo {
    display: none;
  }
  .headerCont2 {
    width: 738px;
  }
  .addthis_sharing_toolbox {
    margin: -50px 0 0 auto;
  }
  .dispositivo ul {
    display: block;
    align-items: normal;
    justify-content: normal;
    padding: 20px 0;
    margin: 0;
  }
  .dispositivo ul li {
    text-align: left;
    width: 100%;
  }
  .dispositivo ul li a i {
    display: inline-block;
  }
}

@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 {
    max-height: 365px;
  }
  .headerCont2 {
    width: 962px;
  }
}

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