@import url("./HelveticaNowDisplay.css");
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0%;
    font-family: 'HelveticaNowDisplay';
}

/*color base #9e94b7 morado claro*/

body {
    background-color: #D82D2A;
    margin: 0;

}
section{
    overflow-x: hidden;
}
a:visited{
    color: #fdf5e2;
}

.create-btn{
    text-decoration: none;
    font-size: 16px;
    color: #fdf5e2;
    font-weight: 700;
}

.banner {
    background: #D82D2A 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    opacity: 1;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 150px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -40px;
}
.title p{
    font-size: 45px;
    color: #25322C;
    font-weight: light;
    line-height: 1;
}
.title p strong{
    color: white;
}
.regalo1 {
    display: none;
}
.regalo2 {
    position: relative;
    left: 35vw;

}



.text-1-relative{
    margin: 0px auto 100px;
    position: relative;
    max-width: 800px;
}
.text-1-relative .corazon-absoluto{
    position: absolute;
    bottom:-78px;
    left: 0px;
}

.text-1 p{
    color: white;
    text-align: center;
    font-size: 20px;
    margin: 0 120px 0 120px;

    line-height: 1.75;
}

.flecha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.flecha-1 {
    display: flex;
    position: relative;
    top: -30px;
    justify-content: center;
    margin-bottom: 30px;

}



.step-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #443B53;
    background-color: white;
    border-radius: 20px;
    margin: 100px auto 100px auto;
    max-width: 750px;
    width: 80%;
}
.step-1 img {
    position: relative;
    top: 0px;
    width: 300px;
}

.personas-dia-amistad {
  top: -70px !important;
  width: 250px !important;
}

.b1-title {
    text-align: center;
    font-size: 26px;
    color: #707070;
    margin-top: -60px;
}

.b1-text {
    text-align: center;
    font-size: 16px;
    color: #707070;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 30px;
}

.box-2 {
    display: flex;
    background: #b6afc743;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

}

.b2-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    margin: auto;
}

.b2-text p{
    margin:15px 10px 10px 15px;
    max-width: 350px;
}

.item-circulo {
    border-radius: 62px;
    background-color: #443B53;
    color: white;
    padding: 12px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.box-3 {
    margin: 25px;
    display: flex;
    align-items: center;
}

.box-3 button{
    background: #ff8d4f;
    border-radius: 30px;
    border: none;
    width: 300px;
    padding: 14px 85px 14px 85px;
    color: #fdf5e2;
    font-size: 13px;
}

.email {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email p {
    margin-bottom: 10px;
}

.email input{
    background: none;
    border-radius: 5px;
    height: 45px;
    width: 300px;
    text-align: center;
    border: none;
    margin-bottom: 20px;
    color: #ff8d4f;
    border: 2px solid #ff8d4f;
}
::placeholder{
    color: #ff8d4f;
    font-weight: 500;
}

.email button{
    background: #ff8d4f;
    border: none;
    border-radius: 30px;
    height: 45px;
    width: 133px;
    color: #fdf5e2;
    margin-bottom: 20px;
}

.tooltip-red {
    opacity: 1 !important;
}

.tooltip > .tooltip-inner {
    background-color: #ff8d4f !important;
}

.tooltip-arrow {
    display: none !important;
    opacity: 0 !important;
}
.logo-navidad-banner {
    width: 300px;
}
.boton-cl {
    width: 180px;
    margin-top: -50px;
    margin-bottom: 50px;
    color: white;
    background: #93282A;
    border: none;
    border-radius: 30px;
    height: 45px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.boton-cl a {
  color: white;
  text-decoration: none;
}

.msj-ingreso {
  margin: 0 100px 0 100px;
}

@media (max-width: 950px) {


    .title .regalo2 {
        display: block;
        left: 35vw;
        top: 0vh;
    }


    /* .text-1 img {
        left: -300px;
        width: 190px;
        height: 190px;
        bottom: 40px;
    } */

}
@media (max-width: 600px) {
    /* .text-1 img {
        left: -270px;
        width: 190px;
        height: 190px;
        bottom: 100px;
    } */
}



@media (max-width: 500px) {

    .msj-ingreso{
        margin: unset;
    }

    .title{
        margin: 90px 55px -55px 55px;
    }
    .title .regalo1 {
        display: none;
        position: relative;
        right: -160px;
        bottom: 115px;

    }
    .title .regalo2 {
        display: none;
    }
    .flecha {
        top: -90px;
    }
    .text-1 p{

        margin: 15px;
        padding: 0;

    }

    /* .text-1 img {
        left: -235px;
        width: 190px;
        height: 190px;
        bottom: 15px;
    } */
    .step-1 {
        width: 360px;

    }
    .step-1 img {
        top: -70px;
    }
    /* .box-2{
        width: 342px;
    } */
    .b2-text {
        margin-left: 0px;
    }
    .title p {
        font-size: 40px;
    }
    .logo-navidad {
        display: none;
    }
    .corazon-absoluto {
        display: none;
    }
    .box-3 button {
        width: 275px;
    }
    .email input{
        width: 275px;
    }
    .box-1 p {
        font-size: 1.1rem;
    }
    .boton-flotante {
        display: none !important;
    }
    .step-1 img {
        width: 200px;
    }

    .logo-navidad-banner {
        width: 250px;
    }
}

@media (min-width: 501px) {

}

@media (min-width:385px) and (max-width: 500px) {
    .regalo1 {
        left: 45vw;
    }

}

@media (max-width: 321px) {
    .step-1 {
        width: 300px !important;

        margin-left: 10px;
    }
    .step-1 img {
        width: 180px;
    }
    .tooltip-red {
        margin: auto 50px !important;
    }
    .box-2 {
        width: 300px;
    }
    .title .regalo1 {
        display: none;
        position: relative;
        right: -130px;
        bottom: 75px;
    }
    .text-1 img {
        bottom: 75px;
    }
    .flecha {
        top: -50px;
        margin-top: 50px;
    }
    .b2-text {
        margin-left: 10px;
    }
    .logo-navidad {
        display: none;
    }
    .corazon-absoluto {
        display: none;
    }
    .box-3 button {
        width: 275px;
    }
    .email input{
        width: 275px;
    }
    .box-1 p {
        font-size: 1rem;
    }
    .boton-flotante {
        display: none !important;
    }

    .logo-navidad-banner {
        width: 250px;
    }
}

@media (min-width:1250px){
    .text-1-relative .corazon-absoluto {
        left: -200px;
    }
}
@media (min-width:1650px){
    .text-1-relative .corazon-absoluto {
        left: -370px;
    }
}

/* Boton Flotante */

.boton-flotante{
    position: fixed;
    right: 0px;
    bottom: 10vh;
    width: 200px;
    background-color: #ff8d4f;
    border-radius: 37px 0px 0px 37px;
    display: flex;
    align-items:center;
    text-decoration: none;
    box-shadow: -2px 0px 8px 5px rgba(0,0,0,0.55);
    -webkit-box-shadow: -2px 0px 8px 5px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 0px 8px 5px rgba(0,0,0,0.55);
    padding: 12px;
}

.boton-flotante p{
    color:#fdf5e2;
    text-align: left;
    font-weight: bold;
    margin: 10px 5px 7px 0px;

}
.boton-flotante img{
    width: 110px;
}
@media (max-width:480px){
    .boton-flotante{
        width: 150px;
    }
    .boton-flotante p {
        font-size:13.5px;
        margin: 7px 0px 5px 0px;
    }
    .boton-flotante img{
        width: 80px;
    }
}

