@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

html {
    background-color: #24252a;
    min-height: 100%;
    position: relative;
    font-family: sans-serif;
}

body {
    font-family: sans-serif;
    flex-wrap: wrap;
    margin: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 10%;
    background-color: #24252a;
  }
  
  .logo {
    margin-right: auto;
  }

  .nav__links {
    list-style: none;
    display: flex;
  }
  
  .nav__links a,
  .cta,
  .overlay__content a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
    text-decoration: none;
  }
  
  .nav__links li {
    padding: 0px 20px;
  }
  

  
  .nav__links li a:hover {
    color: #246E19;
  }
  
  .cta {
    margin-left: 5px;
    padding: 9px 25px;
    background-color: #246E19;
    border: none;
    border-radius: 50px;
    cursor: pointer;
  }
  
  
  .cta:hover {
    background-color: #246E19;
  }

.nav-link{
  font-size: 16px;
  font-weight: 400;
  color: #24252a;
}

.nav-link:hover{
  color: #246E19;
}

  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-top: 5% !important;
}

@media (max-height:800px) {
    footer {
        position: static;
        bottom: 0;
    }
    header {
        padding-top: 40px;
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    header {
        float: none;
        display: block;
        text-align: left;
    }
    .nav__links {
        padding-top: 20px;
    }
    .cta {
        position: absolute;
    }
}



/*footer*/

.footer-distributed {
    background-color: #1C1C1C;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    clear: both;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
    
}

/* Footer links */

.footer-distributed .footer-links {
    color: #8f9296;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 70px;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    color: #8f9296;
    font-size: 17px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 0px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
    margin: auto;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #8f9296;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #8f9296;
    text-decoration: none;
    ;
}

/* Footer Right*/

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    color: #8f9296;
    vertical-align: middle;
    margin-top: 35px;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #8f9296;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #8f9296;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        text-align: center;
        clear: both;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
} 

.icon {
    color: #edf0f1;
}

/*hola*/

.inicio-section{
    background: url(/calorifugadosdonostia/imagen/IMG-20210711-WA0004.jpg) no-repeat left;
    background-size: 55%;
    background-color: #24252a;
    overflow: hidden;
    padding: 100px 0;
    margin-left: 10%;
}

.inicio-container{
    width: 40%;
    float: right;
    background-color: #edf0f1;
    padding: 150px;
    margin-right: 10%;
    height: 400px;
}

.inicio-container h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.inicio-texto{
    font-size: 20px;
    color: #24252a;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:1024px){
  .inicio-texto{
    margin-top: -40px;
    margin-left: -70px;
    margin-right: -70px;
    text-align: center;
    font-size: 20px;
  }
}

@media screen and (max-width:1000px){
    .inicio-section{
        background-size: 100%;
        padding: 100px 40px;
    }
    .inicio-container{
        width: 100%;
    }
}

@media screen and (max-width:640px){
    .inicio-section{
        padding: 60px;
    }
    .inicio-container{
        padding: 60px;
    }
}

@media screen and (max-width:480px){
  .inicio-section{
      padding: 65px;
      display: flex;
      margin: auto;
  }
  .inicio-container{
      padding: 30px;
      display: flex;
      margin: auto;
      height: 250px;
  }
  .inicio-texto{
    margin-top: 5%;
    font-size: 18px;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
  }
}

@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

.push {
    min-height: 30%; 
    height: auto !important;
}

.push2 {
    min-height: 10%; 
    height: auto !important;
}

.push3 {
    min-height: 5%; 
    height: auto !important;
}

.push4 {
    min-height: 35%; 
    height: auto !important;
}

/* tarjetas */

.materiales{
  background-color: white;
  width: 100%;
  text-align: center;
}

