html{
	font-size: 18px; 
	
	@media (min-width: 1950px) and (max-width: 2599px) {
		font-size: 24px !Important; 
	}

	@media (min-width: 2600px) and (max-width: 32199px) {
		font-size: 32px !Important; 
	}

	@media (min-width: 3200px){
		font-size: 42px !Important; 
	}
	
	@media (max-width: 1281px){
		font-size: 16px !Important;  
	}
}


body{
    margin: 0 0 0 0;
    background-color: #111111;
    font-family: "Quicksand";
    color: #ccc;
    font-size: 0.7rem;
	overflow: hidden;
}

h3{
	margin: 0.6rem 0 0.3rem 0;
}	

#background {
    /*display:flex;*/
    justify-content:right;
    align-items:center;
    overflow:hidden;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1000;
}

#filter {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    background: rgba(15, 15, 15, .4);
}

#background img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%;
    max-width: 200%;
    max-height: 200%;
    position: absolute;
    
}

#idiomas{
    display: block;
    position: absolute;
    left: 0.3rem;
    top: 0;
}

#idiomas img{
    width: 1.4rem;
    height: 0.8rem;
    border: solid 0.1rem #222;
}


#idiomas a{
    display: inline-block;
    margin: 0.6rem 0.3rem;    
}


#menu{
    display: block;
    position: absolute;
    left: 0;
    top: 2.2rem;
	right: 0;
	text-align: left;
    font-weight: bold;
    font-family: "Quicksand";
    background: rgba(187,39,45, 0.8);
    color: #eee !important;
    z-index: 9;
}


#menu .selected{
    background: rgba(255, 255, 255, 0.1);
    color: #fefefe !important;
	padding: 1.1rem;
    border-radius: 0.3rem;
}


#menu ul{
    list-style: none;
    margin: 0;
}


#menu ul li{
    display: inline-block;
	padding: 2rem 1.1rem;
	text-transform: lowercase;
}

#menu #button{
	display: none;
}

#menu a, #menu a:link, #menu a:visited{
    color: #ddd ;
    font-size: 1rem;
    text-decoration: none;
}


#logo{
    background-image: url("../images/logo2.png");
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
    display: block;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    z-index: 12;
}


#loader{
    position: absolute;
    right: 3.4rem;
    opacity: 0;
    top: 3.4rem;
    font-size: 1.1rem;
	background: rgb(186, 37, 42);
	border-radius: 0.3rem;
    padding: 0.6rem 0 0.6rem 1.1rem;
    z-index: 10;
}


#mimo{
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/mimo-chico.png");
	display: block;
	position: absolute;
	height: 19rem;
	width: 7.2rem;
	bottom: 3.2rem;
	left: 8rem;
	z-index: 10;
}


#main{
	position: absolute;
	left: 8rem;
	top: 14rem;
	right: 8rem;
	bottom: 4rem;
	background: rgba(0,0,0, .5);
}


#main h1{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	background: rgba(0,0,0, .5);
	padding: 0.6rem 1.1rem;
	margin-top: 0;
	color: #999;
	font-size: 2rem;
	font-family: "Questrial";
	text-transform: lowercase;
}


#main #container{
    font-size: 1rem;
    color: #eaeaea;
    position: absolute;
    top: 4.5rem;
    left: 8rem;
    bottom: 0;
	right: 8rem;
    overflow: auto;
}


#main #container #content h1{
    font-family: "Questrial";
    color: #eaeaea;
    font-size: 2rem;
    padding: 0;
    margin: 0 0 1.1rem 0;
	background: none;
	position: inherit;
	text-transform: none;
}



#main .description{
	display: table-cell;
}

#main .media .gallery{
	overflow: visible;
	max-width: 22.5rem;
}

#main .media .video{
    width: 20.6rem;
    height: 12rem;
    margin-top: 0.3rem;
	margin-bottom: 0.8rem;
    border: solid 0.1rem #333;
}


#main .media .video iframe{
    width: 100% !important;
    height: 100% !important;
}



#main #container #content .text{
    text-align: left !important;
	padding-bottom: 2rem;
	text-shadow: #000 0.1rem 0.1rem 0.1rem;
}


#main #container #content .text span{
    color: #eaeaea;
}


#main #container #content .text .small_image{
    width: 5rem;
	height: 4rem;
	float: left;
}

#main #container #content .text .small_image img{
    width: 4rem;
	height: 4rem;	
	margin-top: -0.6rem;
	border-radius: 4rem;
	border: solid 0.2rem #666;
}

#main #container #content #contact{
    font-size: 1.2rem;
	text-align: left;
	position: relative;
	display: block;
	margin: 0.3rem;
}

#main #container  #content #contact span{
    font-family: "Questrial";
    font-size: 0.8rem;
    text-align: center;
    display: block;
    width: 100%;
    color: #333;
}


#main #container  #content #contact .required_fields{
    font-family: "Questrial";
    font-size: 0.7rem;
    text-align: right;
    display: block;
    width: 100%;
    color: #eaeaea;
}

#main #container #content #contact form{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#main #container  #content #contact table{
    width: 100%;
}

