.containeracord {
  width: 100%;
  max-width: 50em;
  margin: 3.125px auto;
}

.accordion1 {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: center;
  padding: 5px 15px;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s linear;
  position:relative;
  height:7em;
}


.accordion1 a {
	text-align: justify;
	font-family: 'Open Sans';
	font-size: 0.750em;
	display:block;
	cursor:pointer;
	position:absolute;
	top:45%;
	float: center;
	font-size:1.125em;
	color:#444;
	white-space:nowrap;
	opacity:1;
	
	background-repeat:no-repeat;
}




.accordion-content1 {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}


.content-table1 {
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 1em;
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table1 thead tr {
  background-color: #999999;
  color: #ffffff;
  text-align: center;
  top:45%;
  font-style: Impact;
}

.content-table1 th,
.content-table1 td {
  padding: 15px 3px;
  text-align: center;
  min-width: 30px;
}

.accordion1.is-open:after{
  content: '\f056';
  color:white;
}
.accordion1:after{
  content: '\f055';
  font-family: "fontawesome";
  font-size: 14px;
  float: right;   
}


/* Teléfonos */

@media only screen and (max-width: 575px){
	
.containeracord {
max-width: 60em;
  font-size: 0.75em;
  margin: 0; 
}
.accordion1 a {
	font-size: 0.75em;
}

.content-table1 {
  font-size: 0.75em;
}

	
}
