body, html 
{

  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;  
  margin: 0px;
  padding: 0px;
  background-color: white;
  overflow-x: hidden;
  color: #333;
  scroll-behavior: smooth;

}

a:link 
{

  text-decoration: none;
  color: #1C54AC;
  
}

a:active 
{

  text-decoration: none;
  color: red;
  
}

a:hover 
{

  text-decoration: none;
  color: red;
  
}

a:visited 
{

  text-decoration: none;
  color: #4c2882;
  
}

.headerarea 
{

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;

}

.headerdiv
{

  width: 100%;
  max-width: 300px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  
}

.headerdiv a
{
  
  color: #FF6800;
  font-weight: bold;
  
}

.headerdiv a:hover
{
  color: red;
}

.headerdiv a:visited
{
  color: #4c2882;
}

.headertable
{
  background-color: white;
}

.headerbanner
{

  width: 100%;
  height: auto;
  max-height: 320px;
  overflow: hidden;

}

.sendingsms
{
  margin-top: -70px;
}

.rowstatus
{

  width: 97.75%;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 8px;
  background: #88B269;
  color: white;
  font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 14.5px;
  
}

.rowstatus a
{
  color: yellow; 
}

.rowstatus a:hover
{
  color: #ffff8c;
}

.rowstatus a:visited
{
  color: purple;
}

.status
{

  width: 97.75%;
  max-width: 700px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #88B269;
  color: white;
  visibility: hidden;
  font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 14.5px;
  
}

.status2
{

  width: 97.75%;
  max-width: 700px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #7f8c8d;
  color: white;
  font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 14.5px;
  
}

.separator
{

  width: 100%;
  height: 6px;
  
}

.bigseparator
{

  width: 100%;
  height: 20px;
  
}

h1
{

  font-size: 38px;
  margin: 0px;
  padding: 0px;
  color: #1C54AC;

}

h2
{

  font-size: 28px;
  margin: 0px;
  padding: 0px;
  color: #1C54AC;

}

h3
{

  font-size: 18px;
  margin: 0px;
  padding: 0px;
  color: #1C54AC;

}

.defaultcolor
{
  color: #333; 
}

.orangecolor
{
  color: #FF6800;
}

