@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400,500,900&display=swap');
@font-face {
  font-family: "Midnight Chalker";
  src: url('../fonts/DK Midnight Chalker.otf');
}
@font-face {
 font-family: "Roboto";
 src: url('../fonts/Roboto-Regular.ttf');
}

/* General */

*{
    margin:0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Catamaran', sans-serif;
}

/* Cargando... */
#loader{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

#casita{
    position: relative;
    width: 400px;
    height: 400px;
    max-width: 100%;
    margin: auto;
    margin-top: calc(calc(100vh - 500px) / 2)
}

#casita img{
    width: 100%;
}

#loadingif{
    position: absolute;
    bottom: -12%;
    left: 20%;
    right: 20%;
    width: 60%!important;
}


/* Menú */
header {
    position: absolute;
    top: 0;
    z-index: 2;
}

header nav {
    position: fixed;
    width: 100vw; 
    height: 70px;
    width: 100%;
}

.verde-oscuro{
    background-color: rgba(69,143,105,1);
}

.verde{
    background-color: #beddb2;
}

.verde-claro{
    background-color: rgba(133, 185, 119, 1);  
}

.verde-muy-claro{
    background-color: #dce9cf;
}

.amarillo-claro{
    background-color: #faeaa3;
}

.naranja{
    background-color: #fba442;
}

.verde-oscuro-08{
    background-color: rgba(69,143,105,0.8);
}

.verde-08{
    background-color: rgba(190, 221, 178, 0.8);
}

.verde-claro-08{
    background-color: rgba(133, 185, 119, 0.8);  
}

.verde-muy-claro-08{
    background-color: rgba(220, 233, 207, 0.80);
}

.naranja-08{
    background-color: rgba(251, 164, 66, 0.8)
}

.amarillo-claro{
    background-color: rgba(250, 234, 163, 0.8);
}


.blanco-03{
    background-color: rgba(255,255,255,0.3);
}

.imagen-izquierda{
    position: absolute;
    left: .75em;
    top: .75em;
}

.menu-logo {
    position: absolute;
    right: 0.75em;
    top: 0.75em;
}

header nav a img {
    height: 40px;
    
}

.menu {
    position: absolute;
    right: 0;
    top: 70px;
    display: none;
    background-color: #85b977;
    width: 100%;
    box-shadow: 0 2px 7px -2px rgba(0,0,0,0.2);
}

.menu ul{
    list-style-type: none
}

.menu li a{
    display: block;
    padding: 1em 3em;
    text-decoration: none;
    color: white
}

.menu li:hover{
    background-color: #75a967;
}

.mostrar-menu{
    display: block;
}

@media screen and (min-width:770px) {
    .menu{
        width: auto;
    }
}

/* Main */
.contenido{
    margin: 54px auto 75px auto;
    width: 100%;
    padding: 20px;
    max-width: 750px;
    overflow: hidden;
}

@media screen and (min-width:770px) {
    .contenido{
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        overflow: visible;
    }
    
    .contenido .i{
        flex-grow: 6;
        min-width: 60%;
    }

    .contenido .d{
        flex-grow: 4;
        min-width: 40%;
    }
}

@media screen and (min-width: 601px) and (max-width:769px) {
    .contenido .i{
        margin: 0px 80px;
        margin-bottom: 30px;
    }
}


/* IZQUIERDA */
.contenido .i img{
    width: 100%;
}

/* DERECHA */
.contenido .d{

}

.contenido h1 ,h2{
    font-family: 'Catamaran', sans-serif;
    margin-bottom: .1em;
    line-height: 1em;
}

.contenido h2:first-child{
    margin-top: 20px;
    font-size: 35px;
    color: #2b5b42;
    margin-bottom: 20px
}

.contenido h1{
    font-size: 49px;
    color: white;
    display: inline-block;
    text-shadow: 3px 0px 0px #2b5b42;
    border-bottom: 4px solid white;
}

.contenido h3{
    font-size: 23px;
    font-family: 'Midnight Chalker';
    letter-spacing: 0.02em;
    color: #2b5b42;
    font-weight: 300
}

.contenido p{
    font-size: 17px;
}

@media screen and (min-width:770px) {
    .contenido .d{
        padding-left: 16px;
    }
    
    .contenido h2:first-child{
        font-size: 55px;
        color: #2b5b42;
        margin-bottom: 50px
    }
}

@media screen and (min-width:1030px) {
    .contenido h2{
        font-size: 60px;
    }
    
    .contenido h3{
        font-size: 26px;
    }
}

