/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #212121;
  font-family: "Open Sans", sans-serif;
}

/* a {
  transition: 0.5s;
} */

a:hover,
a:focus {
  color: #9b51d8;
  outline: none;
  text-decoration: none;
}

a:active {
  color: red;
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 .5rem 0;
  padding: 0 2rem 0 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

container {
  background: rgba(126, 126, 126, 0.3);
}


/* -- # ALL sections -------------------------------------------------------- */
#about, #brends, #call-to-action, #team {
  padding-top: 4.875rem;
  margin-bottom: 2.5rem;
}

#geli_tvel, #geli_ultragel, #tape, #videopaper, #steril, #electrod, #diagram, #contact {
  padding-top: calc(4.8755rem + 1rem);
  margin-bottom: 2.5rem;
}

/* -- # Sections Header for ALL --------------------------------------------- */
.section-header {
  /* margin-bottom: 3rem; */
}

.section-header h2 {
  font-size: 2.5em;
  color: #1976D2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 4rem;
  height: .2rem;
  background: #1976D2;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0 0 .5rem 0;
}

/* -- # Header -------------------------------------------------------------- */
#header, #header-page  {
  /* background: #999; */
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; */
  margin: 0;
  padding: 0;
  line-height: 1;
}

#header-page {
  background: #1976D2;
}

#header-page .dropdown-menu, #header-page .header-scroll {
  background: #1976D2;
}


.header-scroll {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s;
}
.header-bg {
  background: #1976D2;
}
.navbar-hide-true {
  display: none;
}

/* -- MY NAVBAR + UA -------------------------------------------------------- */
#navbar-main {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

/* #navbar-main .dropdown-menu {
  background-color: rgba(0,0,0,.5);
} */

#navbar-main .navbar-toggler, #navbar-main .dropdown-menu {
  color: rgba(255,255,255,.7);
  border-color: rgba(255, 255, 255, 0.75);
}

#navbar-main .dropdown-item {
  color: rgba(255,255,255,.75);
  font-weight: 500;
/*  padding: 0.25rem 1.15rem; text-align: inherit; */
}
#navbar-main .navbar-brand { color: rgba(255,255,255,.9); font-size: 1.75rem; font-weight: 700; text-shadow: 0 .125rem .25rem rgba(0,0,0,.25)!important;}
#navbar-main .nav-link { color: rgba(255,255,255,.7); font-weight: 600; }
#navbar-main .nav-link:hover { color: rgba(255,255,255,.3); }
#navbar-main .nav-link.disabled { color: rgba(255,255,255,.1); }
#navbar-main .nav-item.active > .nav-link { color: rgba(255,255,255,.9); }
#navbar-main .nav-link:visited { color: rgba(255,255,255,.3); }

#navbar-main .dropdown-item:hover,
#navbar-main .dropdown-item:focus,
#navbar-main .form-control { color: rgba(0,255,255,.9);  background-color: rgba(0,0,0,.25); }

/* -- # FullScrCarousel ----------------------------------------------------- */
#FullScrCarousel {
  font-size: 1vw;
  /* margin-bottom: 2em; */
  background-color: #212121;
}

/* Since positioning the image, we need to help out the caption */
#FullScrCarousel .carousel-caption {
  bottom: 2em;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#FullScrCarousel .carousel-item {
  height: 100vh;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .75);
}

#FullScrCarousel .carousel-item>img {
  opacity: 0.33;
  position: absolute;
  /* top: 0;
  left: 0;
    min-width: 100%; */
  height: 100%;
  width: 100%;
}

#FullScrCarousel .carousel-caption h1 {
  font-size: 5em;
  font-weight: 700;
  margin-bottom: 1.5em;
}

#FullScrCarousel .carousel-caption p {
  color: rgba(255, 255, 255, .77);
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

#FullScrCarousel .btn-get-started {
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  padding: .5em 1em;
  border-radius: .5em;
  transition: 0.5s;
  margin: 1em;
  color: #BBDEFB;
  background: #1976D2;
}

