.firts-container{
    min-height: 550px; 
    min-width: 100%; 
    background-image: url(../../img/banners/contacto-banner.jpg); 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-size: cover;
    background-position: 100%;
}

.prefij-title {
    font-weight: 300;
    font-size: 40px;
}

.container-contact{
    color: #1d1f2e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.display-3{
    font-size: 4.5rem; 
    line-height: 1.2; 
    font-weight: 700 !important;
    text-shadow: -6px 2px #000000a8;
}

.tel{
    font-size: 31px;
    font-weight: 400;
}

#map-google {
    height: 500px !important;
    margin-top: -80px !important;
}

.btn.btn-primary {
    background-color: #7ab730;
    color: white;
    font-weight: 300;
    border: none;
    border-radius: 0;
    font-size: 20px;
}

/* .final-container{
    min-height: 600px;
    background-image: url(../../img/banners/contacto-logo-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100%;
} */

.control-label{
    color: white;
    font-size: 15px;
}
.office-headline {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
.input-box{
    border: none;
    border-radius: 0 !important;
}

.office-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-image: url(../../img/contacto-oficina-1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.office-opening-times{
    padding-left: 0;
    list-style: none;
}
.paragraph {
    color: rgba(29, 31, 46, 0.7);
}
.col-form{
    border-right: 1px solid #e2e2e2
}


.label {
    position: static;
    display: block;
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

label{
    display: block;
    margin-bottom: 12px;
    color: rgba(29, 31, 46, 0.6);
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-field {
    width: 100%;
    display: block;
    height: 54px;
    margin-bottom: 20px;
    padding: 18px 24px;
    border: 1px solid #e5e5e7;
    border-radius: 0px;
    -webkit-transition: border 400ms ease, color 400ms ease;
    transition: border 400ms ease, color 400ms ease;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-field:active {
    border-color: #1d1f2e;
}

.text-field:focus-visible {
    outline: none;
    border-color: #1d1f2e;
}

.contact-form-headline {
    color: #5c5c5c;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
}

.form-content{
    border: 1px solid rgba(210, 210, 213, 0.5) !important;
    background-color: #fff !important;
}

.contact-form-link {
    color: #1d1f2e !important;
    font-size: 18px !important;
    line-height: 30px !important;
    outline: 1px solid black;
    transition: all 400ms ease, border 400ms ease !important;
}

.contact-form-link:hover {
    color: #7ab730 !important;
    outline: 1px solid #7ab730;
}

@media (max-width: 991px){
    .col-form {
        border: none;
        border-bottom: 1px solid #e2e2e2
    }
}

[class$=api-load-alpha-banner] {
    display: none;
  }

  
@media (max-width: 767px){
    #map-google {
        height: 500px !important;
        margin-top: 0px !important;
        
    }
}