@charset "utf-8";
/* CSS Document */

.ContactoContainer {
    background: url(/img/BackGround/AustralianShepherd.webp) fixed no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.ContactContain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    min-height: 50%;
    padding-top: 35%;
    padding-bottom: 2%;
}

.ContHeader {
    width: 100%;
    padding: 25px;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.35);
}

.ContHeader h2 {
    width: 100%;
    text-align: center;
    color: #3498db;
    font-family: 'Asenine';
    font-size: 3em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .1em;
}

.ContHeader p {
    width: 100%;
    text-align: center;
    color: rgb(36, 36, 36);
    font-family: 'Asenine';
    font-weight: 600;
    font-size: 2.1em;
    letter-spacing: .1em;
    line-height: 1.3;
}

.ContactSec {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 35px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}

.ContactForm,
.ThnksContact,
.ContactInfo {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 25px;
}

.ContactForm h1,
.ContactForm h2,
.ThnksContact h2,
.ThnksContact h3 {
    width: 100%;
    text-align: center;
    color: #3498db;
    font-family: 'Asenine';
    line-height: 1.3;
    letter-spacing: .1em;
    padding-bottom: 25px;
}

.ContactForm h1 {
    font-size: 2.1em;
    font-weight: bold;
}

.ContactForm h2,
.ThnksContact h2 {
    font-size: 1.8em;
}

.ThnksContact h3 {
    font-size: 1.3em;
}

.ComentSent {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    max-height: 900px;
    background: url(/img/Perros/dog-bath.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 6px;
}

.ComentSent img {
    height: 45%;
    width: auto;
}

.NameSect {
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.InputNameItem {
    width: calc(50% - 8px);
}

.ContactForm input,
.ContactForm textarea {
    width: 100%;
    font-size: large;
    line-height: 1.5;
    border: 1px solid rgb(86, 86, 86);
    border-radius: 4px;
}

.ContactForm select {
    color: rgb(130, 130, 130);
    font-weight: bolder;
    line-height: 1.5;
    padding-top: 4px;
    border-radius: 4px;
}

.labelinput {
    padding-top: 6px;
    padding-left: 12px;
    font-size: .8em;
    color: rgb(130, 130, 130);
    font-weight: bolder;
    line-height: 1.5;
}

.ContactForm p {
    width: 100%;
    padding-top: 12px;
    color: rgb(130, 130, 130);
    font-weight: bolder;
    line-height: 1.5;
}

.errorform {
    display: block;
    width: 100%;
    font-size: large;
    font-weight: 600;
    color: red;
    line-height: 1.5;
}

.ReqMark {
    font-size: large;
    font-weight: 600;
    color: red;
    line-height: 1.5;
}

.btn-prim {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Asenine';
    font-size: 1.3em;
    line-height: 1.3;
    letter-spacing: .1em;
    color: #fff;
    background-color: #3498db;
    padding: 2px 25px;
    border-radius: 6px;
    margin-top: 25px;
    margin-right: 50px;
    margin-left: auto;
}

.ContactInfo h2 {
    width: 95%;
    padding-left: 25px;
    color: #3498db;
    font-family: 'Asenine';
    font-size: 2.1em;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    text-align: center;
}

.ZoneServ,
.HorarioSrvc,
.medcontact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 95%;
    padding: 12px;
}

.ZoneServ h3,
.HorarioSrvc h3 {
    width: 95%;
    font-size: 1.8em;
    line-height: 1.5;
    text-align: center;
    color: #3498db;
}

.ZoneServ ul {
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: unset;
    color: #3498db;
    list-style-image: url('/img/style/vinetaazul1.png');
    font-size: 1.8em;
    line-height: 2;
}

.ZoneServ li {
    margin-left: 30px;
}

.HorarioSrvc .DaySrvc,
.HorarioSrvc p {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    color: #3498db;
}

.medcontact a:any-link {
    font-size: 1.6em;
    line-height: 1.5;
    color: #3498db;
}

.medcontact .faceicon {
    font-size: 1.8em;
    line-height: 1.5;
    color: #3b5998;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.medcontact .instaicon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding-top: 4px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.medcontact .instaicon a:any-link {
    color: #fff;
}

/* Media Queries */

@media screen and (max-width: 1024px) {
    .ContactContain {
        width: 85%;
        padding-top: 85%;
        padding-bottom: 2%;
    }

    .ContactInfo h2,
    .ZoneServ h3,
    .ZoneServ ul,
    .HorarioSrvc .DaySrvc,
    .HorarioSrvc p {
        width: 95%;
    }

    .ZoneServ ul {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 600px) {
    .ContactContain {
        width: 100%;
        padding-top: 120%;
        padding-bottom: 2%;
    }

    .ContHeader h2 {
        font-size: 2.5em;
    }

    .ContHeader p {
        font-size: 1.8em;
    }

    .ContactSec {
        width: 95%;
        flex-direction: column;
    }

    .ContactForm,
    .ContactInfo {
        width: 95%;
        padding: 10px;
    }

    .ContactForm input,
    .ContactForm textarea,
    .InputNameItem {
        width: 95%;
        padding: 10px;
    }

    .ContactForm p {
        display: inline;
    }

    .NameSect {
        flex-direction: column;
    }

    .ComentSent img {
        height: 30%;
    }



    .btn-prim {
        margin-top: 15px;
        margin-right: 0;
        margin-left: auto;
    }

    .ZoneServ ul {
        font-size: 1.4em;
    }

    .medcontact a:any-link {
        font-size: 1.4em;
    }

    .medcontact .faceicon {
        font-size: 1.6em;
    }
}