/*
* 
*
/*

/*************************************************************
* CSS General
*************************************************************/

body {
  background: #fff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #108e92;
  transition: 0.5s;
  
}

a:hover,
a:active,
a:focus {
  color: #108e90;
  outline: none;
  text-decoration: none;
}
section a{
    text-decoration: underline;
}
a.supo{
    border: 1px solid;
  border-radius: 0 12px 12px 0 ;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 12px 0;
  padding: 0;
}


/*************************************************************
* CSS Miguel
*************************************************************/

.destaca {
  border-left: 1px solid darkorange;
  border-bottom: 1px solid darkorange;
  border-radius: 30px 0 0 50px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.lineadecorativa{
  width: 100%;
  height: 1px;
  background-color: darkorange;
  text-align: center;
  color: darkorange;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border:0px;

}
.lineadecorativa:before{
  content: " ᵒ^ᵒ ";
  color:#FFFFFF;
  
  width: 10px;
  height: 6px;
  
  border: 2px solid darkorange ;
  background-color: darkorange;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
          -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.lineadecorativa:hover:before{
  border: 6px solid #03C;
  background-color: #03C;
  width: 20px;
  height: 20px;
  transform: scale(1.2);
  position: relative;
  top:-7px;
}
.lineadecorativa40{
  width: 30%;
  height: 3px;
  margin-left: 35%;
  margin-right: 35%;
  background-color: darkorange;
  text-align: center;
  color: darkorange;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border:0px;
}
.lineadecorativatitulo{
  width: 9%;
  height: 5px;
  background-color: #0F4987;
  color: #0F4987;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border:0px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.lineadecorativatitulo:hover{
  width: 69%;
}
.lineadecorativatitulo:hover:after{
  content: " ᵒ-ᵒ ";
   width: 10px;
  height: 6px;
  color:#FFFFFF;
  border: 2px solid #0F4987 ;
  background-color: #0F4987;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
          -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
hr::before{
width:  7%;
height: 4px;
background-color: darkorange;
color: darkorange;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border:0px;
}

.activo, .activo:active, .activo:focus{
  background: rgba(45,115,135,0.4);
  border: 1px solid rgba(45,115,135,0.4);
}
.activo:hover{
  background: rgba(45,115,135,0.8);
}
a.agranda{
  font-family: 'Open Sans Condensed', sans-serif;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      transition: all 300ms linear;
      width: 30px;
       height: 30px;
       border-radius: 30px;
       background: #006934;
       color:#FFFFFF;
       padding-top: 1px;
       padding-right: 15px;
       padding-left: 15px;
       text-align: center;
       -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      transition: all 300ms linear;
      box-shadow: 0 0 5px #777;
  -moz-box-shadow: 0 0 5px #777;
  -webkit-box-shadow: 0 0 5px #777;
  background-color: #4d8d00;
  background-image: -webkit-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
  background-image: -moz-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
  background-image: -o-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
  background-image: radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
  }
  a.agranda:hover{
      background: #CCCCCC;
      border-radius: 10px;
      border: 2px dotted #aaaaaa;
      padding: 10px;
  }
  a.agranda:after{
       
       width: 30px;
       height: 30px;
       border-radius: 30px;
       background: #006934;
       color:#95c262;
       padding-top: 30px;
       text-align: center;
       -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      transition: all 300ms linear;
      box-shadow: 0 0 5px #777;
  -moz-box-shadow: 0 0 5px #777;
  -webkit-box-shadow: 0 0 5px #777;
  background-color: #4d8d00;
  background-image: -webkit-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
  background-image: -moz-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
  background-image: -o-radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
  background-image: radial-gradient(50% 50%, circle, #d1e5b2, #4d8d00 70%);
   }

   
  /* listas numeros*/
#listaNumeros {
  counter-reset: li; 
  list-style: none; 
  *list-style: decimal; 
  font: 15px ;
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#listaNumeros ol {
  margin: 0 0 0 2em; 
}

#listaNumeros {
  list-style-type: none;
  list-style-type: decimal; /*IE 7- hack*/
   
  margin: 0;
  margin-left: 1em;
  padding: 0;
   
  counter-reset: li-counter;
}

#listaNumeros > li{
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #F2F2F2;
}

#listaNumeros > li:before {
  position: absolute;
  top: -0.3em;
  left: -0.5em;
  width: 1.8em;
  height: 1.2em;
   
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #F2F2F2;
  background-color: #000;
   
  transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  z-index: 99;
  overflow: hidden;
   
  content: counter(li-counter);
  counter-increment: li-counter;
}



#listaNumeros2 ol {
  counter-reset: li; 
  list-style: none; 
  *list-style: decimal; 
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#listaNumeros2 ol {
  margin: 0 0 0 2em; 
}

#listaNumeros2 {
  list-style-type: none;
  list-style-type: decimal ; /*IE 7- hack*/
   
  margin: 0;
  margin-left: 3em;
  padding: 0;
   
  counter-reset: li-counter;
}

#listaNumeros2 > li{
  position: relative;
  margin-bottom: 20px;
  padding: 1em;
  border-left: 2px solid #0F4980;
  background-color: #0F4987;
