/* GLOBALES */
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: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #036;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #069;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
h1 {
	font-size: 32px;
	color: #036;
	margin-bottom: 30px;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 70px;
		padding-bottom: 80px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #cff;
}
::selection {
    text-shadow: none;
    background: #cff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #cff;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/

/* NAVEGACION */
.navbar-default {
    border-color: #eee;
    background-color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 74px;
	margin-top: 6px;
	margin-left: 15px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #069;
}
.navbar-default .nav li a {
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #069;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #fff;
    background-color: #09F;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #06C;
}
@media(min-width:992px) {
    .navbar-default {
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 95px;
		width: 176px;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.navbar-default .nav li a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-left: 20px;
	}
    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
		padding: 10px 0;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.jpg);
		height: 61px;
		width: 113px;
    }
	.navbar-default.navbar-shrink .menu-top {
		margin-bottom: 8px;
		margin-top: 0px;
	}
	.redes-top {
		margin-top: -2px !important;
	}
	.redes-top a {
		padding-right: 0px !important;
		font-size: 21px !important;
		line-height: 21px !important;
		padding-bottom: 0px !important;
		padding-left: 20px !important;
	}
}
.boton-covid a{
	color:#036 !important;
	font-weight:700 !important;
}
.boton-covid a:hover,
.boton-covid a:focus {
	color:#069 !important;
}
.boton-covid-activo a{
	color:#069 !important;
	font-weight:700 !important;
}
.menu-top {
	text-align: right;
	float: right;
	display: block;
	margin-bottom: 20px;
	margin-top: 14px;
	-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		margin-right:-15px !important;	
}
.menu-top ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;	
}
.menu-top li {
	padding: 0px !important;
	display: inline-block;
	margin-left: 20px;
	color: #666;
}
.menu-top li a {
	color: #666;
}
.menu-top li a:hover {
	color: #000;
}
.menu-top i {
	margin-right: 10px;
	font-size: 16px;
	line-height: 24px;
}
.item-top {
	display: inline-block;	
}
.boton-activo a {
	color:#069 !important;
}
/*/*/

/* ENCABEZADO */
.panel-header {
	padding-top: 50px;

}
@media(min-width:768px) {
	.panel-header {
		padding-top: 150px;
		padding-left: 40px;		
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-top: 220px;
		padding-left: 60px;		
	}
}
.texto-header-1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: 300;
	line-height: 28px;
	display: block;
	color: #333;

}
@media(min-width:768px) {
	.texto-header-1 {
		margin-bottom: 10px;
		font-size: 38px;
		line-height: 38px;
	}
}
@media(min-width:992px) {
	.texto-header-1 {
		margin-bottom: 10px;
		font-size: 48px;
		line-height: 48px;
	}
}
.btn-1 {
	font-weight: 600;
	text-transform: uppercase;
	color: #069;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	border-radius:50px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 14px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	border: 6px solid rgba(0,0,0,.1);
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #069;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	border: 6px solid #069;
	box-shadow: 0px 8px 14px rgba(0,0,0,.4);
	margin-top: 10px;
	margin-bottom: 4px;
}
/*/*/

/* COVID HOME */
#covid-home {
	color: rgba(255,255,255,1);
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #173049;
}
#covid-home h1 {
	font-size: 36px;
	color: #FFF;
}
.btn-2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #069;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	border-radius:50px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 14px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	border: 6px solid #5d6f80;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: #069;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	border: 6px solid #069;
	margin-top: 10px;
	margin-bottom: 4px;
	box-shadow: 0px 8px 14px rgba(0,0,0,.4);
}
/*/*/

