@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
/* ==========================================================================
*{cursor: url("cursor2.png"), default;}
a, button{cursor: url("cursor3.png"), pointer;}

html{scroll-behavior: smooth;} movimiento suave entre secciones para evitar 
cambios visuales abruptos que puedan desencadenar ataques de epilepsia 
========================================================================== */
html{scroll-behavior: smooth; width: 100%;} 

body {
    width: 100%;
    background-color: rgba(220,210,100,0.3);
	/*background: url("../images/textura.jpg") repeat;*/
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;

    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #6c7279;
    /*overflow-x: hidden; lo que se escapa del body no se muestra*/ 
  }



/*
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: rgba(185,255,136,1);
    color: #222;
    font-size: 14px;
    font-family: Raleway;
    position: absolute;
    padding: 3px 20px;
    bottom: -1.6em;
    left: 70%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    
}
[data-title] {
    position: relative;
}
*/

p {
  word-spacing: .14em; /*separación de palabras*/
  letter-spacing: .06em; /*separación de caracteres*/
  line-height: 22.4px; /*altura de linea*/
   }

h1 {
 
  color: #2d3033; }

h2 {
  font-size: 40px;
 }

h3 {
  
  font-weight: 300; }

h4 {
  font-size: 22px;
  font-weight: 400; }

h5 {
  text-transform: uppercase;
  font-weight: 700; }

button{
  padding: 25px;
  color: rgba(30,0,180,1);
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button:hover {
	background-color: rgba(0,8,125,1);
	color: #eee;
}
.btn-flash-blue {
  position: relative;
  overflow: hidden; /* Mantiene el rayo de luz dentro del botón */
  padding: 15px 35px;
  background-color: #eee; /* Color inicial gris oscuro */
  color: #05008F;
  box-shadow: 0px 7px 10px 0px #aaa;
  border: none;
  border-radius: 30px; /* Bordes redondeados */
  cursor: pointer; /* Cambia el icono del mouse */
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.4s ease; /* Transición suave del fondo */
}

/* Efecto del rayo de luz (Flash) */
.btn-flash-blue::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: all 0.6s ease;
}

/* Comportamiento al pasar el mouse (Hover) */
.btn-flash-blue:hover {
  background-color: #141163; /* Cambia a azul al hacer hover */
	color: #eee;
}

.btn-flash-blue:hover::before {
  left: 100%; /* Desplaza el rayo de luz de izquierda a derecha */
}
iframe{
  background-color: rgba(255,255,255,0.7);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Titulo Parpadeo de la decoracion*/
blink-a {  animation: blink 1s steps(10, end) infinite; 
			animation-delay: 0.4s;}
blink-b {  animation: blink 1s steps(10, end) infinite; 
		  animation-delay: 0.2s;}
@keyframes blink {
  0% {    opacity: 1;  }
  50% {    opacity: 0;  }
  100% {    opacity: 1;  }
}
#titulo{letter-spacing: 20px;}

/*Transparencia y Lobby*/
#transp{
	background-color: rgba(0,2,127,1);
	width: 100%;
	text-align: center;
}
#transp a img{
	margin: 1px 2%;
	border: solid rgba(0,2,127,1) 1px;
}
#transp a img:hover{border: solid #fff 1px;}
#intro{margin-top: 50px;}
/*PAGOS*/
#pagos{margin: 30px;}

/*Botones*/
.btn {
  background: linear-gradient(to bottom,#CF953F,#FCF6BA,#BF8728);
  color: #333;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background: linear-gradient(to bottom,#BF953F,#FCF6BA,#B38728);
    color: #000; 
    font-size: 15px;}
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: rgb(50,50,0); }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.2s;
  -o-transition: background-color, color, 0.2s;
  -webkit-transition: background-color, color, 0.2s;
  transition: background-color, color, 0.2s; 
}

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }


.section {
  padding: 100px 0;
   }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999; 
  background-color: rgba(0,8,125,0.8);
}
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin: 0 auto;
    max-width: 1600px;
    padding: 10px 0;
    width: 100%;
    height: 40px;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    position: absolute;
    float: left;
    top: 10px;
    left: 10px }
