/*===========================================
*  COLORS
* ===========================================*/
:root {
  --color-primario: #1a1817;
  --color-secundario: #f0ebe2;
  --color-terciario: #c2cdd8;
}

/*===========================================
*  FONTS
* ===========================================*/

@font-face {
  font-family: "Telegraphem";
  src:
    url("../fonts/Telegraphem.woff2") format("woff2"),
    url("../fonts/Telegraphem.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Through the night";
  src:
    url("../fonts/Throughthenight.woff2") format("woff2"),
    url("../fonts/Throughthenight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

.entry-content p,
p {
  margin-bottom: 1em !important;
}
p:last-of-type {
  margin-bottom: 0 !important;
}

.sau-font-telegraphen,
.sau-font-telegraphen .elementor-heading-title,
.sau-font-telegraphen
  .elementor-heading-title
  :is(p, span, h1, h2, h3, h4, h5, h6, a, ul, li),
.sau-font-telegraphen .hfe-nav-menu a,
.sau-font-telegraphen .elementor-button .elementor-button-text {
  font-family: "Telegraphem" !important;
}
.sau-font-Throughthenight,
.sau-font-Throughthenight .elementor-heading-title,
.sau-font-Throughthenight
  .elementor-heading-title
  :is(p, span, h1, h2, h3, h4, h5, h6, a, ul, li),
.sau-font-Throughthenight .hfe-nav-menu a,
.sau-font-Throughthenight a.elementor-button-text {
  font-family: "Through the night" !important;
}

/*===========================================
*  LOADING
* ===========================================*/
#css_loading {
  background:#F6478D;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
}

body.loaded #css_loading {
  animation: animationLoading 1s ease-in-out forwards;
}

@keyframes animationLoading {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}

/*===========================================
*  HEADER 
* ===========================================*/
#page {
  overflow-x: clip;
}

.ehf-header #masthead{
	position: sticky !important;
    top: 0;
}
.sau-header .sau-header-logo img,
.sau-header {
    transition: transform .3s ease;
}
.sau-header.activo{
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}



.sau-header.activo .sau-header-logo img{
	transform: scale(0.5);
}


.sau-banner {
  aspect-ratio: 100/48;
}

.sau-banner-carusel {
  position: absolute;
  top: 0;
  left: 0;
}

.sau-banner-info {
  position: absolute;
  top: 5vw;
  left: 5vw;
  bottom: 5vw;
}

.sau-header-menu .hfe-nav-menu {
	gap: 2vw !important;
}

@media (max-width: 992px) {
  .sau-header-menu {
    width: 100% !important;
  }
  .sau-header-menu ul.hfe-nav-menu {
    height: calc(100dvh - 12vw) !important;
    justify-content: flex-start !important;
	  display: flex !important;
    flex-direction: column !important;
  }
	.sau-header-menu ul.hfe-nav-menu li:not(last-child){
		border-bottom-color: #191919 !important;
		border-bottom-sixe: 2px !important;
	}
}

@media (max-width: 769px) {
  .sau-banner {
    aspect-ratio: 9/16;
  }
  .sau-banner-info {
    bottom: 15vw;
  }
}

/*===========================================
*  TELEPRONTER
* ===========================================*/

.teleprompter-wrap {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
}

.teleprompter-track {
  display: inline-flex;
  gap: 4vw;
  width: max-content;
  animation: teleprompterMove 80s linear infinite;
}

.teleprompter-track span {
  color: #191919;
  font-size: 2vw;
  font-weight: 400;
  flex-shrink: 0;
  font-family: "Through the night" !important;
  line-height: 1;
}

@keyframes teleprompterMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.sau-inclinacion-1 {
  transform: rotateZ(3deg);
}

.sau-nacidos-title {
  z-index: 1;
  position: relative;
  top: -2.6vw;
}
.sau-nacidos-title-2 {
  transform: rotate(-3deg);
  top: -0.8vw;
}

.sau-nacidos-subparrafo {
  transform: rotate(-3deg);
}

.sau-mapa,
.sau-mapa .elementor-custom-embed,
.sau-mapa .elementor-custom-embed iframe {
  height: 100% !important;
}

.sau-mapa {
  position: relative;
}
/*
.sau-mapa::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #e8ddb86f;
}*/

.sau-instagram {
  transform: rotate(-3deg);
}

.sua-reserve-titlebox {
  position: relative;
  left: 2vw;
  top: 1vw;
  z-index: 2;
  width: 34vw;
}

.sua-reserve-img {
  position: relative;
  z-index: 1;
  top: -1vw;
  left: -1.5vw;
}

.sau-nacidos-img {
  position: absolute;
  z-index: 0;
  bottom: -6vw;
  right: 5vw;
  width: 20vw;
}

.sau-reserva-title {
  transform: rotate(-3deg);
}

.sau-reserva-subtitle {
  transform: rotate(-2deg);
}

