* { 
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: rgba(255, 255, 255, 0.773); 
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}
.contenedor header{
  width: 100%;
}
.contenedorr{  
    width: 100%;
    z-index: 1; 
}

.carousel-caption{       
    font-optical-sizing: auto;
    margin-bottom: 20%;
    width: 100%;
    margin-left: -15%;
    text-align: center;
    color:rgb(255, 255, 255);
    font-family: "Merienda", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    opacity: 0;
    transition: opacity 3s ease;
    animation: aparecer 3s forwards;
}
.carousel-caption h2 {
    font-size: 2.2rem;
     /* Tamaño de fuente base */
     filter: drop-shadow(6px 2px 2px #000000);
}
.carousel-caption p{
    color: white;
    text-align: center; 
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;    
    opacity: 0;
    transition: opacity 3s ease;
    animation: aparecer 3s forwards;
    font-size: 1.1rem; 
    filter: drop-shadow(6px 2px 2px #000000);
}
.contenedorr img{
    object-fit: cover;
}
.carousel-control-next, .carousel-control-prev{
    background: none;
    border: none;
}
#carouselExampleControls{
    z-index: 0; 
}
.encabezado{
    background-color: rgba(255, 255, 255, 0.551);
    width: 100%;
    height: 80%;
    margin-top: 0%;
}

@keyframes aparecer {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
.col{
    color: rgb(0, 0, 0);
    text-align: center; 
    margin: 0;
}

.barra-navegacion{
    background-color: white;    
    box-sizing: border-box;
    overflow: hidden; 
    width: 100%;    
    display: flex; 
    justify-content: space-around; 
    align-items: center;
    text-decoration: none;    
    height: 100%;
}
.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;
    text-align: center;
    display: flex;
    text-transform: uppercase; 
    font-size: 100%;   
    padding: 15px;
    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%;
    }
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-caption p {
        font-size: 0.6rem;
    }
 
}
@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%;
    }
    .carousel-caption h2 {
        font-size: 0.5rem;
    }
    .carousel-caption p {
        font-size: 0.3rem;
    }
    
}
@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%;
    }   
}
@media (max-width: 120px) {
    /* Estilos para pantallas con un ancho igual o mayor a 768px */
    .e li  { 
        font-size: 30%;   
       
    }    
 
    .contacto{
        font-size: 30%;

    }
      .contacto .row {
    flex-direction: column; /* Apila las columnas verticalmente */
  }

  .contacto .col {
    margin-bottom: 15px; /* Espacio entre las filas apiladas */
    text-align: center; /* Centra el contenido */
  }
   
}
@media (max-width: 80px) {
    /* Estilos para pantallas con un ancho igual o mayor a 768px */
    .e li  { 
        font-size: 15%;  
        
    
    }  
 
    .contacto{
        font-size: 15%;
    
    }   
      .contacto .row {
    flex-direction: column; /* Apila las columnas verticalmente */
  }

  .contacto .col {
    margin-bottom: 15px; /* Espacio entre las filas apiladas */
    text-align: center; /* Centra el contenido */
  }
   
}
.tex{
    margin-left: 3%; 
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
}
.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;
	}
}

#lugar{
    margin-left: 3%;     
    color:rgb(169, 55, 37) ;
    margin-top: 10%;  
    text-decoration: underline 3px solid rgb(169, 55, 37);     
}
#maps{
    margin-right: 3%;
    margin-top: 3%;
}
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-color: rgba(255, 255, 255, 0.551);
    width: 100%;
    overflow: hidden;     
}
.im{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;    
    background-size: cover;
    background-image: url("img/f37.1.jpeg");
    background-attachment: fixed;
    color: white;
    text-align: center;
    font-family: 'Chivo', sans-serif;
    text-decoration: none;  
    list-style: none;
    display: flex;    
    font-size: 40%;   
    margin-inline-end: 1%; 
}
.im h3{
    margin-top: 15%;
}
.otro{
    margin-top: 10%;
   margin-left: 2%;
   margin-right: 2%;
   margin-bottom: 10%;   
}
.otro h2{
    text-align: center;
    color:rgb(169, 55, 37) ;
    text-decoration: underline 3px solid rgb(169, 55, 37);    
}
.otro p{
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center; 
}
.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;
}
