/* This stylesheet is meant for custom styles, on top of the Ever+ Template */
.clear{
	clear: both;
}
.texto{
	font-size: 14px!important;
}
.services-1{
	display: block;
	padding: 20px 0px 20px 0px;
	margin:0 auto;
	background-color: #f5f5f5;
}

.cero{
	padding: 0;
	margin: 10px auto!important;
}


p.unico{
	position: absolute;
	bottom:20px;
	left: 0;
	width:auto;
	height: auto;
	margin-top: 50px;
	padding: 5px 30px 5px 80px;
	background-image: url('../images/nav.png');
	border-right:10px solid white;
	font-weight: bold;
	text-align: right;
	font-size: 1.5em;
	color: #f3f3f3!important;
}


@media screen and (max-width: 992px) {

p.unico{
	position: absolute;
	bottom:20px;
	left: 0;
	width:auto;
	height: auto;
	margin-top: 30px;
	padding: 5px 30px 5px 30px;
	background-image: url('../images/nav.png');
	border-right:5px solid white;
	font-weight: bold;
	text-align: right;
	font-size: 1em;
	color: #f3f3f3!important;
}

}

ul.lista{
	list-style: none;
}

ul.lista1{
	list-style: none;
	float: left;
	margin:0;
	padding: 0;
	width: auto;
	height: auto;

}

ul.lista1 li{
	width:48%;
	float: left;
	max-width: 200px;
	height: auto;
	min-height: 150px;
	padding: 1%;
	margin: 10px 5px 15px 5px;
}

ul.lista1 img{
	width: 100%;
	max-width: 180px;
	height: auto;
	margin: 0px auto;
	display: block;
	border:4px solid #cf6229;
	border-image: url('../images/nav.png') 30 round;
}

ul.lista1 p.leyendaimagen{
	display: block;
	width: auto;
	min-height: 50px;
	margin: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	letter-spacing: normal;
  	font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.imageservice{
	display: block;
	width: 100%;
	margin:0;
	padding:0;
}

.video{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.video iframe{
	width: 48%;
	height: 300px;
	margin: 1%;
	padding:0px;
	float: left;
}

.dos{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	border-top: 10px solid #383838;
	border-bottom: 10px solid #383838;
}

.dos .izquierda3{
	width: 50%;
	float: left;

}

.dos .izquierda3 .formulario{
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;

}

.dos .izquierda3 .formulario form label{
	  font-family: "Montserrat", "Helvetica Neue", sans-serif!important;
  font-weight: bold;
}

.dos .derecha3{
	width: 45%;
	float: left;
}

.dos .derecha3 .services-3{
	width: 80%;
	height: auto;
	margin:0 auto;
	display: block;
	font-weight: bold;
	text-align: center;
}

.dos .derecha3 .services-3 p{
	font-weight: normal;
}

.dos .derecha3 .services-3 h4{
	font-weight: bold;
	font-size: 1.5em;
}

.dos .derecha3 iframe{
	width: 100%;
	max-width: 300px;
	min-height: 300px;
	height: auto;
	display: block;
	margin:0 auto;
	padding: 1%;
  	background-image: url('../images/nav.png');
}


/* 4.20 form
================================================== */

.form-control {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #959595;
  font-family: "Montserrat", "Helvetica Neue", sans-serif!important;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  height: 40px;
  margin-bottom: 20px;
}

textarea.form-control {
  margin-bottom: 30px; }

.control-label {
  font-weight: 400; }

.form-control:focus {
  border-image: url('../images/nav.png') 30 round;
  outline: 0;
  box-shadow: none; }


form label.error {
  display: block;
  color: #ff0000;
  font-size: 12px;
  opacity: 1; }

#success,
#error {
  display: none;
  height: 70px; }

#success span,
#error span {
  display: block; }

#success span p,
#error span p {
  margin-top: 15px; }

#success {
  color: #2990d6; }

#error {
  color: #c0392b; }

.form-row label.error {
  clear: both; }


.enviar{
  background-image: url('../images/nav.png');
}

.enviar:hover{
	background-color: black;
}

/* form
================================================== */