﻿body{
    background-color: transparent;
}

nav.sub-navbar {
  top: 40px;
}

#contenidoPrincipal{
    margin-top:500px;
    background-color: RGB(244,160,0) !important;
}  

.modal{
   z-index: 99999999999; 
}

.ui-datepicker-month{
	background-color: #BC955C;
}

#calendar {
  cursor:  pointer !important;
  background-color: transparent !important;
}

.error{
  color:red;
  font-size: 1rem;
  font-style: italic;
}

.cajaError{
  border:red 2px dashed !important;
}

.ui-datepicker-week-end, .ui-datepicker-unselectable {
  background: rgba(152,152,154,0.3);
}


#FormularioAsistencia_1 input, #FormularioAsistencia_1 select{
	font-size: 1rem !important;
}

#HoraTab_1, #HoraTab_Detalle {
	font-size: 0.8rem !important;
}

.divTabla {
  max-height: 450px;
  overflow-y: auto;
}

.EnlaceUsuario{
  cursor: default;
}



.flag-banner {
  margin-top: -30px  !important;

}

/*loader spinner progress bar*/  
.contenedorLoader{
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     position:absolute;
     top:0px;
     left:0px;
     width: 100%;
     min-width: 300px;
     height: 100%;
     min-height: 300px;
     background: rgba(0,0,0,0.2);
     /*visibility:hidden;*/visibility:visible;
     z-index: 33333333333;
 }

 .Loader {
 border: 20px solid green;
 border-radius: 50%;
 border-top: 20px solid #BC955C;
 border-left: 20px solid #6F7271;
 border-right: 20px solid #6F7271;
 border-bottom: 20px solid #BC955C;
 width: 200px;
 height: 200px;
 -webkit-animation: spin 2s linear infinite;
 animation: spin 2s linear infinite;
 }


 @-webkit-keyframes spin {
 0% { -webkit-transform: rotate(0deg); }
 100% { -webkit-transform: rotate(360deg); }
 }

 @keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
 }
/*loader spinner progress bar*/









/* Slider pagina de inicio*/
.tituloImagen{
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  z-index: 99;

  -webkit-transition: all 700ms ease-in-out;
-moz-transition: all 700ms ease-in-out;
-ms-transition: all 700ms ease-in-out;
-o-transition: all 700ms ease-in-out;
transition: all 700ms ease-in-out;
}

.tituloSinHover{
    
  animation: cambioTitulo 10s infinite alternate linear;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

@keyframes cambioTitulo {
  0% {bottom: -50px;}
  10% {bottom: 0px}
  20% {bottom: 0px}
  
  25% {bottom: -50px;}
  35% {bottom: 0px}
  45% {bottom: 0px}
  
  50% {bottom: -50px;}
  60% {bottom: 0px}
  70% {bottom: 0px}
  
  75% {bottom: -50px;}
  85% {bottom: 0px}
  100% {bottom: 0px;}
}

.tituloImagen:hover{
  color: white;
  text-decoration: none;
  background: rgba(16, 49, 43, 0.7);
}

div:hover > .tituloImagen{
  bottom: 0px;
}


.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: cambio 10s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}
/* Termina Slider pagina de inicio*/




/* Slider V pagina de inicio*/
.tituloImagenV{
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  z-index: 99;

  -webkit-transition: all 700ms ease-in-out;
-moz-transition: all 700ms ease-in-out;
-ms-transition: all 700ms ease-in-out;
-o-transition: all 700ms ease-in-out;
transition: all 700ms ease-in-out;
}