.materiales h1{
  padding-top: 1.5%;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.container3{
    width: 100%;
    max-width: 600px;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    color: #24252a;
}

.container3 .card5{
  display: flex;
  margin: auto;
}

.container3 .card{
    width: 330px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 35px;
    text-align: center;
    transition: all 0.25s;
    background-color: #edf0f1;
}

.container3 .card:hover{
    transform: translateY(-15px);
}

/*bla*/
.container3 .card1 img{
  margin-top: 14%;
    width: 250px;
    height: 50px;
}

.container3 .card2 img{
  margin-top: 10%;
    width: 200px;
    height: 100px;
}

.container3 .card3 img{
  margin-top: 10%;
    width: 250px;
    height: 50px;
}

.container3 .card4 img{
  margin-top: 10%;
    width: 250px;
    height: 45px;
    margin-right: -25px;
}

.container3 .card5 img{
  margin-top: 10%;
    width: 250px;
    height: 100px;
}
/*bla*/



.container3 .card h3{
    margin-top: 5%;
    font-weight: 600;
}

.container3 .card p{
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.container3 .card a {
    font-weight: 500;
    text-decoration: none;
    color: #246E19;
}

@media screen and (max-width: 1200px) {
    .container3 {
        float: none;
        width: 80%;
        padding: 0;
    }
    .container3 {
        height: auto;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
  .container3 {
      float: none;
      width: 40%;
      padding: 0;
  }
  .container3 {
      height: auto;
      display: block;
      margin: auto;
  }
  .container3 .card5{
    margin-left: 50px;
  }
}

@media screen and (max-width: 640px) {
  .container3 {
      float: none;
      width: 80%;
      padding: 0;
  }
  .container3 {
      height: auto;
      display: block;
      margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .container3 {
      float: none;
      width: 100%;
      padding: 0;
  }
  .container3 {
      height: auto;
      display: block;
      margin-right: 10px;
  }
  .container3 .card{
    width: 80%;
  }
  .container3 .card img{
    width: 210px;
    height: 40px;
  }
  .container3 .card5{
    margin-left: 40px;
  }
}

/* About me */

.u-section-1 {
    background-image: none;
    background-color: #edf0f1;
  }
  
  .u-section-1 .u-sheet-1 {
    min-height: 738px;
  }
  
  .u-section-1 .u-layout-wrap-1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .u-section-1 .u-layout-cell-1 {
    min-height: 513px;
  }
  
  .u-section-1 .u-container-layout-1 {
    padding: 30px;
  }
  
  .u-section-1 .u-image-1 {
    width: 312px;
    height: 453px;
    object-position: 50% 0%;
    margin: 0 auto;
  }
  
  .u-section-1 .u-layout-cell-2 {
    min-height: 369px;
  }
  
  .u-section-1 .u-container-layout-2 {
    padding: 30px;
  }
  
  .u-section-1 .u-text-1 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 3rem;
  }
  
  .u-section-1 .u-text-2 {
    font-weight: 400;
    line-height: 2;
    margin: 20px 0 0;
  }
  
  .u-section-1 .u-layout-cell-3 {
    min-height: 188px;
    background-image: none;
  }
  
  .u-section-1 .u-container-layout-3 {
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.25);
    padding: 30px 60px;
  }
  
  .u-section-1 .u-text-3 {
    font-weight: 400;
    font-size: 1.25rem;
    margin: 16px 0 0;
  }
  
  @media (max-width: 1199px) {
    .u-section-1 .u-sheet-1 {
      min-height: 640px;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 423px;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 304px;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 155px;
    }
  }
  
  @media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
      min-height: 533px;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 324px;
    }
  
    .u-section-1 .u-image-1 {
      width: 300px;
      height: 436px;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 100px;
    }
  
    .u-section-1 .u-container-layout-3 {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .u-section-1 .u-sheet-1 {
      min-height: 970px;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 486px;
    }
  
    .u-section-1 .u-container-layout-1 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-2 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-3 {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (max-width: 575px) {
    .u-section-1 .u-sheet-1 {
      min-height: 677px;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 306px;
    }
  
    .u-section-1 .u-text-1 {
      font-size: 2.25rem;
    }
  }


/* navbar */

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  flex-wrap: wrap;
}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}

.nav-ul li a:hover {
  color: #246E19;
}

.nav-ul .cta:hover {
  color: #edf0f1;
}

.nav-ul li a {
  display: inline-block;
  color: #edf0f1;
  font-family: sans-serif;
  padding: 10px 20px;
  text-decoration: none;
}

.hamburger {
  background-color: transparent;
  border: 0;
  color: #edf0f1;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.hamburger:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .nav-ul {
      display: none;
      width: 100%;
      flex-direction: column;
  }
  .nav-ul.show {
      display: flex;
  }
  .hamburger {
      display: block;
  }
  .btn {
    width: 100%;
  }
  .logo {
    width: 80px;
  }
  .nav-ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 576px) {
  .nav-ul {
      display: none;
      width: 100%;
      flex-direction: column;
  }
  .nav-ul.show {
      display: flex;
  }
  .hamburger {
      display: block;
      margin-top: 5%;
      margin-left: 1%;
  }
}