#logo{
	width: 70px;
	height: auto;
	margin: 2%;
}
#header.fixed {
 background-color: rgba(0,8,125,0.85);
}
#header.fixed .header-content {
    border-bottom: 0;
    padding: 5px 0; 
}
#header.fixed .nav-toggle {
    top: 18px; 
}
#cursos:hover{
  transition: all .1s ease-in-out;
  transform: scale(1.05);
  filter: brightness(1.2);
}
#madero{
	width: 30%; 
	margin-left: 33%;
	transform: scaleX(1);
	transition: transform 0.2s ease-in-out;
}
#madero:hover{
  transition: all .5s ease-in-out;
  transform: scale(1.05);
  filter: brightness(1.2);
}

#Contactos{
  height: auto;
  margin-bottom: 10px;
  background: url(../images/contacto2.png) no-repeat;
  background-position: center right;
  background-size: 17%;
}
#Contactos button{
	margin: 10px;
	border-radius: 50px;
}

#oirs {
    margin-left: 25%;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fseparador{
	height: 90px;
	width: 100%;
	text-align: left;
	background-color: rgba(169,237,255,0);
	background: url("../images/agua.png") repeat-x;
	background-position: left;
	background-size: 150px;
	animation: movimiento infinite linear alternate;
	animation-duration: 45s;
}
.separador{
	height: 90px;
	width: 100%;
	text-align: left;
	background-color: rgba(169,237,255,0);
	background: url("../images/agua.png") repeat-x;
	background-position: left;
	background-size: 150px;
	animation: movimiento infinite linear alternate;
	animation-duration: 100s;
}
@keyframes movimiento{
	from{background-position: left;}
	to{background-position: right;}
}

/*Carrusel de Oficinas*/
.carrusel {
  width: 95%;
  margin: auto;
  padding: 5px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #aaa;
  overflow-x: hidden;
  background-color: rgba(255,255,255, 0.4);
}

.oficina{
  width: 3800px;
  font-weight: bold;
  color: #666;
  animation-name: rightToLeft;
  /* animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;  */
  animation: rightToLeft 40s linear infinite alternate;
}
.oficina a{
	margin: 0 1%;
	display: inline;
	  color: #666;

}
.oficina a:hover{
	text-decoration: underline rgb(200,0,0) 3px;

}
@keyframes rightToLeft {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-30%);
  }
}
/*FIN Carrusel de Oficinas*/
#separador2{
	height: 100px;
	width: 100%;
	background-color: rgba(169,237,255,0);
	background: url("../images/hojas.png") repeat-x;
	background-size: 150px;
	text-align: right;
}
.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; 
  margin-left: 90px;
}
  .navigation li {
    display: inline-block;
	vertical-align: middle;
	}
  .navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
    margin-right: 23px;
    text-transform: uppercase; }
.navigation a:hover{
	text-decoration: underline rgb(200,0,0) 5px;
      color: #fff; }

	.navigation a.active {
      color: #fff; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 10px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background: linear-gradient(to bottom,#CF953F,#FCF6BA,#BF8728);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background: linear-gradient(to bottom,#CF953F,#FCF6BA,#BF8728);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
  
  background-image: url("../images/PITRUFQUEN.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  min-height: 150px; }

.banner-text {
  padding-top: 25%; }
  .banner-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 8px; }


/* ==========================================================================
	$PAGOS
========================================================================== */
#pago1, #pago2, #pago3{
		width: 30%;
	}


/* ==========================================================================
	$TURISMO
========================================================================== */
/* Contenedor de la sección */
.video-container {
    position: relative;
    width: 100%;
    height: 500px; /* Ajusta la altura que desees para esta sección */
    overflow: hidden;
    border-radius: 0; /* Opcional: para que combine con tus tarjetas */
    margin-bottom: 0;
	padding: 0; 
}

/* El video se ajusta al contenedor */
.video-element {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

/* Capa para texto o para oscurecer el video dentro de la sección */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Oscurece un poco el video */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
}

/* ==========================================================================
	$Features
========================================================================== */
.features{
  background-color: rgba(255,255,255,0);
  background: url(../images/pesca1.png) no-repeat top left, url(../images/arte2.png) no-repeat bottom right, url(../images/queso1.png) no-repeat bottom left;
  background-size: 350px, 500px, 250px;
}
.feature {
  background-color: rgba(255,255,255,0);  
  height: 480px;
  min-height: 430px;
  margin-bottom: 0px;
  padding: 10px 0 20px 0;
  /*overflow: hidden;*/
  }
  .feature-content {
    background-color: rgba(255,255,255,0);
    padding: 0 15px;
    margin-top: 3px; 
  }
    .feature-content p{
      text-align: justify;
    }
    .feature-content li{
      text-align: justify;
    }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }
  .dpto{
    height: 61px; /*altura standart de iconos*/
  }