.tituloSinHoverV{
    
  animation: cambioTitulo 10s infinite alternate linear;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

@keyframes cambioTituloV {
  0% {bottom: -50px;}
  10% {bottom: 0px}
  20% {bottom: 0px}
  
  25% {bottom: -50px;}
  35% {bottom: 0px}
  45% {bottom: 0px}
  
  50% {bottom: -50px;}
  60% {bottom: 0px}
  70% {bottom: 0px}
  
  75% {bottom: -50px;}
  85% {bottom: 0px}
  100% {bottom: 0px;}
}

.tituloImagenV:hover{
  color: white;
  text-decoration: none;
  background: rgba(16, 49, 43, 0.7);
}

div:hover > .tituloImagenV{
  bottom: 0px;
}


.sliderV {
	width: 300px;
  max-height: 300px;
	margin: auto;
	overflow: hidden;
  background-color: aqua;
}

.sliderV ul {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 0;
	width: 400%;
	overflow:scroll;
	/*animation: cambioV 10s infinite alternate linear;*/
}

.sliderV li {
	width: 100%;
	list-style: none;
  animation: cambioV 10s infinite alternate linear;
}

.sliderV img {
	max-width: 250px;
  max-height: 250px;
}

@keyframes cambioV {
	0% {margin-bottom: 0;}
	20% {margin-bottom: 0;}
	
	25% {margin-bottom: -50%;}
	45% {margin-bottom: -50%;}
	
	50% {margin-bottom: -100%;}
	70% {margin-bottom: -100%}
	
	75% {margin-bottom: -50%;}
	100% {margin-bottom: -50%;}
}
/* Termina Slider V pagina de inicio*/


.carousel-control-prev-icon, .carousel-control-next-icon{
  filter: invert(100%);
}




/* Botonera inicio */
.service-box{
 position: relative;
 overflow: hidden;
 margin-bottom:10px;
 perspective:1000px;
 -webkit-perspective:1000px;
}
.service-icon{
 width: 100%;
 height: 190px;
 padding: 20px;
 text-align: center;
 transition: all .5s ease;
}

.service-content{
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 opacity: 0;
 width: 100%;
 height: 190px;
 padding: 20px;
 text-align: center;
 transition: all .5s ease;
 background-color: #474747;
 backface-visibility:hidden;
 transform-style: preserve-3d;
 -webkit-transform: translateY(110px) rotateX(-90deg);
 -moz-transform: translateY(110px) rotateX(-90deg);
 -ms-transform: translateY(110px) rotateX(-90deg);
 -o-transform: translateY(110px) rotateX(-90deg);
 transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
 position: relative;
 top:80px;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
}

.service-box .service-icon .front-content span {
 font-size: 28px;
 color: #fff;
 font-weight: normal;
}

.service-box .service-icon .front-content h3 {
 font-size: 2rem;
 color: #fff;
 text-align: center;
 margin-bottom: 15px;
 text-transform: uppercase;
}
.service-box .service-content h3 {
 font-size: 1.5rem;
 font-weight: 700;
 color: #b1b1b1;
 margin-bottom:10px;
 text-transform: uppercase;
}
.service-box .service-content p {
 font-size: 1.2rem;
 color: #fff;
 margin:0;
}
.yellow{background-color: #DDC9A3;}
.orange{background-color: #235B4E;}
.red{background-color: #9F2241;}
.grey{background-color: #98989A;}

.service-box:hover .service-icon{
 opacity: 0;
 -webkit-transform: translateY(-110px) rotateX(90deg);
 -moz-transform: translateY(-110px) rotateX(90deg);
 -ms-transform: translateY(-110px) rotateX(90deg);
 -o-transform: translateY(-110px) rotateX(90deg);
 transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
 opacity: 1;
 -webkit-transform: rotateX(0);
 -moz-transform: rotateX(0);
 -ms-transform: rotateX(0);
 -o-transform: rotateX(0);
 transform: rotateX(0);
}



/* Botonera final */





/* menú exagonos */

/************************************ estilos exágonos *********************************************/

/* body {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  background-color: #0c0f15;
  overflow-x:hidden;
  color: #ababab; }

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
  
}

::-webkit-scrollbar-thumb {
    background-color: #f90a23;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.heading-page
{
      text-transform: uppercase;
    font-size: 43px;
    font-weight: bolder;
    letter-spacing: 3px;
    color: white;
}

 */

#menuExagonos a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

  #menuExagonos a:hover, a:focus {
    color: #235B4E;
    text-decoration: none;
    outline: 0 none; }

    #menuExagonos h1, #menuExagonos h2, #menuExagonos h3,
    #menuExagonos h4, #menuExagonos h5, #menuExagonos h6 {
  color: #1e2530;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 1.3; }

  #menuExagonos p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

/*
 * Selection color
 */
 #menuExagonos ::-moz-selection {
  background-color: #FA6862;
  color: #fff; }

  #menuExagonos ::selection {
  background-color: #FA6862;
  color: #fff; }

/*
 *  Reset bootstrap's default style
 */

 #menuExagonos .form-control::-webkit-input-placeholder,
 #menuExagonos ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit; }

  #menuExagonos .form-control:-moz-placeholder,
  #menuExagonos :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: inherit; }

  #menuExagonos .form-control::-moz-placeholder,
  #menuExagonos ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: inherit; }

  #menuExagonos .form-control:-ms-input-placeholder,
  #menuExagonos :-ms-input-placeholder {
  opacity: 1;
  color: inherit; }

  #menuExagonos button, #menuExagonos input, #menuExagonos select,
  #menuExagonos textarea, #menuExagonos label {
  font-weight: 400; }

  #menuExagonos .btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  
  #menuExagonos .btn:hover, #menuExagonos .btn:focus, #menuExagonos .btn:active:focus {
    outline: 0 none; }

    #menuExagonos .btn-primary {
  background-color: #FA6862;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 48px;
  line-height: 50px;
  padding: 0 42px;
  text-transform: uppercase; }
  
  #menuExagonos .btn-primary:hover, #menuExagonos .btn-primary:focus, #menuExagonos .btn-primary:active, #menuExagonos .btn-primary:active:focus {
    background-color: #f9423a; }

    #menuExagonos .btn-border {
  border: 1px solid #d7d8db;
  display: inline-block;
  padding: 7px; }