/* Contenedor Herramientas */
@media screen and (min-width:601px) and (max-width:769px) {
    #contenedor-herramientas{
        padding: 0px 28px;
    }
}

#contenedor-herramientas{
    position: relative;
    background-image: url("../imagenes/mancha-herramientas.png");
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
}

#contenido-herramientas h1{
    font-size: 35px;
}

@media screen and (min-width:900px) {
    #contenido-herramientas h1{
        font-size: 45px;
    }
}

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

    .contenido h2{
        font-size: 60px;
    }
    
    .contenido h3{
        font-size: 26px;
    }
}

.puntos {
    background-color: white;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    box-shadow:  5px 5px 5px 0px rgba(235,105,18,1);
    position: absolute;
    margin-left: -10px;
    margin-top: -20px; 
}

.info {
    border-radius: 10px;
    background-color: whitesmoke;
    position: absolute;
    padding: 1em;
    opacity: 65%;
    margin: 10px;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
    display: none;
}

.puntos:hover + .info{
    opacity: 75%;
    display: block;
}

/* Posicion puntos */
#info-botas {
 top: 53%;
 left: 5%;
}
#info-guantes {
 top:62%;
 left: 28%;
}
#info-carretilla {
 top:33%;
 left: 22%;   
}
#info-maceta {
 top:60%;
 left: 5%;  
}
#info-pala {
 top:10%;
 left: 6%;
}
#info-rastrillo {
 top:32%;
 left:53%;

}
#info-regadera {
 top:5%;
 left:50%;
}
#info-tijeras {
 top:45%;
 left:7%;
}

#botas {
 top: 83%;
 left: 75%;
}
#guantes {
 top:62%;
 left: 28%;
}
#carretilla {
 top:33%;
 left: 22%;   
}
#maceta {
 top:90%;
 left: 13%;  
}
#pala {
 top:10%;
 left: 6%;
}
#rastrillo {
 top:32%;
 left:93%;

}
#regadera {
 top:5%;
 left:50%;
}
#tijeras {
 top:45%;
left:7%;
}


INDEX
#index {
    background-size: cover;   
    background-repeat: no-repeat;
}

#imagen-index{
    height: 400px;
    text-align: center;
    position: relative;
}

#imagen-index > div > img{
    display: block;
    width: 100%;
    margin: auto;
    padding: 0px 10px;
    max-width: 400px;
    z-index: 99;
}

#imagen-index > div{
    position: absolute;
    bottom: -30px;
    width: 100%;
}

#index .contenido p{
    font-weight: 400
}

#imagen-index h1{
    display: block;
    position: static;
    padding-top: 140px;
    padding-left: 22px;
    padding-right: 22px;
    margin: auto;
    font-family: "Midnight Chalker";
    color: white;
    font-size: 2.5em;
    font-weight: 500;
    
}

.logogrow img{
    margin-top: 4em; 
    width: 100%;
    
}

.logomoron{
    margin-top: 1em;
    text-align: center;
}

.logomoron img{
    width: 40%;
    
}

#index p{
    color: white;
    line-height: 1.3em;
}

#index .contenido{
    max-width: 1000px;
}

#desarrollado{
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    font-family: Roboto;
}

@media screen and (min-width: 770px) {
 #index .contenido .i{
        padding-right: 50px;
        padding-bottom: 40px;
    }

    #index .contenido .d{
        padding-left: 50px;
        padding-bottom: 50px;
    }   
}

.cultura {
    margin-top: 1em;
    text-align: center;
}

.cultura h3{
    color: white;
    font-size: 2.1em;
}

#index .moronsurco {
    margin: 3em 1em ;
    color: white;
}

@media screen and (min-width:1030px) {
    #index{
/*        background-image: url(../imagenes/fondoindexdesktop.png)*/
    }
    
    #index .moronsurco{
        width: 450px
    }
    
    #index .moronsurco p{
        }
}

/* SEMBRANDO */

#sembrando{
    padding: 0px 50px;
}

@media screen and (min-width:601px) and (max-width:769px) {
    #sembrando{
        padding: 0px 50px;
    }
}

@media screen and (min-width:770px) {
    #sembrando img{
        padding: 0px 0px;
    }
    
    #cuidados img{
        padding: 0px 58px;
    }
    
    #cosecha img{
        padding: 0px 58px;
    }
}

#h1-sembrar, h1-cuidados{
    font-size: 45px;
}

/* CUIDADOS */
#body-cuidados .contenido .i{
    padding: 0px 60px;
}

