@font-face{
    font-family: pluto;
    src: url('Pluto_Regular.ttf');
}
* {margin:0; padding:0}

body,html{
    height: 100vh;
    width: 100%;
    margin:0 auto;
    font-family: 'pluto', regular;
}
#topnav {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
  
.sombra{
    text-shadow: 1px 1px 3px #000000;
}
.navbar-default {
  background-color:white;
  background-image: none;
  background-repeat: no-repeat;
 }

#logo-top-nav{
    text-decoration: none;
    transition: width 0.5s;
    width: 250px;
    height: auto;
}
.link{
     
    color: white;
    text-shadow: 1px 1px 3px #000000;
    text-decoration: none;
    font-size: 1.2em;
    
}
.link:hover{
    text-decoration: none;
    color:white;
    border-bottom-color: white;
    border-bottom: solid 5px;
   
}
.slider{
    max-width: 100%;
    max-height: 100vh;
    width: 100%;
    height: auto;
    animation-name: zoom;
    animation-duration: 6s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
@keyframes zoom {
  from {transform: scale(1);}
  to {transform: scale(1.07);}
}
.img-areas{
    width: 70%;
}
.buenas_raices{
    background-color: white;
}
.verde_claro{
    color:#A6CA75;
}
.boton_verde{
    border: solid 1px #A6CA75;
    
}
.boton_verde:hover{
    background-color: #A6CA75;
    color:white;
}
.celeste{
    color:#54D0DF;
}
.servicios{
    background-color: #f7f7f7;
    color:#3b3b3b;
}
.contacto{
    background-color: #c9dd72;
}
.radixagro{
    text-transform: uppercase;
    letter-spacing: 3px;
}
.texto-contacto{
    font-size: 0.8em;
    color:#646464;
}

.texto-web{
    font-size: 0.9em;
    color:#646464;
}
.aparece{
    transition: all 0.8s ease-in-out;
    opacity: 0;
    margin-top: 100px;
    
} 
.texto-footer{
   font-size: 1.1em;
   color:#646464;
   letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  
    .img-logo{
        width: 150px;
        height: auto;
    }
    .slider{
        width: 100%;
        height: 70vh;
        object-fit: cover;
    }
    .texto-footer{
        font-size: 1em;
        color:#646464;
        letter-spacing: 1px;
    }
}