color:#FFF;
}

#listaNumeros2 > li:before {
  position: absolute;
  top: 0;
  left: -0.95em;
  width: 1em;

  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #0F4987;
   
  transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  z-index: -99;
  overflow: hidden;
   
  content: counter(li-counter);
  counter-increment: li-counter;
}  

#listaNumerosMultiple {
  counter-reset: li; 
  list-style: none; 
  *list-style: decimal; 
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#listaNumerosMultiple ol {
  margin: 0 0 0 2em; 
}

#listaNumerosMultiple li{
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  *padding: .4em;
  margin: .5em 0 .5em 2.5em;
  background: #ddd;
  color: #444;
  text-decoration: none;
  transition: all .3s ease-out;   
}

#listaNumerosMultiple li:hover{
  background: #eee;
}   

#listaNumerosMultiple li:before{
  content: counter(li);
  counter-increment: li;
  position: absolute; 
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #ff8c00;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

#listaNumerosMultiple li:after{
  position: absolute; 
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;               
}

#listaNumerosMultiple li:hover:after{
  left: -.5em;
  border-left-color: #fa8072;             
}

/**********************
*   fondo menu principal encima
*******************************/


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 80px;
}
.openbtn{
  font-size: 80px;
}

 /************************************************************
 * fondo papeles
 ************************************************************/

 .paper {
  background: #fff;
  padding: 30px;
  position: relative;
}

.paper,
.paper::before,
.paper::after {
  /* Styles to distinguish sheets from one another */
  box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  border: 1px solid #bbb;
}

.paper::before,
.paper::after {
  content: "";
  position: absolute;
  height: 95%;
  width: 99%;
  background-color: #eee;
}

.paper::before {
  right: 15px;
  top: 0;
  transform: rotate(-1deg);
  z-index: -1;
}

.paper::after {
  top: 5px;
  right: -5px;
  transform: rotate(1deg);
  z-index: -2;
}

.paper2 {
  background: #fff;
  box-shadow:
    /* The top layer shadow */
    0 -1px 1px rgba(0,0,0,0.15),
    /* The second layer */
    0 -10px 0 -5px #eee,
    /* The second layer shadow */
    0 -10px 1px -4px rgba(0,0,0,0.15),
     /* The third layer */
    0 -20px 0 -10px #eee,
    /* The third layer shadow */
    0 -20px 1px -9px rgba(0,0,0,0.15);
    /* Padding for demo purposes */
    padding: 30px;
}

/* Diagonal stacked paper effect */
.paper3 {
  background-color: #fff;
  /* Need position to allow stacking of pseudo-elements */
  position: relative;
  /* Padding for demo purposes */
  padding: 30px;
}

.paper3,
.paper3::before,
.paper3::after {
  /* Add shadow to distinguish sheets from one another */
  box-shadow: 2px 1px 1px rgba(0,0,0,0.15);
}

.paper3::before,
.paper3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

/* Second sheet of paper */
.paper3::before {
  left: 7px;
  top: 5px;
  z-index: -1;
}

/* Third sheet of paper */
.paper3::after {
  left: 12px;
  top: 10px;
  z-index: -2;
}
/* fondos menu */

#fondos {
  width: 100%;
  height: 555px;
  background-image: url('../imagenesmik/menus/IMG_7779.JPG'), url('../imagenesmik/menus/IMG_3750.JPG'), url('../imagenesmik/menus/IMG_7763.JPG');
  background-size: 40%, 35%, 70%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: bottom right, bottom left, left top;
  }
  
.migmenu{
  /*position: relative;
  float: left;
  width: 100%;
  height: 500px;
  */
  }
  .migmenu{
    color: #F2F2F2;
  }
.cajamen1{
 /*
  position: relative;
  float: left;
  */
  background: url('../imagenesmik/menus/IMG_7779.JPG') 50% 50%;
  /*background: #00baff;*/
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 90%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 90% 90%, 0 50%);
  
     /* margin-top: -135px; // this is dumb, revisit*/
}
.cajamen1:hover{
  /*
   position: relative;
   float: left;
   */
   background: url('../imagenesmik/menus/IMG_7779.JPG') 50% 50%;
   /*background: #00baff;*/
   background-size: cover;
   -webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
   clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
      /* margin-top: -135px; // this is dumb, revisit*/
 }
.cajamen2{
    /*position: relative;
  float: left;*/
  background: url('../imagenesmik/menus/IMG_3750.JPG') 50% 50%;
  /*background: #00baff;*/
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 80% 9%, 100% 91%, 0 100%);
  clip-path: polygon(0 0, 80% 9%, 80% 71%, 0 90%);
     /* margin-top: -135px; // this is dumb, revisit*/
}
.cajamen2:hover{
  -webkit-clip-path: polygon(0 0, 50% 9%, 50% 91%, 0 50%);
   clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
}
.cajamen3{
  background: url('../imagenesmik/menus/IMG_7763.JPG') 50% 50%;
  /*background: #00baff;*/
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 70% 9%, 100% 91%, 0 100%);
  clip-path: polygon(0 0, 70% 9%, 80% 71%, 5% 80%);
     /* margin-top: -135px; // this is dumb, revisit*/
}
.cajamen3:hover{
  
  -webkit-clip-path: polygon(0 0, 50% 9%, 50% 91%, 0 50%);
   clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
}
     /* margin-top: -135px; // this is dumb, revisit*/
}
/* FIN fondos menu */

