/*https://www.youtube.com/watch?v=5kTKfv3znvA    

minuto 14:45*/
/* jquery.com > download jquery >  buscar el google CDN, tambien a jquery on ready */



* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', 'Open-Sans', sans-serif;

}

html {
  -webkit-text-size-adjust: 100%;
}



/* todo bootstrap///--------------------//////*/
  .colTop{
    background-color: rgb(61, 77, 107);
    position: inherit !important;
  }
  .colTop2{
    position: inherit !important;
  }

  .figure-caption{
    font-size: 90%;
    color: rgb(212, 205, 205) !important;
    text-transform: none;
    font-weight: 600;

  }
  h5 {
      font-size: 1,6rem;
      text-transform: uppercase;
      text-decoration: underline;
  }
  .img-thumbnail {

    padding: .5rem;
    border: 2px solid #868e96;
    border-radius: 0;
    background-color: #dddddd;
  }
  /*-------------------------------finish bootstrap*/


  .slider{
    height: 200px;
    width: 100%;    
    overflow: hidden;
    margin: auto;
    margin-left: 0;
  }

  .fb-BigContainer {
    
    background: rgb(222, 221, 221, 0.4); /* White with opacity */
    z-index: 3;
    position: absolute;
    padding-top: 10px;
    padding-left: 5%;
    width: 98vw; /* 98% of the viewport width */ 
  }

  .fb-like, .fb_iframe_widget {
    max-width: 100%;
    overflow: hidden;
}

  #fb-root {
    max-width: 98%;
    width: 100%;
    overflow-x: hidden;
  }
  

  .button.secondary a:link {
    color: #ddd;
  }
  .item.button a:link, a:hover {
    color: #ddd;
  }

  .item a {
    font-family:  'Roboto', sans-serif;
  }
   


  .item a:hover, a:active{
    color: white;
    /*text-shadow: 1px 1px 2px rgb(248, 246, 246);*/
  }
  .sliderchild{
    height: 200px;
    width: 500%;    
    animation: slider infinite 30s .2s;
  }
  .imagecon{
    height: 200px;
    width: 20%;    
    float: left;
    line-height: 300px;       
  }
  .imagecon:nth-child(1)
  {
   background-image: url('slider/Slider1.png');
   background-repeat: no-repeat; 
   background-size: cover;
   
  }
  .imagecon:nth-child(2)
  {
   background-image: url('slider/Slider2.png');
   background-repeat: no-repeat; 
   background-size: cover;
  }
  .imagecon:nth-child(3)
  {
   background-image: url('slider/Slider3.png');
   background-repeat: no-repeat; 
   background-size: cover;
  }
  .imagecon:nth-child(4)
  {
   background-image: url('slider/Slider4.png');
   background-repeat: no-repeat; 
   background-size: cover;
  }
  .imagecon:nth-child(5)
  {
   background-image: url('slider/Slider1.png');
   background-repeat: no-repeat; 
   background-size: cover;
  }

  @keyframes slider
  {
    12.5%
    {
      margin-left: -100%;
    }
    25%
    {
      margin-left: -100%;
    }
    37.5%
    {
      margin-left: -200%;
    }
    50% 
    {
      margin-left: -200%;
    }
    62.5% 
    {
      margin-left: -300%;
    }
    75%
    {
      margin-left: -300%;
    }
    87.5% 
    {
      margin-left: -400%;
    }
    100% 
    {
      margin-left: -400%;
    }
  }
  #infoi{
    width: 100%;    
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    /**color: #337288;**/
    color: black;
    position: absolute;
    padding: 3% 5% 0%;
    margin-left: 2%;
    top: 30px;
    text-align: left;
    /**text-shadow: 1px 1px 1px black; **/
  }
  h1.header {
    font-weight: bold;
    color: black;
    font-size: 32px;
    font-family: 'Roboto' 'Raleway', sans-serif;
  }

  #infoi p {
    font-family: 'Roboto', sans-serif;
  }

 


.SectionStyle1 {
  color: white;
  background-color: rgb(34, 34, 34);
  font-size: 15px;
  text-align: center;
  padding: 4% 4% 2%;
  
  
  
}





.content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  z-index: 1; /* Ensure it appears above the gradient background */ 
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}

.box {
  width: 97%;  
  background-color: rgba(255, 255, 255, 10); /* Slight transparency to show the background */
  border-radius: 6px;
  text-align: center;
  position: relative;
  height: 350px;
  box-shadow: 0px 1px 10px rgba(34,34,34, 0.25);
  padding: 0;
  margin: 2%;
  background: linear-gradient(teal 50%, white 50%);
}

.box2 .svgHat {
  width: 50px;
  border-radius: 50%;
  background-color: teal;
  height: 50px;
  margin: auto;
  margin-top: 60px;
  padding: 5px;

}

/**
.svgHat svg {
  width: 80px; 
  height: 80px;

} **/



