@font-face{font-family:'SolidoCondensed-UltraLight';
src:url('http://www.aldia.cr/gnfactory/especiales/2013/showdeaviones/fonts/SolidoCondensed-UltraLight.otf');
}
@font-face{font-family:'SolidoCondensed-Book';
src:url('http://www.aldia.cr/gnfactory/especiales/2013/showdeaviones/fonts/SolidoCondensed-Book.otf');
}
@font-face{font-family:'Solido-Black';
src:url('http://www.aldia.cr/gnfactory/especiales/2013/showdeaviones/fonts/Solido-Black.otf');
}

@font-face{font-family:'Solido-Book';container
src:url('http://www.aldia.cr/gnfactory/especiales/2013/showdeaviones/fonts/Solido-Book.otf');

}

html, body {
    width: 100%;
    height: 100%;
}
nav {
    height: 60px;
    position: absolute;
    right: 140px;
}
nav li {
    display: inline-block;
}
nav li a {
    margin-left: 15px;
    display: block;
	font-family: 'Roboto Slab', sans-serif;    
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    opacity: .5;
    transition: opacity 0.5s ease 0s;    
}
nav li a:hover, nav li a:visited {
    opacity: 1;
    text-decoration: none !important;
}
@media screen and (max-width: 750px) {
    nav {
        display: none !important;
    }
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Roboto Slab', serif;	
	font-size: 2.7em;
    color: #fff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: Solido-Book, Arial, Helvetica, sans-serif;	
	font-size: 2.2em;
    text-align: center;
    color: #14386c;
    margin-top: 20px;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
    text-align: center;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
/*SLIDER*/
.slider {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #f4f4f4;
}
.slider .controls {
    width: 100%;
    height: 90%;    
    position: relative;
    z-index: 10;
}
.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}
.slider .controls ul.tabs li.current {
    opacity: 1;
}
.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}
.slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/02/18/0001/img/arrow_backward.png);
}
.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2016/02/18/0001/img/arrow_forward.png);
}
.slider .controls ul.arrows li:hover {
    opacity: 1;
}
.slider .disabled {
    visibility:hidden !important;
}
.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}
.slider .items .item {
    width: 100%;
    height: inherit;
	position: absolute;
	display: none;
}
.slider .items .item .image {
/*
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;     
*/
    width: 30%;
    height: 85%;
    margin: 20px auto;
    background-size: cover; 
}
.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: auto;
	color: #000;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}
/*SLIDER*/
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/02/18/0001/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/
/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;  
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }    
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/

#head {
    height:180px;
    position: relative;
    background: #14386c;
}
#cover {
    width: 70%;
    position: absolute;
    top: 23%;
    left: 15%;
    text-align: center;
}
#cover h1 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    font-family: 'Solido', sans-serif;
    line-height: 50px;
}
#cover h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    /*font-style: italic;*/
    font-family: 'Solido', sans-serif;
    line-height: 50px;
}
@media screen and (max-width: 900px) {
#cover h1 {
    font-size: 60px;
}
#cover h2 {
    font-size: 50px;
}
}
@media screen and (max-width: 570px) {
#cover h1 {
    margin-bottom: 10px;
    margin-top: 21px;
    font-size: 30px;
    line-height: 30px;
}
#cover h2 {
    font-size: 33px;
    line-height: 33px;
}
}
#info {
    width: 70%;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #d0d0d0;
    background-image: url(/gnfactory/LNC/GNF/2016/02/17/0001/img/zika_intro.png);
    height:730px;
}
#info ul.spots {
    width: 100%;
    height: 100%;
	position: relative;
}
#info ul.spots li {
	width: 25px;
	height: 25px;
	position: absolute;
    background: #fd6a37;
	border-radius: 25px;
	cursor: pointer;
    background: #f47319 url(/gnfactory/LNC/GNF/2016/02/18/0001/img/icon_rest.png) center center no-repeat;
    list-style: none;
}
#columns {
    width: 100%;
    margin: 35px 0 50px 0;
}
#columns .clear {
    clear: both;
}
#columns .column {
    width: 29%;
    float: left;
    margin: 0 2% 0 2%;
}
#columns .column h1 {
    margin-bottom: 15px;
    font-family: 'Solido', serif;	
    font-size: 28px;
    font-weight: 600;
    color: #005044;
}
#columns .column p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
#columns .column img {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 570px) {
#columns .column {
    width: 90%;
    margin: 0 5% 20px 5%;
}
}
#text {
    width: 60%;
    margin: 0 20% 60px 20%;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}
