* {
    margin: 0;
    padding: 0;
    -webket-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

ul {
    list-style: none;
}

h1, h2, p {
    color: #000;
}

p, b {
    font-weight: 300;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h1, h2 {
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2;
    text-transform: uppercase;
}

h1, h2, #animales figcaption p, .modal-dialog nav ul li p, figure p:nth-of-type(1), form div label, .menu a, figure b {
    font-family: "Oswald", sans-serif;
}

h3, p, a {
    font-family: "Raleway", sans-serif;
}

hr {
    border: 2px solid #81af59;
}

body {
    /*background: url(../img/arctic.jpg) top center/cover no-repeat fixed;*/
}

section {
    background-color: rgba(255,255,255,0.9);
}

section .wrapper {
    padding: 150px 0;
}

span {
    color: #81af59;
}

#sobreartico, #factores, #animales, #contacto {
	width: 100%; 
	position: relative;
}

#inicio {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.desenfocar {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-color:  -webkit-linear-gradient(top, transparent 0%, rgba(255,255,255,0.9) 80%);*/
    background-image: url(../img/arctic.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
}

.hielo {
    /*background: -webkit-linear-gradient(top, transparent 0%, rgba(255,255,255,0.9) 80%);*/
    background-attachment: local;
    background: linear-gradient(0deg,  rgba(255,255,255,1) 0%, transparent 100%);
}

#congelar {
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-attachment: local;
    background: linear-gradient(0deg,  rgba(255,255,255,1) 0%, transparent 100%);
}

#inicio:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.1);
}

#inicio .titleall {
    padding: 0 20px;
    z-index: 1;
}

.menuicon {
    position: fixed;
    cursor: pointer;
    height: auto;
    width: 50px;
    padding: 10px 15px;
    display: none;
    z-index: 3;
    width: 100%;
}

.menuicon span {
    display: block;
    width: 54px;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menuicon span::after, .menuicon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
}

.menuicon span::before {
    margin-top: -8px;
}

.menuicon span::after {
    margin-top: 8px;
}

#hamburger {
    display: none;
}

#hamburger:checked ~ .menuicon span {
    background-color: transparent;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
}

#hamburger:checked ~ .menuicon span::before, #hamburger:checked ~ .menuicon span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
}

#hamburger:checked ~ .menuicon span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger:checked ~ .menuicon span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger:checked ~ .menuicon {
    box-shadow: none;
}

#hamburger:checked ~ .menu {
    display: block;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.run-title {
    position: fixed;
}

.stop-title {
    bottom: 50px;
    position: absolute;
}

#inicio h1, #inicio p:nth-of-type(1) {
    text-shadow: 0px 0px 20px #fff;
}

#inicio #congelar, #inicio .title {
    padding-top: 50px;
    position: absolute;
}

#inicio .more {
    float: right;
}

#inicio .title .more a {
    text-decoration: none;
    color: #000;
    line-height: 2.8;
    font-size: 16px;
    display: inline-block;
}

#inicio .rectangulonegro {
    height: 220px;
    background-size: 300px;
}

#inicio .title p {
    font-weight: 600;
    font-size: 32px;
    text-shadow: 0px 0px 20px #fff;
}

#factores {
    background-image: url(../img/arcticloud.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#contacto {
    background-image: url(../img/arcticnight.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#contacto .col-siete {
    display: flex;
    justify-content: space-around;
}

#contacto .col-siete div {
    flex: 12;
}

#contacto .col-siete form p:nth-of-type(1) {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin-top: 120px;
}

.fondo {
    background-color: rgba(0, 0, 0, 0.8);
}

#factores .rectanguloblanco h2, #factores .col-cuatro p, #contacto .rectanguloblanco h2, #contacto .col-cuatro p  {
    color: #f9f9f9;
}

#animales .col-ocho .flex-container {
    justify-content: flex-end;
}

/*#animales {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}*/

#animales button {
    overflow: hidden;
}

#contacto .boton p {
    margin-top: 0 !important;
}

#contacto .col-siete p {
    font-size: 14px;
    text-align: center;
}

#contacto .fa {
    height: 44px;
    width: 44px;
    color: #fff; 
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 30px;
}

#contacto .fa:hover{
    color: #fff;
    border-color: #81af59;
    transition: all 0.3s ease 0s;
}

#contacto p {
    color: #fff;
    display: inline-block;
}

#contacto a {
    color: #81af59;
}

.fa-linkedin, .fa-twitter, .fa-instagram {
    padding: 10px;
    margin: 5px;
}