/*
 *  CSS Helper Class
 */
 #menuExagonos .clear:before, #menuExagonos .clear:after {
  content: " ";
  display: table; }

  #menuExagonos .clear:after {
  clear: both; }

  #menuExagonos .pt-table {
  display: table;
  width: 100%;
  height: -webkit-calc(100vh - 4px);
  height: -moz-calc(100vh - 4px);
  height: calc(100vh - 4px); }

  #menuExagonos .pt-tablecell {
  display: table-cell;
  vertical-align: middle; }

  #menuExagonos .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

  #menuExagonos .relative {
  position: relative; }

  #menuExagonos .primary,
  #menuExagonos .link:hover {
  color: #FA6862; }

  #menuExagonos .no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

    #menuExagonos .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

  #menuExagonos .flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

  #menuExagonos .space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

  #menuExagonos .nicescroll-cursors {
  background: #FA6862 !important; }

  #menuExagonos .preloader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  #menuExagonos  .preloader.active.hidden {
    display: none; }

    #menuExagonos .loading-mask {
  background-color: #FA6862;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s; }
  
  #menuExagonos .loading-mask:nth-child(2) {
    left: 20%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    #menuExagonos .loading-mask:nth-child(3) {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    #menuExagonos .loading-mask:nth-child(4) {
    left: 60%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    #menuExagonos .loading-mask:nth-child(5) {
    left: 80%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }

    #menuExagonos .preloader.active.done {
  z-index: 0; }

  #menuExagonos .preloader.active .loading-mask {
  width: 0; }

/*------------------------------------------------
	Start Styling
-------------------------------------------------*/
#menuExagonos .mt20{margin-top:20px;}

  #menuExagonos .page-close {
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100; }

  #menuExagonos .page-title {
  margin-bottom: 75px; }
  #menuExagonos .page-title img {
    margin-bottom: 20px; }
    #menuExagonos .page-title h2 {
    font-size: 68px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase; }
    #menuExagonos .page-title p {
    font-size: 16px; }
    #menuExagonos .page-title .title-bg {
    color: rgba(30, 37, 48, 0.07);
    font-size: 158px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

    #menuExagonos .section-title {
  margin-bottom: 20px; }
  
  #menuExagonos .section-title h3 {
    display: inline-block;
    position: relative; }
    
    #menuExagonos .section-title h3::before, .section-title h3::after {
      content: "";
      height: 2px;
      position: absolute;
      bottom: 8px;
      left: -webkit-calc(100% + 14px);
      left: -moz-calc(100% + 14px);
      left: calc(100% + 14px); }
    
      #menuExagonos .section-title h3::before {
      background-color: #1e2530;
      width: 96px;
      bottom: 14px; }
      #menuExagonos .section-title h3::after {
      background-color: #FA6862;
      width: 73px; }
      #menuExagonos .section-title.light h3 {
    color: #fff; }
    #menuExagonos  .section-title.light h3::before {
      background-color: #fff; }

      #menuExagonos .page-nav {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0; }
  #menuExagonos .page-nav span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.9;
    text-transform: uppercase; }

/*------------------------------------------------
    Home Page
-------------------------------------------------*/

#menuExagonos .hexagon-item:first-child {
    margin-left: 0;
}

#menuExagonos .page-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle; }
  

