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

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

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

/*barra alt*/
.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;
}
.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 */
.servicios{
  width: 100%;
  height: 200px;
  background-image: url(../img/clientessatisfechos.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba( 8, 8, 8, 0.5);
}
/* Fin de banner*/


/* Texto entrecomilla*/
.contenedor{
  margin-top: 2px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1F546E;
}

.contenedor p{
  font-size: 18px;
  color: white;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
/*fin de entrecomillas*/

/*contenedor pdf1*/
.boton{
  display: inline-flex;
  width: 50%;
  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;
}

.pdfs{
  width: 100%;
  margin-top: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pdfs h2{
  width: 100%;
  text-align: center;
  color: #096A9E;
}

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

.Pdf1{
  padding-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 480px;
  margin-top: auto;
  margin-bottom: auto;
}

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

.Pdf1 p:nth-child(1){
  font-size: 16px;
  color: #808080;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E7D85;
}

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

.Pdf1 p:nth-last-child(2){
  padding-bottom: 16px;
}


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

.contenedorpdf2{
  width: 100%;
  background: #1F546E;
}

.Pdf2{
  max-width: 480px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: white;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

.Pdf2 h3{
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 23px;
  }

.Pdf2 p:nth-child(1){
  font-size: 16px;
  color: lightgray;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E7D85;
}

.Pdf2 a{
  text-decoration: none;
  font-style: italic;
}

.Pdf2 p:nth-last-child(2){
  padding-bottom: 16px;
}


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

}

.pdf3 p:nth-child(1){
  font-size: 16px;
  color: gray;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E7D85;
}

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

.pdf3{
  padding-top: 30px;
  padding-bottom: 20px;
  max-width: 480px;
  margin-top: auto;
  margin-bottom: auto;
  /*color: white;*/
}

.pdf3 a{
  text-decoration: none;
  font-style: italic;
}

.pdf3 p:nth-last-child(2){
  padding-bottom: 16px;
}


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

.contenedorpdf4{
  width: 100%;
  background: #1F546E;
  margin-bottom: 15px;

}

.pdf4{
  max-width: 480px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: white;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

.pdf4 h3{
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 23px;
  }

.pdf4 p:nth-child(1){
  font-size: 16px;
  color: lightgray;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E7D85;
}

.pdf4 a{
  text-decoration: none;
  font-style: italic;
}

.pdf4 p:nth-last-child(2){
  padding-bottom: 16px;
}

/*fin contenedor pdf1*/



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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

.center-footer1 .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*/
