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

body{
  font-family: 'Open Sans', sans-serif;
}


.contenedor{
  width: 100%;
  max-width: 1170px;
  margin: auto;
}


  /*Cabecera*/
header{
  width: 100%;
  height: 210px;
  background-color: white;

}

.barra-alt{
  width: 100%;
  height: 35px;
  background-color: #096A9E;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
}

.barra-alt a{
  padding-left: 5px;
  padding-right: 5px;
  }

.barra-alt img{
  width: 25px;
}

/*Fin barra alt*/

.logo{
  padding: 5px 0;
  justify-content: flex-start;
}
.logo img{
  width:300px;
  display: block;
  margin: auto;
}

.menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: space-between;
  max-width: 450px;
  margin: auto;
  }
.menu a{
  text-decoration: none;
  color: 	#6666ff;
}
.menu a:hover{
  color: #A9A9A9
}
/* Fin de cabecera*/

/*Banner principal*/

.container{
  margin: auto;
  width: 100%;
  padding-top:10px;
  padding-bottom: 8px;
  justify-content: center;
}

.slider{
  width: 100%;
  height: 500px;
  margin: 0;
  list-style: none;
  position: relative;
}


ul.slider li{
  position: absolute;
  left: 0;
  opacity: 0;
  width: inherit;
  height: inherit;
}

ul.slider li img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

ul.slider li:first-child{
  opacity: 1;
}

ul.slider li:target{
  opacity: 1;
}

.menu-slider{
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.menu-slider li{
  display: inline-block;
  text-align: center;
}

.menu-slider a{
  text-decoration: none;
  font-size: 25px;
  color: gray;
  padding-left: 10px;
  padding-right: 10px;

}


 /*fin de banner principal */

 /* Seccion de bienvenida*/

.bienvenida{
  width: 100%;
  background-color: #063F5E;
  margin: 2px;
  color: white;
  text-align: center;

}

.bienvenida h3{
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top:  15px;

}

.bienvenida p{
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 1.6em;
  max-width: 420px;
  margin: 0 auto;
}

/* Fin Seccion de bienvenida*/

/*Que hacemos*/
.quehacemos{
  padding-bottom: 40px;
  padding-top: 40px;
}

.quehacemos > .contenedor{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.foto-evento{
  width: 100%;
  max-width: 400px;
}

.foto-evento img{
  width: 100%;
  margin right: 60px;
}

.conocenos{
  text-align: left;
  padding-left: 50px;
  padding: 16px;
  max-width: 450px;
}

.conocenos p:nth-child(1){
  font-style: italic;
  font-size: 16px;
  color: #808080;
  padding-bottom: 20px;
  border-bottom: 1px solid #a2a2a2
}

.conocenos h3{
  padding-top: 15px;
  padding-bottom: 15px;
  color: #0e96dd;
  font-size: 23px;

}

.conocenos li{
  font-size: 14px;
  padding-bottom: 7px;
  color: #3c1c22;
}

.conocenos a{
  font-size: 15px;
  color: #0e96dd
}

/*
@media all and(min-width:769px) {
  .foto-evento{
    margin-right: 30px;
  }
  .conocenos{
    padding-left: 30px
  }
}



/*Fin que hacemos*/

/* clientes*/

.clientes{
  width: 100%;
  background-color: #86B6E3;
  margin-bottom: 5px;
}

.seccion1 h3{
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  color: #193441;
  font-size: 23px;
}

.seccionimg{

  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.seccionimg img{
  max-width: 600px;
  width: 150px;
  padding: 15px;
}

.entrecomillas1{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-family: cursive;
  font-size: 20px;
  color: #193441;
}

/*portafolio*/

.boton{
  display: inline-flex;
  width: 200px;
  height:30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: .3s ease all;
  border-radius: 5px;
  background-color: #096A9E;
}

.boton a{
  color: white;
  text-decoration: none;
}

.portafolio{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.pdf1{
  padding-bottom: 50px;
  padding-top: 80px;
  width: 100%;
  max-width: 300px;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: center;
}

.pdf1 h3{
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0e96dd;
  font-size: 23px;
  }

.pdf1 p:nth-child(1){
  font-size: 16px;
  color: #808080;
  padding-bottom: 5px;
  border-bottom: 1px solid #085985;
  max-width: 200px;
}

.pdf1 a{
  text-decoration: none;
  font-style: italic;
  text-align: center;
  justify-content: center;
}

.pdf1 p:nth-last-child(2){
  padding-bottom: 16px;
  max-width: 280px;
}

.img1{
  margin-top: auto;
  margin-bottom:  auto;
}



/*pie de pagina*/
.top-footer{
  background-color: #085985;
  height: 25px;
}

.center-footer{
  background-color: #063F5E;
}

.center-footer .contenedor{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.center-footer .widget{
text-align: center;
padding-top: 20px;
padding-bottom: 35px;
color: white;

max-width: 270px;
margin: 0 auto;
}

.center-footer .widget img{
  width: 200px;
}

.center-footer .widget1{
text-align: center;
padding-top: 20px;
padding-bottom: 35px;
color: white;

max-width: 270px;
margin: 0 auto;
}

.center-footer .widget1 h4{
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

.center-footer .widget1 p{
  font-size: 14px;
}

.center-footer .widget1 a{
  text-decoration: none;
  color: white;

}

.center-footer .widget1 img {
  width: 20px;
  margin-right: 15px;
  margin-top: 10px;
}

.center-footer .widget a:hover{
  color: #A9A9A9;
}

.center-footer .widget2{
text-align: center;
padding-top: 20px;
padding-bottom: 35px;
color: white;

max-width: 270px;
margin: 0 auto;
}

.center-footer .widget2 h4{
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

.center-footer .widget2 p{
  font-size: 14px;
}

.center-footer .widget2 img {
  width: 25px;
  margin-right: 15px;
  margin-top: 10px;
}


.bottom-footer{
  background-color: #085985;
  height: 25px;
}

.bottom-footer p{
font-size: 14px;
  color: white;
  text-align: center;
}
/*Pie de pagina*/
