@charset "UTF-8";
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

html, body {
  height: 100%;
  width: 100%; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*Formulario de contacto*/
input {
  font-size: 1em;
  padding: 0.4em;
  border: none;
  margin: 0.2em;
  outline: none;
  border-bottom: solid 1px gray;
  width: 100%; }

textarea {
  font-size: 1em;
  padding: 0.9em;
  border: none;
  margin: 0.2em;
  outline: none;
  border-bottom: solid 1px gray;
  width: 100%;
  height: 12.5em; }

.button-contact {
  border-radius: 5px;
  border: 0;
  width: 80px;
  height: 25px;
  font-family: Tahoma;
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 1%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f4f4), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 1%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 1%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 1%, #ededed 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f4f4), to(#ededed));
  background: linear-gradient(to bottom, #f4f4f4 1%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ededed', GradientType=0); }
  .button-contact:hover {
    color: green; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*----------------------*/
/*
General
Helper classes para elementos globales
*/
.top-menu {
  width: 100%;
  margin: 0 auto; }

.divinfo {
  width: 100%; }

.logo {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 21px 0 0 0; }

.contenedor-navegacion {
  float: right; }

.menu-navegacion {
  padding: 95px 0px 12px 0px;
  color: green; }

.container-width {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  background-image: -webkit-linear-gradient(309deg, #9fb8ad 0%, #4caf50 51%, #2daf0a 75%);
  background-image: -o-linear-gradient(309deg, #9fb8ad 0%, #4caf50 51%, #2daf0a 75%);
  background-image: linear-gradient(141deg, #9fb8ad 0%, #4caf50 51%, #2daf0a 75%); }

div {
  display: block;
  font-family: 'Montserrat', sans-serif; }

/*Boton menu principal*/
.dropdown {
  overflow: hidden;
  background-color: transparent;
  border: none;
  color: #2daf0a;
  font-weight: bold;
  font-size: 1em; }
  .dropdown:hover {
    background-color: transparent;
    color: green; }

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: transparent;
  outline: 0; }

.dropdown .dropbtn {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: transparent;
  font-family: inherit;
  font-size: 0.8em;
  margin: 0; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 153px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  float: none;
  color: #2daf0a;
  padding: 12px 16px;
  text-decoration: none;
  border-left: 1px solid #55b255;
  border-right: 1px solid #55b255;
  background-color: transparent;
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto; }

/**/
.fixed {
  position: fixed; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.green-background {
  background-color: #00ad39;
  margin: 0 auto; }

.green-bgmf {
  position: fixed;
  bottom: 0em;
  width: 100%; }

.small-mv {
  text-align: left; }

.brules {
  max-width: 1000px;
  margin: 0 auto; }

/*Menu principal*/
.medium, .navigation li {
  font-size: 1.5em; }

.navigation li {
  font-size: 1.3em;
  padding: 5px 0px;
  margin: 0px 22px 0px 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .navigation li:hover {
    background-color: #93d893; }
  .navigation li a {
    cursor: pointer;
    color: #2daf0a;
    font-weight: bold; }
    .navigation li a:hover {
      text-decoration: none;
      color: green;
      font-weight: bold; }

.navigation i a {
  cursor: pointer; }

.dropdown-content a:hover {
  background-color: #ddd; }

.show {
  display: block; }

/**/
.small {
  width: 24em;
  height: 12em; }

.relative {
  position: relative; }

.right {
  right: 0em; }

.row {
  margin: 0 auto;
  max-width: 1200px; }

.subtitle {
  font-size: 5em; }

/*Menu parte baja*/
table, th, td {
  border: none;
  border-collapse: collapse; }

th, td {
  text-align: center;
  color: white;
  width: 33%; }

td {
  color: white; }

.top {
  top: 0em; }

.top-img {
  top: 1.2em; }

.up {
  z-index: 5; }

.white-background {
  background-color: white; }

.green-bg {
  background-color: rgba(35, 173, 33, 0.9);
  height: 12.1em; }

.white-background-li {
  background-color: rgba(0, 0, 0, 0); }

/*
General
Estilos para general
*/
#menu-opener {
  display: none; }

/*----------------------*/
/*----------------------*/
/*
Index
Helper classes para index
*/
.bardown {
  position: fixed; }

.demo {
  cursor: pointer; }

.margin-bot {
  margin-top: 10px; }

.tittle-index {
  font-size: 2em;
  color: #00ad39;
  font-weight: bold; }

.text-index {
  font-size: 1.2em; }

.top-mod-index {
  top: 48em; }

.top-slider-index {
  top: 12em; }

/*Slider*/
.mySlides {
  display: none; }

/**/
/*
Index
Estilos para index
*/
#slideshow-container {
  width: 80%;
  height: 525px;
  position: relative;
  margin: 0 auto; }

#slideshow-container > div > img {
  width: 100%;
  height: 90%;
  overflow: hidden;
  position: absolute; }

#slideshow-container > div > video {
  overflow: hidden;
  position: absolute;
  height: 90%;
  margin-left: 6%; }

.dot-container {
  margin: 0 auto;
  max-width: 240px;
  position: relative;
  padding: 480px 0 0 0;
  text-align: center; }

.dot {
  height: 15px;
  width: 15px;
  margin: 0 1px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease; }

.active {
  background-color: #717171; }

/* Fading animation */
.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; } }

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px; } }

/*----------------------*/
/*----------------------*/
/*
Contacto
Helper classes para contactos
*/
.black-textcontact {
  color: black; }

.black-textcontactup {
  color: black;
  font-weight: bold; }

.bold-textcontact {
  font-weight: bold;
  font-size: 2em;
  color: #00ad39;
  margin: 0; }

.top-spacecontact {
  top: 13em; }

.padding-bigc {
  padding: 0px 115px 0px 0px; }

.padding-bigm {
  padding: 0px 0px 0px 70px; }

/*
Contacto
Estilos para contacto
*/
#mapDiv {
  height: 500px;
  width: 800px; }

/*----------------------*/
/*----------------------*/
/*
Misión-Visión
Helper classes para mv-dropbtn
*/
.bold-mv {
  font-weight: bold;
  font-size: 1.5em;
  color: #00ad39;
  border-left: solid 8px #008700;
  border-bottom: 1px solid #EFEFEF;
  padding: 3px 8px;
  text-align: justify; }

.text-containermv {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto; }

.text-mv {
  font-size: 1.3em;
  text-align: justify; }

.top-spacemv {
  top: 13em; }

/*----------------------*/
/*----------------------*/
/*
Helper classes para servicios
*/
.small-services {
  max-width: 30%;
  overflow: hidden; }

.small-imgservices {
  height: 265px; }

figure a {
  color: black;
  font-size: 1.5em;
  text-decoration: none; }
  figure a:hover {
    color: green;
    text-decoration: none; }

figure {
  width: 300px;
  margin: 0;
  border: 1px solid #777;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

figure img {
  width: 100%; }

figure figcaption {
  padding: 8px 4px;
  font-size: 0.9em; }

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*----------------------*/
/*----------------------*/
/*
Helper classes para proyectos
*/
.text-proyect {
  font-size: 1em;
  text-align: center; }

.subtitle-proyect {
  font-weight: bold;
  font-size: 1.2em;
  color: black;
  text-align: center; }

.margin-div {
  margin: 10px 0px 0px 0px; }

/*----------------------*/
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media only screen and (max-width: 960px) {
  .logo {
    padding: 2px 0 0 0; }
  .divinfo {
    width: 95%;
    margin: 0 auto; }
  .menu-navegacion {
    padding: 3px 3px 0px 0px;
    color: green; }
  .dot-container {
    text-align: center;
    margin: 0 auto;
    max-width: 230px;
    position: relative;
    padding: 1px 0 0 0; }
  .green-bgmf {
    position: relative; }
  .top-spacecontact {
    top: 9em; }
  .dropdown {
    overflow: hidden;
    background-color: transparent;
    border: none;
    color: black;
    font-weight: bold;
    text-align: center; }
    .dropdown:hover {
      background-color: transparent;
      color: black; }
  .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: transparent;
    outline: 0; }
  .dropdown .dropbtn {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    font-size: 0.8em; }
  .dropdown-content {
    display: none;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%; }
  .dropdown-content a {
    width: 80%;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    text-align: center;
    border-top: 1px solid #55b255;
    border-bottom: 1px solid #55b255;
    border-left: none;
    border-right: none;
    font-size: 0.9em; }
    .dropdown-content a:hover {
      background-color: #55b255; }
  .padding-bigc {
    padding: 0px 0px 0px 0px; }
  .padding-bigm {
    padding: 0px 0px 0px 0px; }
  .center-atms {
    text-align: center; }
  .full-width-ms {
    width: 100%; }
  #mapDiv {
    width: auto;
    z-index: -2; }
  .width-contact {
    width: 25em; }
  .top-spacemv {
    top: 9em; }
  .div-proyect {
    width: auto; }
  .small-proyect {
    width: 190px; }
  .small-height {
    height: 142px; }
  .bardown {
    position: relative; }
  .navigation li:hover {
    background-color: #93d893; }
  .navigation li a {
    color: white; }
    .navigation li a:hover {
      text-decoration: none;
      color: white; }
  .gallery {
    width: auto; }
  figure {
    width: auto;
    border: none; }
    figure a figcaption {
      font-size: 0.8em; }
  th {
    text-align: center;
    width: 30%; }
  .top-slider-index {
    top: 8em; }
  .top-mod-index {
    top: 28em; }
  .subtitle {
    font-size: 4.5em; }
  .small {
    width: 16em;
    height: 10em; }
  #slideshow-container {
    width: 80%;
    height: 300px;
    position: relative;
    margin: 0 auto; }
  #slideshow-container > div > img {
    width: 100%;
    height: 85%;
    overflow: hidden;
    position: absolute; }
  #slideshow-container > div > video {
    overflow: hidden;
    position: absolute;
    height: 90%;
    width: 90%; }
  #menu-opener {
    display: block; }
  #responsive-nav ul {
    position: fixed;
    width: 84%;
    font-size: 0.8em;
    top: 0em;
    background-color: green;
    left: 5px;
    text-align: center;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #2daf0a; }
    #responsive-nav ul.active {
      max-height: 95vh; }
    #responsive-nav ul li {
      display: block;
      margin-top: 0em;
      padding: 18px 12px; }
      #responsive-nav ul li button {
        color: white; } }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