#main #container #content #contact label{
	font-size: 0.9rem;
	color: #aaa;
}


#main #container #content #contact a{
	text-decoration: none;
	color: #eaeaea ;
	margin: 0 0 0 0;
    display: block;
}

#main #container  #content #contact input[type=text], #main #container  #content #contact textarea{
	width: 100%;
    border: 0.1rem solid rgba(165, 9, 25, 0.38); 
    padding: 0.3rem;
    background: none;
    margin: 0 0 0.6rem -0.4rem;
	color: #eaeaea;
    font-family: "Quicksand";
	font-size: 0.9rem;
}

#main #container #content #contact button{
	font-family: "Questrial";
	background-color: rgb(186, 38, 43);
    text-transform: uppercase;
	padding: 0.3rem;
	color: #ccc;
	font-size: 0.9rem;
	width: 12rem;
	margin: 0 -0.8rem 1.1rem 0;
    border: solid 0.1rem rgb(186, 38, 43);
}


#main #container #content #contact button:disabled {
	background-color: rgba(165, 9, 25, 0.5);
}

#main .media{
	float: left;
	margin: 0 2rem 2rem 0;
	height: 100%;
}


#main .media .text{
    margin: 0.8rem;
    font-size: 0.8rem;
}


#main .media .gallery .image{
    display: inline-block;
    margin: 0.3rem;
}


#main .media .gallery .image a{
    display: block;
    position: absolute;
    width: 10rem;
    height: 10rem;
    margin: 0;
}


#main .media .gallery .image img{
    width: 10rem;
    height: 10rem;
}


#info{
	position: absolute;
	bottom: 0.5rem;
	left: 8rem;
	right: 8rem;
	text-align: center;
}

#info #content span{
	color: #ccc !important;
}

#info a, #info a:link, #info a:visited{
	color: #eaeaea !important;
	font-weight: bold;
	text-decoration: none;
}


#external_links { 
    display: block;
    position: absolute;
    right: 12rem;
    top: 1.8rem;
    text-align: right;
    z-index: 9;
}

#external_links span{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 0.6rem 0 0;
}


#external_links a{
    display: block;
    width: 2rem;
    height: 2rem;
}


#external_links .twitter{
    background: url(../images/icon-twitter.png) no-repeat;
	background-size: contain;
}


#external_links .youtube{
    background: url(../images/icon-youtube.png) no-repeat;
	background-size: contain;
}


#external_links .facebook{
    background: url(../images/icon-facebook.png) no-repeat;
	background-size: contain;
}

#external_links .instagram{
    background: url(../images/icon-instagram.png) no-repeat;
	background-size: contain;
}

#external_links .blog{
    background: url(../images/icon-blog.png) no-repeat;
	background-size: contain;
}

#bottom{
    position: absolute;
    bottom: 2rem;
    right: 8rem;
	left:8rem;
    text-align: center;
    font-size: 0.7rem;
    color: #999;
	background-image: linear-gradient(45deg, #ba252a 25%, #ffffff 25%, #ffffff 50%, #ba252a 50%, #ba252a 75%, #ffffff 75%, #ffffff 100%);
	background-size: 3.5rem 3.5rem;
	height: 2.2rem;

}

#bottom a, #bottom a:link, #bottom a:visited{
    text-decoration: none;
    color: #ba252a;
    font-size: 0.8rem; 
    font-family: "Questrial";
	padding: 0.3rem;
}

#bottom #links ul{
    list-style: none;
    margin: 0;
	padding: 0.7rem;
}

#bottom #links ul li{
    display: inline;
	padding: 0.3rem;
	background: #fff;
}

#bottom span{
    color: #aa0000;
}


/* Monkey Patch del Popup */
.mfp-counter{
    font-family: "Questrial" !important;
    font-size: 0.8rem;
    top: 0.6rem !important;
    right: 0 !important;
    
}

.mfp-title{
    font-family: "Questrial" !important;
	height: 2.2rem;
    color: #999 !important;
    margin-top: -2rem;
    margin-left: 0.3rem;
}

.mfp-title span{
    color: #eaeaea !important;
	font-weight: bold;
}
/*
.mfp-img{
    border: solid 0.1rem #780000 !important;
    /padding: 0 0 0 0 !important;
    margin: 2.2rem 0 2.2rem 0 !important;
}
*/

/* ++++++++++++++++++++++++++++++++++++ */
/* RESPONSIVE CONTENT  */



@media screen and (max-width: 1370px){
    
    #logo{
        width: 120px;
        height: 120px;
        top: 20px;
        right: 20px;
    }
	
	
	#menu .selected{
		border-radius: 0px;
    }
    
    #loader{
        right: 40px;
        top: 47px;
    }
	
	#main {
		top: 150px;
	}            
	
	#main h1 {
		font-size: 24px;
	}
	
	#main #container {
		font-size: 16px;
		top: 60px;
		left: 100px;
		right: 50px;
	}
	
	#main #container #content h1 {
		font-size: 28px;
	}
	
	
	#menu a, #menu a:link, #menu a:visited {
		font-size: 16px;
	}
	
	#menu ul li {
		padding: 20px;
	}
	
	#external_links {
		right: 160px;
		top: 15px;
	}
	
	
	#main .media .video{
		width: 330px;
		height: 180px;
	}
	
	
	#main .media .gallery{
		max-width: 345px;
	}
	
	#main .media .gallery .image img {
	  width: 160px;
	  height: 160px;
	}
	
	#main .media .gallery .image a {
		width: 160px;
		height: 160px;
	}
	
}


