* { 
    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%;
}
.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;
   }
}
.encabezado{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;    
    background-size: cover;
    background-image: url("img/v13.jpg");
    background-attachment: fixed; 
    transition: opacity 2s ease;
    animation: aparecer 2s forwards;
}
#titulo{
    transition: opacity 5s ease;
    animation: aparecer 5s forwards;
    filter: drop-shadow(6px 2px 2px #000000);
} 
#t{
    transition: opacity 5s ease;
    animation: aparecer 5s forwards;
    filter: drop-shadow(6px 2px 2px #000000);
}
@keyframes aparecer {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
.col{
    color: rgb(0, 0, 0);
    text-align: center; 
    margin: 0;
}
.barra-navegacion{
    background-color: white;    
    margin-top: 0%;   
    box-sizing: border-box;
    overflow: hidden; 
    width: 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;
    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%;
    }
}
#titulo{
    margin-top: 8%;
margin-left:3% ;
color:rgb(255, 255, 255);
font-family: "Merienda", cursive;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
}
#t{
    margin-left: 3%;
    color: white;
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.contenedorr img{
    object-fit: cover;
}

.contenedorr{   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin: 1% ;
    margin-bottom: 3%;
}
.medio{
    margin-top: 10%;
   margin-left: 2%;
   margin-right: 2%;
   margin-bottom: 10%;   
}
.medio h2{
    text-align: center;
    color:rgb(169, 55, 37) ;
    text-decoration: underline 3px solid rgb(169, 55, 37);    
}
.medio p{
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center; 
}

.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");
}



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;     
}

.contacto{
    /*rgba(169, 55, 37, 0.88)*/
   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;
}