*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    /* background-color: #d2f1fe; */
    background-color: #c3efff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 150px;
    color: #1f1e21;
}
img{
    width: 100%;
}
header{
    width: 100%;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow-x: hidden;
    height: 150px;
}
header::after {
    content: '';
    background-image: url(../img/after-menu.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center bottom;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: 0.2s ease-in-out all;
}
header.hide-after::after {
    opacity: 0;
}
header nav{
    width: 90%;
    margin: 0 auto;
    padding: 0;
    transition: 0.4s ease-in-out all;
}
header.hide-after nav {
    padding: 0px 0;
    transition: 0.4s ease-in-out all;
}
header nav ul{
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
}
header nav ul li{
    margin-left: 20px;
}
header nav ul li a{
    text-decoration: none;
    color: #1f1e21;
    font-weight: 600;
}
#home .primera-parte img{
    max-width: 50%;
    display: block;
    margin: 0 auto;
}
#home .primera-parte{
    padding-bottom: 200px;
    background-image: url(../img/nubes-solas.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
#home .tercera-parte{
    background-image: url(../img/home-pt2-desk-parte-2.svg?v30);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 500px;
    margin-top: -50px;
    margin-bottom: 20px;
}
#home .segunda-parte{
    background-image: url(../img/home-pt2-desk.svg?v40);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 400px;
    margin-top: -50px;
}
img.titulo-ayudanos {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.grilla-descarga {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 30px;
}
.grilla-descarga a{
    margin: 0 30px;
    display: block;
}
.grilla-descarga a img{
    width: 150px;
    display: block;
    margin: 0 auto;
}
#home .contenedor{
    transform: translateY(-50px);
}
#home .contenedor p{
    text-align: center;
    font-weight: 200;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
#home .contenedor h1{
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: 700;
}
#pinguino img{
    width: 100%;
}
#pinguino .grilla-factores {
}
#pinguino .grilla-factores img{
    display: block;
}
section#pinguino {
    padding-bottom: 50px;
}
.mob{
    display: none;
}
#huemul img{
    width: 100%;
    display: block;
}
.pasto-huemulens{
    margin-bottom: -4px;
}
#huemul{
    background-color: #fff1de;
    position: relative;
}
/* #huemul::before{
    content: '';
    width: 100%;
    height: 250px;
    background-image: url(../img/before-huemul.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -250px;
    left: 0;
} */
 .before-huemulens{
    width: 100%;
    display: block;
 }
