* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: 'Kdam Thmor Pro', sans-serif;
}
h1 {
  font-size: 30px;
  text-align: center;
  align-items: center;
  position: absolute;
  color: #111111;
  width: 80%;
  margin: auto;
}
h2{
  color: #0f0f0f;
  padding: 30px;
  margin: auto;
  align-items: center;
  text-align: center;
}

.navbar img {
  height: 60px;
  width: 60px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #111111;
}

.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: #111010;
  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;
  color: #0f0f0f;
}
.menu {
  width: 200px;
  position: absolute;
  top: -106px;
  z-index: -1;
  right: 0px;
  display: none;
  transition: 300ms;
  color: rgb(232, 240, 240);
}
.menu li {
  list-style: none;
}
.menu li a {
  text-decoration: none;
  color: inherit;
  background-color: rgb(43, 47, 63);
  display: block;
  padding: 10px 12px;
}
.menu li a:hover {
  background-color: #444c55;
}
.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: 0.7rem;
  display: flex;
  transition: all 0.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 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 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 0.5rem rgb(0, 0, 0, 0.46);
}
/*grid*/
.cuadros{
	display: inline-block;
	margin: auto;
	background: #f7ebf0;
  width: 100%;
}
.caja{
	border: 5px solid black;
	margin: 10px;
	height: 430px;
	width: 350px;
	align-items: center;
}
.grid-layout{
	margin: 15px;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
}

.caja img {
  margin: auto;
  width: 100%;
  height: 100%;
}
.caja p{
  height: 100%;
  padding: 30px;
  text-align: center;
  font-size: 15px;
  background-color: white;

}

.descripcion {
  width: 35%;
  height: 320px;
  margin: auto;
  padding: 5px;
  background: #00495f;
}
.descripcion p {
  text-align: center;
  margin: auto;
  color: aliceblue;
  margin-top: 20px;
}

/*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;
    font-size: 15px;
}
.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;
  }
  .personas .contenedor {
    grid-template-columns: repeat(2, 50%);
  }
}
@media(max-width: 1000px){
  .grid-layout{
    margin: 15px;
    display: grid;
    grid-template-columns: auto auto ;
    grid-template-rows: auto auto;
  }

}

@media (max-width: 850px) {
  h1 {
    font-size: 18px;
  }
  h2{
	font-size: 18px;
  }
  h3{
    font-size: 13px;
  }
  .navbar img {
    height: 45px;
    width: 45px;
    margin-left: 2px;
  }
  .cuadros{
	display: block;
	padding: 10px;
  }
  .grid-layout{
	margin: auto;
	display: block;	
  }

  .descripcion {
    display: block;
    width: 80%;
    height: 250px;
  }
  .descripcion p {
    font-size: 15px;
  }
  
  .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;
  }
  .caja{
    width: 90%;
  }
  .caja p{
    font-size: 13px;
  }
}
