.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#menutop{
	width: 100%;
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 1px 4px 2px rgba(212,212,212,0.40);
	box-shadow: 0px 1px 4px 2px rgba(212,212,212,0.40);
}
#menutop2{
	position: fixed;
	width: 100%;
	z-index: 200;
	top: 0px;
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 1px 4px 2px rgba(212,212,212,0.40);
	box-shadow: 0px 1px 4px 2px rgba(212,212,212,0.40);
}
.tx-shadow{
	text-shadow: 0px 0px 5px rgba(74,74,74,0.85);
}
.img-shadow{
	box-shadow: 1px 1px 7px 3px rgba(163,163,163,0.71);
	-webkit-box-shadow: 1px 1px 7px 3px rgba(163,163,163,0.71);
}
.col-xs-x5,
.col-sm-x5,
.col-md-x5,
.col-lg-x5 {
  min-height: 1px; 
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-x5 {
  float: left;
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-x5 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-x5 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-x5 {
    float: left;
    width: 20%;
  }
}
.cls{
	clear: both;
}
.jumbotron a, .jumbotron a:link, .jumbotron a:hover, .jumbotron a:visited, .jumbotron a:active{
	color: rgba(18,18,18,1.00);
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.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;
    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;
    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;
}
.contacto a{
	color: rgba(255,255,255,1.00);
}