@media screen and (min-width:601px) and (max-width:769px) {
    #body-cuidados .contenido .i{
        padding: 0px 55px;
    }
}

@media screen and (min-width:770px) {
    #body-cuidados .contenido .i{
        padding: 0px 0px;
    }
}

/* COSECHA */
#body-cosechas .contenido .i{
    padding: 0px 70px;
}

@media screen and (min-width:601px) and (max-width:769px) {
    #body-cosechas .contenido .i{
        padding: 0px 55px;
    }
}

@media screen and (min-width:770px) {
    #body-cosechas .contenido .i{
        padding: 0px 0px;
    }
}

/* JUEGUITO */
#body-jueguito{
    background-image: url("../imagenes/fondo-tierra.png");
    background-size: cover;
    min-height: 100vh;
}

#body-jueguito *{
    user-select: none;
}

#contenido-juego{
    margin-top: 140px;
    margin-bottom: 0;
}

#contenido-juego h3{
    color: white;
}

#contenedor-juego{
    position: relative;
}

.item-juego{
    position: absolute;
    width: 28%;
    cursor: pointer;
    z-index: 10;
}

.item-juego .drag{
    position: absolute;
    width: 100%;
    background-color: transparent;
    height: 100%;
    top: 0px;
}

#item-regadera{
    left: 69.75%;
    top: 2%;
}

#item-semillas{
    left: 69.75%;
    top: 27%;
}

#item-pala{
    left: 69.75%;
    top: 52%;
}

#item-plantar{
    left: 69.75%;
    top: 74.5%;
}

.tierra-juego{
    position: absolute;
    width: 64%;
    left: 2%;
    bottom: 1.75%;
}

.tierra-juego:not(:last-child){
    display: none;
}

/* Menu plantas */
#body-menuplantas{
    background-image: url("../imagenes/fondo-tierra.png");
    background-size: cover;
    min-height: 100vh;
}

#body-menuplantas{
    padding-top: 120px;
}

#contenedor-menuplantas{
    margin-top: 40px;
}


#body-menuplantas .d h3{
    color: white
}

#contenedor-menuplantas ul{
    list-style: none;
    padding-left: 0px;
}

#contenedor-menuplantas ul li{
    position: relative;
    max-width: 250px;
    display: block;
    margin: 30px auto;
}

#contenedor-menuplantas ul li a{
    position: relative;
    margin: 14px 20px;
    display: block;
    border-radius: 16px;
    padding: 6px 20px;
    background-color: white;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    color: black;
    max-width: 250px;
}

#contenedor-menuplantas ul li a:hover{
    box-shadow: 0px 0px 13px 2px rgba(255,255,255,1)
}

#contenedor-menuplantas ul li img{
    position: absolute;
    top: -10px;
    left: 0px;
    height: 60px;
    width: auto;
    z-index: 2;
}

/* Info planta */
#body-infoplanta{
    background-image: url("../imagenes/fondo-tierrasola.png");
    background-size: cover;
    overflow: auto;
    background-position: center center;
}

#contenido-infoplanta{
    max-width: 1000px;
    text-align: center;
}

#contenedor-infoplanta{
    margin-top: 330px;
}

@media screen and (min-width:770px) {
    #contenido-infoplanta{
        margin-top: 120px;
    }  
    #contenedor-infoplanta{
        margin-top: 0px;
        min-height: 400px;
    }  
}

#cartel-nombre-planta{
    padding: 57px 0px 0px 0px;
    margin: auto;
    width: 256px;
    height: 122px;
    background-image: url("../imagenes/marco-cartel.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#cartel-nombre-planta h1{
    color: black;
    text-shadow: none;
    font-size: 30px;
    border: none;
}

#boton-plantar{
    border-radius: 16px;
    padding:6 20px;
    font-size: 22px;
    max-width: 185px;
    display: block;
    text-decoration: none;
    color: white;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.6);
    transition: 0.1s;
    margin-bottom: 2px;
}

#boton-plantar:active{
    margin-top: 12px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
}

.contenedor-caja-info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-end;
    height: 300px;
}

.caja-info{
    display: block;
    padding: 6px 0px;
    background-color: white;
    border-radius: 8px;
    margin: 3px;
    margin-bottom: 10px;
    min-width: 130px;
    max-width: 130px;
    width: auto;
}

.caja-info h2{
    font-size: 16px!important;
    text-transform: uppercase;
    margin: 0!important;
}

