/* Fuentes */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* GLOBALES */
:root {
	--primario: #036;
	--secundario: #069;
	--gris: #333;
	--fondo1: #eee;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 18px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: var(--gris);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: var(--secundario) !important;
}
.activo {
	background-color: var(--fondo1);
	color: var(--secundario) !important;
}
.wa-sm {
	display: inline-block;
	font-size: 24px !important;
	color: #0db32d !important;
}
.wa-top {
	display: none;
	background-color: #0db32d;
	color: #fff !important;
	font-weight: 700 !important;
	margin-left: 20px;
}
.wa-top:hover,
.wa-top:focus {
	color: #fff !important;
	background-color: var(--primario);
}
@media(min-width:992px) {
	.wa-top {
		display: inline-block;
	}
	.wa-sm {
		display: none;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
  	font-style: normal;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
h3 {
	font-weight: 400;
	text-transform: uppercase;
}
h5 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
}
@media(min-width:768px) {
	h2 {
		font-size: 32px;
		line-height: 32px;
	}
	h5 {
		font-size: 17px;
		line-height: 21px;
	}
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: rgba(0, 0, 0, .2);
}
::selection {
    text-shadow: none;
	background: rgba(0, 0, 0, .2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.icono-btn {
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
.icono-btn-dd {
	margin-left: 10px;
	color: var(--primario);
}
.btn-1 {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primario);
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
	border-radius: 24px;
	margin-right: 20px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: var(--primario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff !important;
}
.btn-2  {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	line-height: 14px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
	border-radius: 24px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: var(--secundario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff !important;
}
.e10 {
	margin-top: 10px;
}
.e20 {
	margin-top: 20px;
}
.e30 {
	margin-top: 30px;
}
.e40 {
	margin-top: 40px;
}
.e60 {
	margin-top: 60px;
}
.e100 {
	margin-top: 100px;
}
.ehi10 {
	margin-left: 10px;
}
.eva14 {
	margin-bottom: 14px;
}
/*/*/
/* NAVIGATION */
.navbar {
    border-bottom: solid 1px #f5f5f5;
    background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.logo {
	width: auto;
	height: 60px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
#navbarResponsive {
	margin-top: 20px;
}
.navbar .navbar-toggler i {
    color: var(--gris);
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: var(--secundario);
}
.nav-link  {
	color: var(--gris);
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: 400;
	line-height: 20px;
	border-radius: 40px;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: var(--primario)
}
.llamar-sm {
	font-size: 20px;
}
li.tel-top {
	display: none;
}
.nav-link.active {
	background-color: var(--fondo1);
	color: var(--secundario);
}
.redes-top .nav-link {
	padding-right: 0px !important;
	font-size: 24px;
	margin-top: px;
	line-height: 26px;
}
@media(min-width:992px) {
	.navbar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.logo {
		height:80px;
	}
	.nav-link  {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 11px;
		padding-bottom: 11px;
	}
    #mainNav.navbar-shrink {
		padding-top: 10px;
		padding-bottom: 10px;
    }
	#mainNav.navbar-shrink .logo {
		height: 50px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.redes-top .nav-link {
		margin-top: -4px;
	}
}
@media(min-width:1200px) {
	.logo {
		height:80px;
	}
	.nav-link  {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 11px;
		padding-bottom: 11px;
	}
}
@media(min-width:1400px) {
	.logo {
		height:90px;
	}
}
/*/*/
/* ENCABEZADO */
#encabezado {
	background-image: url(../imagenes/fondo-encabezado.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0px;
	padding-top: 0px;
}
.panel-header {
	padding-top: 100px;
	padding-bottom: 50px; 
}
#encabezado h1 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #fff;
}
.logo-enc {
	width: 120px;
	height: auto;
	margin-top: 80px;
}

@media(min-width:768px) {
	#encabezado h1 {
		font-size: 30px;
		line-height: 33px;
	}
	.panel-header {
		padding-top: 130px;
		padding-bottom: 50px;
	}
	.enviado {
		margin-top: 80px;
	}
}
@media(min-width:992px) {
	#encabezado {
		margin-top: 0px;
	}
	.panel-header {
		padding-top: 175px;
		padding-bottom: 50px;
	}
	#encabezado h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.enviado {
		margin-top: 100px;
	}
}
@media(min-width:1200px) {
	h3.mensaje-enviado {
		color: #fff !important;
		margin-top: 0px;
		margin-bottom: 190px;
	}

}
@media(min-width:1400px) {
	h3.mensaje-enviado {
		color: #fff !important;
		margin-top: 0px;
		margin-bottom: 190px;
	}
	#encabezado {
		margin-top: 0px;
	}
}
/*/*/
/* QUIENES SOMOS */
#quienes-somos {
	background-color: #036;
	color: #fff;
	background-image: linear-gradient(to bottom, #036, #069);
}
.marcas img {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
/*/*/
/*! DESTACADOS HOME */
#destacados-home {
	padding-top: 30px;
}
#destacados-home h3 {
	color: var(--secundario);
	margin-top: 40px;
}
#destacados-home img {
	border-radius: 6px;
	margin-bottom: 20px;
}
#destacados-home td {
	padding-right: 10px;
	padding-bottom: 6px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	vertical-align: top;
}
#destacados-home td i {
	color: var(--secundario);
}
@media(min-width:992px) {
	#destacados-home {
		padding-top: 100px;
	}
	#destacados-home h3 {
	margin-top: 0px;
}
}
/*!*/
/*! LOGOS */
#logos {
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: var(--fondo1);
}
#logos-2{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
#logos img {
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#logos-2 img {
	margin: 15px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#logos img:hover,
