@charset "UTF-8";
*:focus { outline: none !important; box-shadow: none !important; }
body { width: 100% !important; height: 100% !important; background-color: white; }
html { scroll-behavior: smooth !important; }
.nounderline { text-decoration: none !important; }
.nounderline:focus { outline: 0 !important; border: none !important; }
.background { background-color: rgba(30, 130, 76, 0.7) !important; }

/* rgba(221,75,57, 0.7) */

@font-face {
  font-family: Signatra;
  src: url('../fonts/Signatra.ttf');
}

@font-face {
  font-family: Libertine1;
  src: url('../fonts/LinLibertine_RI.ttf');
}

@font-face {
  font-family: Libertine2;
  src: url('../fonts/LinLibertine_aDRS.ttf');
}

@font-face {
  font-family: Modum;
  src: url('../fonts/Modum.ttf');
}

@font-face {
  font-family: CaviarDreams;
  src: url('../fonts/CaviarDreams.ttf');
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato.ttf');
}

.empresatext
{
  font-family: Lato;
  font-size: 1.3em;
  color: #dfe6e9;
}

.empresatitle
{
  font-family: Modum;
  font-size: 3em;
  color: #dfe6e9;
 text-shadow: 3px 4px 5px rgba(0,0,0,0.2);
}

.undereffect
{
  font-size: 1em;
  color: #dfe6e9 !important;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 10px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.undereffect:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: white;
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}

.undereffect:hover {
  color: white !important;
  text-shadow: none;
  -moz-transform: scale(1.1) translate(0px, -5px);
-webkit-transform: scale(1.1) translate(0px, -5px);
-o-transform: scale(1.1) translate(0px, -5px);
-ms-transform: scale(1.1) translate(0px, -5px);
transform: scale(1.1) translate(0px, -5px);
}

.undereffect:hover:after {
  width: 100%;
}

.contacttitle { font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 1.5em; }

.contactdata { font-family: Lato !important; font-size: 1em; }

.contactbutton { font-family: Lato; font-size: 0.8em; background-color: white; border: 2px solid rgba(30, 130, 76, 0.5); color:rgba(30, 130, 76, 0.8); width: 100%; border-radius: 0; padding: 4px; }
.contactbutton:hover { background-color: rgba(30, 130, 76, 1.0); color: white; }
.contactinput { font-family: Lato; font-size: 0.8em; border: 2px solid rgba(30, 130, 76, 0.5); border-radius: 0; background-color: white; }
.contactinput:focus { border: 2px solid rgba(30, 130, 76, 1.0) !important; }
.google-map
{
  position: relative; width: 100%; left: 0; border: 0;
}

.socialicon
{
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.socialicon:hover
{
  -webkit-filter: grayscale(0);
  filter: none;
}

.zoomimg
{
  transition: transform .4s;
}

.zoomimg:hover
{
  transform: scale(1.05);
}

.gotop
{
  background-color: rgba(30, 130, 76, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1100;
}