/*
Theme Name: Techcrow 2019
Description: 
Author: Jean Staig
Author URI: http://uilab.cl/
Theme URI: http://uilab.cl/
Version: 1.0
Tags: 
License: 
License 
*/

body {
    font-family: 'Heebo', sans-serif;
    background-color: #fff;
}


/* Colores */

.magenta {
    background-color: #ff06ca;
}

.magenta75 {
    background-color: rgba(255, 6, 202, 0.75)
}

.magenta50 {
    background-color: rgba(255, 6, 202, 0.5)
}

.magenta25 {
    background-color: rgba(255, 6, 202, 0.25)
}

.cyan {
    background-color: #3fa9f5;
}

.cyan75 {
    background-color: rgba(63, 169, 245, 0.75)
}

.cyan50 {
    background-color: rgba(63, 169, 245, 0.50)
}

.cyan25 {
    background-color: rgba(63, 169, 245, 0.25)
}

.grey1 {
    background-color: #f2f2f2;
}

.grey2 {
    background-color: #cccccc;
}

.grey3 {
    background-color: #999999;
}

.grey4 {
    background-color: #666666;
}

.btn.magenta,
.btn.cyan {
    color: #fff;
    ;
}


/* HEADER */

header {
    width: 100%;
    height: 100px;
}

footer {
    padding: 25px 0px;
    color: #3fa9f5;
    font-size: 14px;
    font-weight: 300;
}

.bg-full {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 105vh;
    z-index: 10;
    background-image: url(images/fondo.png);
    background-size: cover;
    background-position: center;
}

.
/*****/

.home {
    position: relative;
    z-index: 100;
}

.whiteZone {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 25px 35px 45px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px #828282;
}

.home ul {
    list-style: none;
    padding-left: 10px;
}

.home ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.home ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ff06ca;
    position: absolute;
    left: 0px;
}

.logo {
    max-width: 300px;
    margin-bottom: 20px;
}

.logo h1 {
    height: 1px;
    width: 1px;
    overflow: hidden;
}

section h2 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #666666;
    margin-bottom: 40px;
    ;
}

#contactoLanding {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 400;
    background-color: #ececec;
    top: 0px;
    left: 0px;
    max-width: 0px;
    padding: 50px 0px;
    transition: 0.8s;
    overflow: hidden;
}

#contactoLanding.open {
    max-width: 500px;
}

#contactoLanding .logo {
    margin: 0px 30px 30px;
    max-width: 250px;
}

.wpcf7-form label {
    position: relative;
    border: 1px solid #3fa9f5;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}

label .etiqueta {
    position: absolute;
    left: 17px;
    display: block;
    top: -12px;
    background: #ececec;
    color: #3fa9f5;
    padding: 0px 6px;
}

.wpcf7-form label input,
.wpcf7-form label textarea {
    border: 0px;
    background-color: transparent;
    width: 100%;
    outline: none !important;
    color: #909090;
}

.leFormulario {
    margin: 0px 30px;
}

.closeFormulario {
    position: absolute;
    top: 44px;
    right: 20px;
    font-size: 30px;
    color: #a2a2a2;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
}

.leFoemulario input:focus,
.leFoemulario textarea:focus {
    outline: none !important;
}

.wpcf7-submit {
    background-color: #3fa9f5;
    color: #fff;
    padding: 5px 15px;
    padding: 8px 45px;
    border: 0px;
    border-radius: 5px;
}

@media (max-width: 450px) {
    .home ul li:before {
        content: "✓";
        font-family: initial;
    }
}