/*general.css*/
html, body{
    height: 100%;
    size: 16px;
}

*{
    margin: 0;
    padding: 0;
}
  

body{
    font-family: 'Arial';
    font-size: 14px;
}

@font-face {
  font-family: Oswald;
  src: url(font/Oswald-Regular.ttf);
  font-weight: 800;
}

h1{
    font-size: 2em;
    text-align: center;
    font-family: 'Oswald' !important;
    font-size: 36px !important;
}

h2{
    font-family: 'Oswald' !important;
}

h3{
    font-size: 1.6em !important;
}

header nav ul li span {
	margin-right:10px;
}

#divlogo{

  height:0;
  width: 40%;
  border-right:120px solid transparent;
  border-bottom:130px solid white;
  display: inline-block;
  position:relative;
  vertical-align: middle;
  text-align: left;
  line-height: 130px;
}

#logo{
    display: inline;
    width: 50%;
    margin-left: 2%;
    height: auto;
    max-width: 250px;
    min-width: 200px;
    vertical-align: middle;
}

header{
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
    margin-bottom: 1%;
    padding: 2px 0;
    border-color: rgba(0,0,0,0.2);
    clear: both;
}

#contenedor{
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
}
 
#menupc {
	width:50%;
    height: auto;
    z-index: 99999;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

#menupc ul {
    width: 95%;
	list-style:none;
    margin: 0 auto;
}
 
#menupc ul li {
    display: block;
	float:left;
    padding: 0 2% !important;
    margin: 0 2% !important;	
    
}
 
#menupc ul li a {
	color: white;
    display: inline-block !important;
    text-decoration:none !important;
    font-family: 'Oswald';
    font-style: bold;
    font-size: 1.7em !important;
    font-weight:bold;
    clear: both;
    padding: 0 10%;
}

  
#menuresponsive, #menu, .site-overlay{
    display: none;
}

.menu-btn{
    position:fixed;
    font-size: 2em;
    font-weight: bold;
    color: white;
    padding-left: 2%;
    background: rgba(0,0,0,0.7);
    width: 100%;
    z-index: 99999;
}

.arrow{
    margin-left: 2%;
}

section {
	padding:20px;
}
 


footer{
    clear:both;
    font-family: 'Oswald';
    color: darkslategrey;
    margin: 1% auto;
    background-color: lightgrey;
    padding: 0 10%;
}



.suc{
    box-sizing: border-box;
    width: 20%;
    font-size: 1.4em;
    float:left;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.suc a{
    text-decoration: none;
    color: inherit;
    
}

.suc a:hover{
    text-decoration: none;
    color: white;
}


#copy{
    
      box-sizing: border-box;
    width: 20%;
    font-size: 1.4em;
    float:left;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}

#creditos{
    font-size: 1.4em;
	clear: both;
	padding-bottom: 10px;
	text-align: right;
}
#creditos a{
	color: black;
}
#creditos a:hover{
	text-decoration: none;
    color: white;
}

@media (max-width:1310px ) {

    #menupc ul li a{
        padding: 0 8% !important;
        margin: 0 2px !important;	
        font-size: 1.6em !important;
    }
    
    header nav ul li a {

        padding: 0 10%;
        margin: 0 2px;	
        font-size: 1.2em !important;
    }

    header nav ul li span {
        margin-right:5px;
    }
    
}

@media (max-width:1000px ) {

    footer{
        font-size: 0.9em;
    }
    
    .social{
        display: none;
    }
}


@media (max-width:800px ) {
    
    .suc{
        
        display: none;
    }
    
    #copy{
        
        width: 100%;
    }
    
    #menupc, #divlogo{
        
        display: none !important;
    }
    
    #menuresponsive , #menu , .site-overlay{
        
        display: block;
    }
    
    header nav{
        text-align: left;
    }
    
    header nav ul li a{
        
        display: block !important;
        font-family: 'Arial' !important;
        font-weight: normal;
    }
    
    #contenedor{
        
        width: 100%;
        padding: 0;
    }
 }

#myModalNorm, .modal{
    z-index: 99999999999999999999999; 
}

.linea{
    
    border-bottom: 2px solid lightgrey;;
    height: 2px;
    width: 70%;
    margin: 0 auto;
    clear: both;
}