.content-conteiner-citas{
    background-image: url("../../src/CONTACTO.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%/0 0 20vw 20vw;
    box-shadow: 0 .125rem 3.125rem 0 rgba(0,0,0,.8);
    height: 20em;
}


.servicios-conteiner{
    background-image: linear-gradient(180deg,rgba(10,79,157,0.86) 0%,rgba(10,79,157,0.92) 100%),url("/src/CONTACTO.png");
    
}

.servicios-subtittle{
    padding: 10px;
    background-color: unset;
    color: var(--theme-color);
}
.servicios-subtittle p{
    margin: 0;
    font-size: 2    .5rem;
}

.contact-form{
    padding: 0;
    list-style: none;
    height: 100%;
}

.contact-form input{
    display: block;
    box-sizing: inherit;
    position: relative;
    width: 100%;
    padding: 10px;
}

.form-post{

    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.form-post-list{
    color: var(--theme-color);
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.form-post-list select {
    box-sizing: inherit;
    position: relative;
    width: 100%;
    padding: 10px!important;
}

.form-post-chack{
    color: var(--theme-color);
    display: flex;
    text-align: left;
    width: 100%;
}

.form-post-chack input{
    display: inline-block;
    width: 20px;
    border: 0px;
    margin: 5px;
}

.form-buttom{
    margin-top: 20px;
    width: 100%;
    display: grid;
    position: relative;
    box-sizing: inherit;
}

input:invalid {
    background-color: rgb(255, 170, 170);
  }



@media (max-width: 750px){
    .content-1{
        flex-direction: column;
    }
    .content-flex1{
        width: 100%;
    }
    .content-conteiner-citas{
        height: 20em;
    }
}