*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{   
	min-height: 100%;
	position: relative;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.0),
        rgba(0, 0, 0, 0.0)),
        url("imagenes/fondo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;  
}
body{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
}

header{
    width: 100%;    
    background-color: #3e7bca;    
    justify-content: left;
    position: static;  
    display: flex;    
}
.div-logobodas{
    display: flex;    
    align-items: center;    
    width: 50%;    
    animation-duration: 3s;
  
}
.menu-container{
    width: 100%;
    position: static;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;    
    justify-content: end;      
}
.menu-container .navbar ul li {
    position: relative;
    float: left;	
}
.menu-container .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #fffdfc;
    display: block;
    font-weight: 600;
	text-decoration: none;	
}
.menu-container .navbar ul li a:hover {
    color: #02007a;
    
}
#menu {
	text-align: right;
    display: none;	
    
}
.menu-icono {	
    
    width: 25px;
}
.menu-container label {/*posision del boton de menu*/
    margin-top: 5px;;
    cursor: pointer;
    display: none;	
}
.header {
   
    height: 10%;   
    text-align: center;
}
.header-content h1 {
    font-size: 50px;
    line-height: 80px;
    color: #f9fafc;
    text-transform: uppercase;
    transition-duration: 0.1s;
    margin-bottom: 35px;
}
.header-content p {
    font-size: 16px;
    color: #c5c5c5;
    padding: 0 250px;
    margin-bottom: 25px;
}
.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #ce967b;
    color: #f9fafc;
    text-transform: uppercase;
}
.btn-1:hover {
    background-color: #ababab;
}
nav ul li{
	display: inline-block;
	line-height: 20px;
	margin: 0px 0px;
}
nav ul li a{
	color: #FFFFFF;
	font-size: 12px;	
	border-radius: 1px;
	text-transform: uppercase;		
}
li a.active, li a:hover{
	background: #FFFFFF;
	transition: .0.3s;
	padding: 10px;
	border-radius: 5px;
}

.logo-bodas-de-oro{
    text-align: left;    
    width: 50%;   
    height:auto;
    animation: animacion1 2s;
}
.section-principal{
    display: inline-block;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.692);   
    width: 80%;
    height: 100vh;
    margin-left: 10%;
    margin-right: 10%;    
}
.titulo1{
    margin-top: 50px;
    width: 100%;
    text-align: center;   
    
}
.titulo1 p{    
    color: #032992;
    font-size: 30px;
    font-weight: bold;
    
}
@keyframes animacion1{/*aquivan configuracion de animacion*/
    from{
        transform: translate(-500px);
    }
}

.div-logo{      
    width: 100%;   
    display: block;  
}
.logo{
    width: 25%;   
    margin: 40px; 
}
.gif1{  
    
    width: 100px;
}

