.card-footer {
	max-width: 18rem;
	min-height: 230px;
	border: 2px solid #c0c0c0;
	border-radius: 15px !important;
	color: #003366;
}

.card-footer i {
	font-size: 2rem;
}

.card-footer h5 {
	color: #003366 !important;
}

.card-footer2 {
	max-width: 18rem;
	min-height: 230px;
}

.card-footer2 i {
	font-size: 2rem;
}

.card-footer2 h5 {
	color: #003366 !important;
}

.text-responsive {
	font-size: calc(20% + 1vw + 1vh);
  /* font-size:3vw; */
}

#somos {
	background-image: url("../images/paisdirecto/familia1.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 430px;
	margin-left: -20px;
	margin-right: -20px;
}

#texto-somos {
	margin-top: 8rem !important;
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  #somos {
	height: 330px;
	background-position: left center;
  }

  #texto-somos {
  	margin-top: 5rem !important;
  }

	.somos-parrafo {
		padding-top: 70px !important;
	}
}

@media screen and (min-width: 490px) and (max-width: 799px) {
  #somos {
	height: 230px;
	background-position: left center;
  }
  #texto-somos {
  	margin-top: 2rem !important;
  }
}

@media screen and (min-width: 190px) and (max-width: 489px) {
  #somos {
	height: 130px;
	background-position: left center;
  }

  #texto-somos {
  	font-size: 20px !important;
  	margin-top: .5rem !important;
  }
}

#somos-div {
	flex-direction: row;
}

.somos-parrafo {
	background-color: #f7f7f7;
	align-self: stretch;
	padding-top: 100px !important;
	border-top: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
	.somos-parrafo {
		padding-top: 40px !important;
	}
}

@media screen and (min-width: 190px) and (max-width: 799px) {
	.somos-parrafo {
		padding-top: 10px !important;
	}
}

@media screen and (min-width: 190px) and (max-width: 767px) {
	.somos-parrafo {
		border-top: 2px solid #c0c0c0;
		border-right: 0px solid #c0c0c0;
		border-bottom: 2px solid #c0c0c0;
		margin-bottom: 30px;
	}
}

.iconos {
	font-size: 3rem;
}

.no-sombra {
	box-shadow: none !important;
}

.parrafo-presente {
	background-color: #f7f7f7;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

#contacto-img {
	background-image: url("../images/paisdirecto/contacto.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 270px;
	margin-left: -20px;
	margin-right: -20px;
}

.parrafo-contacto {
	background-color: #f7f7f7;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	margin-bottom: 0px !important;
}

#footer {
    margin-top: 0px !important;
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  #contacto-img {
	height: 270px;
	background-position: left center;
  }

}

@media screen and (min-width: 490px) and (max-width: 799px) {
  #contacto-img {
	height: 130px;
	background-position: left center;
  }
  #texto-contacto {
  	font-size: 20px !important;
  	margin-top: 15px !important;
  }
}

@media screen and (min-width: 190px) and (max-width: 489px) {
  #contacto-img {
	height: 130px;
	background-position: left center;
  }
  #texto-contacto {
  	font-size: 20px !important;
  	margin-top: .5rem !important;
  	margin-right: 0px !important;
  }
}

#faq-img {
	background-image: url("../images/paisdirecto/faq.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 270px;
	margin-left: -20px;
	margin-right: -20px;
}

@media screen and (min-width: 390px) and (max-width: 749px) {
	#faq-img {
		height: 170px;
	}
  #texto-faq {
  	font-size: 20px !important;
  	margin-top: .5rem !important;
  	margin-right: 0px !important;
  }
}

@media screen and (min-width: 190px) and (max-width: 389px) {
	#faq-img {
		height: 120px;
	}
  #texto-faq {
  	font-size: 18px !important;
  	margin-top: 0px !important;
  	margin-right: 0px !important;
  }
}

#privacy-img {
	background-image: url("../images/paisdirecto/privacy.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 270px;
	margin-left: -20px;
	margin-right: -20px;
}

@media screen and (min-width: 390px) and (max-width: 749px) {
	#privacy-img {
		height: 170px;
	}
  #texto-privacy {
  	font-size: 20px !important;
  	margin-top: .5rem !important;
  	margin-right: 0px !important;
  }
}

@media screen and (min-width: 190px) and (max-width: 389px) {
	#privacy-img {
		height: 120px;
	}
  #texto-privacy {
  	font-size: 18px !important;
  	margin-top: 0px !important;
  	margin-right: 0px !important;
  }
}

#lookup-button {
	line-height: normal !important;
}