@charset "utf-8";
/*
==============================================
CSS TIPOGRAFÍA
==============================================
*/
@font-face {
    font-family: 'Montserrat', sans-serif;
}
/*
==============================================
CSS GENERAL
==============================================
*/

/*
==============================================
CSS SECTION
==============================================
*/
section{
    justify-content: center;
    align-items: flex-start;
    min-width:80%;
    flex-grow: 1; 
}
.conteEmergente{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8rem;
	margin-bottom: 8rem;
    margin-left: 12rem;
}
.emergente{
    width: 18rem;
    height: 22rem;
    perspective: 1000px;
    margin: 1rem;
    position: relative;
    background-color: rgba(5, 58, 7, .8);
    border-radius: 1rem;
}
.fila1{
    width: 18rem;
    height: 4rem;
    position: absolute;
    top: .8rem;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fila2{
    width: 18rem;
    height: 4rem;
    position: absolute;
    top: 6rem;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fila3{
    width: 10rem;
    height: 2.5rem;
    position: absolute;
    top: 12rem;
    left: 4rem;
    color: #ffffff;
    background-color: #8cbb3a;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fila4{
    width: 15rem;
    position: absolute;
    top: 16.5rem;
    left: 1.5rem;
    color: #bad686;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fila5{
    width: 18rem;
    position: absolute;
    bottom: 1rem;
    left: 0rem;
    color: #bad686;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt1{
    width: 10rem;
    height: 1.5rem;
    position: absolute;
    top: 0%;
    color: #ffffff;
    display: flex;
    margin-left: 1.4rem;
    justify-content: flex-start;
    align-items: center;
}
.plecaTtx1{
    width: 15rem;
    height: 2.3rem;
    position: absolute;
    bottom: 0rem;
    margin-left: 1rem;
    background-color: #ffffff;
    border-radius: 1rem;
}
.input2{
    height: 1.9rem;
    width: 13rem;
    position: absolute;
    top: 0.2rem;
    left: 1rem;
    border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
    text-indent: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.contra {
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 1200px) {

.conteEmergente{
    justify-content: center;
	margin-left: inherit;
}

}

/*
==============================================
CSS FOOTER
==============================================
*/

/*
==============================================
CSS MEDIA PORTRAIT (LANDSCAPE ES TODO LO QUE
ESTE ANTES)
==============================================
*/
