* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    
}

.green{
    background-color: #32D74B;
}

.video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}
header {
    text-align: center;
    min-height: 100vh;
    background: #01010170;
}

header button{
    color: white;
    background: none;
    padding: 16px;
    border-radius: 26px;
    border: 4px solid #32D74B;
    margin-top: 58px;
    font-weight: 800;
    font-size: 18px;
    transition: 1s;
    cursor: pointer;
}

header button:hover{
    background: black;
}

header nav{
    background: black;
}


.titleSecond, .subtitleSecond{
    color: white;
    font-size: 49px;
}

header h2{
    font-size: 114px;
    color: white;
    margin-top: 83px;
    margin-bottom: 0;
}

header h3{
    color:white;
    font-size: 41px;
    margin-top: 40px;
    font-weight: 100;
}

header p {
    color: white;
    font-size: 23px;
    margin-top: 40px;
    font-weight: 300;
}

header img{
    height: 78px;
}

header .apple{
    margin-top:90px;
}

#changeShare{
    padding-top: 119px;
    padding-bottom: 53px;
    height: 233px;
}

#changeShare h3{
    font-size: 50px;
    line-height: 77px;
}

.blackBackground{
    background-color: black;
}


#firstImageTop{
    text-align: center;
}

#liveMomentsTitle{
    font-size: 48px;
    margin-right: 68px;
}


#mapaimagen{
    height: 800px;
}


#threesection{
    padding-left: 83px;
    padding-right: 83px;
    height: 916px;
}

#capturaLaSensacion{
    font-size: 51px;
}

.subtitleSecondText{
    margin-top: 73px;
}

#firstImage{
    height: 900px;
}
 

.textCenter{
    text-align: center;
}

.textRight{
    text-align: right;
}

.textLeft{
    text-align: left;
}

.white{
    color:white;
}


.onlyMobile{
    display: none;
}

.mobileImagePersona{
    height: 567px;
    
}

.desktopImagePersona{
    height: 800px;
}

.onlyDeskptop{
    display: block;
}


#esperasParaUnirte{
    padding: 83px;
    font-size: 36px;
}

.leftDesktop{
    float: left;
}

.rightDesktop{
    float: right;
}

.btnSocial{
    border:2px solid #32D74B;
    background: none;
    color:white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
}
.btnSocial:first-of-type{
    margin-right: 20px;
}

.btnSocial img{
    height: 20px;
}

.btnSocial2{
    border:0px solid #ffffff;
    background: none;
    color:white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 60px;
}
.btnSocial2:first-of-type{
    margin-right: 20px;
}

.btnSocial2 img{
    height: 20px;
}


#section2{
    height: 2000px;
}

.imgFooterPhone{
    height: 539px;
}

#footer{
    background: black;
    height: 539px;
    padding-right: 73px;
    padding-left: 73px;
    padding-top: 68px;
}

 
@media screen and (max-width: 640px) {

    .btnSocial2{
        margin-top: 40px;
    }

    header h2{
        font-size: 50px;
        line-height: 64px;
        margin-top: 20px;
    }
    header h3{
        font-size: 34px;
    }

    header p{
        font-size: 18px;

    }

    .onlyDeskptop{
        display: none;
    }

    .onlyMobile{
        display: block;
    }
    #firstImage{
        width: 100%;
        height: fit-content;
    }

    .titleSecond, .subtitleSecond{
        font-size: 30px;
    }

    #liveMomentsTitle{
        text-align: center;
        margin: 0px;
        font-size: 33px;
    }

    .centerMobile{
        text-align: center;
    }

    #mapaimagen{
        height: 600px;
    }


    .leftDesktop{
        float: none;
    }
    
    .rightDesktop{
        float: none;
    }
}
  
  @media screen and (min-width: 640px) and (max-width: 1280px) {
     
  }
  
  @media screen and (min-width: 1280px) {
     
  }