@charset "utf-8";
main{
	margin-top: 200px;
}
.title {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color:#05352B;
}
iframe {
    width: 550px;
    height: 400px;
    border: none; /* Elimina el borde del iframe */
    background-color: transparent; /* Asegura que el fondo del iframe sea transparente */
}

.menu{
	margin-top:60px;
}
.imagen{
	margin-top:100px;
	position:relative;
}
.imagen img{
	width: 100%;
}

.footer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-variant-caps: all-petite-caps;
}


.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}
/* Estilos para el popup */
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0)!important;
    padding-top: 60px;
}

.popup-content {
    background-color:rgba(0,0,0,0) !important; /* Cambia el fondo a transparente */
    margin: 5% auto;
    padding: 20px;
    border: none; /* Elimina el borde */
    width: 80%;
    max-width: 500px;
}
.popup img{
position: absolute;
	left: 90%;
	height: 450px;
	
}
.close {
    color: black;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#openPopupButton{
	padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
	float:right;
	height: 70px;
	width: 70px;
	
}