@media screen and (max-width: 570px) {
    #text {
        width: 70%;
        margin: 0 15% 60px 15%;
        font-size: 18px;
    }
}

/* columnas */

#columns {
    width: 100%;
    margin: 35px 0 50px 0;
}
#columns .clear {
    clear: both;
}
#columns .column {
    width: 29%;
    float: left;
    margin: 0 2% 0 2%;
}
#columns .column h1 {
    margin-bottom: 15px;
    font-family: 'Solido', serif;	
    font-size: 28px;
    font-weight: 600;
    color: #005044;
}
#columns .column p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
#columns .column img {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 570px) {
#columns .column {
    width: 90%;
    margin: 0 5% 20px 5%;
}
}

.fondo{
    background-color: #D2A37F;
}



/*
#sintomas {
    width: 423px;
    margin: 0 auto;
    background-size: cover;
    border-bottom: 1px solid #d0d0d0;
    background-image: url(../img/sintomas.png);
    height:1164px;
    margin-bottom: 30px;
}
*/
/*
#sintomas ul.spots {
    width: 100%;
    height: 100%;
	position: relative;
}
#sintomas ul.spots li {
	width: 25px;
	height: 25px;
	position: absolute;
    background: #fd6a37;
	border-radius: 25px;
	cursor: pointer;
    background: #f47319 url(../img/icon_rest.png) center center no-repeat;
}*/

.map {
   width: 600px; 
        height: 600px;
    margin-bottom: 30px;
    margin: 50px 0;
}
.sintomas_list ul li{
    background: #fd6a37;
}

@media screen and (max-width: 600px) {
    #info {
    width: 100%;
    margin: 0 auto 0 12px;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #d0d0d0;
    background-image: url(/gnfactory/LNC/GNF/2016/02/18/0001/img/zika_intro.png);
    height: 350px;
    }
    .slider .items .item .image {
    width: 100%;
    height: 55%;
    margin: 0 auto;
    background-size: cover;
    }
    .slider .controls ul.tabs {
    bottom: 70px;
    }
    .slider {
    height: 330px;
    }
    .slider .items .item p {
    height: 14%;
        margin-top: 10px;
    }
    .slider .controls {
    height: 95%;
    }
    .slider .items .item {
    width: 100%;
    height: 480px;
    }
    .slider .controls ul.arrows {
    top: 25%;
    }
    .map {
   width: 300px; 
    }
}

li {
list-style: none;
}

.sintomas_list{
  width: 90%;
   margin: 0 auto;
}

ul li{
   list-style-type:circle;
   color: #fd6a37;
}

ul li span {
       color: black;
}

.bajada{
    color: #fff;
}

/*OAS*/

.publicidad1 {
    width: 300px;
    height: 300px;
    text-align: center;
    position: relative;
    bottom: 10px;
    z-index: 1000;
    margin: 0 auto;
/*    background-color: #fe0606;*/
    left: calc(50% - 320px);
    margin-bottom: 20px;
}

.publicidad1 p{
  font-size: 10px;
  padding: 5px;
  color:#fff;
  text-transform: uppercase;
  /*z-index: 100;*/
  text-align: center;
    background-color: #000;

}

@media screen and (max-width: 600px) {
    .publicidad1{
    display: none;
    }
    
}

/* fin OAS */