.logo-bicentenario{
    text-align: center;
    width: 100%;
    
}
.logo-bicentenario img{
    width: 40%;
    
    
}
.section-actividad{
    display: inline-block;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.692);
    width: 80%;
    align-content: center;
    margin-left: 10%;
    margin-right: 10%;
}
.div-info{
    background-color: #eaecee;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
    border-style: solid;
    border-color: #e5f0ff;
    border: 0.5;
    display: block;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 10px;
    justify-content: center;
}
.actividad {
    text-align: justify;    
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
.div-actividad-img1{    
    width: 100%;   
    padding-top: 10px;
    border-radius: 20px;
    justify-content: center;    
    text-align: center;
    overflow: hidden;
}
.div-actividad-img1 img{
    
    height: 400px;
    justify-content: center;
    text-align: center;
}
.div-actividad-img2{ 
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;   
    flex-direction: row;
    width: 60%;     
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 20px;
    gap: 10px;
    
}
.div-actividad-sub-img2{   
    width: 100px;
    height: 100px;
    padding-top: 5px;    
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.div-actividad-sub-img2 img{
    width: 100%; /* Ajusta el ancho al contenedor */
    height: 100%; /* Ajusta el alto al contenedor */
    object-fit: cover; /* Mantiene la proporción de la imagen */  
    cursor: pointer;
    transition: 0.5s;    
}
.div-actividad-sub-img2:hover img{
    transform: scale(1.2);    
}

.popup-image{
    position:fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.popup-image span{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    font-weight: bolder;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 100;

}
.popup-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    height: 750px;
    width: auto;
    object-fit: cover;
}
p1{
    font-weight: bold;    
    font-size: 25px;
    line-height: 1.5;
    
}
p2{
    font-size: 20px;
    line-height: 1.5;   
}

.video-responsive {
    
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
    .video-responsive iframe, .video-responsive object, .video-responsive embed {
        
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
@media (max-width:991px){
    
    .menu-container{
       
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: start;
        justify-content: right;
        text-align: left;
        height: 70px;
		padding: 10px;
	}
	.menu-container label {
		display: initial;
	}
	.menu-container .navbar{/*aqui va el menu bar*/
        
		position: absolute;
        top: 75%;/*pone el menu justo despues del header sin dejar espacio*/
        left: 0;
        right: 0;
        background-color: #103c75;
        display: none;
      
     
	}
	.menu-container .navbar ul li {
        width: 100%;
    }
    #menu:checked ~ .navbar {
		
        display: initial;
		
    }
    .header {
        min-height: 0vh;       
    }

    .header-content {
        padding: 100px 30px;
    }

    .header-content p {
        padding: 0;
    }
    .logo-bodas-de-oro{
        text-align: left;         
        width: 300px;
        margin: 8px;
    }
    
    .section-principal{
        display: inline-block;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.692);   
        width: 90%;
        height: 100vh;
        margin-left: 5%;
        margin-right: 5%;    
    }
    .titulo1{
        margin-top: 50px;
        width: 100%;
        text-align: center;    
    }
    .titulo1 p{    
        margin-left: 5%;
        margin-right: 5%;
        font-size: 20px;
    }
    
    .div-logo{      
        width: 100%;     
    }
    .logo{
        width: 80%;   
        margin: 20px; 
    }
    .gif1{           
       
        width: 100px;
    }
   
    .logo-bicentenario{
        text-align: center;
        width: 100%;
        
        
    }
    .logo-bicentenario img{
        width: 90%;
    }
    .section-actividad{
        display: inline-block;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.692);
        width: 90%;
        
        margin-left: 5%;
        margin-right: 5%;
    }
    .div-info{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        display: block;
        justify-content: left;
    }

    .actividad {
        
        width: 90%;
        text-align: justify;
    }
    .div-actividad-img1 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: auto;
        border-radius: 20px;
    }
    .div-actividad-img1 img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .div-actividad-img2{ 
        margin-left: 5%;
        margin-right: 5%;
        position: relative;
        display: flex;
        flex-wrap: wrap;   
        width: 90%;    
        border-radius: 20px;
        gap: 10px;
    }
    .div-actividad-sub-img2{   
        width: 30.762%;
        height: 120px;
        padding-top: 5px;    
        justify-content: center;
        align-items: center;
    }
    .div-actividad-sub-img2 img{
        width: 100%; /* Ajusta el ancho al contenedor */
        height: 100%; /* Ajusta el alto al contenedor */
        object-fit: cover; /* Mantiene la proporción de la imagen */      
    }
    .popup-image{
        position:fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.9);
        height: 100%;
        width: 100%;
        z-index: 100;
        display: none;
    }
    .popup-image span{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 30px;
        font-weight: bolder;
        color: #FFFFFF;
        cursor: pointer;
        z-index: 100;
    
    }
    .popup-image img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    p1{
        margin-left: 0%;
        margin-right: 0%;
        font-size: 16px;
        line-height: 1.5;
    }
    p2{
        margin-left: 0%;
        margin-right: 0%;
        font-size: 14px;
        line-height: 1.5;  
        
    }
    .video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
    .video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 90%;
	left: 5%;
	position: absolute;
	top: 5%;
	width: 90%;
	}
}
