/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Orbitron:wght@400;500&display=swap'); */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

main {
  margin: 0;
  padding: 0;
}

/* --------------header------------- */

/* ÚNICO borde curvo de img de cabecera */
#carouselExampleCaptions img {
  border-radius: 0em 0em 8em 0em;
}

#navbarCollapse li a:hover {
  transform: scale(1.05);
  /* border: solid; */
  border-radius: 0.5em;
  width: auto;
  background-color: rgba(80, 80, 196, 0.76);
  transition: 0.4s;
  margin: auto;
}

/* --------------main------------- */

.cont-section-main {
  background: rgba(241, 241, 244, 0.609);
}

/* .......card....... */
.card {
}

/* .......img....... */
#img-lateral-A {
  /* background: rgb(57, 11, 11); */
  width: 400px;
  height: 400px;
  margin-left: 10%;
  box-sizing: border-box;
  overflow: hidden;
}
#img-lateral-A figure {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 1px 15px 5px rgba(46, 61, 74, 0.686);
  cursor: pointer;
  border-radius: 0em 0em 4em 0em;
}
#img-lateral-A figure img {
  transition: all 500ms ease-out;
  width: 100%;
  height: 100%;
}
#img-lateral-A figure .capa {
  position: absolute;
  background: rgba(33, 150, 243, 0.6);
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}
#img-lateral-A figure:hover > .capa {
  opacity: 1;
  visibility: visible;
}
#img-lateral-A figure:hover > .capa h5 {
  margin-top: 50px;
  margin-bottom: 15px;
}
#img-lateral-A figure .capa h5 {
  color: rgb(36, 44, 192);
  font-weight: bold;
  margin-bottom: 120px;
  margin-top: 10px;
  transition: all 500ms ease-out;
  font-family: "Tangerine", serif;
  text-shadow: 4px 4px 4px #aaa;
  font-size: 40px;
}
#img-lateral-A figure:hover > img {
  transform: scale(1.3);
}
#img-lateral-A figure .capa p {
  color: rgb(36, 44, 192);
  line-height: 1;
  width: 100%;
  max-width: 220px;
  margin: auto;
  font-weight: bold;
  font-family: "Tangerine", serif;
  /* font-family: 'Nanum Myeongjo', serif;
    font-family: 'Orbitron', sans-serif; */
  /* font-family: 'Nanum Myeongjo', serif; */
  /* font-family: 'Orbitron', sans-serif; */
  text-shadow: 4px 4px 4px rgb(170, 170, 170);
}

#img-lateral-B {
  /* background: rgb(57, 11, 11); */
  width: 400px;
  height: 400px;
  margin-left: 10%;
  box-sizing: border-box;
  overflow: hidden;
}
#img-lateral-B figure {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 1px 15px 5px rgba(46, 61, 74, 0.686);
  cursor: pointer;
}
#img-lateral-B figure img {
  transition: all 500ms ease-out;
  width: 100%;
  height: 100%;
}
#img-lateral-B figure .capa {
  position: absolute;
  background: rgba(33, 150, 243, 0.6);
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}
#img-lateral-B figure:hover > .capa {
  opacity: 1;
  visibility: visible;
}
#img-lateral-B figure:hover > .capa h5 {
  margin-top: 50px;
  margin-bottom: 15px;
}
#img-lateral-B figure .capa h5 {
  color: rgb(36, 44, 192);
  font-weight: bold;
  margin-bottom: 120px;
  margin-top: 10px;
  transition: all 500ms ease-out;
  font-family: "Tangerine", serif;
  text-shadow: 4px 4px 4px #aaa;
  font-size: 40px;
}
#img-lateral-B figure:hover > img {
  transform: scale(1.3);
}
#img-lateral-B figure .capa p {
  color: rgb(36, 44, 192);
  line-height: 1;
  width: 100%;
  max-width: 220px;
  margin: auto;
  font-family: "Tangerine", serif;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgb(145, 152, 222);
  /* font-family: 'Nanum Myeongjo', serif;
    font-family: 'Orbitron', sans-serif; */
}

#img-lateral-C {
  /* background: rgb(57, 11, 11); */
  width: 400px;
  height: 400px;
  margin-left: 10%;
  box-sizing: border-box;
  overflow: hidden;
}
#img-lateral-C figure {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 1px 15px 5px rgba(46, 61, 74, 0.686);
  cursor: pointer;
}
#img-lateral-C figure img {
  transition: all 500ms ease-out;
  width: 100%;
  height: 100%;
}
#img-lateral-C figure .capa {
  position: absolute;
  background: rgba(33, 150, 243, 0.6);
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}
#img-lateral-C figure:hover > .capa {
  opacity: 1;
  visibility: visible;
}
#img-lateral-C figure:hover > .capa h5 {
  margin-top: 50px;
  margin-bottom: 15px;
}
#img-lateral-C figure .capa h5 {
  color: rgb(36, 44, 192);
  font-weight: bold;
  margin-bottom: 120px;
  margin-top: 10px;
  transition: all 500ms ease-out;
  font-family: "Tangerine", serif;
  text-shadow: 4px 4px 4px #aaa;
  font-size: 40px;
}
#img-lateral-C figure:hover > img {
  transform: scale(1.3);
}
#img-lateral-C figure .capa p {
  color: rgb(36, 44, 192);
  line-height: 1;
  width: 100%;
  max-width: 220px;
  margin: auto;
  font-family: "Tangerine", serif;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgb(145, 152, 222);
  /* font-family: 'Nanum Myeongjo', serif;
    font-family: 'Orbitron', sans-serif; */
}

/* --------------footer------------- */

/* --------------temp-------------- */