.box h2 {
  font-family: 'Montserrat', sans-serif;
  margin: 5px 0 0; 
  color: teal;
  font-size: medium;
}

.box2 h2 {
  margin: 0 10px 5px; 
  color: teal;
  padding-top: 60px;
}




.contentC1 {
  margin-top: 200px;

}

.box p {
  color: #606060;
  font-family: 'Montserrat', sans-serif;
  line-height: 2cap;
  font-size: 12px;
  padding: 10px;
  
}

.cardImage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  
}

.cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}






    article{
  margin: 0;
  width: auto;
  order: 5;
  
  
  
}

  

  .homeMid h2{
      
    font-size: 29px;
    color: #337288; 
    padding: 1% 0%;  
    
    
  }
  .homeMid p {
    font-family: 'Roboto', sans-serif; 
    color: #714210; 
    font-size: 14px;
    line-height: 1.7em;
  }

  .subT{
    color: #db7f04; font-weight: bold; font-size: 20px;
    font-family: 'Roboto', sans-serif;
  }

  .exterior{
    position: relative;
    padding-top: 20px;
    height: 430px;
    width: 98%;
    background-image: url(./images/paint.JPG);
    background-size: cover;
    background-position-y: bottom;
    margin: auto;
    margin-bottom: 30px;
    
    
  }

  .exterior::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)); /* Adjust the gradient and opacity as needed */
    z-index: 1; /* Make sure the overlay appears above the background but below the text */
  }

  .exterior .ext1 {
    position: relative;
    z-index: 2; /* Ensure the content appears above the overlay */
  }
  .ext1{    
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px #202020;
    align-items:end;     
  }

  .ext1 p {
    font-size: .8rem;
  }

  .ext1 h1 {
    font-size: 4.5cap;
    margin-bottom: 20px;
  }

  

  .ext1 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }

  .exterior2 {
    position: relative;
    width: 98%;    
    align-items: center;
    padding-top: 20px;
    height: 430px;
    background-image: url(./images/banStructural.png);
    background-size: cover;
    background-position-y: bottom;
    margin: auto;
    margin-bottom: 30px;
    
  }
  .structuralink {
    position: relative;
    
  }
  
  
  
  .darker{
    position: relative;
    width: 96%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    background-image:url(images/plans2.jpg);
    background-attachment: fixed;
    background-size: 250%;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    margin-bottom: 20px;
        
  }

  .darker::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    z-index: 1; /* Places the overlay above the background */
  }

  .darker .container2 {
    position: relative;
    z-index: 2; /* Ensures content stays above the overlay */
  }

  .container2{
    margin: auto;
    height: 300px;
    width: 100%;      
    padding: 0;
    background-color: transparent; /* rgba(0, 0, 0, 0.5); */
    /*Greed code below this line*/
    grid-template-columns: 100%;
    grid-gap: 0;
    z-index: -1;
    text-align: center;
  }
  .underCon {
    color: rgb(12, 12, 12);
    padding-top: 20%;
  }

  .underCon h1 {
    font-size: 30px;
  }

  .underCon p {
    font-size: 14px;
  }
  
  .d1{
    background-image: none;
    font-weight: 0;
    color: rgb(228, 226, 226); 
    font-family: 'Open Sans', sans-serif; 
    padding: 0;
    margin: auto;
    align-items: 0;
    height: 75%;
  }
  .d1 a{
   font-family: 'Open Sans', sans-serif;
  }
  .d1A{
    padding-top: 25px;
    padding-left: 10px;
    text-align: left;
    margin: 3px;
    height: 49%;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 1;
    line-height: 1.4;
    margin-bottom: 10px;
    
  }
 
  .d1A img{
    width: 110px;
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    margin-top: -16px;
  }

  .d1B{
    padding-top: 25px;
    padding-left: 12px;
    text-align: left;
    height: 49%;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 1;
    line-height: 1.4;
    
  }

  .d1B img{
    width: 110px;
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    margin-top: -20px;

  }


  
  .d2{
    background-image: none;
    color: white; 
     
    font-weight: 300;
    font-size: 15px;
    width: 100%;
    margin: auto;
    text-align: left;
    text-shadow: 2px 2px 4px #000000;
    align-items: center;
    padding-top: 20px;
    align-items: center;
    height: 100%;
  }

  .d2 img{
    width: 130px;
    float: left;
    padding-right: 20px;
    margin-top: -25px;
    padding-left: 15px;
  }

  .responsive {
    width: 325px;
    height: auto;
    padding-bottom: 20px;
    margin: 20px 0 20px;
    box-shadow: 2px 2px 4px #adadad;
}

.contact1 {
  text-align: center;
  margin: 2vh;
  margin-top: 0;
}

.contact1 h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
}



.contenido {
  height: auto;
}

