
/* @import "https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700"; */
@font-face {
    font-family: 'nucleo-outline';
    src: url('../font/nucleo-outline.eot'), url('../font/nucleo-outline.woff2')  format('woff2'), url('../font/nucleo-outline.woff') format('woff'), url('../font/nucleo-outline.ttf') format('truetype'), url('../font/nucleo-outline.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'nucleo-outline', sans-serif;
    background: rgb(210, 210, 210);
}

h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #555;
}

h3 {
  font-size: 22px;
  color: #838383;
}

strong, b {
  font-weight: 600;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.display-4 {
  font-size: 2.5rem;
  line-height: normal;
}

.display-5 {
  font-size: 1.5rem;
  line-height: normal;
}



/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

#sidebarCollapse {
  color: rgb(255, 127, 0);
}

a,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {color: inherit; text-decoration: underline;}

#main-menu {
    background: #fff;
    border: none;
    border-radius: 0;
}

#main-menu .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.header-logo {
  height: 60px;
}

.lang-icon{
  max-height: 30px;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

main {
  background-color: rgb(210, 210, 210);
}

.content-wrapper {
  padding: 15px;
}




.user-info {
  position: relative;
  background-color: white;
  border-radius: 20px;
  margin: auto;
  /* max-width: 600px; */
  padding: 20px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.share-link {
  height: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.portrait {
  max-width: 300px;
  /* margin-bottom: 20px; */
  margin: 0 auto 35px;
}

.portrait img {
  border-radius: 30px !important;
	/* border: 3px solid #aaa; */
}



.user-info .info {
  width: 100%;
}

.user-info .info p {
  line-height: normal;
}


.qr-code {
  max-width: 300px;
  margin: auto;
}



.contacts{
}

.contact-link {
  font-size: 14px;
  margin-bottom: 20px;
}

.icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  background-image: url('../img/icons.png');
  background-position: 0px 0px;
  background-size: 450px;
}

.icon-tel {background-position: 0px 0px;}
.icon-email {background-position: -115px 0px;}
.icon-whatsapp {background-position: -230px 0px;}
.icon-download {background-position: -345px 0px;}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    /* color: #fff; */
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* background: #7386D5; */
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    /* display: none; */
    position: fixed;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.overlay.active {
    /* display: block; */
    opacity: 1;
    top: 0px;
    width: 100vw;
    height: 101vh;
}

.sidebar-header {
    padding: 20px;
    background: #fff;
    color: #555;
}

.sidebar-header h3{
  color: #555;
  font-size: 1.75rem;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul.components .fas,
#sidebar ul.components .fab{
  color: rgb(255, 127, 0);
}

#sidebar p {
    color: #555;
    font-size: 14px;
    padding: 3px 10px;
    margin: 0;
    font-weight: normal;
}

#sidebar ul li {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    font-weight: 200;
}

#sidebar ul li a:hover {
    color: #ffc107;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.dropdown-toggle.collapsed::after{
    transform: translateY(-50%) rotate(0deg);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #7386D5;
    color: #fff;
}

a.article,
a.article:hover {
    background: #fff !important;
    color: #7386D5 !important;
}



/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.text-orange {
  color: rgb(255, 127, 0);
}



/* ---------------------------------------------------
    ALERTS AND MESSAGES
----------------------------------------------------- */



.message {
  text-align: center;
  font-size: 1.5rem;
  margin: 20px 0;
  color: #666;
}



/* ---------------------------------------------------
    MEDIA RESPONSIVE
----------------------------------------------------- */

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  #main-menu {
    padding: 0px;
  }

  .header-logo {height: 50px;}

  .portrait {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .user-info h1{
    font-size: 18px;
  }

  .user-info h3{
    font-size: 16px;
  }

  .qr-code {
    max-width: 200px;
  }

  .contacts .icon {
    background-size: 260px;
    width: 60px;
    height: 60px;
  }

  .contacts .col-3{
    padding-left: 5px;
    padding-right: 5px;
  }

  .contacts .icon-email {background-position: -66px 0;}
  .contacts .icon-whatsapp { background-position: -133px 0px;}
  .contacts .icon-download { background-position: -200px 0px;}
}

}