/* RESUMEN HOME */
#resumen-home {
	background-color: #eee;	
}
.destacado-resumen {
	font-size: 18px;
	line-height: 24px;	
}
.panel-resumen {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	margin-top: 50px;
}
#resumen-home img {
	margin-top: 16px;
	margin-bottom: 16px;	
}
.titulo-resumen {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #036;
	padding-left: 10px;
	padding-right: 10px;
}
.panel-resumen p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.link-resumen {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #069;
	display: inline-block;
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	
}
.icono-link-resumen {
	margin-left: 10px;	
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.link-resumen:hover,
.link-resumen:focus {
	color: #036;	
}
@media(min-width:768px) {
	.panel-resumen {
		height: 420px;	
	}
	.link-resumen {
		position: absolute;
		bottom: 18px;
	}
}

@media(min-width:992px) {
	.link-resumen:hover .icono-link-resumen {
		margin-left: 50px;	
	}
	.panel-resumen {
	height: 420px;	
	}
}
@media(min-width:1200px) {
	.panel-resumen {
		height: 420px;	
	}
}
/*/*/

/*! CONTACTO */
#contacto {
	background-color: #fff;
}
#contacto h1 {
	color: #333;
}
#contacto table i {
	font-size: 16px;
	margin-top: 3px;
	display: block;
	color: #036;
}
#contacto table  {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 21px;
}
#contacto td {
	padding-right: 10px;
	padding-bottom: 14px;
	vertical-align: top;
}
.formulario {
	margin-top: 10px;
	display: block;
}
.form-group {
    margin-bottom: 18px;
}
.form-group input,
.form-group textarea {
	color: #333;
	border-radius: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
}
.form-group textarea.form-control {
	height: 162px;
	background-color: #fff;
	border-color:#ccc;
}
.form-control:focus {
	border-color: #069 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.icono-btn {
	margin-left: 10px;
}
.text-danger {
	color: #F00;	
}
.btn-contacto {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #069;
	border-radius:50px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 14px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	border: 6px solid #ccc;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active {
	background-color: #036;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	border: 6px solid #036;
	margin-top: 10px;
	margin-bottom: 4px;
	box-shadow: 0px 8px 14px rgba(0,0,0,.4);
}
/*!*/



/*! UBICACION */
#ubicacion {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
/*!*/

/*! PIE */
footer {
	padding: 60px 0;
	background-color: #222;
	color: #999;
	font-size: 15px;
}
footer a {
	color: #999;
	-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: #fff;
}
.copy {
	font-size: 16px;
	color: #bbb;	
}
footer hr{
	border-color: rgba(255,255,255,.25);
	margin-top: 14px;
	margin-bottom: 40px;
}
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;
}
.links-pie {
	margin-top: 20px;
	margin-bottom: 30px;	
}
.facebook-pie {
	font-size: 30px;	
}
.instagram-pie {
	font-size: 30px;
	margin-left: 20px;
}
.wa-pie {
	font-size: 30px;
	margin-right: 20px;
}
@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 0px;
		padding-top: 0px;
	}
	.links-pie {
		margin-top: 0px;
		margin-bottom: 0px;	
	}

}
.prod-pie {
	font-weight: 700;
	color: #ccc;
	text-transform: uppercase;
}
.marca {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.creditos {
	display: block;
	background-color: #333;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.creditos a {
	color: #ccc;
}
.creditos a:hover,
.creditos a:focus {
	color: #999;
}
/*!*/

/*! COVID */
.contenido-faq {
	margin-top: 40px;	
}

#covid .panel {
	border-radius: 0px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
#covid .panel-default {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: solid !important;
	border-left-style: none !important;
	box-shadow:none !important;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
}
#covid .panel .panel-default {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

#covid .panel-heading {
	background-color: #fff;
		border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;	
}
#covid .panel-body {
	padding-left: 36px;
	padding-top: 0px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	font-size: 15px;
	padding-right: 36px;
}
#covid .panel-body p {
	font-size: 15px;
}
h4.panel-title{
	font-size: 15px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}
#covid .panel-body ul,
#covid .panel-body ol {
	margin-bottom: 30px;
	padding-left: 16px;
}
#covid .panel-body ul li ul {
		padding-left: 30px;
	
}
#covid .panel-body ul li ul li ul{
		padding-left: 30px;
	
}

/*!*/

/*! QUIENES SOMOS*/
#quienes img {
	margin-top:30px;	
}
.quienes-2 {
	margin-top:40px;	
}
#quienes h3 {
	color:#036;
}
#quienes table {
	font-size: 18px;	
}
#quienes td {
	padding-right:12px;
	padding-bottom:8px;
	vertical-align: top;
}
#quienes i {
	color:#036;	
}
@media(min-width:992px) {
	#quienes table {
		margin-left:25px;	
	}
}
/*!*/
#galeria img {
	margin-top:30px;	
}
/*! QUIENES SOMOS*/

/*!*/
/*! 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;
	}
}
/*!*/