/* Add here all your CSS customizations */

/* lista check */

ul.listacheck {
  list-style: none;
  padding-left: 0;
}
ul.listacheck li {
  /*position: relative;*/
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
  padding-bottom: 10px;
}
ul.listacheck li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1.5em;
  height: 1.5em;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' fill='%23067aaa' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}


/* fin lista check */

.tres-iconos{
  line-height: inherit;
  font-size: 58px !important;
  padding: 7px 0;
  color: #be003e;
}

.slider-container .top-label, .slider-container .main-label, .slider-container .bottom-label{
  color: #FFFFFF;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  font-size: 39px;
  line-height: 58px;
  text-align: left !important;
}
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 20px;
	}
}
#footer .footer-copyright{
  margin-top: 0px;
  padding: 10px 0 10px;
}
#footer .footer-copyright col-md-4, #footer .footer-copyright col-md-7{
  margin-bottom: 0px !important;
}
#formulario:focus + .hiddendiv{
display:block;
}
@media only screen and (min-width: 381px) and (max-width: 479px){

p.tit1{
	line-height: 18px !important;

}
}

@media (min-width: 1500px){

  #covid-slide{
  	display: none;

  }
}
@media (max-width: 1500px){

 /* div.tp-bgimg.defaultimg{
  	background-image: url("http://b2b.hermanosvinaras.com/reconnection/img/slides/slide-bg-5.jpg") !important;

  }*/
}
@media (min-width: 991px){

  #covid-footer{
  	display: none;

  }
  .text-footer{
    padding-left: 100px!important;
  }
}




