/* ----------------------------------
-------------------------------------*/
/* -----------------------------------
------------------------------------- */

:root {
    --fondoPrimario: #183650;
    --colorclaro: #34ccff;
    --azul: #3860ec;
    --background-btn: #34ccff;
    --fuente: #162180;
    --black: #3a3a3a;
    --white: #fff;
    --green: #49b293;
    --red:#f00;
  
  }
  
  @viewport {
    user-zoom: fixed;
  }
  
  *,
  *:after,
  *:before {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  width: 100%;
}

b,
strong {
  font-weight: bold !important;
}

ul,
ol {
  list-style: none;
}

q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

embed {
  vertical-align: top;
}

input,
button {
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

html {
  overflow-x: hidden;
  background: linear-gradient(to right, #ddd 0%, #fff 50%, #ddd 100%);

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

/* -----------------------------------

  2. Global 

------------------------------------- */

#header.header-3 .container,
#header.header-4 .container {
  width: 100%;
}

#header {
    position: relative;
    top: 0;
    z-index: 9;
    width: 100%;
    background: transparent;
  }

  #header .top-bar {
    padding: 23px 0 20px;
    font-size: 13px;
  }

  #header .top-header {
    padding: 28px 0;
  
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }

  .breadcrumbs-wrap {
    padding: 2.7% 20px;
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--fuente)
  }


#content {
    position: relative;
  }
  .page-content-wrap {
    padding: 70px 0;
  }
  