.logo_responsive{
	width: 100%;
	height: auto;
}

.letra_pequena{
	font-size: 30px;
}

.img_responsive{
	width: 100%;
    height: auto;
    
}

.menu-botones{
	min-height: 150px;
	background: #1d4274 !important;
	cursor: pointer;
}

.menu-botones h4 a{
	font-size: 18px !important;
	color: #fff !important;
}

.menu-botones .icon i:before{
	color: #fff !important;
}

.menu-botones .title{
	font-size: 18px !important;
	color: #fff !important;

}

.modal-content{
	background: url("../img/fondo_modal.jpg");
	border: 3px solid white;
}

#modal1 .content h2 {
  color: #fff; 
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

#modal1 .content p {
  line-height: 26px;
}

#modal1 .content p:last-child {
  margin-bottom: 0;
}

#modal1 .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #88f9f9;
}

#modal1 .content ul {
  list-style: none;
  padding: 0;
}

#modal1 .content ul li {
  padding-bottom: 10px;
  color: #fff;
}

.modal-header button span{
	color: #fff;
}

@media (max-width: 768px) {
  #quienes_somos .container-fluid .row{
  	margin-top: 30px;
  }
}

/*---SECCIÓN BENEFICIOS-----*/

#beneficios {
  padding: 30px 0 0 0;
}

#beneficios .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#beneficios .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#beneficios .box .icon {
  float: left;
}

#beneficios .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#beneficios .box .icon i:after {
  background: #ff0000;
  /*background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);*/
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#beneficios .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#beneficios .box h4 a {
  color: #444;
}

#beneficios .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #beneficios .box .box {
    margin-bottom: 20px;
  }
  #beneficios .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #beneficios .box h4, #beneficios .box p {
    margin-left: 0;
    text-align: center;
  }
}