/* #huemul::after{
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../img/after-huemul.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    left: 70%;
} */
#huemul .contenedor,
#pinguino .contenedor{
    width: 90%;
    margin: 0 auto;
}
#pinguino .contenedor{
    width: 80%;
}
#huemul .contenedor.cont-60,
#pinguino .contenedor.cont-60{
    width: 60%;
    margin: 0 auto;
}
#huemul .contenedor .grilla{
    display: grid;
    grid-template-columns: 4fr 1fr;
    align-items: center;
    max-width: 1000px;
    margin: 0px auto;
    grid-gap: 30px;
    margin-bottom: 50px;
}
#huemul .contenedor .grilla .huemulens{
    display: block;
    max-width: 400px;
    transform: scale(1.2);
    width: 100%;
}
#huemul .titulo-huemulens,
#rana .holens-titulo{
    max-width: 500px;
    margin: 0 auto;
    display: block;
    transform: translateY(-30px);
}
.verde-rana {
    background: #def2d1;
}
#rana .holens-titulo{
    max-width: 600px;
    transform: translateY(50px);
}
#huemul p,
#rana p {
    font-weight: 200;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 10px;
}
.pl-esp{
    margin-left: 2vw;
    text-align: center;
}
#pinguino .pl-esp{
    margin-left: 4vw;
}
.grilla-factores{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
#pinguino .grilla-factores{
    grid-template-columns: repeat(4, 1fr);
}
.grilla-factores img{
    max-width: 150px;
    margin: 20px auto;
}
.grilla-factores p{
    text-align: center;
}
.grilla-factores figure{
    position: relative;
    cursor: pointer;
}
.grilla-factores .caja{
    /* display: inline-block;
    background-image: url(../img/globo.svg);
    background-size:  100% 100%;
    background-repeat: no-repeat; */
    position: absolute;
    transform: translateY(-100%);
    pointer-events: none;
    padding: 20px;
    opacity: 0;
    transition: 0.2s ease-in-out all;

    min-width: 300px;
}
.grilla-factores figure:hover .caja{
    opacity: 1;
}
.grilla-factores .caja:after{
    content: '';
    width: 70px;
    height: 40px;
    background-image: url(../img/globo-triangle.png?v2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}
.grilla-factores .caja img{
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    top: 0;
    left: 0;
}
.grilla-factores .caja p{
    position: relative;
    z-index: 2;
    font-size: 100%;
    line-height: inherit;
}
.bg-amimalens{
    background-image: url(../img/bg-animales.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#rana{
    background-color: #def2d1;
    padding-top: 0px;
    padding-bottom: 100px;
}
#rana .holens-titulo{
    margin-bottom: 50px;
}
#rana .rana-x3{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    grid-gap: 30px;
}
#rana p{
    margin-bottom: 30px;
    text-align: center;
}
#rana .grilla-factores{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#rana .grilla-factores.t{
	display: block;
    justify-content: flex-start;
}
#rana .grilla-factores .fac{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#rana .rana-x2,
#rana .pl-esp.x{
    display: none;
}
#rana .grilla-factores figure{
	width: 22%;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #010a2b;
    flex-direction: column;
    padding: 100px 0;
    position: relative;
}
footer img{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
footer .logo-gob{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90px;
}
footer p{
    color: #fff;
    margin-top: 30px;
    font-weight: 100;
    font-size: 10px;
    line-height: 25px;
}
.caja p {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
}
@media screen and (max-width: 991px) {
    .desk{
        display: none;
    }
    .mob{
        display: block;
    }
    #huemul .titulo-huemulens{
        width: 50vw;
    }
    #huemul::after{
        width: 40px;
        height: 40px;
        left: 80%;
    }
    #huemul .contenedor .grilla{
        display: flex;
        flex-direction: column-reverse;
        padding: 40px;
    }
    #huemul .contenedor .grilla .huemulens {
        display: block;
        transform: scale(1);
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    #huemul p,
    #rana p{
	    font-size: 12px;
	    
    line-height: 14px;
    }
    #home .contenedor{
	    transform: translateY(0);
    }
    #home .segunda-parte{
	    min-height: 100px;
        background-image: url(../img/home-pt2-mob.svg?40);
    }
    #home .tercera-parte{
	    min-height: 300px;
        background-image: url(../img/home-pt2-mob-parte-2.svg?40);
    }
    
    img.menu {
        display: block;
        width: 40px;
        margin-left: auto;
    }
    img.titulo-ayudanos{
	    width: 80%;
    }
    .grilla-descarga a img {
	    width: 80px;
	}
	.grilla-descarga a {
	    margin: 0 15px;
	}
    #huemul .contenedor.cont-60,
    #pinguino .contenedor.cont-60{
        width: 100%;
    }
    .grilla-factores {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0;
        justify-content: center;
    }
    .grilla-factores figure,
    #rana .grilla-factores figure{
        width: 50%;
    }
    .grilla-factores figure img{
        max-width: 100px;
    }
    
    .grilla-factores .caja {
        min-width: 100px;
    }
    .grilla-factores .caja p{
        font-size: 9px;
    }
    .grilla-factores .caja:after {
        width: 50px;
        height: 30px;
        bottom: -23px;
    }
    #rana .rana-x3{
        display: none;
    }
    #rana .rana-x2{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }
    #rana .rana-x2 div:first-child{
        width: 80%;
    }
    #rana .rana-x2 div:nth-child(2),
    #rana .rana-x2 div:nth-child(3){
        width: 50%;
    }
    #rana .rana-x2 div:nth-child(2) img{
        height: 300px;
        transform: translateX(-3%);
    }
    #rana .rana-x2 div:nth-child(3) img{
        height: 250px;

        transform: translateX(25%);
    }
    #rana .grilla-factores div{
        display: none;
    }
    #rana .grilla-factores div.caja,
    #rana .grilla-factores div.facter{
        display: block;
    }
    #rana .grilla-factores{
        width: 90%;
        margin-top: 0;
    }
    #home .contenedor h1 {
	    font-size: 30px;
	    line-height: 30px;
	    margin-top: 15px;
	}
	#rana .pl-esp.x{
		display: flex;
		padding-left: 0px;
        justify-content: center;
	}
    #rana .holens-titulo {
        max-width: 90%;
        transform: translateY(10px)!important;
    }
    header::after,header{
        height: 60px;
    }
    #home .primera-parte img{
        max-width: 90%;
    }   
    #pinguino br {
        display: none;
    }
}