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

/*encabezado*/

body {
    background: url("/img/bground/admin/bg1.jpg") no-repeat fixed;
    background-position: center bottom;
    background-size: cover;
}

.logotop {
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: fit-content;
    margin: 0 auto;
}

main {
    background-color: rgb(255, 255, 255);
}

.bigimg {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animate-opacity {
    animation: opac .8s;
    -webkit-animation: opac .8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-top {
    position: relative;
    animation: animatetop 1.5s;
    -webkit-animation: animatetop 1.5s;
}

@keyframes animatetop {
    from {
        top: -500px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.display-middle {
    position: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
}

.logo1 {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.TitDemoHdr {
    display: block;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: 4em;
    text-shadow: 3px 3px 5px black;
}

.bsnslist {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255, 255, 255);
    width: fit-content;
    padding-top: 16px;
    margin: 0 auto;
    font-size: 1.8em;
    text-shadow: 3px 3px 5px black;
}

@media screen and (max-width:1366) {
    .logo1 {
        width: 455px;
        height: auto;
    }
}


@media screen and (max-width:820px) {}

@media screen and (max-width:500px) {
    .logo1 {
        width: 100%;
        height: auto;
    }
}

/*contact form*/

.formacontact {
    width: 60%;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
    padding: 50px;
    overflow: hidden;
    position: relative;
    display: block;
    align-content: center;
}

.titform {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.titform p {
    font-size: 1.2em;
    color: rgb(75, 66, 66);
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.titform select {
    font-size: 1.1em, ;
    color: rgb(75, 66, 66);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.alertrechaptcha {
    width: fit-content;
    margin: 0 auto;
    color: red;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.g-recaptcha {
    margin: 0 auto;
}

.successemail {
    color: rgb(5, 161, 0);
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.errorform {
    color: red;
    font-size: .8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    color: rgb(75, 66, 66);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

form p {
    color: rgb(75, 66, 66);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-size: .9em;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 8px;
}

input,
textarea {
    font-size: 1rem;
    color: rgb(75, 66, 66);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    height: 20px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    line-height: 1.5;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    outline: none;
    background: none;
    border-bottom-color: rgb(255, 60, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

textarea {
    height: 130px;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}

.btn-prim {
    color: rgb(158, 4, 4);
    font-weight: bold;
    cursor: pointer;
    display: block;
    padding: 7px 15px;
    border: 1px solid rgb(158, 4, 4);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.btn-prim:hover {
    background-color: rgb(158, 4, 4);
    color: rgb(255, 255, 255);
}

.jobofer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    margin-top: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 60, 0);
    display: block;
    overflow: hidden;
    font-size: 1em;
    text-align: center;
    color: rgb(255, 60, 0);
    /*text-shadow: 1px 1px 2px rgba(55, 55, 55, 0.4);*/
}

.jobofer a {
    text-decoration: none;
    color: rgb(255, 60, 0);
    /*text-shadow: 1px 1px 2px rgba(55, 55, 55, 0.4);*/
}

/* localizacion*/

.localizacion {
    display: block;
    width: 100%;
    background-color: white;
    height: 75%;
    overflow: hidden;
    box-sizing: border-box;
}

#map {
    height: 100%;
    min-height: 450px;
    border-top: 1px #000 solid;
}

.ubicacion {
    width: 80%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 35px;
}

h1 {
    text-transform: uppercase;
    color: gold;
}

.addressbox {
    box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
    color: rgb(29, 29, 29);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    width: 330px;
    height: auto;
    padding: 30px;
    overflow: hidden;
    position: relative;
    bottom: calc(-30px/2);
    left: calc(15% - 100px);
}

.addressbox address {
    padding-left: 25px;
}

.addressbox a {
    text-decoration: none;
    color: rgb(29, 29, 29);
}

.addressbox p {
    padding-top: 8px;
}

@media screen and (max-width:1670px) {
    .formacontact {
        width: 80%;
    }

    .titform p,
    .titform select {
        font-size: 1em;
    }

    form p {
        font-size: 1.1em;
    }
}

@media screen and (max-width:1366px) {
    .formacontact {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: white;
        box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
        padding: 8%;
    }

    .titform p,
    .titform select {
        font-size: 1em;
    }

    form p {
        font-size: 1.1em;
    }
}

@media screen and (max-width:1024px) {
    .formacontact {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: white;
        box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
        padding: 5%;
    }

    .alertrechaptcha {
        text-align: center;
    }

    .titform p,
    .titform select {
        font-size: 1em;
    }

    form p {
        font-size: 1.1em;
    }
}

@media screen and (max-width:992px) {
    .formacontact {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: white;
        box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
        padding: 5%;
    }

    .titform p,
    .titform select {
        font-size: 1em;
    }

    form p {
        font-size: 1em;
    }
}

@media screen and (max-width:600px) {
    .logotop {
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        top: -80px;
        left: 50%;
    }

    .formacontact {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: white;
        box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
        padding: 5%;
    }

    .titform {
        width: 100%;
    }

    .titform p,
    .titform select {
        font-size: 1.1em;
    }

    form p {
        font-size: 1.1em;
    }
}

@media screen and (max-width:360px) {
    .bannercontact {
        background-position: center center;
        background-size: contain;
        padding-top: 0;
        padding-bottom: 0px;
        height: 200;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .formacontact {
        width: 98%;
        padding: 5%;
        top: 0px;
    }

    .titcont {
        padding-top: 35px;
    }

    .titform {
        width: 100%;
    }

    .titcont h2 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .titform p,
    .titform select {
        font-size: 1em;
    }

    form p {
        font-size: 1em;
    }
}