@charset "utf-8";
/* CSS Document */
.marcada-5 {
	box-shadow: 5px 5px 7px 7px #1A1A1A;
}
.content {
	background-image:url("../img/png/fondo-web.png");
	background-repeat: repeat;
}

.jumbi{
	background-image: url("../img/jpg/contacto/1.jpg");
    background-repeat: no-repeat;
	width: 100%;
	height: 650px;
	padding-left: -15px;
	padding-right: -15px;
	border-bottom: 4px solid  #17A2B8;
   
}
.text-jumbi h1 {
	font-family: 'Indie Flower', cursive;
	color: #FFC107;
	font-size: 3rem;
	padding-bottom: 1rem;
}
.text-jumbi p {
	color: white;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/*COMIENZA EL FORMULARIO*/
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: .4s;
	transition: .4s;
}
.section-title {
	position: relative;
}

.section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.section-title h4::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #17A2B8;;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.contact {
	background-image: url("../img/png/fondo-web.png");
	background-repeat: repeat;
	
	
	
}
.input-2 {
	width: 100%;
}
.contact-form input,
textarea {
	
	border: 1px solid grey;
	padding: 5px 10px;
	margin-top: 15px;
	background-color: transparent;
	color: grey;
}
.blanco{
	color: white!important;
}
.contact-form
.contact:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #333;
	z-index: -1;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.single-contact {
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.single-contact i.fa {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #17A2B8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
}
.single-contact h5 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}
.single-contact p {
	
}
.contact-form input[type="submit"] {
	background-color: #17A2B8;
	border: 0px;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: .4s;
	transition: .4s
}
.contact-form input[type="reset"] {
	background-color: #17A2B8;
	border: 0px;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: .4s;
	transition: .4s
}
.contact-form input[type="submit"]:hover {
	background-color: #097282
}
.contact-form input[type="reset"]:hover {
	background-color: #097282
}
.contact-form input:focus, textarea:focus {
	border-color: #097282
}
/*ACABA EL FORMULARIO*/
.google-maps-area {
  	position: relative;
  	z-index: 1;
  	height: 450px; }
@media only screen and (max-width: 767px) {
	.google-maps-area {
      	height: 320px; 
	} 
}
@media only screen and (max-width: 736px) {
	.centrado {
		margin-top: 2rem;
		
	}
}
 .google-maps-area iframe {
    width: 100%;
    height: 100%;
    border: none; 
}