/*
*  más fondos
*/
.row h2 small{
  background: darkorange;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;;
}

.seccion:nth-of-type(odd){
  background: url('../imagenesmik/fondos/ATARDECER6.JPG') 50% 50%;
 /*background: #00baff;*/
 background-size: cover;
 -webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
 clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
    /* margin-top: -135px; // this is dumb, revisit*/

}
.seccion:nth-of-type(even) {

/*background: #00baff;*/
background: url('../imagenesmik/fondos/ATARDECER3.JPG') 50% 50%;
background-size: cover;
-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 95%);
clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 95%);
/*margin-top: -135px; // this is dumb, revisit*/
background-attachment:fixed;
padding-top: 2em;
padding-bottom: 2em;
}
.seccion:nth-of-type(3n+0) {

/*background: #00baff;*/
background: url('../imagenesmik/fondos/ATARDECER0.JPG') 50% 50%;
background-size: cover;
-webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 97%);
clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 91%);
/*margin-top: -135px; // this is dumb, revisit*/
background-attachment:fixed;
padding-top: 2em;
padding-bottom: 2em;
}
.seccion:nth-of-type(7n){
background: url('../imagenesmik/fondos/ATARDECER2.JPG') 50% 50%;
/*background: #00baff;*/
background-size: cover;
-webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
/*margin-top: -135px; // this is dumb, revisit*/

}
.seccion .row {
  background: rgba(255,255,255,0.7);
  padding: 10px;
}
.primera {


background: url('../imagenesmik/AGUA2018matal.JPG') 50% 50%;
background-size: cover;
-webkit-clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 81%);
clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 81%);
background-attachment:fixed;

}
.primera .container .dos {
  background: rgba(255,255,255,0.7);
  padding: 10px;
  
}



/*fondos*/
.Fotofondo9 .row, .Fotofondo7 .row, .Fotofondo7 .row, .Fotofondo6 .row, .Fotofondo5 .row, .Fotofondo4 .row, .Fotofondo3 .row, .Fotofondo2 .row, .Fotofondo1 .row, .Fotofondo0 .row {
  background: rgba(255,255,255,0.7);
  padding: 10px;
}
.Fotofondo0{
    background: url("../imagenesmik/fondos/ATARDECER0.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size:  cover;
}
.Fotofondo1{
    background: url("../imagenesmik/fondos/ATARDECER1.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo2{
    background: url("../imagenesmik/fondos/ATARDECER2.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo3{
    background: url("../imagenesmik/fondos/ATARDECER3.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo4{
    background: url("../imagenesmik/fondos/ATARDECER4.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo5{
    background: url("../imagenesmik/fondos/ATARDECER5.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo6{
    background: url("../imagenesmik/fondos/ATARDECER6.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo7{
    background: url("../imagenesmik/fondos/ATARDECER7.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo8{
    background: url("../imagenesmik/fondos/ATARDECER8.JPG");
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.Fotofondo9{
    background: url("../imagenesmik/fondos/ATARDECER9.JPG");
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}


/************************************************************
* boton arriba o inicio
************************************************************/
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(60deg, #617eb4, #108e92);
  color: #fff;
  padding: 2px 20px 20px 20px;
  font-size: 16px;
  border-radius: 12px 12px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(90deg, #617eb4, #108e92);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #108e92;
  color: #fff;
  padding: 2px 20px 80px 20px;
}

/*************************************************************
* Cabecera
*************************************************************/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-fixed {
  background: linear-gradient(45deg, #617eb4, #108e92);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*************************************************************
*  Seccion introduccion
*************************************************************/

#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(66, 157, 199, 0.8), rgba(57, 107, 109, 0.8)), url("../img/garza.JPG") center top no-repeat;
  background-size: cover;
  position: relative;
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  height: calc(50% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #108e92;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

/*************************************************************
*  Menu navegación
*************************************************************/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 6px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 6px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #108e92;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #108e92;
}

#mobile-nav ul .menu-item-active {
  color: #108e92;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #108e92;
  background: linear-gradient(0deg, #108e92 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #108e92;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/

#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #108e92;
  background: linear-gradient(45deg, #108e92 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #108e92;
  background: linear-gradient(45deg, #108e92 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../imagenesmik/fondos/ATARDECER9.JPG) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #108e92;
  border: 2px solid #108e92;
}

/* More Features Section
--------------------------------*/

#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #108e92;
  background: linear-gradient(45deg, #108e92 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/

#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #108e92;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #108e92;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #108e92;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #617eb4, #108e92);
}

/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #108e92;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/

#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #108e92;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/

#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #108e92;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #108e92;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #108e92;
}

#contact .social-links a:hover {
  background: #108e92;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #108e92;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #108e92;
  border: 1px solid #108e92;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #617eb4, #108e92);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #108e92;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }

  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}