@media screen and (max-width: 1200px){

	#main{
		left: 80px;
		right: 80px;		
	}
	
	#bottom{
		left: 80px;
		right: 80px;		
	}
	
	
	#mimo{
		left: 70px;
	}
}



@media screen and (max-width: 1100px){

	#main{
		left: 50px;
		right: 50px;		
	}
	
	#bottom{
		left: 50px;
		right: 50px;		
	}
	
	
	#mimo{
		left: 40px;
	}
}


@media screen and (max-width: 1024px){
	#main{
		left: 25px;
		right: 25px;		
	}
	
	#bottom{
		left: 25px;
		right: 25px;		
	}
	
	#info {
	  left: 15px;
	  right: 15px;
	}
	
	#logo{
        top: 15px;
        right: 15px;
    }
	
	#external_links {
		right: 125px;
		top: -35px;
	}
	
	#external_links span {
		margin: 0 5px 0 0;
	}
	
	#mimo{
		left: 15px;
	}
	
	
	#menu ul li {
		padding: 20px 10px;
	}
	
	#main #container {
		font-size: 15px;
		left: 70px;
		right: 30px;
	}
	
	#main .media {
		margin: 0 20px 20px 0;
	}
	
	
	#main .media .gallery{
		max-width: 290px;
	}
	
	#main .media .gallery .image img {
	  width: 130px;
	  height: 130px;
	}
	
	#main .media .gallery .image a {
		width: 130px;
		height: 130px;
	}
	
	#main .media .video {
		width: 270px;
		height: 150px;
	}
	
	
	#menu ul {
		margin: 0 0 0 -30px;
	}
	
	#menu #menubar{
		display: block;
	}
}

@media screen and (max-width: 699px){
    
    body{
        background-image: url('/images/background.jpg');
		overflow: visible;
    }
    
	#background {
		display: none;
	}
    
	#mimo{
        display: none;
    }
	
	#loader{
		display: none;
	}
	
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #fff;
		margin: 6px 0;
		transition: 0.4s;
	}
	
	
	/* *************** CLASES ******************** */
	
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
		transform: rotate(-45deg) translate(-8px, 8px) ;
	}

	/* Fade out the second bar */
	.change .bar2 {
		opacity: 0;
	}

	/* Rotate last bar */
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
		transform: rotate(45deg) translate(-8px, -8px) ;
	}	
	
	
	#menu #menubar{
		display: none;
		background: #9b2529;
		margin: 66px 0;
	}

	#menu #button{
		display: inline-block;
		cursor: pointer;
		margin: 10px;
		position: absolute;
		left: 10px;
		top: 5px;
	}

    
    #menu{
        width: 100%;
		height: 65px;
		margin: -30px 0px;
    }
    
     
    #menu ul{
       list-style: none;
        margin: 5px;
        display: table;
        margin-left: -40px;
    }
    
    
    #menu ul li{
        display: block;
        margin: 10px;
    }

    
    #logo{
        width: 80px;
        height: 80px;
        top: 5px;
        right: 5px;
    }
    
    
	#idiomas {
		left: 10px;
		top: 80px;
    }

	
    #main{
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        position: relative;
        overflow: visible;
        margin: 130px 30px 0 30px;
		background: none;
	}
  
	#main h1 {
		position: absolute;
		top: -55px;
		right: 40px;
	}
    
    #main #container{
        position: relative;
        overflow: visible;
        width: 100%;
        top: auto;
        bottom: auto;
		right: auto;
		left: auto;
        float: none;
    }
    
	
    #main #container #content{
        width: auto;
        top: auto;
        bottom: auto;
		right: auto;
		left: auto;
        position: relative;
        text-align: center;
        overflow: visible;
    }
    
  
    #main .media{
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        float: none;
        position: relative;
        text-align: center;
		margin: 0 0 20px 0;
    }
    
    #external_links { 
		right: 100px;
		top: 13px;
		text-align: right;
		width: 200px;
    }

    #external_links span{
        display: inline-block;
        margin: 5px 10px 0 0;
    }


    #external_links a{
        display: inline-block;
    }
    
	#main .media .gallery,
	#main .media .video{
		max-width: 100%;
		width: 100%;
    }
	
	
    #bottom, #info{
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        float: none;
        width: auto;
        position: relative;
        margin: 10px;
        text-align: center;
		background: transparent;
    }
    
    #bottom #links ul{
        margin: 10px;
    }
	
	#bottom #links ul li {
	  display: inline-block;
	  padding: 5px;
	  background: rgba(255,255,255,.5);
	  margin: 1px 0px;
	}
}