.caja-info h3{
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (min-width:770px) {
    .caja-info{
        width: 140px;
    }
    
    .contenedor-caja-info{
        margin-top: 60px;
        display: block;
        width: 130px;
        margin-left: auto;
    }
}

/* Mis plantas */
#plantadas-i{
    position: relative;
}

.planta-plantada{
    display: block;
    position: absolute;
    max-width: 17%;
}

#agregar-planta{
    top: 10%;
    left: 44%;
    width: 12%;
    cursor: pointer;
    display: block;
}


#plantada1{
    top: 23%;
    left: 23%;
}

#plantada2{
    top: 23%;
    left: 40.5%;
}

#plantada3{
    top: 23%;
    left: 57%;
}
    
#plantada4{
    top: 35.5%;
    left: 21.5%;
}

#plantada5{
    top: 35.5%;
    left: 40.5%;
}

#plantada6{
    top: 35.5%;
    left: 59%;
}

#plantada7{
    top: 47.5%;
    left: 21.5%;
}

#plantada8{
    top: 48%;
    left: 40.5%;
}

#plantada9{
    top: 48.5%;
    left: 61%;
}



/*MISPLANTAS1*/

#misplantas1{
    background-color: #def2f9;
    background-image: url(../imagenes/fondo-tierrasola.png);
    background-size: cover;
    overflow: auto;
    background-position: center center;
    min-height: 100vh;
}

#misplantas1 .titulo{
    margin-top: 5em;
   text-align: center;
}


#misplantas1 .calendario{
    margin-top: 2em;
    text-align: center;
}
#misplantas1 .calendario img{
    width: 70%;
}

#misplantas1 .titulo{
    display: flex;
    justify-content: center;
}
#misplantas1 h1, #misplantas1 h2 {
    font-family: 'Midnight Chalker';
    color: black;
}

#instruccion1, .instruccion2{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px;
    padding-bottom: 8px;
    background-color: white
}

.instruccion2{
    background-color: #dce9cf;
}

#misplantas1 .zanahoria, .berenjena, .calabaza{
    font-size: 3.8em;
    padding: 0.6em;
    }
#misplantas1 .tomate, .lechuga, .choclo{
    font-size: 4.5em;
    padding: 0.4em;
    }
#misplantas1 h1 {
    font-weight: 100;
    background-image: url(../imagenes/marco-cartel.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 122px;
    width: 268px;
   
}
#misplantas1 h2{
    text-align: left;
    margin-left: 15%;
    font-size: 1em;
}

#misplantas1 .medidor img{
    width: 50%;
    
}
#misplantas1 .verdura img{
    width: 50%;
    
}
#misplantas1 .things {
    margin-top: 5em;
    padding: 10px 0 0 5em;
    display: flex;    
}

.things div{
display: flex;
    justify-content:center;
}


@media screen and (min-width:768px){
    #misplantas1 .calendario img{
    width: 30%;
}
    #misplantas1 .medidor img{
    width: 80%;
}

#misplantas1 .verdura img{
    width: 80%;
    }
    #misplantas1 .things{
    margin-top: 8em;
    display: flex;
    justify-content: center;
}
    #misplantas1 h2{
    
    margin-left: 35%;
    font-size: 1.8em;
}
}
    
@media screen and (min-width:1030px){
    #misplantas1 .calendario img{
    width: 30%;
    margin-top: 1em;
}
    #misplantas1 .medidor img{
    width: 70%;    
}
#misplantas1 .verdura img{
    width: 70%;
    }
    #misplantas1 .things{
    margin-top: 10em;
    justify-content: space-around;
    }    
   

#misplantas1 h2{
    
    margin-left: 35%;
    font-size: 2em;
}

    }


/* Video */
#video-contenido{
    max-width: 1200px;
}

/*Flechitas abajo*/
footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer > div:nth-last-child(2){
    position: fixed;
    bottom: 0;
    text-align: center;
    margin-bottom: 62px;
    font-size: 22px;
    color: #2b5b42;
    letter-spacing: 0.1;
    width: 100%;
    font-family: "Midnight Chalker";
}

footer > div:last-child{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 30px 10px 30px;
    bottom: 0;
    align-items: center;
}

footer > div > *{
    display: block;
}

footer > div:last-child > *{
    min-width: 65px;
}

footer img{
    height: 55px;
}

.img-abajo{
    height: 37px;
}


/* Extras */
.solo-touch{
    display: block;
}
.solo-mouse{
    display: none;
}

/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
    .solo-touch{
        display: none;
    }
    .solo-mouse{
        display: block;
    }
}