@media (min-width: 768px) and (max-width: 1119px) {
	.hidden-sm-plus {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1119px) {
	.visible-sm-plus {
		display: block !important;
	}
}

@media (min-width: 1120px) and (max-width: 1460px) {
	.visible-md-plus {
		display: block !important;
	}
	.hidden-md-plus {
		display: none !important;
	}
}

#fondoFUL {
	/*---  color:#333;	font:300 15px/15px Roboto,Arial,Helvetica;  ---*/
	background: url(../images/bg2.jpg) right no-repeat fixed #fff;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #00a9c6;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.btn,
a,
.btn:hover,
a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none !important;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	line-height: 1em;
	text-align: center;
}
h1 {
	font: 500 2.3em Roboto, Arial, Helvetica;
	margin: 0.25em 0;
	text-transform: uppercase;
}
h2 {
	font: 300 2em Roboto, Arial, Helvetica;
	margin-bottom: 0.5em;
}
h3 {
	font: 300 1.7em Roboto, Arial, Helvetica;
	margin: 2em 0 1em 0;
}
h4 {
	font: 300 1.5em Roboto, Arial, Helvetica;
	margin-bottom: 1em;
}
h4 i {
	margin-right: 0.5em;
}

/*p{font-size:1em;line-height: 1.7em; margin-bottom: 1.7em;}*/

.spacer {
	padding: 3em 0;
}

.btn {
	border: none;
	border-radius: 0;
	padding: 6px 12px; /*--- background: rgba(0,0,0,0.5);  ---*/
	text-transform: uppercase;
}
.btn:hover,
.btn:active {
	color: #fff;
}
.btn-default {
	color: #a51612;
	border: 1px solid #aaa;
}
.btn-default:hover,
.btn-default:active {
	background: rgba(165, 22, 18, 0.8);
}
.btn-bach {
	background: #e73f22 !important;
	border: 1px solid #aaa;
	color: white !important;
}
.btn-bach:hover,
.btn-bach:active {
	background: rgba(227, 59, 30, 0.8);
}
.btn-primary {
	color: #fff;
	background: #e89f10;
	width: 100%;
	outline: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #f3c024;
	box-shadow: none;
}
.btn-danger {
	color: #fff;
	outline: none;
	border-radius: 15px;
}
.topbar {
	background: url(../images/lines.png);
	height: 5px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.navbar-nav > li > a {
	font-size: 1em; /*--- line-height: 3.6em;  ---*/
}
.navbar-fixed-top {
	top: 5px;
}
.navbar-inverse {
	background: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
	color: #cb442e;
}

#head,
.carousel {
	margin-top: 0;
}

/*#home{padding-top: 6em;}*/

/*about*/
.about.spacer {
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: 0;
}
.services ul li {
	width: 10em;
	height: 10em;
	border: 1px solid #ccc;
	padding: 0;
	border-radius: 50%;
	margin: 0 1.25em;
	line-height: 13.5em;
	color: #999;
}
.services ul li span {
	line-height: 2em;
	display: inline-block;
	font-weight: 300;
}
.services ul li span i {
	font-size: 3em;
}
.services ul li span b {
	display: block;
	font-size: 1em;
	font-weight: 300;
}

/*testimonials*/
.partners img {
	float: left;
	margin: 0 75px 30px 0;
}
.testimonails {
	min-height: 195px;
}
.testimonails img {
	margin-top: 5px;
}
.testimonails span {
	color: #888;
}
.testimonails span b {
	font-weight: 400;
}
.carousel-indicators li {
	border: 1px solid #f3c024;
}
.carousel-indicators {
	bottom: 0;
}

/*works*/
#works {
	padding-top: 6em;
}
#works figcaption a {
	border: 1px solid #fff;
	margin-top: 1em;
	display: inline-block;
	color: #fff;
	padding: 0 2em;
}
#works figcaption a:hover {
	text-decoration: none;
	padding: 0 3em;
}
/*works*/

/*team*/
.team figure {
	width: 100%;
}
.team img {
	width: 100%;
}
.team b {
	font-size: 1.2em;
	display: block;
}
.team a i.fa {
	color: #fff;
	font-size: 2em;
}
.team a i.fa:hover {
	color: #e89f10;
}

.highlight-info {
	background: url(../images/lab.jpg) center fixed;
	background-size: cover;
	color: #fff;
}
.highlight-info .overlay {
	background: rgba(232, 159, 16, 0.7);
}
.highlight-info h4 {
	color: #fff;
	margin: 0.5em 0 0 0;
}
/*about us*/

/*contact*/
.contactform textarea,
.contactform input {
	width: 100%;
	padding: 1em;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	border-radius: 0;
	outline: none;
}
/*contact*/

