/**{border: 1px solid black;}*/

.bg-1 {
	background-color: #f2f2f2;
}

.bg-2 {
	background-color: #ececec;
}

.bg-3 {
	background-color: #188bc1;
}

.text-white {
	color: #fff !important;
}

.text-blue {
	color: #174770 !important;
}

.text-grey {
	color: #a6a6a6;
}

.divisor {
	border-bottom: 1px solid #188bc1;
	margin-bottom: 18px;
	margin-top: 10px;
}

.resaltado {
	font-weight: 700;
}

#logo img {
	width: 60%;
}

a {
	color: #13467b;
	text-decoration: none;
}

h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 35px;
}

li {
	list-style-type: none;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

#top {
	padding: 20px 0;
}

#top h4 {
	font-size: 25px;
}

#top span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
}

#call-to span {
	color: #898989;
	font-weight: 500;
	font-size: 25px;
	line-height: 20px;
}

nav {
	margin: 0 !important;
}

.navbar-default .navbar-nav li a:hover {
	color: #0071bc !important;
}

#nosotros,
#servicios,
#info,
#pago {
	padding: 5% 0;
	font-weight: 300;
}

#nosotros p {
	font-weight: 300;
	font-size: 22px;
}


#galeria {
	padding: 5% 0 8% 0;
}

#galeria li img {
	border: 5px solid #fff;
	box-shadow: 0px 0px 8px 0px #9d9d9d;
	margin: 30px 0 0 0;
}

.cont-g {
	height: auto;
	padding-left: 0%;
}

.cont-g ul {
	margin: 0;
	padding: 0;
}

.cont-g ul li a img {
	transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	width: 100%;
}

.cont-g ul li a img:hover {
	opacity: 0.7;
	transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
}

#servicios {
	line-height: 30px;
}

#pago i {
	margin-bottom: 20px;
	font-size: 60px;
	color: #a6a6a6;
	background-color: #fff;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	padding-top: 40px;
	border: 5px solid #a6a6a6;
	transition: all ease .2s;
}

#pago i:hover {
	border: 2px solid #1daeff;
	color: #1daeff;
	font-size: 80px;
	padding-top: 30px;
	transition: all ease .2s;
}

#pago span {
	font-size: 18px;
	font-weight: 700;
	line-height: 10px;
}

.wt {
	color: white !important;
}

.mensaje {
	font-size: 12px;
	padding-bottom: 8px;
}

#contact_us_container {
	margin-bottom: 30px;
}

input[type="text"],
textarea {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 25px;
	background: none;
	color: #fff !important;
	width: 100%;
	border-top: 3px solid #dfebf7 !important;
	padding-left: 5px;
}

input[type="text"]:focus,
textarea:focus {
	border-top: none !important;
	border-top: 3px solid #1daeff !important;
	box-shadow: none !important;
}

textarea {
	height: 100px !important;
	background: none !important;
}

input[type="button"] {
	border-radius: 5px;
	background-color: #fff !important;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

input[type="reset"] {
	border-radius: 5px;
	background-color: #fff !important;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

input[type="button"]:hover,
input[type="reset"]:hover {
	color: #0071bc;
}

footer {
	padding: 50px 0;
}

footer p {
	line-height: 35px;
}

footer a {
	color: #333;
	text-decoration: none;
}

footer i {
	color: #a6a6a6;
}

#redes {
	text-align: center;
}

#redes a {
	color: #898989;
	text-decoration: none;
}

footer a:hover,
#redes a:hover {
	color: #0071bc;
	font-weight: 700;
	text-decoration: none;
}

#redes img {
	padding-bottom: 10px;
}

#nombre {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	#logo img {
		margin: 10px auto 0 auto !important;
		padding-bottom: 0;
	}

	#call-to {
		text-align: center;
		padding-top: 10px;
	}

	.calendar {
		margin-top: 30px;
	}

	#redes {
		text-align: left;
		margin-top: 10px;
	}
}

@media screen and (max-width: 377px) {
	#pago span {
		font-size: 14px;
		font-weight: 700;
		line-height: 10px;
	}
}

@media screen and (max-width: 375px) {
	#call-to span {
		font-size: 25px;
	}

	footer {
		font-size: 14px;
	}
}

@media screen and (max-width: 320px) {
	#nosotros p {
		margin: 20px 0;
	}
}