/* End of container */
#menuExagonos .hexagon-item {
  cursor: pointer;
  width: 200px;
  height: 173.20508px;
  float: left;
  margin-left: -29px;
  z-index: 0;
  position: relative;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);   
  
}


  #menuExagonos .hexagon-item:first-child {
    margin-left: 0; }
    
    #menuExagonos .hexagon-item:hover {
    z-index: 1; }
    #menuExagonos .hexagon-item:hover .hex-item:last-child {
      opacity: 1;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
      #menuExagonos .hexagon-item:hover .hex-item:first-child {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
      #menuExagonos .hexagon-item:hover .hex-item:first-child div:before,
      #menuExagonos .hexagon-item:hover .hex-item:first-child div:after {
        height: 5px; }
      #menuExagonos .hexagon-item:hover .hex-item div::before,
      #menuExagonos .hexagon-item:hover .hex-item div::after {
      background-color: #235B4E; }

      #menuExagonos .hexagon-item:hover .hex-content svg {
      -webkit-transform: scale(0.97);
      -moz-transform: scale(0.97);
      -ms-transform: scale(0.97);
      -o-transform: scale(0.97);
      transform: scale(0.97); }

      #menuExagonos .page-home .hexagon-item:nth-last-child(1),
      #menuExagonos .page-home .hexagon-item:nth-last-child(2),
      #menuExagonos .page-home .hexagon-item:nth-last-child(3) {
  -webkit-transform: rotate(30deg) translate(87px, -80px);
  -moz-transform: rotate(30deg) translate(87px, -80px);
  -ms-transform: rotate(30deg) translate(87px, -80px);
  -o-transform: rotate(30deg) translate(87px, -80px);
  transform: rotate(30deg) translate(87px, -80px); }

  #menuExagonos .hex-item {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 173.20508px; 
}

  #menuExagonos .hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

    #menuExagonos .hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1; }

    #menuExagonos .hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; 
  
  }


    #menuExagonos .hex-item div::before, .hex-item div::after {
      background-color: #FFF;
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; 
    
    }

      #menuExagonos .hex-item div:before {
      top: 0; }

      #menuExagonos .hex-item div:after {
      bottom: 0; }

      #menuExagonos .hex-item div:nth-child(1) {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }

      #menuExagonos .hex-item div:nth-child(2) {
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg); }

      #menuExagonos .hex-item div:nth-child(3) {
      -webkit-transform: rotate(120deg);
      -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      -o-transform: rotate(120deg);
      transform: rotate(120deg); }

    #menuExagonos .hex-content {
      color: #691C32;
      font-weight: bold;
      display: block;
      height: 180px;
      margin: 0 auto;
      position: relative;
      text-align: center;
      transform: rotate(-30deg);
      width: 156px; 

    }



  #menuExagonos .hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);   
    
  }


    #menuExagonos .hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px; }
    #menuExagonos .hex-content .title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase; }

    #menuExagonos .hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    
    #menuExagonos .hex-content:hover {
    color: #fff; }

    #menuExagonos .page-home .hexagon-item:nth-last-child(1), #menuExagonos .page-home .hexagon-item:nth-last-child(2), #menuExagonos .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}
/*------------------------------------------------
    Welcome Page
-------------------------------------------------*/
#menuExagonos .author-image-large {
  position: absolute;
  right: 0;
  top: 0; }
  #menuExagonos .author-image-large img {
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px); }


@media (min-width: 1200px)
{
  #menuExagonos .col-lg-offset-2 {
    margin-left: 16.66666667%;
}
}

@media (min-width: 1200px)
{
  #menuExagonos .col-lg-8 {
    width: 66.66666667%;
}
}

#menuExagonos .hexagon-item:first-child {
    margin-left: 0;
}

#menuExagonos .pt-table.desktop-768 .pt-tablecell {
    padding-bottom: 110px;
    padding-top: 60px;
}



#menuExagonos .hexagon-item:hover .icon i
{
  color:#235B4E;
  transition:0.6s;
  
}


.hexagon-item:hover .title
{
  -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/***************************/

@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}





@media only screen and (max-width: 767px)
{
  #menuExagonos .hexagon-item {
    float: none;
    margin: 0 auto 50px;
}
#menuExagonos .hexagon-item:first-child {
    margin-left: auto;
}
  
#menuExagonos .page-home .hexagon-item:nth-last-child(1), #menuExagonos .page-home .hexagon-item:nth-last-child(2), #menuExagonos .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(0px, 0px);
    -moz-transform: rotate(30deg) translate(0px, 0px);
    -ms-transform: rotate(30deg) translate(0px, 0px);
    -o-transform: rotate(30deg) translate(0px, 0px);
    transform: rotate(30deg) translate(0px, 0px);
}
  
}







/***************************************** fin estilos exágonos ************************************/






/* Fin menú exagonos */



/*Mapa*************/
.map {
  height: 400px;
  width: 100%;
  background-color:#ffffff;
}

#map > div > div.ol-overlaycontainer-stopevent > div.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible > ul {
  left: 5px;
  bottom: 5px !important;
}