.google-maps {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
	}
	
.container {
	width: 10%;
	margin: 0 auto;
}
.social-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
}
.social-icons li {
	list-style: none;
}
.social-icons li a {
    font-size: 20px;
	display: block;
	position: relative;
    width: 65px;
    height: 65px;
	line-height: 100px;
	font-size: 3em;
	margin-bottom: 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transition: .5s;
	border: 2px solid #fff;
    overflow: hidden;
    font-size: 35px;
    line-height: 60px;
}

.social-icons li a:hover {
	transform: scale(1.2);
}

/* pseudo-element before */
.social-icons li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: -1;
	transform: scale(0);
	top: 0;
	left: 0;
	transition: .5s;
}

.social-icons li a:hover::before {
	transform: scale(0);
}

.social-icons li:nth-child(1) a,
.social-icons li:nth-child(1) a:before {
	background: #3b5999;
}


.social-icons li:nth-child(2) a,
.social-icons li:nth-child(2) a:before {
	background: #e4405f;
}


/* Hover effect */
.social-icons li:nth-child(1) a:hover {
	background: #fff;
	border: 2px dashed #3b5999;
	color: #3b5999;
}

.social-icons li:nth-child(2) a:hover {
	background: #fff;
	border: 2px dashed #e4405f;
	color: #e4405f;
}
.containers {
	width: 10%;
	margin: 0 auto;
}

.social-iconss {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
}
.social-iconss li {
	list-style: none;
}
.social-iconss li a {
    font-size: 20px;
	display: block;
	position: relative;
    width: 65px;
    height: 65px;
	line-height: 100px;
	font-size: 3em;
	margin-bottom: 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transition: .5s;
	border: 2px solid #fff;
    overflow: hidden;
    font-size: 35px;
    line-height: 60px;
}

.social-iconss li a:hover {
	transform: scale(1.2);
}

/* pseudo-element before */
.social-iconss li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: -1;
	transform: scale(0);
	top: 0;
	left: 0;
	transition: .5s;
}

.social-iconss li a:hover::before {
	transform: scale(0);
}

.social-iconss li:nth-child(1) a,
.social-iconss li:nth-child(1) a:before {
	background: #25D366;
}
.social-iconss li:nth-child(1) a:hover {
	background: #fff;
	border: 2px dashed #25D366;
	color: #25D366;
}



.servicios {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
}
.servicios li {
	list-style: none;
}
.servicios li a {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 3em;
	margin-bottom: 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transition: .5s;
	border: 2px solid #fff;
	overflow: hidden;
}

.servicios li a:hover {
	transform: scale(1.2);
}

/* pseudo-element before */
.servicios li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: -1;
	transform: scale(0);
	top: 0;
	left: 0;
	transition: .5s;
}

.servicios li a:hover::before {
	transform: scale(0);
}

.servicios li:nth-child(1) a,
.servicios li:nth-child(1) a:before {
	background: #82bb18;
}


/* Hover effect */
.servicios li:nth-child(1) a:hover {
	background: #fff;
	border: 2px dashed #82bb18;
	color: #82bb18;
}







