*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Kdam Thmor Pro', sans-serif;
}
body{
    color:rgb(227, 240, 252);
}
h1{
    font-size: 30px;
    text-align: center;
    align-items: center;
    position: absolute;
    color: #111111;
    width: 50%;
    margin: auto;
}

.navbar img{
    height: 60px;
    width: 60px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.navbar{
    display: flex;
	background:white;
	height: 70px;
   
	padding: 10px 12px;
    position: relative;
    align-items: center;
    box-shadow: 5px 5px 5px #111111;

}
.checkbox, .icons{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
}

.icons{
    color: #111111;
    pointer-events: none;
    font-size: 24px;
}
.checkbox{
    opacity: 0;
}
.fi-br-cross{
    display: none;
}
.checkbox:checked ~  .fi-br-menu-burger{
    display: none;

}
.checkbox:checked ~ .fi-br-cross{
    display: block;
}
.menu{
    width: 200px;
    position: absolute;
    top: -106px;
    z-index: -1;
    right: 50px;
    display: none;
    transition: 300ms;
}
.menu li{
    list-style: none;
}
.menu li a{
    text-decoration: none;
    color: inherit;
    background-color: rgb(43, 47, 63);
    display: block;
    padding: 10px 12px;
    right: 80px;
}
.menu li a:hover{
    background-color: #456789;
}
.checkbox:checked ~ .menu{
    display: block;
    top: 68px;
    z-index: 1;
}

/*socil bar*/
.social-bar {
	position: fixed;
	flex-direction: column;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	align-items: flex-end;
	z-index: 1;
	text-decoration: none;
}
.social-bar li a{
	text-decoration: none;
}

.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;

}
.icon-facebook {
	background: #0053a4;
	border-radius: 1rem 0 0 1rem;
}
.icon img{
	height: 30px;
	width: 30px;
}

.icon-facebook:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgb(0, 0, 0, 0.46);
}
.icon-instagram{
	background: #ff4984;
	border-radius: 1rem 0 0 1rem;;
}
.icon-instagram:hover{
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgb(0, 0, 0, 0.46);
}
.icon-whatsapp{
	background: #1ebf61;
	border-radius: 1rem 0 0 1rem;
}
.icon-whatsapp:hover{
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgb(0, 0, 0, 0.46);
}
/*fin social*/
.principal, .principal2, .principal3, .principal4, .principal5{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
section{
	display: flex;
	align-items: center;
    background: a;
}

.slider-frame {
	width: 290px;
    height: 100%;
	margin:50px auto 0;
	overflow: hidden;
}
.caja{
	display: flex;
	border-radius: 5px;
	background: #111111;
	height: 150px;
	align-items: center;
	margin: auto;
}
.caja h2{
    align-items: center;
	text-align: center;
    font-size: 17px;
	color: aliceblue;
    margin: auto;
}
 

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
    height: 100%;	
	animation: slide 10s infinite alternate ease-in-out;	
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;
    height: 380px;
	border-color: rgb(43, 144, 233);
    border-width: 2px;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
    
}
.vacio{
    height: 10px;
    border: solid 2px #111111;
    padding: 2px;
    color: #111111;
    width: 90%;
    margin: auto;
    
}
.descripcion{
	width: 90%;
	height: 150px;
    margin: auto;
	padding: 5px;	

}
.descripcion p{
    height: 100%;
    padding: 10px;
	text-align: center;
	color: rgb(52, 52, 53);
    margin-bottom: 5px;
}
.nada{
    height: 20px;
    width: 100%;
    color: white;
}

/*footer*/
.pie {
    display: inline-block;
    background: black;
    justify-content: space-evenly;
    width: 100%;
  }
  .foote{
      display: flex;
      justify-content: space-around;
      width: 100%;
  
  }
  .datos {
    text-align: left;
    margin: 5px;
    padding: 10px;
    color: aliceblue;
    align-items: center;
  }
  .datos p{
      border: 3px solid white;
      border-color: aliceblue;
      border-width: 2px;
      margin: 5px;
      padding: 5px;
  }
  .conclu {
    text-align: right;
    margin: 5px;
    padding: 10px;
    color: aliceblue;
    width: 50%;
  }
  .conclu p{
    text-align: center;
  }
  h3{
      margin: auto;
      height: 30px;
      width: 100%;
      color: aliceblue;
      text-align: center;
      font-size: 14px;
  }
  h3 a{
  
      text-decoration: none;
      color: aliceblue;
  }
  



@media (min-width: 750px){
    .checkbox, .fi-br-menu-burger, .fi-br-cross{
        display: none;
    }
    .menu{
        top:0;
        z-index: 1;
        display: flex;
        height: 58px;
        width: 350px;
        padding: 10px;
    }
    .menu li a{
        height: 50px;
        width: 75px;
        padding: 16px 16px 6px;
    }
}


@media (max-width: 850px){
    h1{
        font-size: 18px;

    }
    .navbar img{
        height: 45px;
        width: 45px;
        margin-left: 2px;
    }
    .principal, .principal2, .principal3, .principal4, .principal5{
        display: inline-block;
        align-items: center;
        margin-left: 15px;
        padding: 10px;
    }
	section{
		display: inline;
		text-align: center;
	}
	.descripcion{
		display: flex;
		width: 80%;
		height: 310px;
	}
	.descripcion p{
        height: 100%;
		font-size: 13px;
        margin-bottom: 15px;
        padding: 10px;
	}
	.vacio{
		height: 10px;
		color: white;
	}
	.pie{
		display: inline-block;
		align-items: center;
		margin: auto;
		justify-content: center;

	}
	.conclu{
		margin: auto;
		width: 90%;
	}
    .conclu p{
        font-size: 14px;
    }
    .datos p{
        font-size: 13px;
      }

	
}





