
.navHead {
    letter-spacing: 1.35px;
    background-color: #003366;
    opacity:0.95;
    /* background: linear-gradient(90deg, rgb(0, 51, 102, 0.6) 0%,rgb(0, 51, 102, 0.7) 25%,rgb(0, 51, 102, 0.8) 75%, rgb(0, 51, 102, 0.9) 100%);  */
    /* elegir degradé */
}

.headerImg {
    padding-right: 0px; 
    padding-left: 0px;
}

.carrou {
    position: absolute;
    background-color: black;
    color: white;
    opacity: 0.6;
  }

.nav-link{
    color: aliceblue !important;
}

.active {
    background-color: #0066cc !important;
}

.hov {
    background-color:  #003366;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    opacity: 0.98;
    transition: 0.3s;
}

.hov:hover {
    background-color: #0066cc;
    /* opacity: 0.4 */
}

#icon-ing_arq {
    width: 450px;
    margin-top: 5px;
}

.bg-copyrights {
    background-color: #282828;
    line-height: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nos {
    font-family: sans-serif;
    font-size: 16px;
    
}

.contact {
    background-color: #003366; 
    color:white; 
    margin-bottom: 0px; 
    background: linear-gradient(90deg, rgb(0, 51, 102, 0.95) 0%,rgb(0, 51, 102, 0.93) 25%,rgb(0, 51, 102, 0.91) 75%, rgb(0, 51, 102, 0.89) 100%);
}

/* .img-vinc_obras {
    min-width: 300px;
    max-width: 340px;
    max-height:180px;
    padding-right: 2vw;
    border-radius: 5%;
} */

.containerObras {
    position: relative;
    max-width: 800px; /* Maximum width */
    margin: 0 auto; /* Center it */
  }
  
.containerObras .contentObras {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 10px; /* Some padding */
}

.logo {
    height: auto;
    width: auto;
    max-height: 72px;
    max-width: 215px;
}

.logoNos {
    height: auto;
    width: auto;
    max-height: 222px;
    max-width: 365px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.87;
    border-radius: 150px;
}

.logoNos img {
    opacity: 0;
}

.contactUl {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

label { 
    display: inline-block; 
    width: 65px; 
}

.hNos {
    font-size: 26px; 
    font-style: italic;
    max-width: 590px; 
    white-space: nowrap;
    font-weight: 800;
    -webkit-text-stroke: 0.5px black;
}

.pIndex {
    font-size: 26px; 
    font-style: italic;
    font-weight: 700;
}

.hIndex {
    font-family: Monaco;
    font-size: 36px; 
    font-style: bold;
    font-weight: 700;
}

@media(max-width:968px){

    .phone-section-none{
     display:none; 
    }
}

.jumbotron {
    border-radius: 0;
}

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("casa.jpg");
  
    /* Set a specific height */
    height: 33vh;
    
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.hero-image:hover {
    /* transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg); */
	transform-origin: center;
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	transition: 2.0s ease;
	-moz-transition: 2.0s ease;
	-webkit-transition: 2.0s ease;
  }

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    visibility: visible;
    opacity: 1;
    background: rgba(28, 49, 74, 0.6)
}

.hero-image:hover .hero-text {
    visibility: visible;
    opacity: 0;
    cursor: default; 
    transform: rotate(360deg); 
    transition: all 0.1s ease-in-out 0s;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(36, 62, 206, 0.6); */
    background-color: rgba(28, 49, 74, 0.9);
    /* background: #0066cc; */
    opacity: 0.6;
    color: #fff;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.hero-image:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.hero-image:hover .img__description {
    transform: translateY(0);
}

.img__description {
    transition: .2s;
    /* transform: translateY(1em); */
    transform: scaleY(0.5);
    text-align: center;
    margin-left: 14px;
    margin-right: 14px;
}

video {
    width: 100% !important;
    height: auto !important;
}

.videinho {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#contacto {
    position: relative;
    text-align: center;
    z-index: 1;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

form {
    margin-top: 50px;
    transition: all 2s ease-in-out;
}

.form-control {
    /* background: transparent; */
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

input {
    height: 45px;
}

form .submit {
    background: #ff5722;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
    max-width: 250px;
}

form .submit:hover {
    background-color: #f44336;
    cursor: pointer;
}

.contact-form {
    padding: 0 2rem;
}

/* .fondiu {
    background-image: url(contaa.jpeg);
    background: linear-gradient(rgba(0,0,150,0.5),rgba(0,0,50,0.5)),url(fontt.jpeg);
    background-size: cover;
} */

.center {
    display: flex;
  justify-content: center;
  align-items: center;
}

.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:320px){

    h4 {
        font-size: 1.3rem;
    }
    input, textarea {
        max-width: 300px;
        margin-left: 33px;
    }
    /* img {
        max-width: 310px!important;
    }     */
}

@media(max-width:320px) {
    .img__description {
        font-size: 0.73rem !important;
    }
}

@media(max-width:375px) {
    .img__description {
        font-size: 0.90rem;
    }
}

.responsive {
    width: 100%;
    height: auto;
}


@media(max-width:989px){

    .socResp{
        display: block!important;
    }
}

@media (min-width: 890px) {

    .socNav {
        display: block!important;
    }
}