.contenido iframe {
  height: 1200px;
  background-color: rgb(233, 235, 235);
}

  .bFooter{
    margin-top: 20px;
    border-bottom: 10px black solid;    
    width: 98%;
    background-image: url(images/background1.jpg);
     
    margin: auto;
  }
 
  .footer{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 10px 0% 0%;
    margin-top: 1%;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: none;
    /*Greed code below this line*/
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 390px 300px 165px;
    grid-gap: 1%;
    /*box-shadow: inset 0px 11px 8px -15px black, */
  }

  .footer h3 {
    font-weight: 100;
    font-size: 1.17em;
  }
  
  .f1{
    
    background-size: contain; 
    color: #c8ebf8;  
    font-weight: 300;
    text-align: left;  
    padding: 10px 10px 15px;
    border-bottom: 1px rgb(67, 78, 100) solid;
    font-size: 11px;
    margin-bottom: 10px;
    
  }
  .f2{
    background-size: contain;
    color: #c8ebf8;     
    font-weight: 300;
    text-align: left; 
    padding: 10px 10px 15px;
    border-bottom: 1px rgb(67, 78, 100) solid; 
    font-size: 11px;   
  }
  .f3{
    
    background-size: contain;
    color: #c8ebf8; 
    font-weight: 300;
    text-align: left; 
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 11px;
    
  } 
  .f4{
    background-size: contain;
    color: #c8ebf8; 
    padding: 20px 10px;
    background-color: rgb(20, 26, 37);
    border-bottom: solid 20px black;
    font-size: 11px;
    height: 100px;
    margin-top: -10px;
    
  }
  
  body {
    font-family: sans-serif;
    overflow-x: hidden;
    width: 100%; 
    background-color: #222;

    
  }

  main {
    background-color: white;
  }
  /*header1 {
    background: #ffffff;
    padding: 0px 20px 0px;
    height: 400px;
    background-color: grey;
    width: 100%;
  }*/

  nav {
    background: #222;
    font-family: 'Roboto', sans-serif;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: .1px;
    margin: auto;    
    z-index: 1000; /* Ensuring it is above other content */
    width: 100%;
    margin-left: 0;
  }
  ul {
    list-style-type: none;
    font-family: 'Open-Sans', sans-serif;
  }
  a {
    color: white;
    text-decoration: none;
    font-family: 'Open-Sans', sans-serif;
  }
  a:hover {
    transition: 1s;
    text-decoration: none;
    
  }
  
  .menu li {
    font-size: 16px;
    padding: auto;
    padding-left: 1%;
    padding-right: 2%;
    font-family: 'Open-Sans', sans-serif; 
  }
  .menu li a {
    display: block;
    font-family: 'Roboto', sans-serif; 
    text-decoration: none;
    color: white;
  }

  .logo a {
    font-size: 0px;
  }

  .button.secondary {
    border-bottom: none;
    
    font-family: 'Open-Sans', sans-serif; 
  }

  /*--------------------------------------------- Mobile manu */

  .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open-Sans', sans-serif;
  }
  .toggle {
    order: 1;
  }
  /*.logo {
    order: 0;
    flex: 10;
  }*/
  .item.button {
    order: 3;
  }
  
  .item {
    width: 100%;
    text-align: center;
    order: 2;
    display: none;
    font-family: 'Roboto', sans-serif;
    border-bottom: rgb(53, 53, 53) solid 1px; 
    margin: 2%;      
  }
  .item.active {
    display: block;
    font-family: 'Roboto', sans-serif;
  }

  .toggle {
    cursor: pointer;
  }

  .bars {
    background: #f8f6f6;
    display: inline-block;
    height: 4px;
    position: relative;
    width: 20px;
  }

  
  .bars::after {
    background: #faf7f7;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    width: 22px;
    top: -8px;
    
  }

  .bars::before {
    top: 8px;
    background: #f1eeee;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    width: 18px;
  }

  
  .larger-image {
      width: 100px;
    }

    .button2  {
      display: inline-block;
      margin-top: 2cap;
      background: teal;
      border: 1px solid #006d6d;
      border-radius: 5px;
      font-family: 'Montserrat', sans-serif;
      padding: 9px 25px;
      font-size: 13px;
      transition: border 0.3s ease, background-color 0.3s ease;

    }

    .button2:hover {
      border: white solid 1px;
      background-color: #009999;
    }

    .button3 {
      display: inline-block;
      margin-top: 2cap;
      background-color: rgb(255,203,0, 0.6);
      border: 1px solid rgba(237, 191, 9, 0.6);
      border-radius: 5px;     
      padding: 9px 25px; 
      font-size: 13px;
      text-decoration: none;
      color: rgb(48, 47, 47);
      font-weight: bold;
    }

    .button3:hover {
      background: teal;
      color: white;
      border: none;

    }

  
  .belowHero {
    margin: auto;
    margin-left: 0;
    
  }
  

  /* -----------------------------------------------------tablet menu */
