
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

* {
	box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}


body {
	background:url(/assets/img/glaciar\ \(1\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
}

#header{
	display: inline;
}

h1 {
    color: #00a7e1;
	font-weight: bold;
	margin: 0;
}

h2 {
	text-align: center;
}

p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

span {
	font-size: 12px;
}

a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

button {
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	background-color: #00a7e1 ;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

button:active {
	transform: scale(0.95);
}


button.ghost {
    background-color: transparent;
	border-color: #FFFFFF;
}

.container {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 100%;
	height: 600px;
    max-width: 100%;
    min-height: 480px;
	margin: 100px 0;

}

form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}


.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.9s ease-in-out;
	
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}

.overlay { 
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
    transition: all 0.9s ease-in-out;
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: url(/assets/img/pexels-eberhard-grossgasteiger-691668\ \(1\).jpg);
    
    
    body{
        background-color: #E8F0F2;
        
    }
    
    #galeria h1{
        font-size: 5em;
        margin-top: 40px;
        font-weight: bolder;
        font-family: 'Roboto', 'sans-serif';
    }
    
    #galeria h4{
        font-family: 'Merienda One', 'cursive';
    }
    
    #galeria h5{
        margin-top: 30px;
        font-family: 'Roboto', 'sans-serif';
    } 
    
    
    #galeria .col-lg-3 {
        margin: 0 !important;
        padding: 25px;
    
    }
    
    #galeria img{
        padding: 5px;
        width: 100%;
        height: 200px;
        border-radius: 8px;
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
        margin-bottom: 12px;
        filter:grayscale(1);
        transition-property: filter;
        transition-duration: 1s;
        cursor: pointer;
    }
    
    .col-lg-4:hover{
        transform:scale(1.1)
    }
    
    
    #galeria img:hover{
        filter:grayscale(0);
        transition-property:filter;
        transition-duration:1s;
        border: 5px solid #fff;
    }
    
    .container-a {
        text-align: center;
        margin-bottom: 40px;
    }
    
    #galeria .col-lg-3 .item-text{
        text-align: center;
        font-family: 'Merienda One', 'cursive';
    });
    background-size:cover;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
}

.overlay-right {
	right: 0;
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

.overlay h1{
    color: whitesmoke;
    background-color: #00000052;
    border-radius: 20px;
}

.overlay p{
    text-shadow: 6px 4px 4px rgba(0, 0, 0, 1);
}


@media screen and (max-width: 765px){
.overlay{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100px;
	height: 0%;
	width: 200%;
}
.form-container {
	position: absolute;
	top: 0;
    width: 100%;
	height: 100%;

}
input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
    min-width: 300px;
	max-width: 90%;   
}
.overlay p{
visibility:collapse;
}
}
@media screen and (max-width: 765px){
.container{
	width: 360px;
}
}


/* FOOTER */



    footer{
        width: 100%;
        padding: 10px 0px;
        background-color: #053742;
    
    }
    
    .container__footer{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        margin-top: 0px;
    }
    
    .box-footer{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    
    .box-footer .logo img{
        width: 20vw;
        min-width: 220px;
        max-width: 300px;
        height: auto;
    }
    
    .box-footer .terms{
        max-width: 350px;
        margin-top: 20px;
        font-weight: 500;
        color: #000000;
        font-size: 18PX;
    }
    
    .box-footer H2{
        margin-bottom: 30px;
        color: #00a7e1;
        font-weight: 700;
    }
    
    .box-footer a, .box-footer p{
        margin-bottom: 0;
        margin-top: 10px;
        color: #E8F0F2;
        text-decoration: none;
        font-weight: 600;
    }
    
    .box-footer i{
        padding-right: 2px;
    }
    
    .box-footer a:hover, .box-footer p:hover{
        color: #39A2DB;
    }
    
    .box-footer a .fab,p .fab{
        font-size: 20px;
    }
    
    .box-footer .terms .sgrviendo{
        color: #39A2DB;
        margin-top: 0;
    }
    
    .box-footer .terms .sgrviendo:hover{
        color: #620097;
    }
    
    .box__copyright{
        max-width: 1200px;
        margin: auto;
        text-align: center;
        padding: 0px 40px;
    }
    
    .box__copyright p{
        margin-top: 20px;
        color: #7a7a7a;
    }
    
    .box__copyright hr{
        border: none;
        height: 1px;
        background-color: #7a7a7a;
    }

@media screen and (max-width:740px) {
    .container .card{
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .container .card h4{
        font-size: 27px;
        margin-bottom: 0px;
    }

    .container .card p{
        margin: 0;
    }
}