@import url("https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic");/* LATO */

html, body {
	font-family: "Lato", sans-serif !important;
	background-image: url('../imgs/pattern-back.png');
	background-repeat: repeat;
}

.lato-thin, .lato-thin-i, .lato-light, .lato-light-i, .lato-normal, .lato-normal-i, .lato-bold, .lato-bold-i, .lato-u-bold, .lato-u-bold-i {
	font-family: 'Lato';
}

.lato-thin, .lato-light, .lato-normal, .lato-bold, .lato-u-bold {
	font-style: normal;
}

.lato-thin-i, .lato-light-i, .lato-normal-i, .lato-bold-i, .lato-u-bold-i {
	font-style: italic;
}

.lato-thin, .lato-thin-i {
	font-weight: 100;
}
.lato-light, .lato-light-i {
	font-weight: 300;
}
.lato-normal, .lato-normal-i {
	font-weight: 400;
}
.lato-bold, .lato-bold-i {
	font-weight: 700;
}
.lato-u-bold, .lato-u-bold-i {
	font-weight: 900;
}

#samico {
	display: none;
}

/* Header */
@media (max-width: 768px) {
	.sam-header {
		display: none;
	}
	.new-header {
		display: none;
	}
}

/* Barra de navegacion */

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-inverse {
	border: none;
}

.navbar-li {
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}

.no-hover:hover {
	cursor: default !important;
	background-color: #ffffff !important;
	color: #9D9D9D !important;
}

.no-hover:hover a {
	color: #9D9D9D !important;
	cursor: default !important;
}

/*.navbar-nav li a:hover, .selected {
 color: #000000 !important;
 }*/

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color:  #000000;
	background-color: #f2f2f2;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #ffffff;
}

.selected > a {
	color: #000000 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: rgb(0, 0, 0) !important;
}

.nav-title {
	display: block;
	float: left;
	/*padding-top: 15px;*/
}

.nav-title  a {
	/*padding: 15px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	color: #9D9D9D;
}

.selected > .nav-title, .selected .nav-caret {
	background-color: #f2f2f2;
}

.nav-title a:hover {
	color: #000;
}

/* TRANSICION */
.navbar-nav li {
	-webkit-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}

.navbar-nav li:hover, .selected {
	background-color: #f2f2f2;
	color: #000000 !important;
}

.nav-caret {
	display: inline;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	line-height: 0.5px;
}

.navbar {
	min-height: 25px;
}

@media (max-width: 768px) {

	.nav-title, .nav-caret {
		float: none;
	}

	.nav-caret {
		padding-left: 30px;
	}

}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px #646464;
	-moz-box-shadow: 0 8px 6px -6px #646464;
	box-shadow: 0 8px 6px -6px #646464;
}

.banner-page, .banner-page-contacto {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	/*background-image: url('../imgs/pattern-titulo-secciones.png');*/
	/*background-repeat: repeat;*/
	/*height: 121px;*/
	text-align: center;
	/*color: #FFFFFF;*/
	color: #0090cf;
	/*padding-top: 60px;*/
}

.banner-page-contacto {
	/*background-image: url('../imgs/pattern-titulo-contacto.png');*/
}

@media (max-width: 420px) {
	.banner-page h2, .banner-page-contacto h2 {
		font-size: 25px;
	}
}

/*.navbar-right {
 float: right !important;
 margin-right: 50px !important;
 }

 @media (max-width:768px) {
 .navbar-right {
 float: right !important;
 margin-right: -15px;
 margin-left: -15px;
 }
 }
 */
#navegacion {
	padding-left: 96px;
}

/*.special-pad {
	padding-left: 96px !important;
}*/

/* Addins slider*/
.carousel-indicators .active {
	background-color: #1EB6F0;
}

.carousel-indicators li {
	border-radius: 0;
	border: 1px solid #1EB6F0;
}

/* fondo color*/
.back-color {
	background-color: #f2f1f1;
}

.cont-padding {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.panes-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 768px) {
	.cont-padding {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/* custom boostrap */
.container {
	padding-left: 0;
	padding-right: 0;
}

.titulo, .seg-titulo {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
}

.titulo {
	margin-top: 50px;
	margin-bottom: 50px;
}

.seg-titulo {
	margin-top: 130px;
	margin-bottom: 50px;
}

.pan, .sub-titulo {
	text-align: center;
	background-color: #ffffff;
}

.sub-titulo {
	font-size: 24px;
	line-height: 13px;
}

@media (max-width: 480px) {
	.sub-titulo {
		line-height: 30px;
	}
}

.pan {
	padding: 30px 20px 10px 20px;
}

.pan a {
	margin-top: 0px;
}

.pan  p, .pan > p, .pan > ul li {
	color: #9a9a9a;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 15px;
}

.bottom {
	margin-bottom: 30px;
}

.c-top {
	margin-top: 30px;
}

.pan a, .pan  a:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.pan {
		margin-top: 15px;
	}

}

@media (min-width: 768px) {
	.pan {
		margin-top: 15px;
	}

}

.footer-left {
	padding-left: 270px;
}

@media (min-width: 1186px) {
	.footer-left {
		padding-left: 170px;
	}
}

@media (max-width: 1020px) {
	#imgMapa {
		display: none;
	}

	.footer-left {
		padding-left: 10px;
	}
}

