* { 
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: rgba(255, 255, 255, 0.773); 
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.encabezado{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;    
    background-size: cover;
    background-image: url("img/f28.1.jpeg");
    background-attachment: fixed;
    color: white;  
    transition: opacity 2s ease;
    animation: aparecer 2s forwards;  
}
@keyframes aparecer {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
#titulo{
    margin-left:3% ;
    margin-top: 10%;
    color:rgb(255, 255, 255);
    font-family: "Merienda", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    transition: opacity 5s ease;
    animation: aparecer 5s forwards;
    filter: drop-shadow(6px 2px 2px #000000);
}
#t{
    margin-left:3% ;
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: opacity 5s ease;
  animation: aparecer 5s forwards;
  filter: drop-shadow(8px 2px 2px #000000);
  
}

.col{
    color: rgb(0, 0, 0);
    text-align: center; 
    margin: 0;
}
.barra-navegacion{
    background-color: white;    
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);     
    box-sizing: border-box;
    overflow: hidden;     
}
.barra-navegacion ul {
    display: flex; 
    justify-content: space-around; 
    align-items: center;
    text-decoration: none;    
    height: 100%;
    overflow: hidden;   
}
.e{
    width: 80%;
    display: flex; 
    justify-content: space-around; 
    align-items: center;
    text-decoration: none;    
    height: 100%;
    overflow: hidden;   
}
.n{
    overflow: hidden;
    width: 20%;
}
#logo{
    margin-top: 5%;
    width: 90%;
}  
.e li  { 
    font-family: 'Chivo', sans-serif;
    text-decoration: none;  
    list-style: none;
    display: flex;
    text-transform: uppercase; 
    font-size: 100%;   
    margin-inline-end: 1%;   
}
@media (min-width: 900px) {
    /* Estilos para pantallas con un ancho igual o mayor a 768px */
    .e li  { 
        font-size: 85%;   
    }    
    .contacto{
        font-size: 85%;
    }
}
@media (min-width: 701px) and (max-width: 899px){
    /* Estilos para pantallas con un ancho igual o mayor a 768px */
    .e li  { 
        font-size: 65%;   
    }    
    .contacto{
        font-size: 65%;
    }
}
@media (min-width: 501px) and (max-width: 700px){
    /* Estilos para pantallas con un ancho igual o mayor a 768px */
    .e li  { 
        font-size: 50%;   
    }    
    .contacto{
        font-size: 50%;
    }
}
@media (min-width: 350px ) and (max-width: 500px) {
    /* Estilos para pantallas con un ancho igual o mayor a 768px */
    .e li  { 
        font-size: 40%;   
    }    
    .contacto{
        font-size: 40%;
    }
}
@media (max-width: 349px) {
    /* Estilos para pantallas con un ancho igual o mayor a 768px */
    .e li  { 
        font-size: 30%;   
    }    
    .contacto{
        font-size: 30%;
    }
 
}
.otro{
    margin-top: 9%;
   margin-left: 2%;
   margin-right: 2%;
   margin-bottom: 9%;   
}
.otro h2{
    text-align: center;
    color:rgb(169, 55, 37) ;
    text-decoration: underline 3px solid rgb(169, 55, 37);    
}
#rosa{
    color: #da007f;
}
#verde{
    color: #0a9b46;
}
#azul{
    color: #1e50da;
}

#c1{
margin-left: 13%;
}
.otro li{
    margin-left: 10%;   
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
   text-align: left;
}
.cal{
   margin-right: 3%;
   margin-top: 5%;
}
.btn-flotante {
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;	
	z-index: 99;
}
.btn-flotante img{    
    width:  60px;
    height: 60px;
    margin-right: 11%;
    border-radius: 50%;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 1.5);
}
.btn-flotante img:hover{
    transform: scale(1.1);
    transition: padding 0.2s; 
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}
.tex{
    margin-left: 3%; 
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#lugar{
    margin-left: 3%;       
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: oblique;
}
#lug{
    margin-left: 3%;     
    color:rgb(169, 55, 37) ;
    margin-top: 10%;  
    text-decoration: underline 3px solid rgb(169, 55, 37);     
}
a{
    color:rgb(0, 0, 0) ;
    border: none;
    text-decoration: none;
}
a:hover{
    color:rgb(169, 55, 37);
    text-decoration: none;
}
.portfolio{
    margin-top: 1.5%;
    background-image: url(img/v212.jpg);
    width: 100%;
    background-repeat: no-repeat;    
    background-size: cover;
    overflow: hidden;     
   
}

.modal {
    display: none; /* Oculta la ventana modal por defecto */
    position: fixed; /* Fija la ventana modal en la pantalla */
    z-index: 1; /* Asegura que la ventana esté por encima de otros elementos */
    left: 0;
    margin: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Habilita el scroll si el contenido es demasiado grande */
    background-color: rgba(0,0,0,0.5); /* Fondo oscuro con opacidad */
  }
  
.modal:target {
    display: block;
}  
.modal-content {
    background-color: #fff;
    margin: 3% auto; /* Centra la ventana modal verticalmente */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Ancho de la ventana modal */
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}  
.close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.contenedorr img{
    object-fit: contain;
}

.contenedorr{      
    margin: 2%;
}

.carousel-control-next, .carousel-control-prev{
    background: none;
    border: none;

}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orangered' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orangered'  viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.card{
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 12%;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.551);
    overflow: hidden;
    transition: all 0.30s;
}
.card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.list-group-item{ 
    background-color: rgba(255, 255, 255, 0.551);
 
}
.contacto{
    background-color:  rgba(192, 75, 57, 0.88);
    font-family: 'Chivo', sans-serif;
    color: whitesmoke;
    width: 100%;
    text-align: center;
    height: 12%;
    font-size: 115%;
    margin-top: 2%;    
    border-top:  rgb(169, 55, 37) solid 4px;
    margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;     
}
#pie{
    background-color:#888;
    height:100%;
    margin-top:2%;
    color: white;
    font-size: small;
    text-align:center;
}
#link{
       color: white;
       
}
#link:hover{
       color: red;
}
.contenedor {
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
    margin-top: 4%;
    position: relative;    
    border-style: solid rgba(252, 238, 225, 0.696);
    background-color: rgba(255, 255, 255, 0.319);
}
.whatsapp-btn img {
    width:  35px;
    height: 35px;
    margin-right: 11%;
    border-radius: 20%;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 3);
}
#telefono{
    width: 40px;
    height: 40px;
    border-radius: 20%;
}
#correo{
    width: 38px;
    height: 38px;
    border-radius: 30%;
}
.whatsapp-btn img:hover {
    transform: scale(1.1);
    transition: padding 0.2s;  
}
#c{
    margin-top: 1.1%;
    text-align: left;
    font-size: 115%;
    margin-left: 3%;
}
.l{
    border-radius: 11px;
    width: 38px;
    height: 38px;    
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 1);
}
.l:hover{
    transform: scale(1.1);
    transition: padding 0.2s;
}