.fa-linkedin:hover, .fa-twitter:hover, .fa-instagram:hover {
    background-color: #81af59;
    transition: all 0.3s ease 0s;
}

aside {
    width: 33.4%;
    height: 100%;
    float: left;
    z-index: 2;
    position: relative;
}

section center img {
    width: 70%;
}

figure {
    margin: 20px;
}

figure img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

figure p:nth-of-type(1), figure b {
    font-weight: 700;
    letter-spacing: 1;
    text-transform: uppercase;
}

figure .col-dos p {
    margin-top: 10px;
}

figure .col-dos {
    padding: 10px 0;
    border-right: 4px solid #81af59;
}

figure p:nth-of-type(2) {
    font-size: 14px;
}

figure .col-dos p {
    margin-left: 10px;
}

footer p {
    color: #fff;
    display: inline-block;
}

.wrapper {
    margin: 0 auto;
    width: 1170px;
}

#contacto .wrapper {
    padding-bottom: 30px;
}

#contacto hr {
    margin-bottom: 20px;
}

.arrow {
    margin-left: 10px;
    width: 24px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ5My4zNTYgNDkzLjM1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkzLjM1NiA0OTMuMzU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQ5MC40OTgsMjM5LjI3OGwtMTA5LjYzMi05OS45MjljLTMuMDQ2LTIuNDc0LTYuMzc2LTIuOTUtOS45OTMtMS40MjdjLTMuNjEzLDEuNTI1LTUuNDI3LDQuMjgzLTUuNDI3LDguMjgydjYzLjk1NEg5LjEzNiAgIGMtMi42NjYsMC00Ljg1NiwwLjg1NS02LjU2NywyLjU2OEMwLjg1OSwyMTQuNDM4LDAsMjE2LjYyOCwwLDIxOS4yOTJ2NTQuODE2YzAsMi42NjMsMC44NTUsNC44NTMsMi41NjgsNi41NjMgICBjMS43MTUsMS43MTIsMy45MDUsMi41NjcsNi41NjcsMi41NjdoMzU2LjMxM3Y2My45NTNjMCwzLjgxMiwxLjgxNyw2LjU3LDUuNDI4LDguMjc4YzMuNjIsMS41MjksNi45NSwwLjk1MSw5Ljk5Ni0xLjcwOCAgIGwxMDkuNjMyLTEwMS4wNzdjMS45MDMtMS45MDIsMi44NTItNC4xODIsMi44NTItNi44NDlDNDkzLjM1NiwyNDMuMzY3LDQ5Mi40MDEsMjQxLjE4MSw0OTAuNDk4LDIzOS4yNzh6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.osopolar, .reno, .zorropolar, .loboartico, .morsa, .ballenaboreal {
    width: 200px;
	height: 200px;
    margin: 0 10px;
	position: relative;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.osopolar, .reno, .zorropolar {
    margin-bottom: 10px;
}

.loboartico, .morsa, .ballenaboreal {
    margin-top: 10px;
}

.banneroso, .bannereno, .bannerzorro, .bannerlobo, .bannermorsa, .bannerballena {
    display: none;
    width: 100%;
    height: 30%;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.osopolar figcaption, .reno figcaption, .zorropolar figcaption, .loboartico figcaption, .morsa figcaption, .ballenaboreal figcaption {
    opacity: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.75s;
    background-color: rgba(0, 0, 0, 0.5);
}

.osopolar figcaption p, .reno figcaption p, .zorropolar figcaption p, .loboartico figcaption p, .morsa figcaption p, .ballenaboreal figcaption p {
    color: #fff;
    z-index: 2;
    letter-spacing: 1;
    font-size: 20px;
    font-weight: 400;
}

.modal-dialog nav ul li p {
    font-size: 16px;
    font-weight: 400;   
}

.osopolar:hover figcaption p, .reno:hover figcaption p, .zorropolar:hover figcaption p, .loboartico:hover figcaption p, .morsa:hover figcaption p, .ballenaboreal:hover figcaption p {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
}

.osopolar:hover figcaption, .osopolar:hover figcaption div, .reno:hover figcaption, .reno:hover figcaption div, .zorropolar:hover figcaption, .zorropolar:hover figcaption div, .loboartico:hover figcaption, .loboartico:hover figcaption div, .morsa:hover figcaption, .morsa:hover figcaption div, .ballenaboreal:hover figcaption, .ballenaboreal:hover figcaption div {
    opacity: 1;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
}

.osopolar figcaption div, .reno figcaption div, .zorropolar figcaption div, .loboartico figcaption div, .morsa figcaption div, .ballenaboreal figcaption div {
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.osopolar figcaption:before, .reno figcaption:before, .zorropolar figcaption:before, .loboartico figcaption:before, .morsa figcaption:before, .ballenaboreal figcaption:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    border: 2px solid #fff;
}

.osopolar figcaption:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-image: url(../img/osopolar.jpg);
}

.reno figcaption:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-image: url(../img/reno.jpg);
}

.zorropolar figcaption:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../img/zorropolar.jpg);
}

