h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto", sans-serif;
	color:#002a4a;
}

body, html {
  background-color: #f5f5f5;
	font-family: "Roboto", sans-serif;
    height: 100%;
    color: #777;
    line-height: 1.8;
}

.anchor::before {
  content:"";
  display:block;
  height:48px; /* fixed header height*/
  margin:-48px 0 0; /* negative fixed header height */
}

.menuBar { font-size: 16px; }
.mapSize { height:320px !important;}
.phoneSmall {font-size: 14px !important;}
.indexItemSize { max-width: 180px !important;}

/* MENU INIT*/
.topnav {
  position: relative;
  overflow: hidden;
  background-color: #333;
  height: 45px;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}

/* MENU END*/

.navlist {
  top: 55px;
  background-color: #ddd;
}

.navgrid {
  top: 100px;
  background-color: #ddd;
}
/* SIDENAV END*/

/* TABS ABOUT INIT*/
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #999;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 12px;
  transition: 0.3s;
  color: #333;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #002a4a;
  color: white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #002a4a;
  color: white;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px;
  border-top: none;
}

.aboutContainer { 
  padding-top: 30px;
  margin-left: 15%;
  margin-right: 15%
}
/* TABS ABOUT END*/

/* TABS PRODUCTS INIT */
/* Style the tab */
.vtab {
  float: left;
  border: 0px solid #002a4a;
  background-color: #999;
  width: 20%;
  height: 700px;
  margin-left: 8%;
}

/* Style the buttons inside the tab */
.vtab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 5px 4px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  color: black;
  text-align: center;
}

/* Change background color of buttons on hover */
.vtab button:hover {
  background-color: #002a4a;
  color: white;
}

/* Create an active/current "tab button" class */
.vtab button.active {
  background-color: #002a4a;
  color: white;
}

/* Style the tab content */
.vtabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #999;
  width: 60%;
  border-left: none;
  height:700px;
  margin-right: 8%;
  margin-bottom: 40px;
  font-size: 16px;
}

.productWidth { width: 45%; }
.specsWidth { width: 50px; }
/* TABS PRODUCTS END */

/* OVERLAY INIT*/
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  background-color: rgba(255,255,255, 1);
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: red;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.overlayTitle {
  margin: 0px;
  font-size: 12px;
  color: #002a4a;
 }

 .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #002a4a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -70px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* OVERLAY END*/

.contenedor {
  max-width: 999px;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}

@media (min-width: 999px) {
  .w3-display-container {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 935px;
  }

  .Slider {
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
  }
}

div.divContainer {
	width: 100%;
	padding:20px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

div.divContainerA {
	width: 100%;
	padding:20px;
	box-sizing: border-box;
}

div.divContainerB {
	width: 100%;
	padding:8px;
}

.partnersBG { background-color:#f1f1f1; }

.partnerCard {
	background-color: #f1f1f1;
	max-width: 240px;
}

footer {
	font-family: "Lato", sans-serif;
	margin-top: 25px;
	background-color: #333; 
	color:white;
}

h2
{
	text-align: center;
	font-size: 30px;
}

.faIcon {
	padding: 12px;
}


.aboutSection {	
	font-size: 18px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
}

.aboutBlock1 {
	max-width: 720px;
}

.aboutHeader { 
	margin-left: 15%;
	margin-right: 15%;
}

.aboutHeader h2 {
	font-size: 22px;
}

#mFb { font-size: 18px; padding-top: 4px;}
#mTitle { font-size: 20px; padding-top: 5px;}
#sTitle { font-size: 14px; padding-bottom: 0px;}
#logo {
    padding-top: 0px;
    max-width: 200px;
    height: auto;
    width: auto\9;
}

#menu {	background-color:#ffffff; }

#smallMenu {
	margin-top:46px;
	background-color:#ffffff;
}

#language2 {
	display: block;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
	padding-top: 0px;
	float: right;
}

#language {
	display: block;
	color:#002a4a;
	text-decoration: none;
	cursor:pointer;
	padding-top: 0px;
	float: right;
}

#lang_image {
	max-height:28px;
	border:0;
}

#about {
	padding-top:48px;
	padding-bottom: 64px;
}

#about_btn {
	font-size: 18px;
	background-color:#002a4a;
	margin-top: 25px;
}

#products_btn {
	font-size: 18px;
	background-color:#2196F3;
	margin-top: 25px;
}

#top {
	font-weight:bold;
	text-decoration: none;
}

#data {
	font-size: 14px;
  font-weight: 400;
}

#dataMail {
	color:#002a4a;
	font-size: 18px;
	font-weight: bold;
}

#dataPhone {
	color:green;  
	font-size: 18px;
	font-weight: bold;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: black;
}

/*GALLERY*/

	.tableDesc{ font-size: 12px	}
	.tableProduct{ font-size: 15px }

	.myDescription {display:none;}

    .mySlides {
      display:none;
      margin:0px auto;
      width: 30%;
    }
    .demo {
      cursor:pointer;
      width: 75%;
      padding: 10px;
      margin-bottom: 10px;
      border:1px solid darkgrey;
    }

    .imageSize { width: 280px; }
    #galleryTitle {
      font-size: 24px;
    }

    #galleryAttach {
      font-size: 18px;
    }

    #gallerySubtitle {
		font-size: 18px;
		color: #002a4a;
		padding: 10px;
		margin-left: 10%;
		margin-right: 10%;
		text-align: center;
    }

  .Slider {
    display:none;
    width:100%;
    max-height: 460px;
  }

  .recaptcha-container {
    display: flex;
    justify-content: center;
    margin: 0;
  }

.about-section {
  position: relative;
  padding: 20px;
  margin: 40px auto;
}

.about-card {
  background: white;
  padding: 10px 40px;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-card:hover {
  transform: translateY(-8px);
}

.about-title {
  font-size: 24px;
  font-weight: bold;
  color: #002a4a;
  text-transform: uppercase;
}

.about-title span {
  color: #2196F3;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
  transition: opacity 0.5s ease;
}

.indicator-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
  
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s ease;
  cursor: default;
  pointer-events: none;
}
  
.indicator.active {
  background: #2196F3;
  transform: scale(1.3);
}