/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #000;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
	$Teams
========================================================================== */
.teams{
  background-color: rgba(220,210,100,0.1);
}
.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #e84545;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }
.person img{
	width: 400px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 46px;
    height: 60px;
    margin-top: 5px;
    text-align: center;
    width: 60px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: rgba(0,8,125,0.85);
      border-color: rgba(0,8,125,0.85);
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  width: 100%;
  background-color: #c3c364;
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); 
  }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 20px 5% 0; 
	height: auto;
	}
  .testimonials li {
	  color: #000; 
	  font: italic 18px "Cardo", Georgia, "Times New Roman", serif;
	  list-style: square;
		
	}
  .testimonials p {
    color: #000;
    font: italic 20px "Cardo", Georgia, "Times New Roman", serif; 

	}
  .testimonials cite {
    color: #666;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
  $frame web antigua
========================================================================== */
#hold_web{
    margin-left: auto;
  }
#frame_width{
    background-color: rgba(0,0,0,0);
    width: 100%;             
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 0%;

  }
#frame_top{

    background-color: rgba(0,0,0,0);
    width: 100%; 
    height: 770px;
    
    
  }
.meteorologia{
	background: url(../images/patos.png) repeat-x center right, 
				url(../images/sol.png) no-repeat bottom left, 
				url("../images/nubes.png") no-repeat bottom right,
				url("../images/volcan.png") no-repeat bottom right;
	background-size: 200px, 200px, 230px, 600px;
}
/* ==========================================================================
	$Download
========================================================================== */
.download{
    background-color: rgba(220,210,100,0);
}
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Co0ntactos Seguridad y Emergencia
========================================================================== */
#segu_emerg{
	text-align: center; 
	background-color: rgba(255,255,255,0.6); 
	padding: 10px;
}
#segu_emerg img{
	width: 150px;
	margin: 25px;
}
#segu_emerg img:hover{
	transition: all .3s ease-in-out;
	transform: rotate(5deg) scale(1.5);
	 filter: brightness(1.15);
	/*transform: scale(1.1);
	/*box-shadow: 0px 5px 0px 0px rgb(200,0,0);*/
}
/* ==========================================================================
	$Footer
========================================================================== */
  .footer {
    background: url(../images/footer.png);
    background-size: cover;
    background-position: center;
    text-align: center;
	color: #fff;
  }
  .footer-top {
    z-index: -10;
    background-color: rgba(150,150,50,0.5);  
    background: linear-gradient(to right, rgba(191,149,63,0.95), rgba(200,190,100,0.95), rgba(179,135,40,0.95), rgba(200,190,110,0.95), rgba(170,119,28,0.95));
    padding-top: 50px; 
  }

  .footer-bottom {
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h5 {
    color: #fff;
	font-size: 25px;
	}
  .footer h5 {
    margin-bottom: 20px; }
	#gomuni :hover{
		color: rgba(48,0,245,1.00);
		  -moz-transition: background-color, color, 0.2s;
		  -o-transition: background-color, color, 0.2s;
		  -webkit-transition: background-color, color, 0.2s;
		  transition: background-color, color, 0.2s; 
	}
  .footer p {
    color: rgba(255, 255, 255, 0.5); }
  .footer a {
    color: #fff; 
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 2;
	}
    .footer a:hover {
      color: rgba(48,0,245,1.00); }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }
.footer .fa{
	vertical-align: top;
	padding-top: 6px;

}
/* ==========================================================================
	$APP
========================================================================== */
#app img:hover{
	transition: all .3s ease-in-out;
	transform: rotate(3deg) scale(1.2);
	 filter: brightness(1.15);
}
#app1{
	margin-left: 25%;
}

/* ==========================================================================
	$Publicaciones y Noticias
========================================================================== */
#news img:hover{
	transition: all .3s ease-in-out;
	transform: rotate(3deg) scale(1.2);
	 filter: brightness(1.15);
}

/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
