di {
	border: 1px solid grey;
}

.dropdown-menu a:hover {
	background-color:  #EEF;
}

.underline{width: 100px; height:2px; background-color: #AAF;}


a {
	cursor: pointer;
}


span.darkt:hover, span.darkt:active {
	color:  #AAF;

}
 


.nav-item a:focus{
	outline: none;
	color: white;
}




i {
	color: #662e9b;
}

link {
	text-decoration: none;
}



h1	{
	font-family: 'Varela Round', sans-serif;
	font-size: 40px;
	color: #662e9b;
}

h2	{
	font-family: 'Varela Round', sans-serif;
	font-size: 30px;
	color: #662e9b;
}

h3	{
	font-family: 'Varela Round', sans-serif;
	font-size: 28px;
	color: #662e9b;
}

h4	{
	font-family: 'Varela Round', sans-serif;
	font-size: 24px;
	color: #662e9b;
}

h5	{
	font-family: 'Varela Round', sans-serif;
	font-size: 19px;
	color: #662e9b;
}

h6	{
	font-family: 'Varela Round', sans-serif;
	font-size: 17px;
	color: #662e9b;
}


p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.backgradn{
	background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(5,0,5,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(5,0,5,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(5,0,5,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(5,0,5,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(5,0,5,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(5,0,5,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#050005', GradientType=0 );
}









.display-1 {
	font-size: 72px;
}

.display-2 {
	font-size: 62px;
}

.display-3 {
	font-size: 52px;
}

.display-4 {
	font-size: 42px;
}

.display-5 {
	font-size: 32px;
}


.sombra{
	box-shadow: 3px 3px 5px grey;
}

.textsombra{
	text-shadow: 3px 3px 2px black;
}

.slide1 {
	height: 740px;
	background-image: url(https://www.we-care.mx/images/slide1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.slide2 {
	height: 740px;
	background-image: url(https://www.we-care.mx/images/slide2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.slide3 {
	height: 740px;
	background-image: url(https://www.we-care.mx/images/slide3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.serv1 {
	background-image: url(https://www.we-care.mx/images/serv1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.serv2 {
	background-image: url(https://www.we-care.mx/images/serv2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.serv4 {
	background-image: url(https://www.we-care.mx/images/serv4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.serv3 {
	background-image: url(https://www.we-care.mx/images/serv3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.serv5 {
	background-image: url(https://www.we-care.mx/images/serv5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cuadro {
	background-image: url(https://www.we-care.mx/images/sitef.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}


.fluid1 {
	background-image: url(https://www.we-care.mx/images/fluid1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.fluid2 {
	background-image: url(https://www.we-care.mx/images/fluid2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.fluid3 {
	background-image: url(https://www.we-care.mx/images/como-usar-omniqa.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



.vecslide {
	background-image: url(https://www.we-care.mx/images/fluid2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.round {
	border-radius: 15px;
}

.color4 {
	background-color: #662e9b;
}

.color5{
	background-color: #EEF;
}

.back {
	background-color: #AAF;
}

.darkt {
	color: #662e9b;
}

.backt {
	color: #AAF;
}


.t5 {
	color: #EEF;
}

.t6 {
	color: #AAF;
}

.b4 {
	border-top: 8px solid #AAF;
}

.carousel-caption {
	position: absolute;
	top: 500px
}

/*.carousel-control-prev {
	position: absolute;
	top: -350px
}

.carousel-control-next {
	position: absolute;
	top: -350px
}
*/

.triangle-isosceles {
  position: relative;
  padding: 20px; 
  border-radius: 10px;
}

/* creates triangle */
.triangle-isosceles:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -20px;
  left: 50px;
  width: 0;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color:  #EEF transparent;
}


