@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);


/**** Generales ****/

body {
    background: url(../img/back.png);
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

ul,ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #FF432E;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
}

h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #892232;
    text-align: right;

} 


h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;

} 

.vacio{
    padding-top: 35px;
    padding-bottom: 30px;
}


/**** Colores ****/
.white {
    background: #ffffff;
}

.granate  {
    background: #892232;
}



/**** Logo ****/

#logo-section {
    background-color: #ffffff;
    max-width: 100%;
    height: 80px;
    padding: 10px 0;
    -webkit-box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.64);
    -moz-box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.64);
    box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.64);
    
}

.logo span {
    color: #999;
}


/**** Principal ****/

.mainbody-section {
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu-item {
    color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}

.menu-item a {
    color: #fff;
    display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-item a p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}


/**** Media ****/

@media only screen 
and (min-width : 600px) 
and (max-width : 991px) {
    
    .menu-item {
        display: inline-block;
        width: 32.8%;
    }
    
    .menu-item.responsive {
        width: 49.5%;
        float: left;
        margin-right: 3px;
    }
    
    .menu-item.responsive-2 {
        width: 49.5%;
        float: right;
    }
    
}



@media only screen 
and (min-width : 992px) 
and (max-width : 1199px) {
    
    .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .menu-item a i {
        font-size: 32px;
    }
    
    .menu-item a p {
        font-size: 16px;
    }
    
}