/******************************/
/*  CARTEL NUEVA APP  */
/****************************/

.containerapp {
  width: 100%;
  max-width: 1200px;
  /*height: 430px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  justify-content: center;
  margin: 0 auto;
  /* background-color: #0071B9; */
  border-radius: 20px;
  border: 1px dotted #0071B9;
  padding: 30px;
  text-align: center;
}

.containerapp h2 {
  font-family: 'Gayathri', sans-serif;
  /* color: wheat; */
  /* text-shadow: 2px 2px 0px black; */
}

.containerapp h4 {
  font-family: 'Gayathri', sans-serif;
  /* color: white;
  text-shadow: 2px 2px 0px black; */
}

.containerapp h1,
h3,
h5,
h6 {
  font-family: 'Gayathri', sans-serif;
  /* color: white; */
  text-shadow: 1px 1px 0px black;
}

.containerapp p {
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 300;
  /* color: white; */

}

.containerapp a {
  font-weight: 500;
  color: #0071B9
  text-decoration: none;
}

.containerapp .cardhor {
  /*CARD HORIZONTALESSSS*/
  /* max-width: 1200px; */
  /*330px*/
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(5, 5, 5, 0.2);
  overflow: hidden;
  /* margin: 3px; */
  border-style: dashed;
  text-align: center;
  transition: all 0.25s;
  /* text-shadow: none; */
  /* letter-spacing: 0; */
  /*0.03em*/
  /* line-height: 1; */
}

.containerapp .cardvert {
  /* CARD VERTICALES */
  /* width: auto;
  height: 430px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.25s;
  text-shadow: none;
  letter-spacing: 0;
  line-height: 1; */
}

.cardhor:hover {
  /*CARD HORIZONTALESSSS*/
  transform: translateY(-15px);
  box-shadow: 0.12px 16px rgba(0, 0, 0, 0.2);
}



.containerapp .cardhor1 {
  /*CARD HORIZONTALESSSS*/
  max-width: 1200px;
  /*330px*/
  height: auto;
  /*430px;*/
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(5, 5, 5, 0.2);
  overflow: hidden;
  /* margin: 3px; */
  border-style: dashed;
  text-align: center;
  transition: all 0.25s;
  background-color: rgb(162, 229, 252);
  box-sizing: 10px;
  /* text-shadow: none; */
  /* letter-spacing: 0; */
  /*0.03em*/
  /* line-height: 1; */
}
.cardhor1:hover {
  /*CARD HORIZONTALESSSS*/
  transform: translateY(-15px);
  box-shadow: 0.12px 16px rgba(0, 0, 0, 0.2);
}


.cardapptxt h1,
h2,
h3,
h4,
h5,
h6 {
  /*CARD horizontales y verticales*/
  margin-top: 15px;
  font-weight: 600;
  font-family: 'Gayathri', sans-serif;
  color: #0071B9;
  text-shadow: none;
  line-height: 0.8;
}



.app-azul a {
  text-decoration: none;
  color: #0071B9;
}

.app-azul a :hover {
  text-decoration: none;
  background-color: #0071b9;
  color: white;
}

.appmenuf p {
  color: black;

}

.appmenuf span {
  margin-top: 20px;
  padding: -2px;
  color: whitesmoke;
  font-size: smaller;
  font-family: 'Courier New', Courier, monospace;
  background-color: #0071b9;
}
