html,
body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

/* NAVBAR */
.navbar {
	transition: all 0.4s;
}

.navbar .nav-link {
	color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
	color: #fff;
	text-decoration: none;
}

.navbar .navbar-brand {
	color: #fff;
}

/* Change navbar styling on scroll */
.navbar.active {
	background: #fff;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
	color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
	color: #555;
	text-decoration: none;
}

.navbar.active .navbar-brand {
	color: #555;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
	.navbar {
		background: #fff;
	}

	.navbar .navbar-brand,
	.navbar .nav-link {
		color: #555;
	}
}

.text-small {
	font-size: 0.9 !important;
}

.relaway {
	font-family: "Raleway", sans-serif;
}

.relaway-black {
	font-family: "Raleway", sans-serif;
}

.roboto-bold {
	font-family: "Roboto", sans-serif;
}

/* SOME BODY CUSTOMS */
body {
	width: 100%;
	/* background-image: linear-gradient(135deg, #72a095 0%, #c4e0e5 100%); */
}
.principal-banner {
	background-color: #4ca1af;
	background: url("../img/home-1200x450.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.carousel-caption {
	left: 0;
	width: 1000px;
	padding-left: 50px;
}

.principal-banner-text {
	font-size: 6vw;
}

.bg-as {
	background-color: #72a095;
}

.title {
	font-size: 5vw;
}

.card {
	overflow: hidden;
}
.img1 {
	width: 100%;
}
.icons {
	position: relative;
	text-align: center;
	display: block;
	margin-top: -65px;
	margin-left: 10px;
	font-size: 50px;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	box-shadow: 0px 0px 2px #888;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #fff;
	z-index: 1;
	border: 7px solid #fff;
}
.img2 {
	position: relative;
	display: block;
	margin-left: 10px;
	margin-right: auto;
	z-index: 1;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 7px solid #fff;
	margin-top: -65px;
	background-color: #fff;
}

.card:hover i.fas{
	border-color: #72a095;
	transition: 0.7s;
	cursor: pointer;
}

.card:hover i.far{
	border-color: #72a095;
	transition: 0.7s;
	cursor: pointer;
}

.bg-red {
	background-color: rgb(189, 82, 62);
}

.icon-bar {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-bar a {
	right: 0;
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	width: 60px;
	font-size: 30px;
}

.icon-bar a:hover {
	background-color: #000;
}

.facebook {
	background: #3b5998;
	color: white;
}

.twitter {
	background: #55acee;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}
.fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	color: white;
}

.content {
	margin-left: 75px;
	font-size: 30px;
}