.sub-titulo {
	/*font-size: 24pt;*/
	color: #000000;
	font-size: 24px;
	font-weight: none;
	font-family: "Lato", "LatoLight";
}

.sub-titulo-bis {
	font-size: 26px !important;
	font-family: "Lato", "Lato Light";
}

.celeste {
	color: #8EDAF7 !important;
}

.celeste-oscuro {
	color: #0090CF !important;
}

.turquesa {
	color: #00aeef;
}

.celeste-osc {
	color: #00aeef;
}

.negro {
	color: #000000 !important;
}

.glyphicon.glyphicon-barcode, .glyphicon.glyphicon-envelope, .glyphicon.glyphicon-headphones {
	font-size: 75px;
}

.blanco {
	background-color: #ffffff;
}

.color-texto, .texto {
	color: #9a9a9a;
}

.texto-bis {
	font-size: 13px;
	color: #646464;
}

.center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.sam-pb {
	padding-bottom: 150px;
}

.parrafo-servicios {
	/*border-top: 2px solid black;
	border-bottom: 2px solid black;*/
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-top: 20px;*/
	/*margin-bottom: 25px;*/
	margin-bottom: 40px;
}

.tb-desc > tbody > tr > td {
	border-top: none;
	vertical-align: none;
}

.tb-desc > tbody > tr > td > p {
	border-top: none;
	vertical-align: none;
	font-size: 13px;
	line-height: 2;
}

.tb-form {
	margin-bottom: 0px !important;
}

.div-cont {
	padding-left: 0px !important;
}

.div-cont > table {
	width: 100%;
}

.div-cont > table > tbody > tr > td {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-right: 8px !important;
}

.ul-contacto:first-child {
	margin-top: -10px !important;
}

.ul-contacto  ul {
	margin-bottom: 20px;
}

.ul-contacto > ul li {
	list-style: none;
	color: #646464;
	font-size: 13px;
	line-height: 1.8;
}

.ul-contacto > ul li span {
	color: #000000;
}

.ul-contacto > ul li h4 {
	font-size: 18px;
	color: #00aeef;
	margin-bottom: 5px !important;
}

/*   BACK TO TOP */

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	/*width: 32px;
	 height: 32px;*/
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
	color: #444;
	cursor: pointer;
	/*border: 0;
	 border-radius: 2px;*/
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	display: inline;
	width: 50px;
	height: 50px;
	background: #515A5F url('../imgs/backtotop.png') no-repeat center center;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

#back-to-top:hover {
	background: #e9ebec;
}
#back-to-top.show {
	opacity: 1;
}

.mock-ul > p {
	line-height: 15px;
}

.mock-ul > p span {
	margin-right: 15px;
}

#social-media {
	list-style: none;
}

#social-media li {
	float: left;
}

#social-media li a {
	padding: 6px;
}

.sam-footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url('../imgs/footer-pattern.png');
}

.sam-footer  ul {
	list-style: none;
}

.sam-footer  ul li {
	margin-top: 7px;
}

.sam-footer  ul li a {
	color: white;
	text-decoration: none;
}

.sam-footer  ul li a:hover {
	text-decoration: none;
}

.sam-under-footer {
    border-top: 10px solid #ccff00; 
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000033;
}

.sam-under-footer #social-media {
	display: inline;
}

.sam-under-footer div p {
	padding-left: 70px;
}

@media (max-width: 768px) {
	.sam-under-footer div p {
		padding-left: 8px;
	}

}

.cont-footer {
	color: white;
}

.a-face {

	transition-property: background-color, color;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 0.6s;
	-o-transition-property: background-color, color;
	-o-transition-duration: 0.6s;
	color: #646464;
}

.a-face:hover {

	transition-property: background-color, color;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 0.6s;
	-o-transition-property: background-color, color;
	-o-transition-duration: 0.6s;
	color: #1EB6F0;
}

.item-hidden {
	visibility: hidden;
}

.p-thin {
	line-height: 1 !important;
}

.p-thin > p {
	line-height: 1 !important;
}

.new-header {
	background-image: url('../imgs/header-new-1380x130px.png');
	background-repeat: no-repeat;
	height: 120px;
}

.new-header div {
	height: 100% !important;
}

.new-header table tr td {
	padding-left: 6px;
	padding-right: 6px;
	display: inline;
}

/* Header */
@media (max-width: 768px) {
	.sam-header {
		display: none;
	}
	.new-header {
		display: none;
	}
}

.btn-enviar {
	width: 125px;
	height: 42px;
	text-align: center;
	color: white;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	background-color: #9D9D9D;
	cursor: pointer;
	margin: 5px auto;
	-webkit-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}

.btn-enviar > a {
	text-decoration: none;
	text-align: center;
	padding-top: 10px; 
	padding-bottom: 10px;
	color: inherit;
	display: block;
	/*height: 100%;*/
}

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

.more-button {
cursor: pointer;
color: #646464;
}

fieldset {
	border: 1px solid black;
}




