*{margin: 0; padding: 0; box-sizing: border-box;}

body{
    width: 100%;
    max-width: 1700px;
    height: auto;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: auto;
}

/*Botón WhatsApp*/
#ws{
    width: 70px;
    height: 70px;
   /* background-color: blue;*/
    right: 4px;
    bottom: 16px;
    z-index: 100;
    position: fixed;
    cursor: pointer;
}

#ws img{
    width: 55px;
    height: auto;
}

/*NAVBAR*/
.navbar-brand{
    color: #fff !important;
    margin-left: 0;
    font-size: 1.2rem;    
}

.navbar {
    background-color: #2c6133 !important;
    width: 100%;
    position: fixed;
    box-shadow: 0px 1px 7px #3a3a3a;
}

.navbar img{
    display: none;
}

#TextoLogo{
    width: auto;
    height: auto;
    display: none;
}

.nav-link{
    width: 100%;
    color: #fff !important;
    font-weight: 500;
    margin-bottom:0.6rem;
    text-align: left !important;
    letter-spacing: 0.03rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-bottom: 1rem !important;
    font-size: 1.1rem;
}

.nav-item{
    height: 55px;
    line-height: 25px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #eee;
  border: 2px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
/*FIN NAVBAR*/

#relleno{
    width: 100%;
    height: 58px;
    background-color: transparent;
}

/*PRINCIPAL*/

main{
    width: 100%;
    height: auto;
}

main h1{
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    background-color:#469a51;
    padding: 20px;
    text-align: center;
    margin-top:0;
    margin-bottom: 6px;
}

#maquina{
    width: 100%;
    height: auto;
    padding: 10px;
}

#foto #uno{
    width: 100%;
    height: auto;
    border: 1px solid rgba(0,0,0,0.5);
}

#maquina #fotos{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:space-between;
    margin-top:10px;
}

.photo{width: 32%;}

#fotos #dos, #fotos #tres, #fotos #cuatro{
    width:100%;
    height: auto;
    border: 1px solid rgba(0,0,0,0.5);
}

#data p{
    font-size: 1.1rem;
}

.btn{
    width: 100%;
    height: 50px;
    background-color: #04B486;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border: none;
    outline: none;
    font-weight: bold;
    color: #fff;
}

.btn:hover{background-color: #088A68; color: white;}

#maquina a{
    text-decoration: none;
}

/*FOOTER*/

footer{
    width: 100%;
    height: 20rem;
    background-color: #000;
    margin-top: 2rem;
    position: relative;
}


#logo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:center;
    /*background-color: cadetblue;*/
    position: absolute;
    top:0.8rem;
}

#logo img{
    width: 3.125rem;
    height: auto; 
}

footer #marca{
    width: 100%;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 10rem;
}

#redes{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:center;
    align-content: space-evenly;
    /*background-color: cadetblue;*/
    position: absolute;
    top:7rem;
}

#redes img{
    width: 3.125rem;
    height: 3.125rem;
    margin: 1rem;
    cursor: pointer;
}

footer hr{
    width: 93%;
    height: 1px;
    border: 0;
    margin: auto;
    background-color: white;
}

#autor{
    width: 100%;
    height: 1.875rem;
    position: absolute;
    bottom: 0.2rem;
}


#autor .ad{
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.9rem;
    color: #fff;
}

#autor a:link, a:visited, a:active{
    color: #fff;  
    text-decoration: none;
}

#autor a:hover{
    color: #04b061;    
}


/*MEDIA QUERIES*/

@media screen and (min-width:500px){
/*BANNER PRINCIPAL    
#placa h2{margin-top: 0.8rem;}     
*/
}



@media screen and (min-width:768px){    
    .nav-link{font-size: 1.1rem;}
    
    #foto{
    width: 60%;
    height: auto;
    margin: auto;
    } 
    
    #fotos{
    width: 60% !important;
    margin: auto;
    }
    
    .photo{
    width: 32%;
    height: auto;
    margin-bottom: 10px;
    }
    
    #l1, #l2{
    width: 60%;
    margin: auto;
    }
    
    #data{
    margin-top: 15px;
    }
    
    #data p{
    font-size: 1.1rem;
    text-align: center;
    }
    
    .btn{width: 60%;}    
} 
    

@media screen and (min-width:900px){
    /*NAVBAR*/
    .navbar {
    width: 100%;
    position: fixed;
    box-shadow: 0px 1px 7px #3a3a3a;
    }

    .nav-link{
    width: 100%;
    color: #fff !important;
    font-weight: 500;
    margin-bottom:0.6rem;
    font-size: 1rem; 
    text-align: left !important;
    letter-spacing: 0.03rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-bottom: 1rem !important;
    }

    .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #eee;
    border: 2px solid transparent;
    border-radius: 0.25rem;
    }

    .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    }

    .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    }
    /*FIN NAVBAR*/    

}
    
@media screen and (min-width:1024px){
    
}


@media screen and (min-width:1200px){
    .navbar img{
    display: block;
    width: 50px;
    height: auto;
    margin-left: 22px;
    margin-right: 10px;
    }
    
    .navbar-brand{
    display: none;
    }

    #TextoLogo{
    display: block;
    margin-left: 5px;
    margin-top: 4px;
    color: #fff !important;
    text-shadow: 0 1px 5px #313131 !important;
    letter-spacing: 0.1px;
    font-size: 1.2rem;
    } 
    
    .navbar{
    width: 100% !important;
    max-width: 1700px !important;
    background-color: #2c6133 !important;
    }
    
    .navbar a{text-decoration: none;}
    
    .navbar-nav {
    width: auto;
    height: 100% !important;
    position: absolute !important;
    right: 30px;
    border-bottom: none;
    }
    
    .nav-link{
    width: auto;
    height: 71px !important;
    border-bottom: none !important;
    padding-bottom: 0rem !important;
    margin:0 8px;
    padding-top: 26px;
    text-align: center !important;
    }
      
    .nav-link:hover{
    background-color: #214f27; 
    text-shadow: 1px 1px 5px black;
    }

    .navbar-nav .nav-link{
    padding-right: 0;
    padding-left: 0;
    }
   
}    
    

@media screen and (min-width:1280px){
    main h1{margin-top:12px;}

    #maquina{
    width: 75%;
    max-width:1700px; 
    height: auto;
    margin: auto;
    position: relative;
    }
    
    #foto{
    width: 50%;
    height: auto;
    margin:0;
    } 
    
    #fotos{
    width: 48% !important;
    margin:0;
    position: absolute;
    right: 10px;
    top: 0.5px;
    }
    
    .photo{
    width: 32%;
    height: auto;
    margin-bottom: 10px;
    }
    
    #bloque2{
    width: 48%;
    position: absolute;
    right: 10px;
    top: 232px;
    
    }
    
    #l1, #l2{
    width: 100%;
    margin: 0px;
    }
    
    #data{
    margin-top: 15px;
    }
    
    #data p{
    font-size: 1.2rem;
    text-align: left;
    }
    
    .btn{
    width: 60%;
    margin-top: 30px
    }
    
    
    #autor a:hover{color: #04b061;}    
    
}