*{
  font-family: Signika;
}

header{
  display: flex;
}

/* menu de hamburgesa */

.fondo{
  width: 100%;
}

.main-header{
  justify-content: flex-end;
}
.main-nav{
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  margin-left: -100%;
  transition: all .2s linear;
  background-color: rgba(0,0,0,.7);
  z-index: 100;
}  

.main-nav.show{
  margin-left: 0;
}

.nav-links{
  /* margin-top: 10%; */
  background-color: rgb(250,250,250);
  display: flex;
  font-family: cursive;
  flex-direction: column;
  width: 70%;
  height: 100%;
}

.centrar{
  height: 70vh;
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

.centrar li{
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.link-item{
  margin-top: 2rem;
  color: #410099;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.link-item::after {
  position: absolute;
  content: "";
  background-color: black;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  transition: 0.3s ease all;
}

.link-item:hover::after {
  width: 100%;
}

.button-menu{
  z-index: 200;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: none;
  display: flex;
  background: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button-menu span{
  width: 37px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background:#410099;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: all .2s linear;
}

.button-menu.close span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px);
  background:white;
}

.button-menu.close span:nth-child(2){
  transform: rotate(-45deg) translate(-8px, 5px);
}

.button-menu.close span:nth-child(3){
  display: none;
}

.logo{
  display: none;
}

.icons{
  display: flex;
  flex-direction: row;
  align-self: center;
  height: 30vh;
}

.icons img{
  width: 48px;
  padding: 5px;
}


@media screen and (min-width: 1025px) {
  /* menu de amburguesa */
  .fondo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-header{
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: white; */
  padding: 0 0.4rem;
}

  .logo{
      display: block;
  }

  .icons{
    display: none;
  }

  .button-menu{
    display: none;
  }

  .main-nav{
    /* position: relative; */
    margin-left: 0;
    /* flex-basis: 70%; */
    height: 15vh;
    width: 100%;
  }

  .centrar li{
    flex-direction: row;
    align-items: center;
  }

  .centrar{
    height: 0px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    background-color: blue;
  }

  .nav-links{
    width: 100vw;
    /* height: 15vh; */
    height: min(100% + 1px, 15vh);
  }

  .nav-links svg{
      width: 48px;
      height: 48px;
  }

  .link-item{
    display: inline-block;
    margin-top: 0;
    margin-right: 2rem;
  }

  .link-item::after {
    display: none;
  }
  
  .link-item:hover::after {
    display: none;
  }

.link-item:hover{
  color: rgba(234,148,26);
}

  .main-logo{
    flex-basis: 30%;
  }
}


/* stilo del fondo */

.fondo-img{
    margin-top: 0%;
    height: 90vh;
    width: 100%;
    background-image: url(IMG/fondo-para-laidy.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.fondo-img img{
  width: auto;
  height: 100%;
  position: relative;
  float: right;
  /* object-fit: contain; */
}


/* estilo del contenedor del los iconos y de la letra */
.cont-icon-letra{
  width: 70%;
  height: 83vh;
  position: absolute;
  display: flex;
  align-items: flex-end;
}

/* .cont-icon-letra div{
  width: 50%;
} */

/* estilo de la letra */
.letra-cont{
  width: 140%;
  height: 30%;
  display: flex;
  justify-content: center;
  position: absolute;
  margin-bottom: 20%;
}

.letra-cont h1{
  /* color: #410099; */
  color: white;
  font-family: Signika;
  font-size: xxx-large;
}

/* estilo de los iconos */

.cont-icon{
  width: 140%;
  display: flex;
  margin: 2%;
  justify-content: center;
  position: absolute;
}

.icono-instagram{
  height: 100px;
  width: 100px;
  margin-top: 0px;
}

.icono-whatapp{
  height: 100px;
  width: 100px;
  margin-top: 0px;
  margin-left: 0px;
}

.icono-llamada{
height: 100px;
width: 100px;
}



.icono-instagram img{
  width: 100px;
  padding: 0px;
}

.icono-whatapp img{
  width: 100px;
  padding: 0px;
}

.icono-llamada img{
  width: 100px;
  padding: 0px;
}


@media screen and (min-width: 1025px){

  /* stilo del fondo */

.fondo-img{
  margin-top: 5%;
  height: 83vh;
  width: 100%;
  background-image: url(IMG/fondo-para-laidy.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.fondo-img img{
width: auto;
height: 100%;
position: relative;
float: right;
/* object-fit: contain; */
}


/* estilo del contenedor del los iconos y de la letra */
.cont-icon-letra{
width: 70%;
height: 83vh;
position: absolute;
display: flex;
align-items: flex-end;
}

.cont-icon-letra{
  max-width: 800px;
  margin-left: 20%;
}

/* .cont-icon-letra div{
width: 50%;
} */

/* estilo de la letra */
.letra-cont{
width: 100%;
height: 30%;
display: flex;
justify-content: center;
position: absolute;
margin-bottom: 20%;
}

.letra-cont h1{
/* color: #410099; */
color: white;
font-family: Signika;
font-size: xxx-large;
}

/* estilo de los iconos */

.cont-icon{
width: 50%;
display: flex;
margin: 2%;
}

.icono-instagram{
height: 100px;
width: 100px;
margin-top: 150px;
}

.icono-whatapp{
height: 100px;
width: 100px;
margin-top: 100px;
margin-left: -50px;
}

.icono-llamada{
height: 100px;
width: 100px;
}



.icono-instagram img{
width: 100px;
padding: 0px;
}

.icono-whatapp img{
width: 100px;
padding: 0px;
}

.icono-llamada img{
width: 100px;
padding: 0px;
}
}



/* estilo del fondo */

body{
  margin: 0%;
}

.cont-inf-contact{ 
  margin-top: 0vh;
  height: 75vh;
  width: 100%;
  background: linear-gradient(to left, #410099 0% 50%, #D9CBEA 50% 50%);
  display: flex;
  flex-direction: column;
}

.cont-invitation{
  height: 45vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cont-invitation h1{
  color: white;
  font-family: Signika;
  font-size: 55px;
  margin-bottom: 0;
}

.cont-invitation h3{
  color: white;
  font-family: Signika;
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 0;
}

.cont-fondo{
  height: 70vh;
  width: 50%;
  margin-left: 25%;
  /* background-image: url(IMG/fondo-contactus.png); */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
  background-position-x: -137px;
}

.cont-circulos{
  width: 99%;
  height: auto;
  margin-top: 60vh;
  position: absolute;
  z-index: 20;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.info-loction {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  margin: 1%;
  display: flex;
  justify-content: center;
}

.info-loction iframe{
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.info-loction h3{
  margin-top: 1%;
  position: absolute;
  color: #634888;
  font-family: Signika;
  font-size: xx-large;
  background-color: white;
}

.info-social-media{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  margin: 1%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url("IMG/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.info-social-media h3{
  margin-top: -20px;
  color: white;
  font-family: Signika;
  font-size: xx-large;
}

.info-social-media p{
  color: white;
  font-family: Signika;
  font-size: large;
  margin-top: 0%;
}

.info-social-media img{
  width: 38px;
}

.info-comunication{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  margin: 1%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url("IMG/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.info-comunication h3{
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-family: Signika;
  font-size: xx-large;
}

.info-comunication h4{
  margin-top: 0px;
  margin-bottom: 5px;
  color: white;
  font-family: Signika;
  font-size: x-large;
}

.info-comunication p{
  color: white;
  font-family: Signika;
  font-size: large;
  margin-top: 0%;
}

.info-comunication img{
  width: 38px;
}

.info-comunication hr{
  width: 50px;
}

@media screen and (min-width: 440px){
  .cont-fondo{
    width: 55%;
    margin-left: 35%;
    background-position-x: -138px;
  }

  .cont-invitation h3{
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px){
  .cont-inf-contact{ 
    margin-top: 7vh;
    height: 60vh;
    background: linear-gradient(to left, #410099 0% 40%, #D9CBEA 40% 60%);
    flex-direction: row;
  }

  .cont-invitation{
    width: 70%;
  }

  .cont-fondo{
    height: 60vh;
    width: 68%;
    background-position-x: -174px;
    margin-left: 0%;
  }

  .cont-circulos{
    width: 99%;
    height: auto;
    margin-top: 45vh;
    position: absolute;
    display: flex;
    justify-content: center;
  }

  .cont-invitation h1{
    color: white;
    font-family: Signika;
    font-size: 6lvw;
    margin-bottom: 0;
  }
  
  .cont-invitation h3{
    color: white;
    font-family: Signika;
    font-size: 4lvw;
    margin-top: 0;
  }
}