.sau-reserva-info-cont {
  height: -webkit-fill-available;
  position: relative;
}
.sau-reserva-info-img {
  width: 22vw;
  position: absolute;
  bottom: -2vw;
  left: -3vw;
}

.sau-reserva-info-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  z-index: 1;
  position: relative;
}

.sau-reserva-info-box {
  width: 20vw;
  position: absolute;
  right: -6vw;
  top: 0;
  z-index: 2;
  height: -webkit-fill-available;
}

.sau-reserva-info-box-btn-1 {
  transform: rotate(-8deg);
  position: absolute;
  top: 5vw;
  left: 0vw;
  width: 100%;
}
.sau-reserva-info-box-btn-2 {
  transform: rotate(4deg);
  position: absolute;
  left: 1vw;
  top: 11vw;
  width: 100%;
}

.sau-reserva-info-box-text {
  transform: rotate(-2deg);
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 6vw;
}

.sau-celebralo-evento-cont {
  position: relative;
  width: 100%;
}

.sau-celebralo-evento-box {
  width: fit-content;
  transform: rotate(-2deg);
  position: relative;
}

.sau-celebralo-evento-img {
  position: absolute;
  z-index: 2;
}

.sau-celebralo-evento-img-1 {
  width: 5vw;
  left: 32.6vw;
  top: -2.5vw;
}

.sau-celebralo-evento-img-2 {
  width: 3.4vw;
  left: -1.5vw;
  top: -0.5vw;
}

.sau-celebralo-evento-img-3 {
  width: 5vw;
  right: 10vw;
  top: -4vw;
}

.sau-celebralo-evento-cont-2 {
  position: relative;
  margin-left: 2vw;
}
.sau-celebralo-evento-cont-3 {
}
.sau-celebralo-evento-cont-4 {
}

.sau-celebralo-cont-2-img {
  width: 39vw;
  transform: rotateZ(-3deg);
}

.sau-celebralo-cont-2-img img {
}

.sau-celebralo {
  transform: rotate(1deg);
}

.sau-celebralo-inclinacion {
  transform: rotate(-2deg);
}
.sau-celebralo-inclinacion-titulo {
  transform: rotate(-3deg);
}

.sau-footer ul.hfe-nav-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
}
.sau-footer ul.hfe-nav-menu::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 769px) {
  .teleprompter-track span {
    font-size: 7vw;
  }
  .sau-nacidos-img {
    bottom: 10vw;
    right: 5vw;
    width: 40vw;
  }
  .sau-reserva-info-cont {
    height: auto !important;
  }
  .sau-reserva-box {
    aspect-ratio: 7/8;
    height: auto !important;
  }
  .sua-reserve-img {
    top: -2vw;
    left: -1.5vw;
    width: 90%;
  }
  .sau-reserva-info-img {
    width: 38vw;
    position: relative;
    bottom: -2vw;
    left: 3vw;
  }
  .sau-reserva-info-box {
    width: 42vw;
    position: relative;
    right: 0;
    top: 0;
  }
  .sau-reserva-info-box-btn-2 {
    top: 20vw;
  }
  .sau-celebralo-cont-2-img {
    width: 80vw;
  }
  .sau-celebralo-evento-box {
    padding: 2vw !important;
  }
  .sau-celebralo-evento-img-1 {
    width: 8vw;
    left: 64.6vw;
    top: -4.5vw;
  }
  .sau-celebralo-evento-img-2 {
    width: 6.4vw;
  }
  .sau-celebralo-evento-cont-2 {
    position: relative;
    margin-left: 5vw;
  }
  .sau-celebralo-evento-img-3 {
    width: 8vw;
    right: 13vw;
    top: -7vw;
  }
  .sau-celebralo {
    transform: rotate(0deg);
  }

  .sau-reserva-box-1,
  .sau-reserva-box-2,
  .sau-reserva-box-3,
  .sau-reserva-box-4 {
    width: 100% !important;
  }

  .sau-reserva-box-1 {
    transform: rotate(-3deg);
  }
  .sau-reserva-box-2 {
    transform: rotate(2deg);
  }
  .sau-reserva-box-3 {
    transform: rotate(-3deg);
  }
  .sau-reserva-box-4 {
    transform: rotate(2deg);
  }

  .sau-reserva-principal,
  .sau-celebralo {
    background-image: none !important;
  }

  .sau-mapa-responsive {
    aspect-ratio: 1/1;
    height: auto !important;
  }
}

@media (max-width: 769px){
	#sbi_images {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap;
	}
	.sbi_item{
		width: calc(50% - 5px) !important;
		height: auto;
		aspect-ratio: 1/1;
	}
	
	
	.sbi_photo_wrap, .sbi_photo,
	.sbi_item img{
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center !important;
	}
}


@media (max-width: 769px){
	.sau-header-logo img {
		object-fit: contain ; 
	}
}