body{
    margin: 0;
    padding: 0;
    background: #350853;
}
.content{
    background-image: url(../imgs/fondo-saludos-1.png);
    min-height: 100vh;
    width: 40%;
    margin: auto;
    position: relative;
}

.luli_logo{
    width: 30%;
    position: absolute;
    right: 10px; 
    bottom: 10px;
    -webkit-animation: breathing2 5s ease-out infinite normal;
    animation: breathing2 5s ease-out infinite normal;
}

    

.confirmar{
    height: 10vh;
    position: absolute;
    left: 10px; 
    bottom: 30px;
    -webkit-animation: breathing2 5s ease-out infinite normal;
    animation: breathing2 5s ease-out infinite normal;
    cursor: pointer;
}



.maps{
    height: 10vh;
    position: absolute;
    left: 45%; 
    bottom: 30px;
    -webkit-animation: breathing2 5s ease-out infinite normal;
    animation: breathing2 5s ease-out infinite normal;
    cursor: pointer;
}

.arco{
    position:absolute;
    left: 16.5%;
    top: -120px;
}

.arco img{
    width: 100%;
}

.charlotte{
    position: relative;
    top: 100px;
    z-index: 99999;
    margin: auto;
    background: url(../imgs/1.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 150px;
    height: 150px;
    border-radius: 1000px;
    transition: 0.5s;
}

.texto1 {
    color: #e732b1;
    font-family: 'Tangerine';
    font-size: 80px;
    text-align: center;
    margin-top: 120px;
}

.texto2 {
    padding: 20px;
    margin-top: -80px !important;
    color: #fff;
    font-family: 'Tangerine';
    font-size: 20px;
    text-align: center;
    margin-top: 120px;
    font-family: "Titan One";
}

@media (max-width:512px){
    .content{
        width: 100%;
        height: 93vh;
    }
    

    .charlotte{
        position: relative;
        top: 60px;
        z-index: 99999;
        margin: auto;
        background: url(../imgs/1.jpeg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        width: 150px;
        height: 150px;
        border-radius: 1000px;
        transition: 0.5s;
    }

    

    .luli_logo{
        width: 30%;
        position: absolute;
        right: 10px; 
        bottom: 10px;
        -webkit-animation: breathing2 5s ease-out infinite normal;
        animation: breathing2 5s ease-out infinite normal;
    }

    

    .confirmar{
        height: 65px;
        position: absolute;
        left: 10px; 
        bottom: 30px;
        -webkit-animation: breathing2 5s ease-out infinite normal;
        animation: breathing2 5s ease-out infinite normal;
        cursor: pointer;
    }

    

    .maps{
        height: 65px;
        position: absolute;
        left: 180px; 
        bottom: 30px;
        -webkit-animation: breathing2 5s ease-out infinite normal;
        animation: breathing2 5s ease-out infinite normal;
        cursor: pointer;
    }

    .arco{
        left: 29px;
        text-align: center;
    }

    .arco img{
        margin-top: 60px;
        margin-right: 28px;
        width: 90%;
    }

    .texto1 {
        color: #e732b1;
        font-family: 'Tangerine';
        font-size: 40px;
        text-align: center;
        margin-top: 80px;
    }
    
    .texto2 {
        padding: 20px;
        margin-top: -70px !important;
        color: #fff;
        font-family: 'Tangerine';
        font-size: 20px;
        text-align: center;
        margin-top: 80px;
        font-family: "Titan One";
    }
}







@-webkit-keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  
  @keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  }


  
@-webkit-keyframes breathing2 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    25% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    75% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
  
  
  }
  
  @keyframes breathing2 {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  
    25% {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
    }
  
    25% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  
    25% {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
    }
  
  }