* {
    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: 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: 0px;
    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;
    color: aliceblue;
}
.menu li a:hover{
    background-color: #5d6063;
    color: aliceblue;
}
.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: flex;
	margin: auto;
	background: #ddf7df;
}
.caja{
	border: 5px solid rgb(37, 36, 36);
	margin: 10px;
	height: 330px;
	width: 300px;
	align-items: center;
    display: flex;
    position: relative;
}
.grid-layout{
	margin: 15px;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto auto auto auto;
}

.caja img {
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.info{
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%; 
    align-items: center; 
    color: aliceblue;
    font-size: 16px; 
    opacity: 0;
}
.info P{
    color: white;
    position: absolute;
    font-size: 16px;
    height: 100%;
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    align-items: center;   
}
.info:hover {
    position: absolute;
    opacity: 90%;
    cursor: pointer;
    background: hsla(120, 88%, 23%, 0.5);
}

.descripcion {
  width: 35%;
  height: 320px;
  margin: auto;
  padding: 5px;
  background: #00495f;
}
h2{
	color: aliceblue;
	text-align: center;
	padding: 5px;
}
.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;
  }
  .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:1024px){
    .grid-layout{
        margin: 15px;
        display: grid;
        grid-template-columns: auto auto auto ;
        grid-template-rows: auto auto auto ;
    }

}
@media (max-width:940px){
    .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;
  }
  .navbar img {
    height: 45px;
    width: 45px;
    margin-left: 2px;
  }
  .cuadros{
	display: block;
	padding: 10px;
  }
  

  .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%;
  }
}

@media(max-width:650px){
    .grid-layout{
        margin: auto;
        display: block;	
      }
      .conclu p{
        font-size: 14px;
    }
      .datos p{
        font-size: 13px;
      }
}








