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

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

}

.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;
}
.title p{
    font-size: 45px;
    color: #fdf5e2;
    line-height: 1;
}
.title p strong{
    color: white;
}

.text-1 p{
    color: #fdf5e2;
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.regalo1 {
    display: none;
    position: relative;
}
.regalo2 {
    position: relative;
    left: 35vw;
    top: -20px;
}
.text-1 img {
    right: 35vw;
    position: relative;
    bottom: -145px;
}

.formulario-text {
    color: #fdf5e2;
    font-size: 1.2em;
    font-weight: 500;
}


.condiciones-box {
    display: flex;
    flex-direction: column;
    background-color: #25322c;
    padding: 25px 50px;
    margin: 50px auto;
    color: white;
    text-align: center;
    width: 740px;
}

.condiciones1 {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

.form {
    /*margin: 0 39px 0 39px;*/
    /*display: flex;*/
    flex-direction: column;
    /*align-items: center;*/
    width: 740px;
    margin: 0 auto;

}

.f-title {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

input {
    width: 300px;
    height: 45px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 10px;
    
}

.calendarios {
    width: 300px;
}

.tabla {
    display: flex;
    justify-content: space-around;
    text-align: left;
    flex-direction: column;
}
.table {
    color: white;
}



th {
    color: white;
    border-bottom: 1px solid white;
    width: 50px;
}

td p {
    border-radius: 11px;
    background: white !important;
    color: #443B53 !important;
    padding: 8px;
    width: 90px;
    color: white;
}


.select {
    width: 100px !important;
}

td select{
    border: none;
    background: white;
    color: #443B53 ;
}

.agregar-participante {
    color: #25322C;
    display: flex;
    font-weight: bold;
    justify-content: center;
    margin-top: 20px;
    font-size: 1.2em;
    color: white;
}
.agregar-participante p{
    align-self: center;
    color: white;
}
.circulo {
    background: #ff8d4f;
    border-radius: 16px;
    padding: 5px;
    text-align: center;
    margin-left: 10px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.advertencia {
    text-align: left;
    color: white;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.avanzar {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
}

.avanzar button{
    margin-bottom: 10px;
    width: 125px;
    height: 50px;
    border-radius: 30px;
    background: #ff8d4f;
    border: none;
    align-self: center;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}

.flecha {
    margin: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;

}
.participantes {
    display: flex;
    flex-direction: column;

}
.participantes .f-title {
    margin-right: 205px;
}
.advertencia {
    text-align: center;
}
.gender select{
    width: 730px;
    border-radius: 10px;
    height: 45px;
}
.form input {
    width: 735px;
}
.mb-0 {
    width: 225px;
}
.trash {
    display: flex;
}
.trash img{
    margin-left: 3px;
    width: 17px;
    height: 17px;

}
.trash button{
    background: #443B53;
    border: none;
}
.error-container {
    margin-top: 5px;
    margin-left: 29px;
}

.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;
}

@media (max-width: 950px) {
    .form{
        margin: 0 39px 0 39px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: unset;
    }
    .form div{
        width: 300px;
    }
    .condiciones-box{
        width: unset;
        margin: unset;
    }
    .title{
        margin: 90px 55px -140px 55px;
    }
    .title .regalo1 {
        display: block;
        right: -45vw;
        bottom: 115px;
    }

    .flecha {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        margin-bottom: 50px;
    }

    .text-1 {
        margin-top: 175px;
    }
    .text-1 img {
        right: 40vw;
        bottom: 115px;
        margin-bottom: -150px;
    }
    .regalo2 {
        display: none;
    }
    .form input {
    width: 300px;
    }
    .gender select{
        width: 300px;
    }
    .mb-0 {
        width: 90px;
    }
    .calendario {
        margin-left: 7px;
    }
    .entrega {
        margin-left: 7px;
    }
    .participantes {
        width: 340px;
    }
    .col-3 {
        width: 30%;
    }
    #new-event {
        width: 98%;
        margin-left: 7px;
    }
    .excell{
        width: 98%;
    }
    .advertencia {
        margin-left: 20px;
        margin-right: 20px;
    }


}

@media (max-width: 500px) {
    /* .banner {
        width: 500px;

    } */
    .form{
        margin: 0 39px 0 39px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: unset;
    }
    .form div{
        width: 300px;
    }
    .condiciones-box{
        width: unset;
        margin: unset;
    }
    .title{
        margin: 90px 55px -140px 55px;
    }
    .title .regalo1 {
        display: block;
        right: -42vw;
        bottom: 115px;
    }

    .flecha {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        margin-bottom: 50px;
    }

    .text-1 {
        margin-top: 175px;
    }
    .text-1 img {
        left: -195px;
        bottom: 115px;
        margin-bottom: -150px;
    }
    .regalo2 {
        display: none;
    }
    .form input {
    width: 300px;
    }
    .gender select{
        width: 300px;
    }
    .mb-0 {
        width: 90px;
    }
    .calendario {
        margin-left: 7px;
    }
    .entrega {
        margin-left: 7px;
    }
    .participantes {
        width: 340px;
    }
    .col-3 {
        width: 30%;
    }
    #new-event {
        width: 98%;
        margin-left: 7px;
    }
    .excell{
        width: 98%;
    }
    .advertencia {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 321px) {
    .text-1 img {
        left: -50vw;
    }
}

@media (min-width: 501px) {
    
}

@media (max-width: 500px) {
    
    
}