.buttonblue 
{

  background: #1C54AC;
  background: -webkit-gradient(linear, left top, left bottom, from(#4B7BD4), to(#1C54AC));
  background: -moz-linear-gradient(-90deg, #4B7BD4, #1C54AC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4B7BD4', endColorstr='#1C54AC');
  color: white; /* Para mejorar la visibilidad del texto */
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14.5px;
  border-radius: 5px; /* Bordes redondeados */
  height: 44px;
  width: 130px;

}

.buttonblue:hover 
{

  background: #4B7BD4;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C54AC), to(#4B7BD4));
  background: -moz-linear-gradient(-90deg, #1C54AC, #4B7BD4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#1C54AC', endColorstr='#4B7BD4');

}

.buttonblue:active 
{
  background: #1C54AC;
}

.buttongreen 
{

  background: #88B269;
  background: -webkit-gradient(linear, left top, left bottom, from(#A5C88A), to(#88B269));
  background: -moz-linear-gradient(-90deg, #A5C88A, #88B269);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#A5C88A', endColorstr='#88B269');
  color: white; /* Para mejorar la visibilidad del texto */
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14.5px;
  border-radius: 5px; /* Bordes redondeados */
  height: 44px;
  width: 130px;
  
}

.buttongreen:hover 
{

  background: #A5C88A;
  background: -webkit-gradient(linear, left top, left bottom, from(#88B269), to(#A5C88A));
  background: -moz-linear-gradient(-90deg, #88B269, #A5C88A);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88B269', endColorstr='#A5C88A');

}

.buttongreen:active 
{
  background: #88B269;
}

.buttonred {
  background: #e83b31;
  background: -webkit-gradient(linear, left top, left bottom, from(#f07e6e), to(#e83b31));
  background: -moz-linear-gradient(-90deg, #f07e6e, #e83b31);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f07e6e', endColorstr='#e83b31');
  color: white; /* Para mejorar la visibilidad del texto */
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14.5px;
  border-radius: 5px; /* Bordes redondeados */
  height: 44px;
  width: 130px;
}

.buttonred:hover {
  background: #f07e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e83b31), to(#f07e6e));
  background: -moz-linear-gradient(-90deg, #e83b31, #f07e6e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e83b31', endColorstr='#f07e6e');
}

.buttonred:active {
  background: #e83b31;
}

.disabledbuttongreen 
{

  background: #dae1d8;
  color: #777; /* Para mejorar la visibilidad del texto */
  border: none;
  padding: 10px 20px;
  font-size: 14.5px;
  border-radius: 5px; /* Bordes redondeados */
  height: 44px;
  width: 130px;
  
}

.textfield
{

  font-family: 'Ubuntu', Arial, Tahoma;
  height: 44px; 
  font-size: 14.5px;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
  padding: 5px;
  border-width: 1.5px;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 2px;
  
}

.textfield:focus 
{

  outline: none !important;
  border:1px solid #007ACC;
  box-shadow: 0 0 10px #007ACC;
  
}

.disabledtextfield
{

  font-family: 'Ubuntu', Arial, Tahoma;
  background-color: #E5E5E5;
  color: #4C4C4A;
  height: 44px; 
  font-size: 14.5px;
  vertical-align: middle;
  
  border: 2px solid #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
  padding: 5px;
  border-width: 1.5px;
  border-color: #CCCCCC;
  border-style: solid;
  border-radius: 2px;
  
}

.top
{

  position: fixed;
  bottom: 0;
  right: 0;
  margin: 10px;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  cursor: pointer;
  background-image:url("images/top.png");
  background-position: 0px 0px;
  background-size: 154px 154px;
  background-repeat: no-repeat
  
}

.top:hover
{

  opacity: 0.75;
  filter: alpha(opacity:0.75)
  
}

.lazy 
{
  min-height: 1px;
}

.footer
{

  color: white;
  font-size: 14.5px
  padding: 6px;
  background-color: #646464;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  
}

.footer a
{
  color: yellow; 
}

.footer a:hover
{
  color: #88B269;
}

.footer a:visited
{
  color: #4c2882;
}

.textinfo
{

  font-size: 11.5px;
  color: #666;
  font-style: italic;
  
}

.textinfo2
{

  font-size: 14.5px;
  color: #888;
  font-style: italic;
  
}

.chars
{
  font-weight: bold;
}

.wait  
{

  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: 120; background:rgba(0,0,0,0.72); 
  display: none; 
  visibility: hidden;

}

.mobile_sidebar 
{
  
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  max-width: 185px;
  height: 100%;
  background-color: #eee;
  z-index: 100;
  border-left: 2.5px solid #aaa;
  padding: 6px;
  padding-top: 14px;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;

}

.desktop_sidebar 
{
  
  background-color: white;
  color: #333;
  border-right: 2.5px solid #aaa;
  padding: 6px;
  padding-top: 14px;
  
}

.desktop_sidebar a
{

  color: #1C54AC;
  font-weight: bold; 
  
}

.desktop_sidebar a:hover
{
  color: red; 
}

.desktop_sidebar a:visited
{
  color: #4c2882; 
}

.tableinfobg
{

  color: #333;
  background-color: #dddddd;
  font-family: 'Ubuntu', Arial, Tahoma;
  padding: 6px;
  
}

.usercontent 
{
  
  background-color: white;
  color: #333;
  padding: 6px;
  padding-top: 14px;
  
}

.menubar
{

  background-color: #1A478A;
  height: 40px;
  
}

.menuitem
{

  background-color: #1A478A;
  color: white;
  font-weight: bold;
  height: 40px;
  width: 85px;
  font-size: 14.5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;

}

.menuitem: hover
{

  cursor: pointer;
  background-color: red;
  
}

.menuitem a
{
  color: white;
}

.celltable
{
  border-collapse: collapse;
}

.cellheader
{

  color: #333;
  font-weight: bold;
  font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 14.5px;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
  border-bottom: 3px solid #FFCD56;
  
}                         

.cell
{

  color: #333;
  font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 14.5px;
  padding: 3px;
  vertical-align: middle;
  
}

.msgdivpar
{

  width: 98.5%; 
  height: auto;
  min-height: 35px; 
  border: 1px solid #333; 
  display: flex; 
  align-items: center; 
  font-family: 'Ubuntu', Arial, Tahoma; 
  font-size: 14.5px; 
  margin-bottom: 4px; 
  padding: 4px;
  background-color: #B5D4E5;

}

.msgdivinpar
{

  width: 98.5%; 
  height: auto;
  min-height: 35px; 
  border: 1px solid #333; 
  display: flex; 
  align-items: center; 
  font-family: 'Ubuntu', Arial, Tahoma; 
  font-size: 14.5px; 
  margin-bottom: 4px; 
  padding: 4px;

}

.smstemplates
{

  color: #3E8783;
  font-weight: bold;
  text-decoration: underline; 
  text-decoration-color: #4790C1;
  text-decoration-thickness: 3px;
  text-underline-position: under;
  cursor: pointer;
  float: left; 
  width: 45%; 
  height: auto; 
  padding: 6px; 
  margin-right: 6px;

}

.smstemplates:hover
{
  color: red;
}

.customtemplates
{

  color: #E2772B;
  font-weight: bold;
  text-decoration: underline; 
  text-decoration-color: #C1436D;
  text-decoration-thickness: 3px;
  text-underline-position: under;
  cursor: pointer;
  float: left; 
  width: 45%; 
  height: auto; 
  padding: 6px; 
  margin-right: 6px;

}

.customtemplates:hover
{
  color: red;
}
































.headertable h1__
{

  font-family: 'Ubuntu', Arial, Tahoma;
  color: rgba(200, 200, 200, 0.5); /* Gris semitransparente */
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5); /* Sombra para el efecto borroso */
  
}

.headertable2
{

  padding: 10px;
  background-color: #658d1b;
             
}








.spantextfield
{

  display: flex; 
  align-items: center; 
  height: 30px;
  padding: px;
  margin: 0px;
  
}

.mobiletext
{

  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;  
  margin: 0px;
  
}

.mobiletextmini
{

  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 11.5px;  
  margin: 0px;
  
}

.pctext2
{

  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 13.5px;  
  margin: 0px;
  
}

.mobiletext2
{

  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;  
  margin: 0px;   
  
}

.pctext3
{

  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 15.5px;  
  margin: 0px;
  
}

.mobiletext3
{

  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 18px;  
  margin: 0px;   
  
}



.adminsidebarlink
{

  color: white;
  font-weight: normal; 
  
}

.adminsidebarlink:hover
{

  color: #57AEDA;
  font-weight: normal;
  
}

.graytext
{
  color: #888888;
}



.blurrytext
{

  font-family: 'Ubuntu', Arial, Tahoma;
  color: rgba(200, 200, 200, 0.5); /* Gris semitransparente */
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5); /* Sombra para el efecto borroso */
  
}



.cellheader2
{

  color: #333;
  font-weight: bold;
  font-family: 'Ubuntu', Arial, Tahoma;
	font-size: 14.5px;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
  background-color: #a2caea;
  
}  












.offer_price
{

  color: #bbbbbb;
  text-decoration: line-through;
  
}

.cat-item
{
  
  padding: 0px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14.5px;
  color: #008000;
  
}

.mobilecat-item
{
  
  padding: 0px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16.5px;
  color: #008000;
  
}

.count
{

  background-color: yellow;
  color: black;
  
}

.warning
{
  color: red;
}

.first-last-page
{

  border: 2.5px solid #000F66; 
  background-color: white; 
  text-align: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto; 
  min-width: 49px;
  max-width: 60px; 
  height: 30px; 
  padding: 4px;
  cursor: pointer;

}

.first-last-page:hover
{

  background-color: #BB362A; 
  color: white;

}

.currentpage
{

  border: 2.5px solid #dddddd; 
  border-bottom: 3.5px solid #006600;
  background-color: white; 
  text-align: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto; 
  min-width: 49px;
  max-width: 60px; 
  height: 30px; 
  padding: 4px;
  cursor: pointer;

}

.currentpage:hover
{

  border-bottom: 3.5px solid #BB362A;
  background-color: #CCA456;
  color: white;
  
}

.ellipses
{

  border: 2.5px solid #dddddd; 
  background-color: white; 
  text-align: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto; 
  min-width: 49px;
  max-width: 60px; 
  height: 30px; 
  padding: 4px;

}

.page
{

  border: 2.5px solid #dddddd; 
  background-color: white; 
  text-align: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto; 
  min-width: 49px;
  max-width: 60px; 
  height: 30px; 
  padding: 4px;
  cursor: pointer;

}

.page:hover
{
  
  background-color: #006600;
  color: white;
  
}
















.marquee-container 
{

  width: 100%;
  overflow: hidden;
  
}

.marquee 
{

  display: inline-block;
  white-space: nowrap;
  animation: marqueeAnimation 10s linear infinite alternate;
  
}

@keyframes marqueeAnimation {
    0% { transform: translateX(130%); }
    100% { transform: translateX(0%); }
}

.marquee-container2 
{

  width: 100%;
  overflow: hidden;
  
}

.marquee2 
{

  display: inline-block;
  white-space: nowrap;
  animation: marqueeAnimation2 10s linear infinite alternate;
  
}

@keyframes marqueeAnimation2 {
    0% { transform: translateX(105%); }
    100% { transform: translateX(0%); }
}

.addressLink 
{

  list-style: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  
}
      
.addressLink li 
{
  float: left;
}

.addressLink li a 
{

  background: #E7E9E9;
  color: #606161;
  text-decoration: none;
  padding: 10px 0px 10px 45px;
  position: relative;
  float: left;
  font: 24px;
    
}
      
.addressLink li a:after 
{

  content: " ";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #E7E9E9;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
    
}
      
.addressLink li a:before 
{

  content: " ";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
    
}
      
.addressLink li a:hover:after 
{
  border-left-color: #00137F !important;
}

.addressLink li:first-child a 
{
  padding-left: 10px;
}

.addressLink li:first-child a:hover 
{
  
  color: white;
  background: #00137F;
  
}

.addressLink li:nth-child(2) a 
{
  background: #D5D7D7;
}

.addressLink li:nth-child(2) a:after 
{
  border-left-color: #D5D7D7;
}

.addressLink li:nth-child(2) a:hover:after 
{

  color: #606161; 
  border-left-color: #D5D7D7 !important;
  
}

.addressLink li:last-child a 
{

  background: #008000;
  color: white;
  font-weight: bold;
  
}
      
.addressLink li:last-child a:after 
{

  border: 0;
  content: " ";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #008000;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
    
}

.addressLink li:last-child a:hover 
{
  
  color: #C6C6C6;
  background: #404141;
  
}

.addressLink li:last-child a:hover:after
{
  border-left-color: #404141 !important;
}

.fa {
  padding: 10px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-whatsapp {
  background: #128C7E;
  color: white;
}

.fa-telegram {
  background: #125688;
  color: white;
}

.fa-envelope {
  background: #eb4924;
  color: white;
}

.form
{
  display: inline;
}

.hr
{

  padding: 0px; 
  margin: 0px;
  
}

.mobiletextfield
{

  font-family: 'Ubuntu', Arial, Tahoma;
  height: 44px; 
  font-size: 14.5px;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
  padding: 5px;
  border-width: 1.5px;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 2px;
  
}

.mobiletextfield:focus 
{

  outline: none !important;
  border:1px solid #007ACC;
  box-shadow: 0 0 10px #007ACC;
  
}

.disabledtextfield
{

  font-family: 'Ubuntu', Arial, Tahoma;
  background-color: #E5E5E5;
  color: #4C4C4A;
  font-size: 13.5px;
  height: 44px;
  
  border: 1.5px solid #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
  padding: 5px;
  border-width: 2px;
  border-color: #CCCCCC;
  border-style: solid;
  border-radius: 2px;
  
}

.mobiledisabledtextfield
{

  font-family: 'Ubuntu', Arial, Tahoma;
  background-color: #E5E5E5;
  color: #4C4C4A;
  height: 44px; 
  font-size: 14.5px;
  vertical-align: middle;
  
  border: 2px solid #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
  padding: 5px;
  border-width: 1.5px;
  border-color: #CCCCCC;
  border-style: solid;
  border-radius: 2px;
  
}

.mobilebutton
{

  cursor: hand;
  width: 200px; 
  height: 44px; 
  font-size: 22px; 
  font-weight: normal;
  background-color: black;
  color: white;
  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;
  border-radius: 6px;
	border: 1px solid #aaaaaa;
  
}

.mobilebutton2
{

  cursor: hand;
  width: 200px; 
  height: 44px; 
  font-size: 22px; 
  font-weight: normal;
  background-color: #cccccc;
  color: black;
  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;
  border-radius: 6px;
	border: 1px solid #aaaaaa;
  
}

.simplemobilebutton2
{

  cursor: hand;
  font-size: 22px; 
  font-weight: normal;
  background-color: #cccccc;
  color: black;
  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;
  border-radius: 6px;
	border: 1px solid #aaaaaa;
  
}

.mobilebutton3
{

  cursor: hand;
  width: 200px; 
  height: 44px; 
  font-size: 22px; 
  font-weight: normal;
  background-color: #658d1b;
  color: white;
  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;
  border-radius: 6px;
	border: 1px solid #aaaaaa;
              
}

.simpleokbutton
{

  background-color: #00ff00;
	border-radius: 2px;
  border: 1px solid #00ff00;
	cursor: pointer;
	color: black;
  font-weight: bold;     
	height: 34px;
  width: 108px;
	
}

.simplecancelbutton
{

  background-color: red;
	border-radius: 6px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	height: 34px;
  width: 108px;
	
}

.simplemobilebutton
{

  font-family: 'Ubuntu', Arial, Tahoma;
  border-radius: 6px;
	border: 1px solid #aaaaaa;
	cursor: pointer;
	font-size: 14.5px;
	height: 44px;
  width: 120px;
	
}

.simpleokmobilebutton
{

  background-color: #00ff00;
	border-radius: 2px;
  border: 1px solid #00ff00;
	cursor: pointer;
	color: black;
  //font-weight: bold;
	font-size: 14.5px;
	height: 44px;
  width: 98px;
	
}

.simplecancelmobilebutton
{

  font-family: 'Ubuntu', Arial, Tahoma;
  //box-shadow: inset 0px 1px 0px 0px #000000;
	//background: linear-gradient(to bottom, #2552828 5%, #ff0000 100%);
	background-color: red;
	border-radius: 6px;
	border: 2px solid #555555;
	//display: inline-block;
	cursor: pointer;
	color: white;
	font-family: Arial;
	//font-size: 13.5px;
	text-decoration: none;
  font-weight: bold;
	//text-shadow: 0px 1px 0px #154682;
	font-size: 18px;
	height: 44px;
  width: 120px;
	
}

.simpletransparentbutton
{

  background-color: black;
	border-radius: 2px;
  border: 1px solid red;
	cursor: pointer;
	color: white;
  font-weight: bold;
	height: 34px;
  width: 108px;
	
}

.simpletransparentmobilebutton
{

  background-color: black;
	border-radius: 2px;
  border: 1px solid red;
	cursor: pointer;
	color: white;
  //font-weight: bold;
	font-size: 14.5px;
	height: 44px;
  width: 98px;
	
	
}

.cameraokaction

{


  cursor: hand;
  width: 80px; 
  height: 44px; 
  font-size: 22px; 
  fbackground-color: #00ff00;
  color: white;
  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;
  border-radius: 6px;
	border: 1px solid #aaaaaa;
  
}

.cameranoaction
{

  cursor: hand;
  width: 80px; 
  height: 44px; 
  font-size: 22px; 
  fbackground-color: #dddddd;
  color: black;
  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;
  border-radius: 6px;
	border: 1px solid #aaaaaa;
  
}






.callbutton
{

  font-family: 'Ubuntu', Arial, Tahoma;
  box-shadow: inset 0px 1px 0px 0px #00910E;
	//background: linear-gradient(to bottom, #00910E 5%, #00A50D 100%);
	background-color: #00910E;
	border-radius: 2px;
	border: 1px solid #00ff00;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13.5px;
	height: 34px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #154682;
  
}

.callmobilebutton
{

  font-family: 'Ubuntu', Arial, Tahoma;
  box-shadow: inset 0px 1px 0px 0px #00910E;
	//background: linear-gradient(to bottom, #00910E 5%, #00A50D 100%);
	background-color: #00910E;
	border-radius: 2px;
	border: 1px solid #00ff00;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	height: 44px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #154682;
  
}

.disabledmobilebutton
{

  font-family: 'Ubuntu', Arial, Tahoma;
  background-color: #005500;
	border-radius: 2px;
	border: 1px solid #124d77;
	display: inline-block;
	cursor: pointer;
	color: #bbbbbb;
	font-family: Arial;
	font-size: 14.5px;
	height: 44px;
	text-decoration: none;
  
}

.header
{
  background-color: white;
}

.topheader
{
  background-color: white;
}

.topbaricons
{

  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px; 
  height: 52px;

}

.topbaricons:hover
{
  background-color: #dddddd;
}

.document
{
  background-color: white;
}

.document2
{
  background-color: #cccccc;
}



.menubar2
{

  background-color: black;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  height: 61px;
  font-size: 13.5px;

}

.mobilemenubaritems
{

  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 61px;
  color: white;
  background-color: #1A478A;
  padding-left: 25px;
  border-top: 3px solid white;
  white-space: nowrap;
  
}

.menubaritems-separator
{

  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%; 
  height: 61px;
  color: white;
  background-color: 
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  
}

.menubaritems
{

  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 128px; 
  height: 61px;
  color: white;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  
}

.menubaritems:hover
{
  background-color: #008000;
}

.menubaritems-whatsapp
{

  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 128px; 
  height: 61px;
  color: white;
  background-color: #CC2A2D;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  
}                           

.menubaritems-whatsapp:hover
{
  background-color: #870E24;
}

.menubaritemstext
{

  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13.5px;         
  white-space: nowrap;
  
}

.mobilemenubaritemstext
{

  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13.5px;         
  white-space: nowrap;
  
}

.footertoptext
{

  padding: 0; 
  margin: 0px; 
  color: white; 
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  
}

.footertop
{
  background-color: #1A478A; 
}

.footerbg
{
  
  background-color: #D8D8D8;
  padding: 8px;
  
}

.footerss_
{

  color: #333;
  font-size: 12px;
  
}

.footerss_ a
{
  
  color: #CC2A2D;
  font-weight: bold;
  
}

.footerss_ a:hover
{
  color: #870E24;
}

.mobilefooter
{

  color: #333;
  font-size: 16.5px;  
  
}

.mobilefooter a
{
  color: #CC2A2D;
}

.footerlnk
{
  
  color: #007ACC;
  font-weight: bold;
  
}

.footerlnk:hover
{
  color: yellow;
}

.footerlnk2
{
  
  color: #007ACC;
  font-weight: bold;
  
}

.footerlnk2:hover
{
  color: red;
}

.mobilefooterlnk
{
  color: #007ACC;
}

.widget 
{
	
  margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	padding: 1.5em;
	bac˙ ro ??  #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;

}

.widget_empty 
{
	
  margin-bottom: 1.5em;
	padding: 1.5em;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;

}

.widget_list
{
  list-style-type: circle;
}

.widget_list>li
{
  margin-bottom : 8px;
}

.wait  
{

  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: 120; background:rgba(0,0,0,0.72); 
  display: none; 
  visibility: hidden;

}

.wait2  
{

  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: 120; background:rgba(0,0,0,0.82); 
  display: none; 
  visibility: hidden;

}

.IEwarning  
{

  display: block;
  visibility: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  background-color: #FFF6A8;
  color: black;
  padding: 3px;
  margin-bottom: 3px;

}

.dwarning  
{

  width: 100%;
  height: auto;
  background-color: #FFF6A8;
  color: black;
  padding: 3px;
  margin: 0px;
  font-family: 'Ubuntu', Arial, Tahoma;
  font-size: 14.5px;  

}

.cart_button 
{
  
  height: 36px;
  font-weight: bold;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
  margin: 4px;

}

.cart_table 
{
  
  display: table;
  border-collapse: collapse;
  border: 1.5px solid #dddddd;
  width: 95%;
  margin-left: auto;
  margin-right: auto;

}

.cart_row 
{
  display: table-row;
}

.cart_title 
{
  
  display: table-cell;
  border: 1.5px solid #dddddd;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  text-align: center;
  height: 34px;
  vertical-align: middle;

}




.cart_cell 
{
  
  display: table-cell;
  border: 1.5px solid #dddddd;
  padding: 5px;
  height: 24px;
  vertical-align: middle;

}

                           

.rowpar
{
  background-color: #eaf4fe;
}

.rowpar:hover
{
  background-color: #d4eafc;
}

.rowinpar
{
  background-color: white;
}

.rowinpar:hover
{
  background-color: #E2E2E2;
}
                                                                                                

.row1
{

  cursor: pointer;
  height: 35px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  padding-bottom: 2px;
  background-color: #e9fced;
  border-bottom: 1.75px solid #64a377;
  
}

.row1:hover
{
  background-color: #F2F9BB;
}

.row2
{

  cursor: pointer;
  height: 35px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  padding-bottom: 2px;
  background-color: #E0F9F6;
  border-bottom: 1.75px solid #84abca;
  
}

.row2:hover
{
  background-color: #BDB1F9;
}

.rowlink
{
  color: #CC2A2D;
}

.rowlink:hover
{
  color: #870E24;
}

.rowul
{
  
  margin: 0px; 
  padding: 0px; 
  padding-left: 20px;'

}

.rowli
{
  list-style-type: circle;
}

.hseparator
{

  width: 100%; 
  height: 50px; 
  margin-top: 13px; 
  margin-bottom: 13px; 
  display: flex;
  align-items: center;
  justify-content: center;
    
}

.services-parent
{
   
  float: left;
  width: 30%; 
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;

}

.services-parent-mobile
{
   
  float: left;
  width: 100%;
  
  height: auto;
  padding: 0px;
  margin: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;

}

.services
{
   
  width: auto; 
  height: auto;
  position: relative;

}

.services:hover
{
  filter: grayscale(80%);
}

.servicesapply
{

  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: #CC2A2D;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  left: 16px;
  height: 40px;
  width: 150px;
  bottom: 16px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;

}

.servicesapply:hover
{

  color: #eeeeee;
  background-color: #870E24;
  
}

.imgsample
{

  width: auto; 
  height: 140px;
  
}

.imgsample-parent
{
   
  float: left;
  width: auto; 
  height: auto;
  padding: 10px;
  margin: 0px;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 0px;

}

.imgsample-parent:hover
{
  background-color: #dddddd;
}


.imgsample-css
{
  border-radius: 10px;
}

.imgsample-css:hover
{
  filter: grayscale(80%);
}



.scroll 
{
  
  position: relative;
  width: 100%;
  max-width: 834px;
  overflow: hidden;
  z-index: 1;
  
}

.m-scroll 
{
  
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  animation: scrollText 45s infinite linear;
  font-size: 10;
  display: flex;
  justify-content: space-between;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

span 
{

  display: inline-block;
  margin-right: 10;
  
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}





.mySlides {display: none;}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1070px;
  position: relative;
  margin: auto;
  min-width: 100%;
  height: auto;
}

.text {
  color: #f2f2f2;
  font-size: 13.5px;
  padding: 8px;
  position: absolute;
  bottom: 0px;
  max-width: 1070px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85); /* Fondo negro semitransparente */
  border-top-style: solid;
  border-top-width: 1.5px;
  border-top-color: red;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background-color: #579E38;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border-style: solid;
  border-width: 1.5px;
  border-color: #F8DB00;
}

.active {
  background-color: white;
  border-style: solid;
  border-width: 1.5px;
  border-color: red;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}




.country
{

  display: inline-block; 
  padding: 5px; 
  border: 2px solid #007ACC;
                         
}

.country:hover
{

  display: inline-block; 
  padding: 5px; 
  border: 2px solid red;
  background-color: #dddddd;
                         
}

.semi-circle 
{

  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 0rem 0rem 50% 50%;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}

.caps  
{

  padding: 6px;
  margin: 0px; 
  background-color: #FFF6A8;

}

.inlay-circle {
  width: 100px;
  height: 100px;
  border: solid #a7a9ac 2px;
  border-radius: 50%;
}
.inlay-circle::after {
  margin-left: -27px;
  margin-top: -25px;
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  border: solid transparent 10px;
  border-right: solid #658d1b 10px;
  border-radius: 50%;
  transform: rotate(45deg);

}
.inlay-circle::before {
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  border: solid transparent 20px;
  border-right: solid white 20px;
  border-radius: 50%;
  transform: rotate(45deg);
}

@media only screen and (max-device-width: 660px)  
{

  .headerdiv
  {
    min-width: 100%;
  }
  
  #logo  
  {
    
    justify-content: center; 
    border-bottom: 2.5px solid #18171c;
     
  }
  
  #menu  
  {
  
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #646464;
    
  }
  
  .menuseparator
  {
    height: 12px; 
  }
  
  #lnk1
  {
    color: white;
  }
  
  #lnk2
  {
    color: white;
  }
  
  #lnk3
  {
    color: white;
  }
  
  #lnkimg1
  {
    display: none;
  }
  
  #lnkimg2
  {
    display: none;
  }
  
  #lnkimg3
  {
    display: none;
  }
  
}

@media only screen and (min-width: 661px) and (max-width: 1024px) 
{

  .headerdiv
  {
    min-width: 47%;
  }

  #logo  
  {
    justify-content: left;
  }
  
  #menu  
  {
    
    display: flex;
    justify-content: flex-end;
    
  }
  
  .menuseparator
  {
  
    width: 20px;
    height: 6px;
    display: inline-block;
    
  }
  
}

@media only screen and (min-device-width: 1025px)  
{

  .headerdiv
  {
    min-width: 47%;
  }

  #logo  
  {
    justify-content: left;
  }
  
  #menu  
  {
  
    display: flex;
    justify-content: flex-end;
    
  }
  
  .menuseparator
  {
  
    width: 20px;
    height: 6px;
    display: inline-block;
    
  }
  
}

@media only screen and (max-device-width: 699px)  
{

  .alertify  
  {
  
	  position: fixed; z-index: 99999;
	  top: 50px; left: 10%;
	  max-width: 300px;
	  opacity: 1;
  
  }
  
}

@media screen and (-webkit-min-device-pixel-ratio:0)  {

  .IEwarning  
  {

    display: none;
    visibility: hidden;

  }
   
}

@media only screen and (max-device-width: 299px)  
{

  .mobilefooter
  {
    font-size: 16.5px;
  }
  
}

@media only screen and (min-device-width: 390px and max-device-width: 699px)  
{

  .mobilefooter
  {
    font-size: 18.5px;
  }
  
}

@media only screen and (min-device-width: 700px and max-device-width: 1023px)  
{

  .mobilefooter
  {
    font-size: 21px;
  }
  
}
