@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	background-image: url(../imagenes/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;;
}

a {
    text-decoration: none;
}

li{
    list-style: none;
}

#llamamenu{
    background-color: rgba(26, 124, 8, 0.28);
    color: white;
    cursor: pointer;
    padding: .3em;
    display: flex;
    position: relative;
    z-index: 9999;
}

#llamamenu:hover{
    background-color: rgba(60, 59, 59, 0);

}

#llamamenu i{
    padding: 0;
    margin: 0;
}

header nav{
    background-color: rgba(60, 59, 59, 0);
    color: white;
}

header nav a {
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    padding: 1em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav li:hover{
    background-color: rgba(149, 149, 149, 0.26);
    color: white;
}

header nav ul{
    background-color: rgba(37, 67, 10, 0.75);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50%;
    padding-top: 6em;
    transition: all .5s ease;
}

.visible{
    left: 50%;
    transition: all .5s ease;
}

header {
    background-color: #214001;
    border-radius: 0em 0em 1em 1em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.centrar { 
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: .6em;
}

.menu{
     display: flex;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: center;
     padding: .4em;
     }

#logo{
    width: 50%;
}

main{
    margin-top: 5em;
    /*background-image: url(../imagenes/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

.container {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative;
    padding: 2em;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "montserrat", sans-serif; 
border-radius: 1em;}

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

h1 {
    font-family: "montserrat", sans-serif;
    color: white;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#contact h3 {
	color: #498b05;
	display: block;
	font-size: 1.6em;
	font-weight: 700;
}

#contact h4 {
    font-family: "montserrat", sans-serif;
    color: #888;
	margin:5px 0 15px;
	display:block;
	font-size:13px;
    font-weight: 500;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#6ac40d;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#498b05;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#contact button[type="submit"]:active { 
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

/*-------------------------------------------------*/

footer{
    max-width: 100vw;
    height: auto;
    background-color:white;
    border-radius: 2em 2em 0em 0em;
}

#redes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color: #02495D;
    border-bottom-width:thin;
   
}

.margenes {
    max-width: 90%;
    padding: .5em;
    
}

h3{
    color: #02495D;
    font-size: .9em;
    font-family: "Montserrat", sans-serif;
}

.footer li{
    font-size: .9em;
}

.footer { 
    color: #02495D;
    font-family: "Montserrat", sans-serif;
    color: #02495D;
    margin-left: 1.2em;
}

.footer li { 
    text-decoration: none;
    list-style: none;
    padding-top: 1.6em;
        
}

#informacion {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 
}

#imagenes{    
    display: flex; 
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    list-style: none; 
    padding: 1em;
}

#imagenes img{
    max-width: 100%;
    
}

/*-----------------------------------------------*/

@media screen and (min-width: 1200px) {
    #llamamenu{
        display: none;
    }
      
    header nav ul li{
    display:inline-block;
    margin-left: 1em;
    margin-right: 1em;
   
}
    
    header nav ul{
    display: flex;
    flex-wrap: nowrap;
    background: none; 
    padding-top: 0;
    position: relative;
    left: auto;
    width: 100%;
    height: 25%;
    transition: all ;
}

    header nav a{
        color: #ffffff;
    }
}
    