#PALETA_DE_COLORES {
  /*https://coolors.co/faa6ff-b77ddd-51368d-2f195f-8f6eaa-efc3f5
  https://coolors.co/aafac8-c7ffed-726e97-bbc8ca-04151f*/
  color: #faa6ff #b77ddd #51368d #2f195f #8f6eaa #efc3f5;
  color: #aafac8 #c7ffed #726e97 #bbc8ca #04151f
}

/* #region general*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: 'Mooli', sans-serif;
  font-size: 18px;
  font-weight: 400;

  background-color: #bbc8ca;
  color: #000000;
}

section {
  scroll-margin-habilidades: 90px;
  padding: 45px 90px;
  /* border: 1px #34495e; */
}

section>h1 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #213246;
  text-align: center;

  border-bottom: 5px solid #213246;
  margin-bottom: 2rem;
}

/* #endregion general*/

/* #region Header*/

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background: #2f195f;
  color: #ffffff;

  position: fixed;
  width: 100%;
  height: 90px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.10);
  z-index: 1;
}

#logo,
#contacto {
  display: flex;
  height: 55px;
  width: 55px;
  margin: 10px;
}

#logo,
#contacto>img {
  width: auto;
  padding: 2px;
}

nav {
  display: flex;
  align-items: center;
  height: 55px;
  font-size: 1.25rem;
}

nav ul {
  list-style: none;

  display: flex;
  justify-content: space-between;
}

nav li {
  padding: 0.6rem 1rem;
}

nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

nav li:hover,
#contacto:hover {
  background-color: #726e97;
  border-radius: 8px;
}

/* #region dropdown*/
.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #726e97;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2f195f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #726e97;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* #endregion dropdown*/

@media screen and (max-width:1080px) {
  .header-horiz {
    display: none;
  }
}

/* #endregion Header*/

#sectionTitle {
  height: 12vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  justify-content: center;
  background-color: #845AB5;
  font-size: var();
  box-shadow: 0px 4px 6px rgba(19, 18, 18, 0.4);
}

/* #region home*/

#home {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  background: url("../img/Fotonasia.jpg") no-repeat center center fixed;
  background-size: cover;

  color: white;

  height: 100vh;
  /*z-index: 1;*/
}

.home_img {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 360px;
  height: auto;
  border-radius: 120px;
}

.home-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 1rem;

  background-color: #aafac8;
  color: #000000;
  opacity: 0.9;
  padding: 3rem;
  border-radius: 80px;
}

@media screen and (max-width:892px) {
  #home {
    gap: 32px;
    flex-direction: column;
  }
}

@media screen and (max-width:715px) {
  #home {
    gap: 32px;
    flex-direction: column;
    height: fit-content;
  }
  .home_img {
    margin-top: 3rem;
    width: 64%;
    height: auto;
  }
}

/* #endregion home*/

/* #region presentacion*/
/* #endregion experty*/

/* #region home*/

#habilidades>h3 {
  text-align: center;
}

#small_wrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.space-progm {
  text-align: center;
  background: #9DB7C2;
}

.space-progm img {
  text-align: center;
  width: 240px;
  padding: 1rem;
}

/* #endregion home*/

/* #region experiencia*/
.bio {
  text-align: justify;
}

.historial {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.experiencia {
  display: flex;
  gap: 10px;
  padding: 15px;
  background-color: #726e97;
  border-radius: 8px;
  text-align: justify;
  vertical-align: middle;
}

@media screen and (max-width:524px) {
  .experiencia {
    flex-direction: column;
  }
}

.place {
  padding: 36px 0;
}

.fecha-local {
  text-align: right;
}

/* #endregion histroy*/

/* #region portafolio*/
/* #region slider*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  max-height: 562px;
  position: relative;
  margin: auto;
}

.mySlides1,
.mySlides2 {
  display: none;
  max-width: 1000px;
  max-height: 562px;
}

img {
  vertical-align: middle;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* #endregion slider*/
/* #endregion portafolio*/

/* #region footer*/
footer {
  text-align: center;
  color: white;
  background: #4E5868;
  height: auto;
}

.redes-img {
  /*height: 10px;*/
  width: 10px;
}

.mailToMe {
  padding: 15px;
  display: inline-table;
  background-color: #B2DBD8;
  border-radius: 32px;
}

/* #endregion footer*/

/* #region button*/

#btn-ir-arriba {
  display: none;
  cursor: pointer;

  position: fixed;
  bottom: 20px;
  right: 20px;

  background: #6D597A;
  color: white;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: none;

  box-shadow: 0px 12px 7px rgba(0, 0, 0, .1);
  transition: 300ms ease;
}

#btn-ir-arriba:hover {
  background: #04151f;
  transform: translateY(-0.5rem);
}

#btn-ir-arriba svg {
  width: 25px;
  fill: none;
  stroke: white;
  stroke-width: 3px;
}

/* #endregion button*/