
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	font-family: 'Questrial', sans-serif;
  overflow-x: hidden;
}


header{
  width: 100%;
  height: 70px;
  background-color: #fff;


  position: absolute;
  top:0;
  left: 0;
  z-index: 100;
}

section{
  width: 100%;
  margin-bottom: 25px;
}

.contenedor{
  width: 98%;
  margin: auto;
}

/* menu*/

#menu-bar{
  display: none;
}

header label{
  float: right;
  font-size: 28px;
  margin: 17px 0;
  cursor: pointer;
}

.brand{
  float: left;
}



header .contenedor{
  display: table;
}


.menu{
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(8, 44, 118, 0.91);
  top:70px;
  left: 0px;
  transition: all 0.5s;
  transform: translateX(-100%);
}

.menu a {
  display: block;
  color: #fff;
  height: 50px;
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.menu a:hover{
  background: rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu{
  transform: translateX(0%);
}

.brand{
  width: 30%;
}

.brand img{
  padding-top: 10px;
  width: 120px;
}


/* banner */


#banner{
  width: 100%;
  position: relative;
}

#banner img{
  width: -100%;
  height: 70%;
}


#banner .contenedor h2{
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
}

#banner .container h2{
  font-size: 28px;
}


/* contenido */

#box-left {
  width: 100%;
  float: left;
}
.title{
  width: 100%;
  float: left;
}

.title h3{
  font-size: 17px;
  width: 50%;
  margin-top: 20px;
  padding-bottom: 20px;
  color:#00367B;
  font-family: 'PT Sans Caption', sans-serif;
}


.title >div{
  width: 80%;
  margin: auto;
}

.title span{
  font-size: 17px;
  color:#484848;
}

.text{
  width: 50%;
  float: left;
}


.image{
  width: 100%;
  text-align: center;
}

.image img{
  width: 100%;
  margin-top: 40px;
}


/* section Actividad */


.section-sector{
  width: 100%;
  float: left;
}


.cont-one  {
  width: 100%;
  float: left;
}


.cont-one >div{
  margin-top: 20px;
  width: 100%;
  text-align: center;
  float: left;
}

.cont-one span{
  font-weight: bold;
  font-size: 25px;
  color:#00367B;
  font-family: 'PT Sans Caption', sans-serif;
}

.cont-two span{
  font-size: 20px;
  color:#484848;
  font-family: 'Questrial', sans-serif;
}






/* garantias */


#info-new > div{
  width: 100%;
  text-align: center;
  margin: auto;
}

.col-title span {
  font-size: 30px;
  font-family: 'PT Sans Caption', sans-serif;
  color:#00367B;
}

#info-new .cont{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 70px;
}

.info-solar {
  margin: 20px;
  background: #EFF1F5;
  width: 250px;
  height: 180px;
  border-radius: 1em;
  text-align: center;
  padding: 30px;
}

.info-solar h4{
  padding-top: 20px;
  color:#00367B;
}

.info-solar img{
  width: 70px;

}


/* footer */


footer .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #00367B;
  padding-bottom: 25px;
  padding-top: 30px;
}

.container img{
  width: 150px;
  padding-bottom: 20px;
}

.container > div a{
  text-decoration: none;
  color: #fff;
}


a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
    cursor:pointer;
}


.menu-footer{
  margin: auto;
  margin-left: 40px!important;
  margin-right: 40px!important;

}

.menu-footer a{
  padding: 10px;
  font-size: 17px;
}

.social {
  width: 100%;
  text-align: center;
  margin-right: 0px;
}

.social img{
  padding-top: 20px;
  width: 40px;
}


.brand-footer{
 margin-left: 0px;
}


/* nuevo */

#info-new{
  margin-top: 50px;
}

.info .contenedor{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info-nuevo img{
  display: block;
  float: left;
  width: 80px;
}

.info-nuevo{
  width:20%;
  float: left;
  padding-bottom: 20px;
}




.txt {
    padding-top: 30px;
    width: 80%;
    float: left;
}




/* media query */

@media (min-width:480px){


/* Nosotros */


.title >div{
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}

.title h3{
  font-size: 30px;
  width: 100%;
  margin-top: 20px;
}

/* boxes */


/* footer */

.menu-footer {
  margin: auto;
  margin-left: 40px!important;
  margin-right: 40px!important;

}

.menu-footer a{
  padding: 10px;
  font-size: 13px;
}



/* nuevo */

.info-nuevo{
  width:15%;
  float: left;
}

.txt {
    width: 35%;
}

}



@media (min-width:768px){
  #banner{
    height: 300px;
    overflow: hidden;
  }

  #banner img{
    height: auto;
    margin-top: -100px;
  }

  .image img{
    width: 50%;
    margin-top: 40px;
  }

  /* footer */

  .social{
    width: auto;
    margin-right: 0px;
  }

  footer .container{
    justify-content: space-between;
  }


 .brand-footer{
   margin-left:0px;
 }


  /* nuevo */

  .info-nuevo{
    width:10%;
  }

  .txt {
      width: 23.33%;

  }

}





@media (min-width:1024px){

  .contenedor{
    width: 1000px;
  }



.menu{
  position: static;
  width: auto;
  height: auto;
  background: none;
  transform: translateX(0%);
  float:right;
  display: flex;
}

  .menu a {
    border:none;
    color:#00367B;
    background: #fff;
  }

  .menu a:hover{
    border: none;
    background: #fff;
    color:#808080;
  }


  header label{
    display: none;
  }

  #banner{
    height: 300px;
    overflow: hidden;
    margin: auto;
    text-align: center;
  }

  #banner img{
    height: auto;
    margin-top: -200px;
  }


  #banner .container h2{
    position: absolute;
    top: 50%;
    text-align: center !important;
    color: #fff;
  }

  /* nosotros */
  .title {
    width: 50%;
    margin: auto;
  }

  .title span{
    font-size: 20px;
    color:#484848;
  }

  .title h3{
    font-size: 30px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .image img{
    width: 50%;
    margin-top: 40px;
  }




/* info */

.cont-one >div{
  margin-top: 50px;
  width: 100%;
  text-align: center;
  float: left;
}


.info-solar {
  width: auto;
}


/* footer */

.menu-footer {
  margin: auto;
  margin-left: 40px!important;
  margin-right: 40px!important;

}
 .social{
  margin-right: 60px;
}

.menu-footer a{
  padding: 10px;
  font-size: 17px;
}

.brand-footer{
  margin-left: 40px;
}

/* nuevo */

.info-nuevo {
  padding-bottom: 20px;
}

.cont-one{
  margin-bottom: 30px;
}



}