#logos-2 img:hover {
	scale: 107%;
}
/*!*/
/*! CONTACTO */
#contacto {
	padding-top: 120px;
	padding-bottom: 100px;
}
@media(min-width:992px) {
	#contacto {
		margin-top: -120px;
	}
}
#contacto h2 {
	color: var(--secundario);
}
#contacto a {
	color: #333;
}
#contacto a:hover,
#contacto a:focus {
	color: var(--secundario);
}
.dato-contacto {
	margin-bottom: 30px;
}
.dato-contacto p {
	font-size: 14px;
}
.dato-contacto i {
	color: var(--secundario) !important;
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 10px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 12px 12px 12px 24px;
	color: var(--gris) !important;
}
.form-group input.form-control {
	height: auto;
	background-color:var(--fondo1);
	border-color:#ccc;
	border-radius: 25px;
}
.form-group textarea.form-control {
	height: 190px;
	background-color:var(--fondo1);
	border-color: #ccc;
	border-radius: 25px;
}
.form-control:focus {
	border-color: var(--secundario) !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
/*!*/
/*! PIE */
footer {
	background-color: #ccc;
	color: #666;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
footer a {
	color: #666;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: var(--primario);
}
.marca {
	margin-top: 60px;	
}
.marca span {
	font-size: 16px;
	font-weight: 700;
}
.marca img {
	height: 70px;
	width: auto;
}
footer hr{
	color: #666;
	opacity: 15% !important;
	margin-top: 30px;
	margin-bottom: 30px;
}
footer table i {
	font-size: 17px;
	margin-top: 3px;
	display: block;
}
footer table {
	margin-bottom:20px;	
}
footer td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.subir {
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	margin-top: 40px;
	text-align: right;
}
.instagram-pie {
	font-size: 40px;
	margin-top:40px !important;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.instagram-pie:hover {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
@media(min-width:768px) {
	.subir {
		margin-top: 0px;
		padding-top: 0px;
	}
	.instagram-pie {
		font-size: 40px;
		margin-top:10px;
	}
}
.creditos {
	display: block;
	background-color: #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.creditos a {
	color: #eee;
}
.creditos a:hover,
.creditos a:focus {
	color: #fff !important;
}
.creditos img {
	height: 16px;
	width: auto;
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

/*!*/
/*! WHATSAPP */
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
	z-index: 1500;
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
/*!*/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: var(--primario); /* Set a background color */
	color: #fff; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 100px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
	line-height: 18px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}  
  #myBtn:hover {
	background-color: var(--secundario); /* Add a dark-grey background on hover */
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
@media(min-width:768px) {
	#myBtn {
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 20px; /* Place the button 30px from the right */
	}
}
#espacio {
	padding: 0px;
	height: 50px;
	background-position: center top;
	background-repeat: repeat-x;
}
/*! CONTENIDO */
#contenido h2 {
	color: var(--primario);
	margin-bottom: 20px;
}
#contenido h3 {
	color: var(--secundario);
}
.imagen-contenido {
	background-color: var(--fondo1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}
.info-contenido {
	padding-top: 30px;
	padding-bottom: 20px;
}
@media(min-width:768px) {
	.imagen-contenido {
		height: auto;
	}
	.info-contenido {
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
#encabezado-qs {
	background-image: url(../imagenes/fondo-encabezado.jpg);
	padding-bottom: 100px;
	padding-top: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#encabezado-serv {
	background-image: url(../imagenes/banner-servicios.jpg);
	padding-bottom: 100px;
	padding-top: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#encabezado-cli {
	background-image: url(../imagenes/banner-clientes.jpg);
	padding-bottom: 100px;
	padding-top: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#encabezado-con {
	background-image: url(../imagenes/banner-contacto.jpg);
	padding-bottom: 100px;
	padding-top: 100px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.lista-contenido {
	font-size: 14px;
}
.qs-cont-1 {
	background-image: url(../imagenes/img-qs-1.jpg);
}
.qs-cont-2 {
	background-image: url(../imagenes/img-qs-2.jpg);
}
.serv-cont-1 {
	background-image: url(../imagenes/img-serv-1.jpg);
}
.serv-cont-2 {
	background-image: url(../imagenes/img-serv-2.jpg);
}
.serv-cont-3 {
	background-image: url(../imagenes/img-serv-3.jpg);
}
.serv-cont-4{
	background-image: url(../imagenes/img-serv-4.jpg);
}
.serv-cont-5{
	background-image: url(../imagenes/img-serv-5.jpg);
}
.serv-cont-6{
	background-image: url(../imagenes/img-serv-6.jpg);
}
.cli-cont-1 {
	background-image: url(../imagenes/img-cli-1.jpg);
}
.sent-m {
	color: #fff;
	text-transform: none !important;
	
}
/*!*/