@media screen and (max-width: 532px) {
  .nav-ul {
      display: none;
      width: 100%;
      flex-direction: column;
  }
  .nav-ul.show {
      display: flex;
  }
  .hamburger {
      display: block;
      margin-top: 5%;
      margin-left: 1%;
  }
}

/*contacto*/

.container{
  width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 45px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #246E19;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: black;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: black;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
  font-family: sans-serif;
}
.right-side .input-box textarea{
  padding-top: 6px;
  font-family: sans-serif;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #246E19;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #3aa329;
}

@media (max-width: 950px) {
  .container{
    width: 90%;
    padding: 30px 40px 40px 35px ;
    margin: 40px 40px;
  }
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container{
    margin: 40px 35px;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

@media (max-width: 460px) {
  .container{
    margin: 40px 30px;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

/*trabajos realizados*/

.trabajos_realizados{
  width: 100%;
  background-color: #33383b;
  color: #edf0f1;
  height: 250px;
}

.texto1{
  margin-left: 30%;
  margin-right: 30%;
  font-size: 18px;
  display: inline-block;
  color: #edf0f1;
  vertical-align: middle;
  margin-top: 80px;
  text-align: justify;
}

.texto2{
  margin-left: 30%;
  margin-right: 30%;
  font-size: 18px;
  display: inline-block;
  color: #edf0f1;
  vertical-align: middle;
  margin-top: 80px;
  text-align: justify;
}

.texto3{
  margin-left: 30%;
  margin-right: 30%;
  font-size: 18px;
  display: inline-block;
  color: #edf0f1;
  vertical-align: middle;
  margin-top: 80px;
  text-align: justify;
}

.trabajos_realizados2{
  width: 100%;
  background-color: #edf0f1;
  color: #1C1C1C;
}

.trabajos_realizados2 img{
  display: flex;
  margin: auto;
}

.trabajos_realizados3{
  width: 100%;
  background-color: #1C1C1C;
  color: #edf0f1;
  height: 300px;
}

.trabajos_realizados4{
  width: 100%;
  background-color: #edf0f1;
  color: #1C1C1C;
}

.trabajos_realizados4 img{
  width: 800px;
  margin-left: 5%;
}

.imagennn{
  margin-bottom: 80px;
}

.trabajos_realizados5{
  width: 100%;
  background-color: #33383b;
  color: #edf0f1;
  height: 200px;
}

.trabajos_realizados6{
  width: 100%;
  background-color: #edf0f1;
  color: #1C1C1C;
}

.trabajos_realizados6 img{
  display: flex;
  margin: auto;
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
  .trabajos_realizados2 img{
    width: 70%;
  }
  .trabajos_realizados4 img{
    width: 70%;
    display: flex;
    margin: auto;
  }
  .trabajos_realizados4 .imagennn{
    margin-top: 12%;
  }
  .trabajos_realizados6 img{
    width: 70%;
  }
  .trabajos_realizados .texto1{
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 12%;
  }
  .trabajos_realizados3 .texto2{
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 12%;
  }
  .trabajos_realizados5 .texto3{
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 12%;
  }
}

@media screen and (max-width:640px){
  
}

@media screen and (max-width:480px){
  .trabajos_realizados2 img{
    width: 75%;
  }
  .trabajos_realizados4 img{
    width: 75%;
    display: flex;
    margin: auto;
  }
  .trabajos_realizados4 .imagennn{
    margin-top: 12%;
  }
  .trabajos_realizados6 img{
    width: 75%;
  }
  .trabajos_realizados .texto1{
    margin-top: 12%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 12%;
    font-size: 16px;
  }
  .trabajos_realizados3 .texto2{
    margin-top: 12%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 12%;
    font-size: 16px;
  }
  .trabajos_realizados5 .texto3{
    margin-top: 12%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 12%;
    font-size: 16px;
  }
  .trabajos_realizados5{
    height: 140px;
  }
  .trabajos_realizados{
    height: 220px;
  }
}