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

.bigimg {
    height: 80%;
    background-image: url(../img/BG1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
}

.animate-opacity {
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.logocentrado {
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.logo1 {
    max-width: 99%;
    height: auto;
}

.logo1-hide {
    display: nonde;
}

.display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

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

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

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

/* pagina */

/* footer */

footer {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    border-top: 1px #000 solid;
    background-color: rgb(28, 28, 28);
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.footerbtm {
    width: 100%;
    background-color: rgb(28, 28, 28);
    height: auto;
    display: block;
}

.footerwrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.logofoot {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.infofoot {
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 25px;
    display: block;
}

.footredesoc {
    min-width: 10px;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-right: 10px;
    display: inline;
}

.footinfo {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 0px;
    font-size: .6rem;
    font-weight: lighter;
    color: #959595;
    display: inline;
}

.footinfo a {
    color: #959595;
    text-decoration: none;
}

.footinfo a:hover {
    color: #FFF;
    text-decoration: none;
}


main {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.newslett {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.bannercontact {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    background-image: url(/img/bgrounds/contacto/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 750px;
    text-shadow: 1px 1px 3px rgba(55, 55, 55, 0.6);
}

.contactinfo {
    width: 100%;
    display: block;
    color: rgb(22, 22, 22);
    font-size: .8rem;
    line-height: 1.2;
    display: inline-flex;
}

.titcont {
    color: rgb(255, 255, 255);
    width: 80%;
    margin-top: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

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

.titcont p {
    color: rgb(255, 255, 255);
    text-align: center;
}

.markadd {
    font-weight: bolder;
}

.contactinfo address {
    padding-left: 35px;
}

.txtcontact,
.contactf {
    width: 50%;
    display: block;
}

/*contact form*/

.formacontact {
    width: 60%;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 9999;
    background-color: white;
    box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
    padding: 50px;
    overflow: hidden;
    position: relative;
    top: calc(-60px);
}

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

.titform p {
    font-size: 1.2rem;
    color: rgb(36, 36, 36);
}

.titform select {
    font-size: 1.1re, ;
    color: rgb(36, 36, 36);
}

.alertrechaptcha {
    color: red;
    font-size: 1.2rem;
    font-weight: bolder;
}

.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(36, 36, 36);
}

form p {
    color: rgb(36, 36, 36);
    font-size: .9rem;
    font-weight: lighter;
    padding-top: 16px;
    padding-bottom: 8px;
}

input,
textarea {
    font-size: 1rem;
    color: rgb(36, 36, 36);
    height: 20px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    line-height: 1.5;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    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(255, 60, 0);
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 100px;
}

.btn-prim:hover {
    transform: scale(1.5)
}

.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: 1vw;
    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;
    min-height: 750px;
    overflow: hidden;
    box-sizing: border-box;
}

#map {
    height: 100%;
    min-height: 750px;
    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);
    z-index: 99;
}

.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: 1.6rem;
    }

    form p {
        font-size: 1.5rem;
    }
}

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

    .titform p,
    .titform select {
        font-size: 1.5rem;
    }

    form p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:1024px) {
    .formacontact {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        z-index: 9999;
        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: 1.4rem;
    }

    form p {
        font-size: 1.2rem;
    }
}

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

    .titform p,
    .titform select {
        font-size: 1.2rem;
    }

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

@media screen and (max-width:600px) {
    .formacontact {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        z-index: 9999;
        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.2rem;
    }

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

@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(55, 55, 55, 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: 1rem;
    }

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