/* font test 



    font-family: 'Quicksand', sans-serif;

    font-family: 'Anton', sans-serif;

    font-family: 'Abril Fatface', cursive;

    font-family: 'Permanent Marker', cursive;


*/
body{
	font-family: 'Quicksand', sans-serif;
}
.portada a{
	font-family: 'Permanent Marker', cursive;
	/*font-size: 150px;*/
	font-size: 10em;
	color: #000;
}
.portada a:hover, h4.title a:hover{
color: #006;
text-decoration: none;
}

.inicio .icon i{
	position: relative;
	float: left;
	font-size: 5em;
	color: #000;
	padding-right: 0.5em;
}
h3.section-title, h1, h2{
font-family: 'Permanent Marker', cursive;	
}
h4.title a{
font-family: 'Permanent Marker', cursive;
	font-size: 2em;	
	color: #000;
}
h3{
	font-family: 'Quicksand', sans-serif;
}
.inicio p.description{
	/*
/*	width: 0;
	height: 0;*/
	width: 0;
	height: 0;
	visibility: hidden;

}
.box:hover > p.description{
	/*
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0,0,6,0.4);
	*/
	visibility: visible;
	float: left;
	position: relative;
	color: #006;
	width: auto;
	height: auto;
	    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-family: 'Quicksand', sans-serif;

	}
.horizontalMM li{
	display: inline;
}

.todomenu2{
	position: fixed;
	overflow: hidden;
	height: 12em;
	z-index: 1;

}

.menuTOTAL{ 
	 height: 159px;
	 width: 159px;
	position: relative;
    float: left;
    z-index: 10;
    
    overflow: hidden;
}
.menuTOTAL:hover {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.menuTOTAL img:hover  {

    mix-blend-mode: multiply;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);


}


/************************************************************
* boton arriba o inicio
************************************************************/
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(60deg, #006, #108e99);
  color: #fff;
  padding: 2px 20px 10px 20px;
  font-size: 16px;
  border-radius: 12px 12px 0 0;
  left: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(90deg, #006, #108e99);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #006;
  color: #fff;
  padding: 2px 20px 50px 20px;
}





@media only screen and (min-width: 1570px) {
	.portada a{
	font-family: 'Permanent Marker', cursive;
	/*font-size: 150px;*/
	font-size: 12em;
	color: #000;
}
.inicio .icon i{
	position: relative;
	float: left;
	font-size: 7em;
	color: #000;
	padding-right: 0.5em;
}
h4.title a{
font-family: 'Permanent Marker', cursive;
	font-size: 2.8em;	
	color: #000;
}
}

@media only screen and (max-width: 1300px) {
	.portada a{
	font-family: 'Permanent Marker', cursive;
	/*font-size: 150px;*/
	font-size: 8em;
	color: #000;
}
}
@media only screen and (max-width: 1000px) {
	.portada a{
	font-family: 'Permanent Marker', cursive;
	/*font-size: 150px;*/
	font-size: 5em;
	color: #000;
}
.portada a:hover, h4.title a:hover{
color: #006;
}
.inicio .icon i{
	position: relative;
	float: left;
	font-size: 3em;
	color: #000;
	padding-right: 0.1em;
}
h4.title a{
font-family: 'Permanent Marker', cursive;
	font-size: 1.15em;	
	color: #000;
}
	}