.loboartico figcaption:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../img/loboartico.jpg);
}

.morsa figcaption:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/morsa.jpg);
}

.ballenaboreal figcaption:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -50px;
    background-image: url(../img/ballenaboreal.jpg);
}

.osopolar, .banneroso {
    background: url(../img/osopolar.jpg) top center/cover no-repeat;
}

.reno, .bannereno {
    background: url(../img/reno.jpg) top center/cover no-repeat;
}

.osopolar, .reno {
    background-position: 75% 50%;
}

.banneroso, .bannereno, .bannerzorro {
    background-size: 120%;
    background-position: left center;
}

.zorropolar, .bannerzorro {
    background: url(../img/zorropolar.jpg) top center/cover no-repeat;
}

.zorropolar, .bannerzorro {
    background-position: right;
}

.loboartico, .bannerlobo {
    background: url(../img/loboartico.jpg) top center/cover no-repeat;
}

.loboartico {
    background-position: right;
}

.bannerlobo {
    background-position: center 20%;
}

.morsa, .bannermorsa {
    background: url(../img/morsa.jpg) top center/cover no-repeat;
}

.morsa {
    background-position: center;
}

.bannermorsa {
    background-size: 120%;
    background-position: center left;
}

.ballenaboreal, .bannerballena {
    background: url(../img/ballenaboreal.jpg) top center/cover no-repeat;
}

.ballenaboreal {
    background-position: -50px;
}

.bannerballena {
    background-size: 150%;
    background-position: center left;
}

section:nth-of-type(2) center div, .footer center div {
    z-index: 2;
    position: relative;
}

section:nth-of-type(2) center div p {
    font-size: 16px;
    letter-spacing: 4;
    margin-top: 40px;
    text-transform: uppercase;
}

section:nth-of-type(4) center {
    margin: 20px 0;
}

form div {
    position: relative;
    height: 50px;
    margin-bottom: 10px;
}

form div input, form div textarea {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    outline: none;
    color: #fff;
    border-radius: 0;
    border-color: #fff;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    box-shadow: none;
}

form div textarea {
    height: 150px;
    resize: none;
}

form div input, form div textarea, form div label {
    position: absolute;
}

form div label {
    padding: 10px;
    color: #fff;
    letter-spacing: 1;
    font-weight: 200;
}

form div input:focus label, form div textarea:focus label {
    opacity: 0;
    transition: all 0.1s ease-in-out 0s;
}

form div input:focus, form div textarea:focus {
    box-shadow: none;
    border-color: #81af59;
    transition: all 0.1s ease-in-out 0s;
}

.menu {
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    background-color: transparent;
}