#FullScrCarousel .btn-get-started:hover {
  background: #BBDEFB;
  color: #1976D2;
}

@media (min-width: 359px) {
  #FullScrCarousel { font-size: .5rem; }
}



/* -- # about --------------------------------------------------------------- */
#about {
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content h2 {
  color: #1976D2;
  font-weight: 700;
  font-size: 2em;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #1976D2;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5;
  font-style: italic;
}

#about .content p {
  line-height: 1;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 1em;
  padding-right: .2rem;
  color: #2196F3;
}

#about .content ul {
  list-style: none;
  padding: 1rem 0;
}

#about .content ul li {
  padding-bottom: .3rem;
}

/* -- # roduct -------------------------------------------------------------- */
/*<!-- Collapse accordion -->*/
#accordion-a {
  font-size: 1rem;
  width: 100%;
  align-self: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
/*  background-color: red;
  background-clip: border-box;
  border: 1px solid rgba(126, 126, 126, 0.75);
  border-radius: 0.25rem;
  padding: 0.25rem;*/
}

#accordion-a .card {
  background-color: #fff;
  background-clip: border-box;
  -border: 1px solid rgba(126, 126, 126, 0.75);
  -border-radius: 0.25rem;
}
#accordion-a .card-header {
  background-color: #BBDEFB;
  color: inherit;
  margin-bottom: 0;
  padding: 0.25rem 0.25rem;
}

#accordion-a .btn-link {
  color: #1976D2;
  font-weight: 700;
/*  padding: 0px; */
}

#accordion-a .card-body {
  font-size: 1em;
  text-align: justify;
  text-justify: auto;
  padding: .5em 1em;
}

#accordion-a p {
  text-indent: 1em;
  padding: 0;
  margin: .25em;
}

#accordion-a li {
  padding: 0 0 0 0em;
  margin: ;
}

#product .btn-get-started {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  display: inline-block;
  padding: .25rem 1rem;
  border-radius: .25rem;
  transition: 0.5s;
  margin: 1rem;
  color: #BBDEFB;
  background: #1976D2;
}

#product .btn-get-started:hover {
  background: #BBDEFB;
  color: #1976D2;
}


/* -- # brends -------------------------------------------------------------- */
#brends {
}

#brends img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#brends img:hover {
  opacity: 1;
}



/*-- Call To Action Section ------------------------------*/
#call-to-action {
  background: #2196F3;
  background-size: cover;
  padding: 2.5rem 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
color: #2196F3;
  background: #fff;
  border: 3px solid #2196F3;
}

/*-- Call To Section ---------------------------------------------------------*/
#call-to {
  padding: 2.5rem 0;
}

#call-to .d-flex {
  color: #1976D2;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 0;
  border-radius: .25rem;
  background: #BBDEFB;
}

#call-to .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: .5rem 1.5rem;
  border-radius: .25rem;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #1976D2;
  color: #1976D2;
}

#call-to .cta-btn:hover {
color: #BBDEFB;
  background: #1976D2;
  border: 3px solid #2196F3;
}


/* Our Portfolio Section -----------------------------------------------------*/

#portfolio {
  background: #fff;
  padding: 90px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}






/*-- Our Team Section --------------------------------------------------------*/
#team {
  background: #fff;
}

#team .card-body {
  text-align: center;
  background: #2196F3;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 0.5em 0.5em;
}

#team .card-body h4 {
  font-weight: 700;
  margin-bottom: 0.3em;
  font-size: 1rem;
}

#team .card-body span {
  font-style: italic;
  display: block;
  font-size: 0.9em;
}

#team .member {
  text-align: center;
  max-width: 13rem;
  margin-bottom: 1rem;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
  border-radius: .5em .5em 0 0;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #2196F3;
  color: #fff;
  padding: 0.7rem;
  border-radius: 0 0 0.5em 0.5em;
}

#team .member {
    border-radius: 0 0 0.5em 0.5em;
}

