/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9/09/2020, 09:39:01 AM
    Author     : Morado
*/


@import url('https://fonts.googleapis.com/css2?family=Abel&family=Architects+Daughter&family=IBM+Plex+Sans:ital,wght@0,100;0,200;1,200&family=Indie+Flower&family=Lato&family=Open+Sans&family=Roboto:ital,wght@0,100;1,300&family=Shadows+Into+Light&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Architects+Daughter&family=Grandstander:wght@100;300&family=IBM+Plex+Sans:ital,wght@0,100;0,200;1,200&family=Lato&family=Open+Sans&family=Roboto:ital,wght@0,100;1,300&family=Shadows+Into+Light&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Architects+Daughter&family=Grandstander:wght@100;300&family=IBM+Plex+Sans:ital,wght@0,100;0,200;1,200&family=Lato&family=Open+Sans&family=Open+Sans+Condensed:wght@700&family=Roboto:ital,wght@0,100;1,300&family=Shadows+Into+Light&display=swap');

p{
    font-size: 15px;
    font-family: 'Grandstander', cursive;
}
.iniciarSesion{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px!important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
section{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 100px;
    position: relative;
}

header{
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 20px 100px !important;
    position: absolute !important;
    justify-content: space-between !important;
    align-items: center !important;
    display: flex !important;
}

header .logo{
    position: relative;
    max-width: 180px;
}
.ul{
    position: relative;   
}
.ul li{
    list-style: none;
}

header ul li a{
    display: inline-block;
    color: black;
    font-weight: 400;
    margin-left: 40px;
    text-decoration: none;
}
.crearCuenta{
    max-width: 100% !important;
    align: center;
}
.imgWelcome {
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 400px) {
    .imgWelcome {
        margin-top: -60px !important;
        padding: 20px;

    }
    .mensaje{
        margin-top: -60px !important;
    }
}

@media only screen and (max-width: 900px) {
    .separator{
        margin-top: 80px !important;
    }
    .row{
        margin-top: 5px !important;
        margin-bottom: 50px !important;
    }
}
/*@media only screen and (max-width: 600px) {
    .imgWelcome {
        max-width: 250px !important;
    }
    .mensaje{
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 400px) {
    .logo{
        max-width: 130px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .imgWelcome{
        max-width: 420px !important;
        margin-top: 240px !important;
    }
}*/