/*
Theme Name: Conquista Patagonia
Description: 
Author: Techcrowd
Author URI: https://wwww.techcrowd.cl/
Theme URI: https://wwww.techcrowd.cl/
Version: 1.0
Tags: 
License: 
License 
*/




*{
    box-sizing: border-box;
}
body{
    position: relative;
    font-family: din-2014,sans-serif;
    font-weight: 400;
    font-style: normal;
}
a{
    text-decoration: none;
}
.img{
    width: 100%;
    height: auto;
}
.teal{
    background-color: #00A99D;
}
header{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
}
.logo{
    width: 200px;
    display: block;
}
.logo img{
    width: 100%;
    height: auto;  
}
.menu{
    display: flex;
    align-items: center;
}
nav ul{
    display: flex;
    margin-left: 50px;
}
nav ul a{
    color: #fff;
    display: flex;
    height: 45px;
    align-items: center;
    padding: 0px 20px;
    margin: 0px 10px;
    font-size: 21px;
    font-family: din-2014,sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 13px;
}
.contenedor{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
#bigPicture{
    position: relative;
    max-height: 90vh;
    overflow: hidden;
}
#bigPicture img{
    width: 100%;
    height: auto;
}
.bigTxt{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0px;
    align-items: center;
    color: #fff;
}
.txtDestacado{
    width: 400px;
    float: right;
}
.txtDestacado h2{
    font-size: 60px;
    text-shadow: 0px 2px 8px #292929;
}
.txtDestacado a{
    display: inline-block;
    width: 180px;
    padding: 15px;
    color: #fff;
    background-color: #00A99D;
    text-align: center;
    margin-top: 10px;
}
section{
    min-height: 50vh;
}
section h2{
    font-size: 35px;
    margin-bottom: 10px;
}
.txt-right{
    text-align: right;
}
.mt-100{
    margin-top: 100px;
}
#intro{
    padding-bottom: 80px;
}
#intro h3{
    font-size: 26px;
    margin-bottom: 25px;
}
#intro ul{
    padding-left: 80px;
}
#intro ul li{
    color: #4D4D4D;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
}
#intro ul li:before{
    content: '';
    display: block;
    position: absolute;
    left: -60px;
    width: 45px;
    height: 45px;
    background-image: url(images/thumb.png);
    background-size:cover;
}
#intro .grid{
    grid-gap: 50px;
}
section.actividades{
    padding: 50px 0px;
    background-color:rgba(0,169,157,0.1);
}
.linkCard{
    margin: 0px 40px;
}
.card{
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.card img{
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: 0.6s;
}
.card:hover img{
    transform: scale(1.2);
}
.card h4{
    display: block;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #fff;
    left: 10px;
    padding-left: 40px;
}
.actividades a:first-child .card h4{
    left: initial;
    right: 10px;
    padding-left: 0px;
    padding-right: 40px;
}
.flex{
    display: flex;
}
.flex.center{
    justify-content: center;
}
.flex.space{
    justify-content: space-between;
}
.grid{
    display: grid;
}
.grid2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#contacto{
    display: flex;
    height: 45px;
    align-items: center;
    padding: 0px 30px;
    color:#fff;
    margin-top: 20px;
}
.descripcion{
    max-width: 900px;
    padding: 60px 0px;
}
.descripcion p{
    font-size: 21px;
    line-height: 1.4;
    color: #4D4D4D;
}
.mosaico{
    padding: 15px 15px 0px;
}
.mosaico .grid{
    grid-gap: 15px;
}
.fotoMosaico{
    height: 300px;
    border: 1px solid #4D4D4D;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.fotoMosaico h3{
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-top: 10px;
    color: #fff;
    font-size: 24px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8477766106442577) 0%, rgba(0,0,0,0) 100%);

}
.fullWidth{
    overflow: visible;
    height: auto;
}
.fullWidth img{
    width: 100%;
    height: auto;
}

.barra-final{
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.barra-final ul{
    display: flex;
    margin: 0 auto 10px;
    justify-content: center;
}
.barra-final ul li{
    padding: 0px 15px;
    border-right: 2px solid #333;
}
.barra-final ul li:last-child{
    border-right: none;
}
.barra-final a{
    color: #333333;
    display: block;
}
.barra-final a:hover{
   color: #00A99D;
}
.formulario{
    background: linear-gradient(90deg, #00A99D 50%, #E6E6E6 50%);
    min-height: 400px;
    color: #fff;
    display: flex;
}
.formulario h3{
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.formulario input{
    border: 1px solid #999999;
    background-color: #E6E6E6;
    height: 50px;
}
.formulario .input{
    width: 240px;
    position: relative;
}
.formulario .input input{
    width: 100%;
    padding: 0px 20px;
}
.formulario .input input:focus{
    outline: none;
}
.formulario .input label{
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    color: #00A99D;
}
.formulario button{
    width: 100px;
    margin-left: 15px;
    color: #00A99D;
    font-weight: bold;
}
.formulario ul{
    margin-top: 30px;
    padding-left: 25px;
}
.formulario ul li{
    margin-bottom: 18px;
    font-size: 18px;
    position: relative;
}
.formulario ul li:before{
    content: '+';
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: -20px;
    top: -4px;
}