/*
Name: Rehabilitación en tu hogar
Author: <a href="http:/d-i.mx/">D-I Desarrollo informático</a>
Author URI: http:/d-i.mx/
*/

/***** Colores *****
Morado: #751e75;
Verde: #78bd1c;
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');
@import url('https://fonts.googleapis.com/css?family=Passion+One');

p, h1, h2, h3, h4, h5, a, li {
	font-family: 'Montserrat', sans-serif;
}

#topbar h3 {
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
}

#topbar p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

p strong {
	font-weight: 700;
}

.txt-banner {
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: left;
}

.txt-banner h1.heading {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	-webkit-text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    -moz-text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    margin-bottom: 0;
    font-weight: 600;
}

.txt-banner h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	-webkit-text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    -moz-text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    text-transform: none;
    font-weight: 600;
}

.form-banner {
	margin-top: 135px;
	align-items: center;
}

form.form-banner input {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	color: #751e75;
	border: none;
	padding: 8px;
	margin-bottom: 10px;
	opacity: .9;
}

::placeholder {
	color: #751e75;
}

::-webkit-input-placeholder { 
	color: #751e75; 
} /* WebKit */
::-moz-placeholder { 
	color: #751e75; 
}

.btn.btn-verde {
	background-color: #78bd1c;
	border: 1px solid #78bd1c;
	line-height: 1;
	padding: 15px 30px;
}

.btn.btn-verde:hover {
	padding: 15px 30px;
	color: #fff;
}

#mainav li.active a {
	color: #fff;
	background-color: #78bd1c;
}

.cita blockquote {
	color: #751e75;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    margin: 0px 60px 60px;
    position: relative;
    text-align: center;
    border: 0;
    line-height: 30px;
}

.cita blockquote span {
	color: #751e75;
	font-size: 65px;
	vertical-align: middle;
	font-family: 'Passion One', cursive;
}

#nosotros h5.heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#nosotros p {
	text-align: justify;
}

#nuestros-servicios h1.heading {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    -webkit-text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    -moz-text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    text-shadow: 2px 2px 1px rgba(77,77,77,0.67);
    margin-bottom: 0;
    font-weight: 600;
}

.lista-servicios {
	margin-top: 50px;
}

.servicios {
    background: rgba(117,30,177,0.5);
    color: #fff;
    margin: 2px 0;
    padding: 20px;
    position: relative;
}

.servicios:hover {
    background: rgba(120,189,28,0.5);
    -webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,0.75);
    box-shadow: 0 0 15px 0 rgba(255,255,255,0.75);
    cursor: pointer;
}

.servicios a p {
	color: #fff;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: 600;
}

.servicios a {
	text-decoration: none;
	color: #fff;
}

.servicios span i.fa {
	font-size: 10px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 6px 7px;
	line-height: 1;
}

span.f-right {
	float: right;
}

#convenios h2.heading {
	color: #751e75;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    margin: 50px 0 70px 0;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
}

#convenios h2.heading span, #map h2.heading span {
	border-bottom: 4px solid #78bd1c;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
}
   

#map h2.heading {
	color: #751e75;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    margin: 50px 0 40px 0;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
}

#map p.head {
	margin-bottom: 50px;
	font-size: 16px;
}

.suc i {
	color: #78bd1c;
}

.suc i.fa.blanco {
	color: #fff;
}

.sucursales h3 {
	color: #751e75;
	font-size: 20px;
}

.suc {
	margin-bottom: 35px;
}

p.drop-superior {
	color: #fff;
	background-color: #78bd1c;
	border-radius: 5px;
	padding: 5px;
}

.drop-superior select {
	color: #fff;
	background-color: #78bd1c;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #78bd1c;
}

.drop-superior #select optgroup {
	color: #fff;
	background-color: #78bd1c;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #78bd1c;
	margin: 10px;
}

p.drop-form {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	color: #751e75;
	border: none;
	padding: 8px;
	margin-bottom: 10px;
	opacity: .9;
}

.drop-form select {
	width: 100%;
	background: transparent;
	color: #751e75;
	border: none;
	opacity: .9;
}

.drop-form #select optgroup {
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	padding: 8px;
	opacity: .9;
}

nav ul li:hover {
    background: rgba(255,255,255,0.2);
    cursor: pointer;
}

nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.modal-body h3 {
	color: #751e75;
	font-weight: 600;
}

.equipo-uno {
	background-color: #fff;
	color: #4A4A4A;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.equipo-uno i.fa {
	color: #751e75;
}

.equipo-dos {
	background-color: #751e75;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.equipo-dos i.fa {
	color: #fff;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -50px;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-indicators li.active {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}

.carousel-indicators li:hover {
    background-color: rgba(255,255,255,1);
}

.container.clear.np {
	padding: 0 0 50px;
}

#telSur, #telValle, #telLeon, #telCelaya, #telSma {
	display: none;
}

p.drop-superior {
    color: #fff;
    background-color: #78bd1c;
    border-radius: 5px;
    padding: 15px;
    font-weight: 600;
}

.btn-ciudad {
	background: #78bd1c;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	min-width: 170px;
	padding: 17px;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #78bd1c;
    border: 1px solid #78bd1c;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu a {
	background-color: transparent !important;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -40px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -40px;
	}
}

@media only screen and (max-width: 450px){
	.text-center-sm{
		text-align: center !important;
	}
}