.footer {
	background-color: #6f6c6c;
	color: #fff;
	font-size: 1em;
	color: #aaa;
}
.footer a {
	color: #aaa;
	margin: 0 1em;
}

.gototop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #fff;
}
.gototop i {
	line-height: 0.5em;
}

@media (max-width: 1200px) {
	/*body{font:300 13px/13px Roboto,Arial,Helvetica;}*/
	.navbar-brand {
		padding-top: 11px;
	}
	.services ul li {
		margin: 0 0.5em;
	}

	.grid figure h2 {
		font: 700 1.5em Roboto, Arial, Helvetica;
	}
	figure.effect-oscar figcaption {
		padding: 12%;
	}
	figure.effect-oscar figcaption::before,
	figure.effect-chico figcaption::before {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.partners img {
		margin: 0 25px 25px 0;
	}
}

@media (max-width: 900px) {
	h1 {
		font: 700 3.5em Roboto, Arial, Helvetica;
	}
	h4 {
		font: 300 1.3em Roboto, Arial, Helvetica;
	}
	/* EDIT .btn{padding: 1em 2em;} EDIT*/
	.partners img {
		margin: 0 15px 25px 0;
		width: 157px;
	}
	.services ul li {
		width: 9em;
		height: 9em;
	}
	figure.effect-chico figcaption {
		padding: 2em;
	}
	figure.effect-oscar figcaption {
		padding: 20%;
	}
	figure.effect-chico figcaption::before {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	.grid figure.effect-chico p {
		font-size: 0.6em;
		line-height: 1.5em;
	}
}

@media (max-width: 767px) {
	body {
		line-height: 1.42857143;
	}
	.navbar-nav > li > a {
		line-height: 1em;
	}
	.navbar-brand {
		padding: 7px;
	}
	.navbar-brand img {
		height: 37px;
	}
	.navbar-toggle {
		margin-top: 12px;
	}

	.carousel-caption,
	.carousel-control,
	.carousel-indicators {
		display: none;
	}

	h2.text-center {
		text-align: left;
		font-size: 1.7em;
	}
	h4 {
		font: 300 1.2em Roboto, Arial, Helvetica;
	}
	#partners h2 {
		padding: 0 1em;
	}
	/*#home {padding-top: 5em;}*/

	.partners {
		display: block;
		float: left;
	}
	.partners img {
		width: 120px;
	}

	.about.spacer {
		padding-left: 2em;
		padding-right: 2em;
	}
	.spacer {
		padding: 2em 0 0 0;
	}
	.services ul li {
		margin-bottom: 1em;
	}

	.highlight-info .overlay {
		padding-bottom: 2em;
	}

	.grid.team div {
		margin: 0;
		padding: 0;
	}
	figure.effect-chico figcaption {
		padding: 1.5em;
	}
	.footer {
		margin-top: 2em;
		padding-bottom: 2em;
	}
}

.footsies {
	border-top: 0;
}

footer .col-xs-1,
footer .col-sm-1,
footer .col-xs-2,
footer .col-sm-2,
footer .col-xs-3,
footer .col-sm-3,
footer .col-xs-4,
footer .col-sm-4,
footer .col-xs-5,
footer .col-sm-5,
footer .col-xs-6,
footer .col-sm-6,
footer .col-xs-7,
footer .col-sm-7,
footer .col-xs-8,
footer .col-sm-8,
footer .col-xs-9,
footer .col-sm-9,
footer .col-xs-10,
footer .col-sm-10,
footer .col-xs-11,
footer .col-sm-11,
footer .col-xs-12,
footer .col-sm-12 {
	padding-right: 15px;
	padding-left: 15px;
}
.text1 {
	font-size: 16px;
	color: #5b5b5f;
}
.text2 {
	color: #b04a20;
}
.informes {
	color: #bfbfbf;
}
/* boton intranet */
.btn-icon {
	width: 130px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	background-color: #b04a20;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 600;
	border: none;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
	padding-left: 8px;
	transition-duration: 0.5s;
}

.svgIcon {
	height: 25px;
	transition-duration: 1.5s;
}

.bell path {
	fill: rgb(255, 255, 255);
}

.btn-icon:hover {
	background-color: #e65c22;
	transition-duration: 0.5s;
}

.btn-icon:active {
	transform: scale(0.97);
	transition-duration: 0.2s;
}

.btn-icon:hover .svgIcon {
	transform: rotate(250deg);
	transition-duration: 1.5s;
}
/* efecto de rollover */
.efecto-rollover {
	background-color: transparent;
	transition: background-color 0.3s ease;
}
.efecto-rollover:hover {
	background-color: rgba(255, 255, 255, 0.26);
}
