@import url(../colors.css);
@import url(../fonts.css);

h1 {
    width: 100%;
    color: var(--azul-oscuro);
    font-family: FiraSans-ExtraBold;
    font-size: 50px;
    text-align: left;
}

h3 {
    margin-top: 80px;
    width: 100%;
    color: var(--azul-oscuro);
    font-family: FiraSans-Bold;
    font-size: 40px;
    text-align: left;
    margin-bottom: 60px;
}

.cw-card {
    display: flex;
    align-items: center;
    width: 384px;
    margin-bottom: 40px;
}

.cw-card img {
    max-width: 82px;
    max-height: 82px;
}

.cw-card p {
    padding: 0px;
    margin-bottom: 0px;
    text-align: left;
    max-width: 300px;
    margin-left: 50px;
}

#content-form {
    width: 100%;
    background-color: var(--azul-oscuro);
    padding: 60px;
    border-radius: 20px;
}

.cw-form-group {
    width: 100%;
}

.cw-form-group label {
    color: white;
    width: 100%;
    margin-bottom: 20px;
    font-family: FiraSans-Bold;
    font-size: 20px;
}

.cw-form-group input,
textarea,
select {
    width: 100%;
    margin-bottom: 20px;
    min-height: 40px;
    font-family: FiraSans-Light;
    font-size: 16px;
    padding-left: 10px;
}

.cw-form-group textarea {
    padding-top: 10px;
}

#polictica {
    color: white;
    font-family: FiraSans-Light;
    font-size: 12px;
    line-height: 14px;
}

#polictica a {
    color: white;
    margin-bottom: 25px;
}

#content-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#modal {
    position: relative;
    width: 490px;
    height: 380px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 30px 0px;
}

#modal * {
    padding: 0px;
    margin: 0px;
}

#modal-close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

#modal-logo {
    width: 280px;
}

#modal div {
    width: 100%;
    height: 2px;
    background-color: #8d8d8d;
}

#modal h3 {
    font-family: FiraSans-Bold;
    font-size: 36px;
    text-align: center;
    color: var(--azul-oscuro);
}

#modal p {
    color: black;
    font-family: FiraSans-Light;
    font-size: 18px;
    text-align: center;
    padding: 0px 100px;
}

@media (max-width: 991px) {
    h1 {
        text-align: center;
    }

    h3{
        text-align: center;
    }

    .cw-card{
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {

    h1{
        font-size: 52px;
    }

    #modal {
        margin: 40px;
    }

    #modal p {
        padding: 20px;
    }

    .cw-card{
        width: 100%;
    }

    .cw-card p {
        padding: 0px;
        margin-bottom: 0px;
        text-align: left;
        max-width: 220px;
        margin-left: 20px;
    }
}