#team .member h4 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 0.95em;
}


/* Nav Menu Arrows */
/* Nav Meu Container */
/* Nav Meu Styling */
/* About Section */

/* -- # Contact Section ----------------------------------------------------- */
#contact {
}

#contact .contact-info {
  margin-bottom: 2rem;
  text-align: center;
}

#contact .contact-info i {
  font-size: 2em;
  display: inline-block;
  margin-bottom: 1rem;
  color: #2196F3;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 1.5em;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2196F3;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 1rem;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 1rem;
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 1rem;
  font-weight: 400;
  font-size: .9em;
}

#contact .form input,
#contact .form textarea {
  padding: .8rem 1rem;
  border-radius: 0;
  box-shadow: none;
  font-size: .9em;
}

#contact .form button[type="submit"] {
  background: #2196F3;
  border: 0;
  border-radius: .25rem;
  padding: .9rem 1rem;
  color: #fff;
  transition: 0.1s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: red;
}

/* -- # Footer -------------------------------------------------------------- */
#footer {
  font-size: 0.9rem;
  color: #757575;
  padding: 1.5rem 0 1rem 0;
  background-color: #212121;
}
#footer .nav-link {
  color: #757575;
  display: block;
  padding: 0;
}
#footer .nav-link:hover {
  color: #BBDEFB;
  display: block;
  padding: 0;
}

#footer .copy {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5em 0 0 0;
  border-top: 1px dotted #757575;
}

#footer img {
  height: calc(11em / 16);
  vertical-align: baseline;
}

.btn-outline-primary {
  color: #1976d2;
  border-color: #1976d2;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1976d2;
  border-color: #1976d2;
}

#footer .dropdown-menu {
  min-width: calc(1.5 * 11em/16 + 3ch + 1.255em + 1.6em);
  padding: 0;
  background-color: #1976d2;
  /*  margin-left: 0.125rem; */
}

#footer .dropdown-item {
  color: #fff;
  padding: 0.375rem 0.75rem;
}

#footer .dropdown-item:hover {
  color: #1976d2;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
}



/* -- # Back to top button -------------------------------------------------- */
.back-to-top {
  background: #BEE3ED;
  border-radius: 2px;
  bottom: 15px;
  color: #fff;
  display: none;
  font-size: 16px;
  padding: 6px 12px 9px 12px;
  position: fixed;
  right: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/* -- # NAV TABS ------------------------------------------------ */
#id-nav-tabs {
  width: 75%;
  align-self: center;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#id-nav-tabs,
#id-nav-tabs .nav-link.active {
  background-color: #BBDEFB;
}
#id-nav-tabs .nav-link:hover,
#id-nav-tabs .nav-link:focus,
#id-nav-tabs .nav-link.active,
#id-nav-tabs .nav-item.show {
  color: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #BBDEFB;
}

#id-nav-tabs .nav-link.active,
#id-nav-tabs .nav-item.show {
  font-weight: 600;
  color: red;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  border-left: 1px solid rgba(0, 0, 0, 0.9);
  border-right: 1px solid rgba(0, 0, 0, 0.9);
}

#id-nav-tabs .nav-link {
  color: #fff;
  display: block;
  padding: 0.5em 1em;
}

#id-nav-tabs .nav-tabs {
  border-bottom: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.3);
}
#id-nav-tabs .nav-item {
  margin-bottom: -1px;
}

#id-nav-tabs .nav-link,
#id-nav-tabs .nav-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#id-nav-tabs .nav-link:hover,
#id-nav-tabs .nav-link:focus {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

#id-nav-tabs .nav-link.disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
}

#tape {
  background: #fff;
}

#tape .div_tape {
  background: #BBDEFB;
  padding: .125rem;
}

#tape .td_rulon {
  color: #1976D2;
}

#tape .td_pachka {
  color: #2196F3;
}

.overflow-auto {
  height: 400px;
}

#tape .table {
  width: auto;
  margin-bottom: 0.1rem;
  align-self: center;
}
