*{
	margin:0;
	padding:0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	background-color: #9b9d9f !important;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
h1 {
    color: #1e3f6c !important;
		font-size: 2em !important;
		font-weight: 600;
}
h2 {
    color: #1e3f6c;
    font-size: 1.5em !important;
    font-weight: 600;
}
h3 {
    color: #1e3f6c;
    font-size: 1.2em !important;
    font-weight: 400;
		margin-top: 20px;
}
h1, h2, h3, h4, h5, h6{
	color: #1e3f6c !important;
}

.txtgris{
	color: #828282 !important;
}
.txtblanco{
	color: #fff !important;
}
.txtazul{
	color: #1e3f6c !important;
}
.txt-15{
	font-size: 15px;
}
.pad-topbotmax{
   padding-top: 70px;
   padding-bottom: 70px;
}
.pad-topmax{
   padding-top: 70px;
}
.pad-botmax{
   padding-bottom: 70px;
}
.pad-topbotmed{
   padding-top: 45px;
   padding-bottom: 45px;
}
.pad-topmed{
   padding-top: 45px;
}
.pad-botmed{
   padding-bottom: 45px;
}
.pad-topbotmin{
   padding-top: 25px;
   padding-bottom: 25px;
}
.pad-topmin{
   padding-top: 25px;
}
.pad-botmin{
   padding-bottom: 25px;
}
.pad-botmin-1{
	padding-bottom: 10px;
}

.link-a, .link-a:hover, .link-a:focus{
	color: #1e3f6c;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.container-per{
	background-color: #fff;
	padding: 50px 40px;
}
.footer-per{
	background-color: #1d3e6b;
	padding: 20px 40px;
	color: #fff;
  font-size: 12px;
}
.footer-per a, .footer-per a:hover, .footer-per a:focus{
	color: #fff;
  font-size: 12px;
	text-decoration: none;
}
.footer-per-sub{
	background-color: #1d3e6b;
	padding: 10px 40px;
	border-top: 1px solid #274a7a;
	color: #fff;
	font-size: 11px;
}
.header{
	background-color: #fff !important;
	padding: 15px 30px;
}
.idioma{
	background-color: #cdcdcd;
	padding: 3px 20px;
	border-radius: 50px;
	color: #fff !important;
	text-decoration: none;
	transition: .4s;
}
.idioma:hover, .idioma:focus{
	background-color: #a3a0a0;
	text-decoration: none;
	transition: .4s;
}

.img-bronces{
	width: 100%;
	max-width: 1000px;
}

.navigation{
	background-color: #1d3e6b;
}

.navigation ul{
	display: flex;
	margin-bottom: 0px;
}

.navigation #menu li{
	background-image: url(http://www.okendo.mx/images/arrow.png);
	padding: 8px 15px 8px 25px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	list-style-type: none;
	border-right: 1px solid #0e70a7;
}
.navigation #menu li a{
	color: #fff !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 2px;
}
.navigation #menu li a:hover{
	color: #fff !important;
	text-decoration: none;
}
#fadeshow1{
	width: 100% !important;
}
#fadeshow1 img{
	width: 100% !important;
	min-height: 253px;
	max-height: 254px;
	object-fit: cover !important;
  margin-left: 0px !important;
}

.menu-empresa{
	background-image: linear-gradient(0deg, #d4d4d4 0%, #fff 50%, #d4d4d4 100%);
	padding: 5px 30px;
	border: 1px solid #bcbcbc;
	border-radius: 0px;
	color: #1d3e6b;
}
.menu-productos a{
	background-image: linear-gradient(0deg, #d4d4d4 0%, #fff 50%, #d4d4d4 100%);
	padding: 5px 15px;
	border: 1px solid #bcbcbc;
	border-radius: 0px;
	color: #1d3e6b;
	font-weight: 400;
	width: 100%;
}

#lista-paloma ul li {
    background-image: url("../okendo/images/img/checkmark.png");
    padding: 5px 0 0 25px;
    background-repeat: no-repeat;
    background-position: 3px 5px;
    list-style-type: none;
}
.formulario{
	border-radius: 8px;
	border: 3px solid #144877;

	margin-top: 20px;
}
.pad-formulario{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.header-contacto{
	background-color: #144877;
	padding: 20px 5px;
}
label {
    margin-bottom: 0px;
		margin-top: 15px;
}
.input-form{
	width: 100%;
	height: 30px;
}
.button-form{
	margin-top: 20px;
	background-color: #144877;
	padding: 10px 30px;
	color: #fff;
	cursor: pointer;
}
.table td, .table th {
    padding: 3px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
		border-right: 1px solid #dee2e6;
}

#whatsapp-div{
	background-color: #57ad74;
	padding: 10px 0px;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
	text-decoration: none !important;
}
#whatsapp-div:hover{
	text-decoration: none !important;
}
.img-logo-productos{
	padding: 10px 20px;
}

.img-responsive{
	width: 100%;
	max-width: 700px;
}
