/*Seleccion*/
*::-moz-selection{
   background: #18bc9c;
   color: #fff;
}

*::selection {
   background: #18bc9c;
   color: #fff;
}

body {
	background-image: url('../img/fondo.png');
	margin: 0px;
	font-family: sans-serif;
	color:#000 !important;
}

.esp-top{
	margin-top:50px;
}

.icon {
	font-size:50px;
}

h4{
	font-weight:bolder;
}

i{
	padding-left:10px;
}

a,i{
	color:#000;
}

a,i:hover{
	color:#18bc9c;
}

p{
	line-height:35px;
}
/*MENU*/ 
.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

/*Carousel*/

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      height:100px;
      margin: auto;
  }


.carousel-caption{
	color: #fff !important;
	text-shadow: 0 2px 2px #000 !important;
}

.carousel-control {
    
    color: #18bc9c !important;
}

.carousel-bg{
	background-color: #18bc9c;
	opacity:0.4;
	border-radius:30px;
}
/*Clases*/

/*Contenido*/

.panel{
	padding: 0px !important;
	
}

.panel p {
	padding: 10px !important;
}

/*Clientes*/

.img-testimonio {
	width:200px;
	cursor:pointer;
}

.img-testimonio:hover {
	opacity:0.6;
}

.popover {
	max-width:1500px !important;
}

.popover-title{
	background-color: #2c3e50 !important;
	color: #18bc9c !important;
}




/*Contacto*/

.form-control {
    color: #2c3e50;
    background-color: transparent !important;
}

.btn-contac{
	color:#000 !important;
	background-color: transparent !important;
}

.btn-contac:hover{
	color:#fff !important;
	background-color: #18bc9c !important;
}
/*PIE*/

footer{
	background-color:transparent;
	padding:20px;
}

.copyright{
	background-color:#1a242f;
	padding:20px;
	color:#fff;
}


/* Dispositivos medianos (ordenadores, anchura mayor o igual a 992px) */
@media (min-width: 992px) {

	.caja-panel{
	margin-left:25px !important;}
	.carousel-caption h1{
	font-size:39px !important;}
	.carousel-caption p{
	font-size:20px !important;}

}

/* Dispositivos pequeños (tablets, anchura ) */
@media (min-width: 280px) {

	.caja-panel{
	margin-left:0px;}
	.carousel-caption h1{
	font-size:20px;}
	.carousel-caption p{
	font-size:10px;
	line-height:25px;}	

}