.menu a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu nav {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuscroll {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background-color: #fff;
    transition: all 0.1s ease-in-out 0s;
}

.idiomas, .idiomas a {
    display: flex;
}

.idiomas a {
    cursor: pointer;
    margin: 0 2px;
}

.idiomas img {
    margin: 0 6px;
    height: 24px;
    width: 24px;
}

label img {
    margin-left: 20px;
}

label .idiomas {
    width: 100%;
    margin-bottom: -10px;
    justify-content: flex-end;
}

.menu .logo, label img {
    width: 140px;
    display: inline-block;
}

nav ul {
    float: right;
    display: inline-block;
}

nav ul li {
    margin: 0 20px;
    display: inline-block;
    transition: 0.3s ease;
}

.menu nav ul li:before {
    content: "";
    position: absolute;
    margin-top: 25px;
    width: 4px;
    height: 4px;
    transition-duration: 0.75s;
    opacity: 0;
    background-color: #81af59;
}

nav ul li:hover:before {
    width: 4%;
    opacity: 1;
}

nav ul li a {
    font-size: 14px;
    letter-spacing: 1;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.noscroll {
    overflow: hidden;
}

.inner-text {
    position: relative;
    height: 20px;
}

.degradado {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
}

.rectangulonegro, .rectanguloblanco {
    display: flex;
    align-items: center;
    height: 160px;
    width: 100%;
    margin-bottom: 40px;
    position: static;
}

.rectangulonegro {
    background: url(../img/rectangulonegro.svg) no-repeat;
    background-position: 50px;
}

.rectanguloblanco {
    background: url(../img/rectanguloblanco.svg) no-repeat;
    background-position: 50px;
}

.ficha {
    top: 10%;
    bottom: 10%;
    margin-right: 50px;
    position: absolute;
    padding: 30px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px #000;
    background-color: rgba(255, 255, 255, 1);
}

.ficha hr, .modal-body hr {
    margin: 5px 0 10px 0;
}

.ficha hr {
    width: 30%;
}

.modal-body hr {
    width: 25%;
}

.ficha p, .modal-body p, .modal-body b {
    color: #000;
}

.fondo {
    width: 40%;
    height: 100%;
    position: absolute;
}

.fotoarctico {
    background-image: url(../img/polarbear.jpg);
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    -moz-transform: scaleX(-1); /* Firefox */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Chrome y Safari */
    transform: scaleX(-1);
}

.fotoarctico .rectangulonegro {
    background-size: 50%;
    background-position: 80px 180px;
}

.boton {
    letter-spacing: 1px;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2px;
    border: 2px solid #fff;
    background-color: transparent;
    margin: 25px 0 50px 0;
    padding: 15px 30px;
    align-items: center;
    justify-content: center;
}

.boton p {
    color: #fff;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.boton:hover {
    border-color: #81af59;
    background-color: #81af59;
    transition: all 0.3s ease-in-out 0s;
}

.boton:hover p {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.btnactive {
    background-color: rgba(255, 255, 255, 0.1);
}

.banneractive {
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.bannernone {
    display: none;
    transition: all 0.3s ease-in-out 0s;
}

.warning {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5Ny40NzIgNDk3LjQ3MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk3LjQ3MiA0OTcuNDcyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4yNSAwIDAgLTEuMjUgMCA0NSkiPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiNGRkNDNEQ7IiBkPSJNMjQuMzc0LTM1Ny44NTdjLTIwLjk1OCwwLTMwLjE5NywxNS4yMjMtMjAuNTQ4LDMzLjgyNkwxODEuNDIxLDE3LjkyOCAgICAgYzkuNjQ4LDE4LjYwMywyNS40NjMsMTguNjAzLDM1LjEyMywwTDM5NC4xNC0zMjQuMDMxYzkuNjcxLTE4LjYwMywwLjQyMS0zMy44MjYtMjAuNTQ4LTMzLjgyNkgyNC4zNzR6Ii8+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiMyMzFGMjA7IiBkPSJNMTczLjYwNS04MC45MjJjMCwxNC44MTQsMTAuOTM0LDIzLjk4NCwyNS4zOTUsMjMuOTg0YzE0LjEyLDAsMjUuNDA3LTkuNTEyLDI1LjQwNy0yMy45ODQgICAgIFYtMjE2Ljc1YzAtMTQuNDYxLTExLjI4Ny0yMy45ODQtMjUuNDA3LTIzLjk4NGMtMTQuNDYxLDAtMjUuMzk1LDkuMTgyLTI1LjM5NSwyMy45ODRWLTgwLjkyMnogTTE3MS40ODktMjg5LjA1NiAgICAgYzAsMTUuMTY3LDEyLjM0NSwyNy41MTEsMjcuNTExLDI3LjUxMWMxNS4xNjcsMCwyNy41MjMtMTIuMzQ1LDI3LjUyMy0yNy41MTFjMC0xNS4xNzgtMTIuMzU2LTI3LjUyMy0yNy41MjMtMjcuNTIzICAgICBDMTgzLjgzNC0zMTYuNTc5LDE3MS40ODktMzA0LjIzNCwxNzEuNDg5LTI4OS4wNTYiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-dialog {
    width: 80%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.modalcosta:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-image: url(../img/arcticloud.jpg);
}

.modalbosque:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-image: url(../img/arcticforest.jpg);
}

.modalagua:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-image: url(../img/arcticsea.jpg);
}

.modal-dialog nav {
    z-index: 1;
    overflow: scroll;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.modal-dialog nav img {
    width: 60px;
    margin-bottom: 5px;
}

.modal-dialog nav ul li {
    width: 100%;
    cursor: pointer;
    padding: 20px 0;
    margin: 0px !important;
}

.modal-dialog nav ul li p {
    color: #81AF58;
    line-height: 1.2;
}

.modal-content {
    z-index: 2;
    overflow-y: scroll;
    background-color: rgba(0,0,0, 0.6);         
}

.modal-content p, .modal-content b {
    color: #fff;
}
            
.modal-body {
    padding: 20px;
}

.modal-body p {
    font-size: 14px;
}

.modal-body b {
    font-size: 16px;
}

.close {
    float: right;
    margin: 10px;
    border: 0;
    height: 18px;
    width: 18px;
    top: 0;
    right: 0;
    position: absolute;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE5MS40MTQgMTkxLjQxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTkxLjQxNCAxOTEuNDE0IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Ik0xMDcuODg4LDk2LjE0Mmw4MC45MTYtODAuOTE2YzMuNDgtMy40OCwzLjQ4LTguNzAxLDAtMTIuMTgxcy04LjcwMS0zLjQ4LTEyLjE4MSwwTDk1LjcwNyw4My45NjFMMTQuNzkxLDMuMDQ1ICAgYy0zLjQ4LTMuNDgtOC43MDEtMy40OC0xMi4xODEsMHMtMy40OCw4LjcwMSwwLDEyLjE4MWw4MC45MTUsODAuOTE2TDIuNjEsMTc3LjA1N2MtMy40OCwzLjQ4LTMuNDgsOC43MDEsMCwxMi4xODEgICBjMS43NCwxLjc0LDUuMjIsMS43NCw2Ljk2LDEuNzRzNS4yMiwwLDUuMjItMS43NGw4MC45MTYtODAuOTE2bDgwLjkxNiw4MC45MTZjMS43NCwxLjc0LDUuMjIsMS43NCw2Ljk2LDEuNzQgICBjMS43NCwwLDUuMjIsMCw1LjIyLTEuNzRjMy40OC0zLjQ4LDMuNDgtOC43MDEsMC0xMi4xODFMMTA3Ljg4OCw5Ni4xNDJ6IiBmaWxsPSIjMDAwMDAwIi8+CiAgPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-color: transparent;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn {
    cursor: pointer;
    border: none;
}

.modal-body figure {
    margin: 20px 0;
}

.modal-body .col-uno figure:nth-of-type(1) p {
    display: inline-block;
}

.modal-body figure {
    margin: 20px;
}

.modal-body figure:nth-of-type(1) {
    margin-bottom: 0px;
}

.modal-body figure .col-cuatro {
    margin-right: 10px;
    border-right: 2px solid #000;
}

.modal-body figure .col-cuatro p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1;
    line-height: 1.5;
    margin: 10px 0;
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
}

.col-cuatro, .col-ocho {
    margin: 0 20px;
}

.col-uno {
    flex: 1;
}

.col-dos {
  flex: 2;
}

.col-tres {
    flex: 3;
}

.col-cuatro {
    flex: 4;
}

.col-cinco {
    flex: 5;
}

.col-seis {
    flex: 6;
}

.col-siete {
    flex: 7;
}

.col-ocho {
    flex: 8;
}

.col-nueve {
    flex: 9;
}

.col-diez {
    flex: 10;
}

.col-once {
    flex: 11;
}

.animated {
    -webkit-animation:aniload 0.05s;
    -moz-animation:aniload 0.05s;
    -ms-animation:aniload 0.05s;
    -o-animation:aniload 0.05s;
    animation:aniload 0.05s;
}

.transitioned {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
}
            
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.up {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  border-bottom:2em solid #00b6f1;
}
.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top:2em solid #00b6f1;
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4
}
  100% {
    -webkit-transform: translateX(-0.4em);
    opacity: 0.9 }
}

@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4
}
  100% {
    -webkit-transform: translateX(0.4em);
    opacity: 0.9
}
}

