/* Error label form */
.error {
    width: 100%;
    height: auto;
    color: red;
    font-weight: 500;
    font-size: 1em;
}
/*  */

/* CONTACT Modal */
#contactModal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
    padding: 0;
    overflow: hidden;
}

.contactContent {
    width: 100%;
    height: 0;
    position: relative;
    overflow: auto;
    padding: 0;
    overflow: auto;
}

.contactInner {
    width: 100%;
    height: 125%;
    background-color: #ffffff;
    position: absolute;
    margin: auto;
    padding: 0;
}
.mySlides{
  display: none;
}

/*  */

/* Contact Sections */
.contactHeader {
    width: 100%;
    height: 80%;
    padding: 0;
    position: relative;
    background: #ffffff;
    background-color: #ffffff;
}

.contactBottom {
    width: 100%;
    height: 20%;
    padding: 0;
    background-color: #212325;
    position: relative;
    overflow: hidden;
}
/*  */


/* Form Section */
.contactMenu {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: none;
    padding: 0;
    padding-top: 2%;
}

.contactLogo {
    width: 100%;
    height: auto;
    text-align: left;
}

.contactExit {
    width: 100%;
    height: auto;
    text-align: right;
}

.contactExit a {
    font-size: 3em;
    color: #212325;
}


.contactInfo {
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff;
    display: none;
    padding-top: 3%;
}

.mapContent {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
}

.formContent {
    width: 70%;
    height: auto;
    margin: 0 auto;
}


.input-field input[type=text], .input-field input[type=email], textarea.materialize-textarea {
    font-family: 'Open Sans', sans-serif;
    border-bottom: none;
    border: 2px solid #d8d8d8;
    padding-left: 6px;
}

.input-field input[type=text]::placeholder, .input-field input[type=email]::placeholder {
    color: #9b9999;
    opacity: 1; /* Firefox */
}

.input-field input[type=text]:-ms-input-placeholder, .input-field input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #9b9999;
}

.input-field input[type=text]::-ms-input-placeholder, .input-field input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
   color: #9b9999;
}

.input-field input[type=text]:focus , .input-field input[type=email]:focus , textarea.materialize-textarea:focus {
  border-bottom: 2px solid #e73429!important;
  box-shadow: none!important;
}


textarea.materialize-textarea::placeholder {
    color: #9b9999;
    opacity: 1; /* Firefox */
}

textarea.materialize-textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #9b9999;
}

textarea.materialize-textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #9b9999;
}


.btnForm {
    background-color: #e73429;
    box-shadow: none;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 1.5em;
    transition: all .5s ease;
}

.btnForm:hover {
    color: #e73429;
    background-color: #ffffff;
    box-shadow: none;
    font-weight: 400;
}

.processForm {
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}

.processForm h6{
    color: #3c3c3c;
     margin: -1%;
}


.iziModal .iziModal-header-title{
     color: #ffffff!important;
     font-family: 'Open Sans', sans-serif;!important;
     font-weight: 500!important;
 }

.contentModal h5
{
    color: #ffffff;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}

.formBottom {
    width: 100%;
    height: 5%;
    background-color: #212325;
    position: absolute;
    bottom: 0;
    display: none;
}

.chatContent{
 width: 70%;
 height: 50px;
 padding: 3%;
 text-align: center;
 border: 1px solid #d0cece;
 background-color: #ffffff;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 overflow: hidden;
 display: none;
}

.chatContent h5{
    color: #3c3c3c;
     margin: -1%;
}
/*  */


/* Contact Footer */
.contactOuter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contactFirst {
    width: 100%;
    height: 15%;
    position: relative;
    padding: 0;
}

.contactSecond {
    width: 100%;
    height: 85%;
    position: relative;
    padding: 0;
}
/*  */


/* Contact Modal Responsive */
#contactModalResponsive {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
    padding: 0;
    overflow: hidden;
    line-height: 1;
}

.contactContentResp {
    width: 100%;
    height: 0;
    position: relative;
    overflow: auto;
    padding: 0;
    overflow: auto;
    background-color: #ffffff;
}

.contactoMenu {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding-top: 3%;
    display: none;
}

.contactoLogo {
    width: 100%;
    height: auto;
    text-align: left;
    overflow: hidden;
}

.contactoExit {
    width: 100%;
    height: auto;
    padding: 5%;
    text-align: right;
}

.contactoExit a {
    font-size: 3em;
    color: #212325;
}

.contactoForm {
    width: 100%;
    height: auto;
    padding: 0;
    display: none;
    overflow: hidden;
}

.contactoMap {
    width: 85%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

#mapMobile {
    width: 100%;
    height: 500px;
}

.contactoSection {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding-top: 3%;
}

.contactoChat {
    width: 100%;
    height: 150px;
    position: relative;
    padding: 0;
    display: none;
}

.contactoBtm {
    width: 100%;
    height: 40px;
    background-color: #212325;
    position: absolute;
    bottom: 0;
}

.contactoText {
    width: 85%;
    height: auto;
    padding: 3%;
    text-align: center;
    border: 1px solid #d0cece;
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    overflow: hidden;
}

.contactoText h5{
    color: #3c3c3c;
     margin: -1%;
}

.contactoFooter {
    width: 100%;
    height: auto;
    background: #212325;
    position: relative;
    overflow: hidden;
    padding-top: 4%;
    padding-bottom: 4%;
    display: none;
}

.companyContent {
    width: 85%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 2%;
    line-height: 1;
}

.companyContent p {
    font-size: 1em;
    color: #858789;
    font-weight: 300;
}




/* Responsive DEVICES */
@media screen and (max-width: 600px) {
    .contactoMap , .contactoSection , .contactoText , .companyContent {
        width: 95%;
    }

    .contactoText h5 {
        font-size: 1em;
    }

    .contactoText {
        bottom: 20px;
    }


}
/*  */

/* Medium laptops */
@media screen and (max-height: 800px) and (orientation: landscape) {
    .contactInner {
        height: 165%;
    }
}



/* RESPONSIVO PARTE CONTACTO DESKTOP */
@media screen and (max-width: 992px) {
    .contactHeader {
        height: 135%;
    }
    .formBottom {
        height: 10%;
    }

    .chatContent {
        bottom: 50px;
    }

    .lastContent {
        display: none;
    }

    .formContent {
        width: 85%;
    }

    .contactBottom {
        line-height: 1;
    }

    .coorporativo , .contacto{
        width: 50%!important;
    }

    .map-sitio , .footerSocial {
        width: 100%!important;
    }
}

@media screen and (max-width: 600px) {
    .chatContent h5 , .footerTitle h6 , .footerText p{
        font-size: 1em!important;
    }
    .formContent {
        width: 100%;
    }
    .contactMenu {
        padding-top: 10%;
    }
}
/*  */
