ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0;
	color:#555;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 16px;
	line-height: 28px;
}

ul li i{
	vertical-align: middle;
}

/* Ariel */
body { 
  background: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default {
    background-color: #292B2B;
    min-height: 60px;
    border-bottom: 1px solid #171717;
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 0px 15px;
}
.navbar-default .navbar-brand {
    margin-top: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
/* Ariel */
p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555;
	margin-bottom:15px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	color:white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:20px;
  color: #454545;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.separator_wrapper, .separator_wrapper_white {
	margin-bottom:10px;
}
.separator_wrapper_white::after, .separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}
.white{
	color:#fff;
}
.section-white{
	/*background: #ffffff url('../images/claves-diosas2-.png') no-repeat left -5% fixed;*/
	background: #ffffff;
	padding:90px 0;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.footer {
	z-index:900;
	background-color: #101010;
    border-top: 1px solid #000;
	padding: 15px 0;
	font-weight: 300;
}

.footer p {
	font-size: 12px;
	color: #cecece;
}

.footer p a {
	font-size: 12px;
	color: #cecece;
	text-decoration:underline;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:26px!important;
  line-height: 26px!important;
  color: #8d8d8d;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

/* 						    10. CONTACT                       */
/* ========================================================== */

#contact-form{
	margin:0 auto;
	width:100%;
	max-width:960px;
	text-align:center;
	margin-bottom:10px;
}

input.contact-input{
	width:100%;
    padding-left:2%;
    padding-right:2%;
	color: #fff;
	border: 1px solid #8f8f8f;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	/*CX Santiago
	height:55px;
	margin-bottom:20px;*/
	height: 44px;
	margin-bottom:16px;
}

textarea{
	height:205px;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #fff;
	border: 1px solid #8f8f8f;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.contact-submit{
	color: #fff;
	border: 1px solid #3988D8;
	background-color: #3988D8;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	margin-top:10px;
	margin-bottom: 15px;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover{
	color:#fff;
	background-color: transparent;
	border:1px solid #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#A6AFB5;
}
/* ----- Silvana 22/11/2019 ----- */
.cuadro_destacado1{
	background-color:#1F2324;
	color:#fff;
	height:auto;
	padding:0.4em 0em 0.4em 1em;
	font-size:2.3em; 
	line-height:1em;
}
.cuadro_destacado2{
	background-color: #369;
	color:#fff;
	height:auto;
	padding:0.4em 0em 0.4em 1em;
	font-size:1.4em;
	font-weight:700;
}
/* ----- Silvana 22/11/2019 ----- */

/* ----- Page Loader ----- */
#loader{
	background:#fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 90000;
	left: 0%;
	top: 0%;
}
.sk-three-bounce {
	position:absolute;
	top:50%;
	margin-top:-10px;
	left:50%;
	margin-left:-40px;
	width: 80px;
	text-align: center;
}
.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
			animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}