@media only screen and (max-width: 1170px) {
    
    .wrapper {
        width: 1024px;
    }

    section .wrapper {
        padding: 120px 0;
    }

    .osopolar, .reno, .zorropolar, .loboartico, .morsa, .ballenaboreal {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 1024px) {
    
    .wrapper {
        width: 991px;
    }

    section .wrapper {
        padding: 100px 0;
    }

    .ficha {
        top: 6%;
        bottom: 6%;
    }
}

@media only screen and (max-width: 991px) {
    
    .wrapper {
        width: 768px;
    }

    #inicio .titleall {
        padding: 0;
    }

    section .wrapper {
        padding: 80px 0;
    }

    #sobreartico .col-ocho, #animales .col-ocho {
        margin-top: 40px;
    }

    .col-cuatro, .col-siete, .col-ocho {
        flex: 100%;
        margin: 0px;
    }

    .fotoarctico {
        background-position: 20%;
    }

    .fondo {
        height: 43%;
        width: 100%;
        padding-bottom: 50px;
    }

    .ficha {
        top: 0px;
        margin: 30px 0 0 0;
        position: relative;
    }

    .modal-dialog {
        width: 90%;
    }

    .osopolar, .reno, .zorropolar, .loboartico, .morsa, .ballenaboreal {
        width: 240px;
        height: 240px;
    }

    .zorropolar {
        margin-top: 10px;
    }

    #animales .col-ocho .flex-container {
        justify-content: space-between;
    }

    .modal-content .rectangulonegro {
        background: none;
        width: 50%;
        height: 100px;
    }

    #contacto form {
        margin-top: 100px;
    }
}


