@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banderas {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 600px;
	background-image: url(fotos/computer-768696_1920.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#titobjetivo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
}
#objetivo {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 90%;
	display: block;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: left;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 50px;
	background-color: #004080;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	padding-left: 5%;
	width: 95%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	color: #3569B4;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
#servicios1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,.1);
}
#txt1 {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 90%;
	display: block;
	line-height: 25px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#espacio {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 40px;
}
#espacio1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#servicios {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#presentacion {
	clear: both;
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	background-color: #004080;
	color: #FFF;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 20px;
	padding-top: 20px;
}
#contacto {
	clear: none;
	float: left;
	margin-left:0;
	width: 90%;
	display: block;
	background-color: #004080;
	color: #FFF;
	padding:5%;
	padding-top:20px;
}
#mapa {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banderas {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 700px;
	background-image: url(fotos/skyscraper-2122442_19201.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#titobjetivo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
}
#objetivo {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 90%;
	display: block;
	line-height: 25px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #004080;
	height: 50px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	padding-left: 10%;
	width: 90%;
	display: block;
	line-height: 25px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3569B4;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
#servicios1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,.1);
}
#txt1 {
	clear: both;
	float: left;
	margin-left:10%;
	width: 90%;
	display: block;
	line-height: 25px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#espacio {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 40px;
}
#espacio1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#servicios {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#presentacion {
	clear: both;
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	background-color: #004080;
	color: #FFF;
	padding-left: 4%;
	padding-right: 4%;
}
#contacto {
	clear: none;
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	background-color: #004080;
	color: #FFF;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mapa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banderas {
	clear: both;
	float: right;
	margin-left: 0px;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 600px;
	background-image: url(fotos/skyscraper-2122442_19201.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#titobjetivo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
}
#objetivo {
	clear: both;
	float: left;
	margin-left: 10%;
	width: 80%;
	display: block;
	line-height: 25px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#LayoutDiv2 {
	clear: both;
	width: 100%;
	display: block;
	height: 50px;
	background-color: #004080;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	padding-left: 10%;
	width: 90%;
	display: block;
	line-height: 25px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 20px;
	color: #3569B4;
	font-weight: bold;
}
#servicios1 {
	clear: both;
	float: left;
	margin-left: 10%;
	width: 80%;
	display: block;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,.1);

}
#txt1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0;
	line-height: 25px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#espacio {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 40px;
}
#espacio1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 40px;
}
#servicios {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#presentacion {
	clear: both;
	float: left;
	margin-left: 0;
	width: 70%;
	display: block;
	background-color: #004080;
	color: #FFF;
	padding-left: 2%;
	padding-right: 2%;
	height: 250px;
}
#contacto {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 24%;
	display: block;
	background-color: #004080;
	color: #FFF;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 2%;
	padding-right: 0;
	height: 250px;
}
#mapa {
	clear: both;
	float: right;
	width: 100%;
	display: block;
}
}

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #f4f4f4;
  
}

a {
	color: #3569B4;
	font-weight: bold;
}

a:active {
    color: #3569B4;
    background-color: #f4f4f4;
}

a:visited {
    color: #3569B4;
    background-color: #f4f4f4;
}

/* header */

.header {
   box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
   position: fixed;
   width: 100%;
   z-index: 3;
   background-color: #FFF;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color:;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  font-size:17px #3569B4;
}
.header li.active > a {
	background-color:  #f4f4f4;
}
.header li a:hover,
.header .menu-btn:hover {
	background-color: #f4f4f4;
	color: #3569B4;
}

.header li a:active,
.header .menu-btn:active {
  background-color: #f4f4f4;
  color: #3569B4;
}

.header li a:visited,
.header .menu-btn:visited {
  background-color: #f4f4f4;
  color: #3569B4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  width: 50%;
  color:#3569B4;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  margin-right:10%;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.wrapper {
	width: 100%;
	height: 400px;
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px
}

.sLider {
	position: relative;
	width: 100%;
	height: 350px;
	margin: 0 auto;
	overflow: visible;
	-webkit-perspective: 300px;
	perspective: 300px;
}

.slide {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  -webkit-animation-name: slideList;
          animation-name: slideList;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: absolute;
  bottom: 0px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0
}

.slide1 {
  background-color: #;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  z-index: 6
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
}
/*
.slide:after {content:"";display:block;width:32px;height:32px;position:absolute;bottom:-32px;background:#fff}
.slide1:after {background-color: #;}
.slide2:after {background-color: #;left:32px}
.slide:hover {z-index:999;animation-play-state:stop}
*/
.slide2 {
  background-color: #;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  z-index: 5
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}

.slide3 {
  background-color: #;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  z-index: 4
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}

.slide4 {
  background-color: #;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  z-index: 3
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}

.slide5 {
  background-color: #;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
  z-index: 2
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}

.slide6 {
  background-color: #;
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
  z-index: 1
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
}

@keyframes slideList {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
    -webkit-transform-origin: top;
            transform-origin: top
  }
  3% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
    z-index: 7
  }
  18% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
    z-index: 7
  }
  23% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom
  }
  100% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom
  }
}

@-webkit-keyframes slideList {
  0% {
    -webkit-transform: rotateX(-90deg);
    opacity: 0;
    -webkit-transform-origin: top
  }
  3% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
    z-index: 7
  }
  18% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    z-index: 7
  }
  23% {
    -webkit-transform: rotateX(90deg);
    opacity: 0;
    -webkit-transform-origin: bottom
  }
  100% {
    -webkit-transform: rotateX(90deg);
    opacity: 0;
    -webkit-transform-origin: bottom
  }
}

/*optional*/

.slideContent {
	position: absolute;
	top: 50%;
	left:70%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	line-height: normal;
}}
