@import url("https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Pacifico&display=swap");
* {
  font-weight: 300;
}

h3 {
  opacity: 0.8;
}

img {
  border-radius: 3px;
}

p{
  letter-spacing: 0.5px;
}

#fake-menu {
  background-color: #ffe4db;
  height: 50px;
}

#menu-degree {
  height: 60px;
  background: #ffd9ce;
  background: linear-gradient(180deg, #ffd9ce 0%, #ffd9ce 0%, #ffece6 100%);
}

#white-degree {
  height: 60px;
  background: #ffece6;
  background: linear-gradient(180deg, #ffece6 0%, rgba(255, 233, 226, 0.787552521) 46%, rgba(255, 217, 206, 0) 100%);
}

.whatsapp-link {
  opacity: 0.78;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: 300;
  background-color: #25d366;
  border-radius: 18px;
  color: white;
}
.whatsapp-link:hover {
  color: white;
  text-decoration: none;
}

.whatsapp {
  opacity: 0.88;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0 0 0 0 #25d366;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.whatsapp .whatsapp-icon {
  margin-top: 13px;
}
.whatsapp:hover {
  color: white;
  background-color: #24a353;
}

.static-button-menu {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 0;
  padding: 25px;
}
.static-button-menu .blob {
  background: black;
  opacity: 0.7;
  border-radius: 50%;
  margin: 10px;
  height: 41px;
  width: 41px;
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.static-button-menu .blob #menu {
  color: white;
  font-size: 21px !important;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.section-1 {
  min-height: 500px;
  background-color: #ffd9ce;
}
.section-1 .title {
  font-family: "Pacifico", cursive;
  font-size: 96;
  opacity: 0.8;
}
.section-1 img {
  opacity: 0.9;
  width: 500px;
  box-shadow: 27px 28px 0px 6px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 27px 28px 0px 6px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 27px 28px 0px 6px rgba(0, 0, 0, 0.56);
}
@media (max-width: 576px) {
  .section-1 .title {
    font-family: "Pacifico", cursive;
    font-size: 72;
    opacity: 0.8;
  }
  .section-1 img {
    width: 290px;
  }
}

.section-2 {
  background-color: #ffece6;
}
.section-2 a {
  color: #a17e74;
  border-color: #daa99c;
}
.section-2 a:hover {
  background-color: #ffd9ce;
  color: #a17e74;
  border-color: #a17e74;
}

.content-cv span {
  background-color: #ffd9ce;
  padding: 10px 20px;
  border-radius: 18px;
  margin: 4px;
}

#centros-mesa #my-video {
  border-radius: 6px;
}

#experiencia .icon-description {
  opacity: 0.54;
  margin-left: 14px;
}

#contacto .info {
  min-height: 150px;
}
#contacto .info a {
  text-decoration: none;
  margin-bottom: 30px;
  color: #a17e74;
  transition: 0.7s;
}
#contacto .info a:hover {
  font-size: 21px;
}
#contacto .info span {
  letter-spacing: 0.3;
  font-weight: 400;
  margin-left: 10px;
}
#contacto #map {
  height: 38%;
  width: 100vw;
  z-index: 1;
}

#download-cv {
  background-color: #ffece6;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#download-cv .btn {
  padding: 15px 20px !important;
}
#download-cv a {
  font-size: 22px;
  color: #a17e74;
  border-color: #daa99c;
}
#download-cv a:hover {
  background-color: #ffd9ce;
  color: #a17e74;
  border-color: #a17e74;
}

.gallery {
  /* Create two equal columns that sits next to each other */
}
.gallery .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.gallery .column {
  flex: 50%;
  padding: 0 4px;
}
.gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
}

.accordion-collapse {
  border: 0 !important;
}

.accordion-button {
  border: 0px !important;
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #a17e74 !important;
  background-color: #ffece6 !important;
}

.center-cropped {
  width: 85px;
  height: 85px;
  background-position: center center;
  background-repeat: no-repeat;
}

.zoom-image {
  transform: scale(2);
}

footer {
  text-align: center;
  background-color: #ffece6;
}
footer .credits {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.5;
}

.swiper {
  width: auto;
  height: 390px;
  text-align: center;
}

.swiper-slide {
  background-color: #ff8e3e;
}

.img-cover {
  opacity: 0.8;
  width: 100%;
  height: 390px;
  object-position: center;
  object-fit: cover;
}

/*# sourceMappingURL=styles.css.map */