@media all and (max-width: 550px) {
  .fb-container {
    display: none;

  } 

  .box2 h2 {
    padding-top: 80px;
  }

  .box2 p {
    padding-top: 5%;
  }

  .box2 .svgHat {
    
    margin-top: 40px;
    padding: 5px;
  
  }

  .hat_top {
    height: 50%;
    border: transparent solid;
  }

  .hat_bottom {
    height: 50%;
    position: absolute;
    margin-bottom: 0;
  }
  



}

  @media all and (min-width: 550px) {

    .box {
      width: 60%;
    }

  }

  .ext1 {
    margin-top: 13%;
  }

  .ext1 .button2 {
    margin-top: 10%;
  }

  .exterior {
    padding: 6%;
  }

  .exterior2 {
    padding: 6%;
  }


  @media all and (min-width: 768px) {

    .fb-BigContainer {
      
      /** background: rgba(0, 0, 0, 0.4); /* Black with 60% opacity */
      background: rgb(222, 221, 221, 0.4);
      z-index: 3;
      position: absolute;
      padding-top: 10px;
      padding-left: 5%;
      width: 95%;
    }

    
    

    #infoi{
      width: 100%;    
      font-size: 20px;
      font-family: 'Open Sans', sans-serif;
      color: #337288;
      position: absolute;
      padding-top: 60px;
      text-align: left;
      /*text-shadow: 1px 1px 2px rgb(8, 8, 8); */
      margin-left: 0;
      
    }

   
    h1.header {
      font-weight: bold;
      color: black; /**#be8a45; **/
      font-size: 49px;
      font-family: 'Roboto', sans-serif;
      /**text-shadow: 1px 1px 2px rgb(41, 38, 38); **/
    }

    #infoi p {
      font-size: larger;
    }
  
    .menu {
    margin-right: 4%;   
    margin-left: 3%;
  }

  

 

 
  

  .logo {
    flex: 5;
  }
 
  .item a {
    font-family:  'Roboto', sans-serif;
    
  }
  
  .item a:hover, a:active{
    /*color: rgb(0,128,128);*/
    color: rgb(255,203,0);
    border-bottom: rgb(255,203,0) solid 2px;
    
  }


  .item.button {
    width: auto;
    order: 1;
    display: block;
    border-bottom: none;
  }
  .toggle {
    order: 1;
  }    

  .button.secondary {
    border: 0;
  }

  .button a {
    text-decoration: none;
    padding: 7px 15px;
    background: teal;
    border: 1px solid #006d6d;
    border-radius: 50em;
  }
  .button.secondary a {
    background: transparent;
  }
  .button a:hover {
    transition: all 0.1s;
    color: white;    
  }
  .button:not(.secondary) a:hover {
    background: #006d6d;
    border-color: #005959;
  }
  .button.secondary a:hover {
    color: white;
  }
  .larger-image {
    width: 140px;
    
  }

  

  .belowHero {
    position: relative;
    height: 600px; /* Adjust height as needed */
    margin-bottom:5cqmin ;
    margin: auto;
    
  }

  .SectionStyle1 {
      
    font-size: 25px;
    
    }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(34,34,34) 50%, white 50%);
    margin-left: 0;
    width: 100%;

   
}

.content {
  position: relative;
  display: flex;  
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  z-index: 1; /* Ensure it appears above the gradient background */
  max-width: 99%;
  margin-top: 0;
  margin-bottom: 60px;
  
  
  
}

.box {
  width: 30%;
  padding: 0 0 0;
  background-color: rgba(255, 255, 255, 10); /* Slight transparency to show the background */
  border-radius: 6px;
  text-align: center;
  position: relative;
  height: 350px;
  box-shadow: 0px 1px 10px rgba(34,34,34, 0.25);
}

.box1 {
  top: -50px; /* Moves the box upwards */
}

.contentC1 {
  margin-top: 200px;

}

.box2 {
  top: -50px; /* Keeps the box in the center */
}

.box2 h2 {  
  padding-top: 70px; 
}

.box3 {
  top: -50px; /* Moves the box downwards */
}



.box p {
  color: #606060;
  font-family: 'Montserrat', sans-serif;
  line-height: 2cap;
  font-size: 11px;
  padding: 10px;
  padding-top: 0;

}

.cardImage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  
}

.cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

    
  .hat_bottom .button2 {
    margin-top: 0;
  }

  .button2 {
    text-decoration: none;
    padding: 9px 25px;
    font-size: medium;
  }

  .button3 {
    
    font-size: 16px;
  }

  

  .exterior{
    position: relative;
    height: 500px;
    background-image: url(./images/paint.JPG);
    background-size: 100%;
    background-position-y: bottom;
    margin-bottom: 30px;
    animation-name: exterior1;
    animation-duration: 9s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    padding: 1%;
    box-shadow: 0px 5px 8px #888888;
  }
  @keyframes exterior1{
    from {
      background-position-y: 35%;
        }
    to {      
      background-position-y: 55%;
        }
    }

    
    .exterior2{
      position: relative;
      height: 550px;
      width: 98%;
      background-image: url(./images/banStructural.png);
      background-size: 100%;
      background-position-y: bottom;
      padding: 1%;
      margin: auto;
      margin-bottom: 30px;
      animation-duration: 19s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;      
      box-shadow: 0px 5px 8px #888888;
    }

  .ext1{
    position: relative; 
    width: 90%;
    text-align: left;
    animation-name: ext11;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    margin: 0;
    margin-top: 12%;    
  }

  .ext1 p {
    width: 50%;
    line-height: 1.5;
    font-size: 0.8rem;
  }
  

  .ext1 h1 {
    font-size: 6cap;
    margin-bottom: 20px;
  }

  .ext1 .button2 {
    margin-top: 7%;
  }

  @keyframes ext11{
    0% {
      left: .5%;
    }
    100%{
      left: 3%;
    }
  }

  

  .darker{
    
    margin: auto;
    /*background-color: rgba(249, 247, 247, 0.5);*/
    background-color: white;
    box-shadow: 0px 5px 8px #888888;
    background-attachment: fixed;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position-y: top;
    margin-bottom: 20px;
    width: 96%;
    
  }

  .container2{
    font-size: 20px;
    margin: auto;
    height: 400px; 
    padding: 0;
    
    /*Greed code below this line*/
    grid-template-columns: 100%;
    /*grid-template-rows: 75% 25%;*/
    grid-gap: 0;
    z-index: -1;
    width: auto;
  }

  .underCon h1 {
    font-size: 60px;
  }
  
  .underCon p {
    font-size: 15px;
  }
  
  .d1{
    background-image: none;
    font-weight: 0;
    color: rgb(228, 226, 226); 
     
    padding: 0;
    margin: auto;
    align-items: 0;
    height: 65%;
    
  }
  .d1A{
    padding-top: 25px;
    padding-left: 40px;
    text-align: left;
    margin: 5px;
    height: 47%;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 1;
    line-height: 1.6;
    font-family: Helvetica, sans-serif;
  }
 
  .d1A img{
    width: 150px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -10px;
  }

  .d1B{
    padding-top: 35px;
    padding-left: 40px;
    text-align: left;
    height: 47%;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 1;
    line-height: 1.6;
    
  }

  .d1B img{
    width: 150px;
    float: left;
    padding-right: 20px;
    padding-left: 25px;
    margin-top: -20px;

  }


  
  .d2{
    background-image: none;
    color: white; 
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    font-size: 20px;
    width: 100%;
    margin: auto;
    text-align: left;
    text-shadow: 2px 2px 4px #000000;
    align-items: center;
    padding-top: 60px;
    align-items: center;
    height: 60%;
    padding-left: 45px;
  }

  .d2 img{
    width: 150px;
    float: left;
    padding-right: 5px;
    margin-top: -35px;
    padding-left: 20px;
  }
  
  .footer{      
    padding: 10px 20px 0%; 
    /*Greed code below this line*/
    display: grid;
    grid-template-columns: 36% 36% 23%;
    grid-template-rows: 360px ;
    grid-gap: 1%;  
    width: 100%;
     
  }
  
  .f1{   
    border-bottom: none;   
     
  }
  .f2{   
    border-bottom: none; 
    padding-top: 10px; 
    
    height: 120px;
    border-right: #3D4D6B solid 1px; 
     
  }
  .f3{   
    border-bottom: none;    
  }

  .f4{
    width: 100%;
    background-color: rgb(20, 26, 37);
    border: none;
    height: 78px;
    padding-bottom: 10px;
    text-align: center;
    color: #c8ebf8; 
  }

  /*Slider !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
  .slider{
    width: 100%;
    margin: auto;
    margin-left: 0;
    height: 250px;
    
  }
  .sliderchild{
    height: 300px;
    
  }
  .imagecon{
    height: 300px;
          
  }

  .slider.smallHead {
    height: 200px;
  }

  #infoi.smallHead {
    padding-top: 30px;
  }

  #infoi.smallHead h1 {
    font-size: xx-large;
  }

  #infoi.smallHead p {
    font-size: medium;
  }
  
}
  /*----------------------------------------------Tablets grandotototas*/
  @media all and (min-width: 950px) {
    .SectionStyle1 {
      margin: 30px 10px 10px;
      font-size: 25px;
      padding: 3% 0 0;
      }

      
    .box {
      height: 380px;
      width: 30%;
  
    }

    .box .button2 {
      margin-top: 0;
    }

    .slider {
      height: 400px;
      
    }

    .slider.smallHead {
      height: 200px;
    }



    .sliderchild {
      height: 100%;
    }

    .contact1 h2 {
      font-size: 3rem;
    }

    #infoi{
      width: 85%;    
      font-size: 20px;
      font-family: sans-serif;
      position: absolute;
      margin-left: 5%;
      padding-left: 0;
      margin-top: 7cap;
      line-height: normal;
     
      
    }

    #infoi.smallHead {
      margin-top: 2cap;
      padding-top: 10px;
    }

    #infoi.smallHead h1 {
      font-size: 3cap;

    }

    #infoi.smallHead p {
      font-size: medium;
    }

    h1.header {      
      font-size: 4cap;
    }

    .imagecon {
      height: 400px;
    }

    .overlay {
      
      width: 100%;
  
     
    }

    .ext1 p {
      width: 45%;
    }



    

    .box2 h2 {  
      margin: 0 10px 5px; 
      font-size: 23px; 
    }

    .box2 p {
      margin: 10px 15px 1%;
    }

    .box p {
      font-size: 12px;
          
    }

   
    .homeMid h2{
      
        font-size: 35px;
        color: #337288; 
        padding: 1% 0%; 
        font-weight: 700;
      }
    .homeMid p {
        font-family: sans-serif; 
        color: #714210; 
        font-size: 20px;
    }

      .subT{
        color: #db7f04; font-weight: bold; font-size: 23px;
      }

      .d2{
        background-image: none;
        color: white; 
        font-family: Arial, Helvetica, sans-serif; font-weight: 300;
        font-size: 20px;
        width: 100%;
        margin: auto;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
        align-items: center;
        padding-top: 60px;
        align-items: center;
        height: 60%;
        padding-left: 49px;
      }
    
      .d2 img{
        width: 145px;
        float: left;
        padding-right: 2px;
        margin-top: -35px;
        padding-left: 17px;
      }

      .darker{          
        background-size: 200%;
        background-position-y: center;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 1%;
        width: 98%;
        
      }

      .underCon {
        margin-top: 0;
        padding-top: 7%;
      }

      .underCon h1 {
        font-size: 6rem;
    }

      .item {
   
        border-bottom: rgb(53, 53, 53) solid 1px; 
        margin: none;       
      }

     

    
  }


        /*------------------------------------------compus pequenhas*/
  @media all and (min-width: 1100px) {
          main{
        margin: auto;
        font-family: 'Roboto', sans-serif;
        width: auto;

        
      }

      .SectionStyle1 {
        
        font-size: 35px;
        text-align: center;
        }

        .content {
          padding: 0 3% 0;
          flex-direction: row;

          
          
        }

        
      
          article{        
        margin: 0;
        width: auto;
        top: inherit;
      }
          nav {
        background: #222;
        padding: 0px 5%;
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        
      }
     

      .slider {
        height: 600px;
        
      }

      .imagecon {
        height: 600px;
      }
      
      .headerStyle {
          color: #337288;
          font-size: 16px;
          font-family: sans-serif;
          text-decoration: bold;
          padding: 6%;
          height: 400px;
        }
      
        .item {
          display: block;
          width: auto;
          margin: 0;
          border-bottom: none; 
        }
        .toggle {
          display: none;
        }
        
        .logo {
          order: 0;
        }
        .item {
          order: 1;
        }
        .button {
          order: 2;
        }

        .menu {
          margin-left: 0;   
         
        }

        .menu li {
          padding: 15px;
          padding-top: 0;
          padding-bottom: 0;
      
        }
        .menu li.button {
          padding-right: 0;
        }
        
        .larger-image {
          width: 180px;
          
        }

        .larger-image:hover{
          width: 185px;
          transition: all 0.2s;
        }

        .belowHero {
          position: relative;
          height: 800px; 
          margin-bottom:5cqmin ;
          margin: auto;
          
        }

        .box2 h2 {
          padding-top: 80px;
        }
       

        

        .contentC1 {
          margin-top: 230px;
        
        }
       

        .exterior{
          position: relative;                     
          width: 98%; 
          max-width: 1400px;     
          background-size: 100%;
          background-position-y: center;
          margin: auto; 
          margin-bottom: 30px;
          /*overflow: hidden; /* Ensure content stays within the bounds of the parent */
        }

        .exterior::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)); /* Adjust the gradient and opacity as needed */
          z-index: 1; /* Make sure the overlay appears above the background but below the text */
        }

        .ext1 {
          margin-top: 7%;
        }

        .ext1 h1 {
          font-size: 7cap;
        }

        .exterior .ext1 {
          position: relative;
          z-index: 2; /* Ensure the content appears above the overlay */
        }

        .exterior2{
          margin-left: 0;
          position: relative;
          width: 98%;  
          max-width: 1400px;    
          background-size: 100%;
          background-position-y: center;
          margin: auto;
          margin-bottom: 30px;
          box-shadow: 0px 5px 8px #888888;
          
        }

        

        .container2{
          margin: auto;
          height: 350px;
          width: 100%;      
          padding: 0;
          
          
          
        }
        
        .d1{
          background-image: none;
          color: rgb(228, 226, 226); 
          font-family: sans-serif; 
          padding: 0;
          margin: 0;
          
          height: 300px;
          
          
        }
        .d1A{
          text-align: left;
          margin: 5px;
          padding-top: 39px;
          padding-left: 5%;
          height: 142px;
          background-color: rgba(0, 0, 0, 0.3);
          font-size: 18px;
          line-height: 1.4;          
        }

        .d1A:hover {
          image-rendering: crisp-edges;
          transition: 1s;
          font-size: 19px;
          text-shadow: none;
          background-color: transparent;
      }
        .d1A img{
          width: 150px;
          float: left;
          margin-top: -18px ;          
        }
    
        .d1B{
          padding-top: 43px;
          text-align: left;
          height: 142px;
          margin: 5px;
          background-color: rgba(0, 0, 0, 0.3);
          font-size: 18px;
          font-weight: 1;
          line-height: 1.4;
          
          
        }
    
        .d1B:hover {
          image-rendering: none;
          transition: 1s;
          font-size: 20px;
          text-shadow: none;
          background-color: transparent;
      }
    
        .d1B img{
          width: 140px;
          float: left;
          padding-right: 30px;
          margin-top: -20px;
        }

        .d2{
          font-size: 22px;
          text-align: left;
          text-shadow: 2px 2px 4px #000000;
          height: 95px;
          padding-top: 30px;
          padding-left: 1%;
          width: 390px;
          margin-left:  10%;
          margin-top: 19%;
          
        }
    
        .d2:hover {
            transition: 1s;
            width: 383px;
            font-size: 23px;
            text-shadow: none;
            background-color: transparent;
            padding-left: -10px;
            margin-left: 9%;
            /*border: solid white 3px;
            border-radius: 35px;*/
        }
    
        .d2 img{
          padding-right: 0px;
          margin-top: -35px;
          margin-left: -15px;
          
          
        }
        
       

        .f1{   
          font-size: 12px;  
            
        }
        .f2{   
          font-size: 12px;
             
        }
        .f3{   
          font-size: 12px;
          height: 120px;
          
        }
      
        .f4{
          width: 100%;
          font-size: 15px;
          height: 60px;
          margin-left: -90;
          margin-top: 0;
          
        }

        h1.header {      
          font-size: 5cap;
        }

    .box {
      height: 400px;
    }


  }

  @media all and (min-width: 1300px) {
    h1.header {
      font-size: 6cap;
    }


  }

  @media all and (min-width: 1340px) {
    .box2 h2 {
      padding-top: 80px;
    }

    .darker{
      max-width: 1400px;
      margin: auto;
    }
  }

  /*-----------------------------------------------------------too bigggggg*/
  @media all and (min-width: 1550px) {
    
    
    main{
  margin: auto;
  width: 1440px;
    }



    .headerStyle {
      
      padding: 5% 15% 0%;
      height: 400px;
      
    }

    .slider{
      width: 100%;
      margin: auto;
    }
    .sliderchild{
      height: 100%;
      
      
    }
    /**.imagecon{
      height: 500px;
            
    }**/
    
    .fb-BigContainer {
      width: 100%;
      z-index: 3;
      position: absolute;
      padding-left: 0;
      
    }
    .fb-container {
      max-width: 1400px;
      height: 30px;
      margin: auto;
      z-index: 2;
      position: relative;
      padding-left: 2%;

    } 

    .slider.smallHead {
      height: 400px;
    }

    
    #infoi{
      width: 60%;  
      text-align: center;
      font-size: 18px;
      left: 0;
      line-height: normal;
      margin-top: 10cap;
      z-index: 2;
      padding-top: 10px;
      padding-bottom: 80px;
      padding-left: 0;
      padding-right: 0;
      background: rgba(255, 255, 255, 0.4); /* Glass effect background */
      backdrop-filter: blur(4px); /* Blur effect to mimic glass */
      border-radius: 20px; /* Rounded edges on the entire shape */
      position: absolute;
      margin-left: 20%;
      margin-right: auto;
    }

    /* Custom shape with clip-path */
    .glass-shape {
      position: relative;
      clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%);
      background: rgba(255, 255, 255, 0.3); /* Semi-transparent glass */
      backdrop-filter: blur(10px); /* Glass blur effect */
      border-radius: 25px 0 0 25px; /* Rounded left side */
      padding: 20px;
      /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow for depth */
      border: 2px solid rgba(255, 255, 255, 0.3); /* Adds a semi-transparent border */
    }

    #infoi.smallHead {
      padding-top: 50px;
    }

    #infoi.smallHead h1 {
      font-size: 6rem;
    }
  
    #infoi.smallHead p {
      font-size: x-large;
      font-weight: bold;
    }

   

    

    h1.header {      
      font-size: 8cap;
    }

    .menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      width: 1350px;
      margin: auto;
    }


    nav {
      width: 100%;
    
    }

    .box {
      width: 400px;
      
    }

    .box h2 {
      font-size: x-large;
    }

    .box2 h2 {
      margin: 0 10px 5px; 
    }

    .box2 h2 {
      padding-top: 80px;
    }

    .homeMid h2{
      
      font-size: 39px;
      color: #337288; 
      padding: 1% 0%; 
      
    }
    .homeMid p {
      font-family: sans-serif; 
      color: #714210; 
      font-size: 25px;
    }
    .int{
      border: rgb(223, 220, 220) solid 1px;
      height: 100px;
      padding: 10px;
    }
    .ext{
      border: rgb(223, 220, 220) solid 1px;
      height: 100px;
      padding: 10px;
      margin-top: 20px;
    }

    .exterior{
      position: relative;
      width: 98%;
      background-image: url(./images/paint.JPG);
      background-size: cover;
      margin: auto;
      margin-bottom: 30px;
      animation-name: exterior1;
      animation-duration: 6s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      transform: translate(0);
    }
    

    .exterior2{
      position: relative;
      width: 98%;  
      height: 600px;
      background-image: url(./images/banStructural.png);
      background-size: 100%;
      background-position-y: center;
      margin: auto;
      margin-bottom: 30px; 
    }
  
  
    .ext1{
      position: relative;
      color: white;
      text-align: left;
      text-shadow: 2px 2px 4px #000000;
      width: 70%;
      animation-name: ext11;
      animation-duration: 5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      margin-left: 0;
    }

    .ext1 h1 {
      font-size: 100px;
      margin-bottom: 30px;
    }

    .ext1 p {
      margin-left: 1%;
      line-height: 1.5;
      width: 60%;
    }

    .ext1 .button2 {
      margin-left: 1%;
      margin-top: 40px;
    }
  
    @keyframes ext11{
      0% {
        left: 0.5%;
      }
      100%{
        left: 5%;
      }
    }

    .darker{
      width: 98%;
      margin: auto;
      margin-right: auto;
      background-attachment: fixed;
      background-size: 100%;
          background-repeat: no-repeat;
          background-position-y: center;
      margin-top: 30px;
    }

    .container2{
      font-size: 20px;
      margin: auto;
      height: 400px;
      width: 1380px;      
      padding: 0;
      background-color: transparent;/*rgba(255, 255, 255, 0.1);*/
      /*Greed code below this line*/
      grid-template-columns: 50% 49%;
      grid-template-rows: 100%;
      grid-gap: 0;
      z-index: -1;
    }
    .d1{
      background-image: none;
      font-weight: 0;
      color: rgb(228, 226, 226); 
      font-family: sans-serif; 
      
      padding: 0;
      margin: auto;
      align-items: 0;
      height: 400px;
    }
    .d1A{
      padding-top: 65px;
      padding-right: 80px;
      text-align: left;
      margin: 5px;
      padding-left: 80px;
      height: 193px;
      background-color: rgba(0, 0, 0, 0.3);
      font-size: 18px;
      font-weight: 1;
      line-height: 1.4;
    }
    .d1A:hover {
      padding-top: 50px;
      image-rendering: crisp-edges;
      transition: 1s;
      font-size: 21px;
      text-shadow: none;
      background-color: transparent;
  }
    .d1A img{
      width: 25%;
      float: left;
      padding-right: 30px;
      margin-top: -10px;
    }

    .d1B{
      padding-top: 65px;
      text-align: left;
      padding-left: 95px;
      height: 193px;
      margin: 5px;
      background-color: rgba(0, 0, 0, 0.3);
      font-size: 18px;
      font-weight: 1;
      line-height: 1.4;
      
    }

    .d1B:hover {
      image-rendering: crisp-edges;
      transition: 1s;
      font-size: 22px;
      text-shadow: none;
      background-color: transparent;
  }

    .d1B img{
      width: 20%;
      float: left;
      padding-right: 30px;
      margin-top: -10px;
    }

  
    
    .d2{
      background-image: none;
      color: white; font-family: sans-serif; font-weight: 300;
      font-size: 35px;
      width: 95%;
      margin: 0;
      text-align: left;
      text-shadow: 2px 2px 4px #000000;
      height: 100%;
      align-items: center;
      padding-left: -10px;
      
      padding-top: 180px;
    }

    .d2:hover {
        width: 97%;
        transition: 1s;
        font-size: 38px;
        text-shadow: none;
        background-color: transparent;
        margin: 0;
        
    }

    .d2 img{
      width: 20%;
      float: left;
      padding-right: 0px;
      margin-top: -30px;
      margin-left: 60px;
    }
    
    .bFooter{
      margin-top: 20px;
     border-bottom: 100px black solid;
      
      width: 100%;
      background-image: url(images/background1.jpg);
      
    }
    .footer{ 
      width: 1400px;
      padding-left: 90px;
      padding-top: 30px;
      margin: auto;
      /*Greed code below this line*/
      display: grid;
      grid-template-columns: 36% 36% 28%;
      grid-template-rows: 400px ;
      grid-gap: 1%;  
    }
    .f1{
      font-size: 14px;
    }
    .f2{
      font-size: 14px;
    }
    .f3{
      font-size: 14px;
    }
    
    
    


  }

  
 