@media only screen and (max-width: 768px) {

    .desenfocar, #factores, #contacto {
        background-attachment: scroll;
    }
    
    .wrapper {
        width: 640px;
    }

    .menu {
        top: 50px;
        display: none;
    }
    
    .menu ul li {
        width: 35%;
    }
    
    .menuicon {
        display: flex;
        align-items: center;
    }

    section .wrapper {
        padding: 60px 0;
    }

    nav ul {
        width: 100%;
        float: left;
    }

    nav ul li {
        margin: 0 10px;
        padding: 10px 0;
    }

    .menu nav img {
        display: none !important;
    }

    .ficha {
        margin: 30px 0px 0px 0px;
    }

    .banneroso, .bannereno, .bannermorsa {
        background-position: 0px center;
        background-size: 150%;
    }

    .bannerzorro {
        background-position: center center;
        background-size: 150%;
    }

    .bannerlobo {
        background-position: -100px 10%;
        background-size: 150%;
    }

    .bannerballena {
        background-position: 0px center;
        background-size: 250%;
    }

    .banneroso, .bannereno, .bannerzorro, .bannerlobo, .bannermorsa, .bannerballena {
        height: 20%;
    }

    .modal-dialog {
        width: 100%;
    }

    .modal-body .col-dos {
        flex: 100%;
    }

    .modal-dialog nav ul {
        width: 80px;
    }

    .modal-body div:nth-of-type(1) figure {
        margin-bottom: 0px;
    }

    .osopolar, .reno, .zorropolar, .loboartico, .morsa, .ballenaboreal {
        width: 200px;
        height: 200px;
    }

    #inicio .title p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 640px) {

    .wrapper {
        width: 480px;
    }

    section .wrapper {
        padding: 40px 0;
    }

    .osopolar, .reno, .zorropolar, .loboartico, .morsa, .ballenaboreal {
        width: 140px;
        height: 140px;
    }

    #factores .fondo {
        height: 35%;
    }

    #factores .col-dos:nth-of-type(1) figure:nth-of-type(2) {
        margin-bottom: 0px;
    }

    .col-uno {
        flex: 12%;
    }

    .col-dos {
        flex: 100%;
    }
}

/*@media only screen and (max-width: 540px) {

    .wrapper {
        width: 480px;
    }

    section .wrapper {
        padding: 20px 0;
    }
}*/

@media only screen and (max-width: 480px) {
    
    .wrapper {
        width: 320px;
    }

    #inicio .rectangulonegro, .fotoarctico .rectangulonegro {
        background-size: 75%;
    }

    .fotoarctico .rectangulonegro {
        background-position: center;
    }

    .ficha {
        padding: 10px;
    }

    .modal-body {
        padding: 0px;
    }

    .rectangulonegro, .rectanguloblanco {
        margin-top: 10px;
    }

    .modal-content .rectangulonegro {
        background: none;
    }

    .modal-header .rectangulonegro {
        height: auto;
        padding-right: 50px;
        background: none;
    }

    .modal-header .rectangulonegro h2 {
        font-size: 32px;
    }

    #inicio .title p {
        font-size: 24px;
    }

    .osopolar, .zorropolar, .morsa {
        margin-left: 0px;
    }

    .reno, .loboartico, .ballenaboreal {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 320px) {
    
    .wrapper, footer {
        width: 300px;
    }

    section .wrapper {
        padding: 20px 0;
    }

    .rectangulonegro, .rectanguloblanco {
        margin-bottom: 20px;
    }
}