.es, .de, .en { display: none; }

.es:lang(es) {
	display: block;
}

.de:lang(de) {
	display: block;
}

.en:lang(en) {
	display: block;
}



.well{
	//background-image: linear-gradient(to bottom,#cccccc 0,#f5f5f5 100%) !important;
}


.material-switch > input[type="checkbox"] {
    display: none; 
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 60px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
	
	z-index: 10000;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
	z-index: 10000;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.actividad{
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#contenido{
	margin-top: 70px;
	position: relative;
    z-index: 1;
}

#cant_carrito_movil{
	border-radius: 100%;
    background-color: #f7504f !important;
    padding: 0px;
    text-align: center;
    width: 20px;
    color: white;
    font-size: 10pt;
	left: 65px;
    top: -5px;
	cursor: pointer;
}

.borderless td, .borderless th {
    border: none;
}

hr.style5 {
	margin-top: 3%;
	padding-bottom: 3%;
	border-top: 1px dashed #8c8b8b;
	opacity: 0.4;
}

.welcome__heading{
	padding: 0px;
}

.boton-producto-add{
	color: white; 
	background-color: #5cb85c;
}

.boton-producto-add:hover{
	color: white; 
	background-color: #318c31;
}

.boton-producto-en-el-carro{
	color: white; 
	background-color: #43b5b1;
}

.boton-producto-en-el-carro:hover{
	color: white; 
	background-color: #286090;
}

.boton-producto-remove{
	color: white; 
	background-color: #f7504f;
}

.boton-producto-remove:hover{
	color: white; 
	background-color: #d22c2b;
}


.titulo-producto{
	color: #f7504f;
}

.titulo-producto:hover{
	color: #d22c2b;
}


#cont{
	width: none;
}

.menu_movil{
	font-size: 13px !important;
}

.usuario_pantalla{
	padding-top: 15px;
}

.header-nav__button:hover{
	color: white;
	
}

@media(max-width:767px){
	body{
		font-size: 12pt;
	}
	h4{
		font-size: 14pt;
	}
	.welcome__heading{
		font-size: 20pt !important;
	}
	.centrado-taller{
		text-align: center;
	}
	.usuario_pantalla{
		display: none;
	}
	
	#titulo_congreso{
		text-align: center; 
		font-size: 18px; 
		padding: 20px; 
		font-weight: 700;
	}
}
@media(min-width:768px){
	body{
		font-size: 15pt;
	}
	h4{
		font-size: 17pt;
	}
	.welcome__heading{
		font-size: 20pt !important;
	}
	
	#titulo_congreso{
		text-align: center; 
		font-size: 22px; 
		padding: 20px; 
		font-weight: 700;
	}
}
@media(min-width:992px){
	body{
		font-size: 14pt;
	}
	h4{
		font-size: 16pt;
	}
	.welcome__heading{
		font-size: 25pt !important;
	}
	
	#titulo_congreso{
		text-align: center; 
		font-size: 27px; 
		padding: 20px; 
		font-weight: 700;
	}
}
@media(min-width:1200px){
	body{
		font-size: 11pt;
	}
	h4{
		font-size: 14pt;
	}
	.welcome__heading{
		font-size: 28pt !important;
	}
	
	#titulo_congreso{
		text-align: center; 
		font-size: 30px; 
		padding: 20px; 
		font-weight: 700;
	}
}



<!--slider-->
.jk-slider{
    width:100%;
}
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

<!--fin slider-->



<!--footer-->

.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
	padding: 5px !important;
}
.footer ul li a {
	padding: 10px 5px 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}


.loginmodal-container {
  padding: 50px;
  width: 100% !important;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
	font-size: 15px;
	text-align: center;
}