/*
Theme Name: 301
Theme URI: https://301.com.co
Author: 301
Author URI: https://301.com.co
Description: Tema creado a medida para el sitio web de startup.
Version: 1.0
License: Todos los derechos reservados
Text Domain: 301
*/

@font-face 
{
    src: url('font/SF-Pro-Display-Light.ttf');
    font-family: 'texto';
}

@font-face 
{
    src: url('font/SF-Pro-Display-Thin.ttf');
    font-family: 'subtitulo';
}

@font-face 
{
    src: url('font/SF-Pro-Display-Medium.ttf');
    font-family: 'titulo';
}

body
{
    overflow-x: hidden;
    opacity: 0;
    background: #050505;
}

*
{   
    font-family: 'texto';
    outline: 0;
    color: #fff;
}

h1,h2,h3,h4,h5
{
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'titulo';
    font-weight: 100;
}

a
{
    text-decoration: none;
    transition: all .5s;
    opacity: 1;
}

a:hover
{
    opacity: .5;
}

a.no-hover:hover
{
    opacity: 1;
}

ul, ul li
{
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

ol
{
    margin: 10px 0 10px 15px;
    padding: 0;
}

ol li
{
    margin: 0 0 7px 0;
}

p, span, label
{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 1px;   
}

p
{
    margin: 0 0 20px 0;
}

img 
{
    display: block;
    border: 0;
}

b, strong
{
    letter-spacing: 2px;
    font-family: titulo;
}

._301_bg_fixed
{
    position: fixed;
    left: 0;
    top: 0;
    height: 110%;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.owl-carousel,
.owl-carousel p
{
    text-align: center;
}

.owl-carousel button.owl-dot 
{
    background: #fff;
    width: 20px;
    height: 2px;
    border-radius: 0;
    margin: 0 12px;
}

.owl-carousel button.owl-dot.active 
{
    opacity: .2;
}

.owl-carousel .owl-stage
{
    margin: 0 auto;
}

.owl-nav 
{
   position: absolute;
    left: -30px;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
    height: 30px;
    text-align: right;
    z-index: 10;
}

.owl-dots
{
    margin: auto;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}

.owl-nav  button.owl-prev
{
    float: left;
}

.owl-nav button span
{
    font-size: 0;
    background: url(./img/301_arrow.svg) no-repeat center;
    background-size: 17px;
    padding: 10px;
}

.owl-nav button.owl-prev
{
    transform: rotate(180deg);
}

.section
{
    position: relative;
    overflow: hidden;
}

.grecaptcha-badge 
{
    visibility: hidden;
}

.mobile
{
    display: none !important;
}

._301_ct
{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

._301_col
{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

._301_top
{
    text-align: left;
    transition: all .5s;    
    margin: 50px auto 0;
    z-index: 9;    
    transition: all .5s;
    position: relative;
    width: 90%;
}

._301_logo
{
    width: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    animation-name: logoxs;
    animation-duration: 1s;
}

@keyframes logoxs
{
  from {margin-top: -300px;}
  to {margin-top: 0;}
}

._301_brand
{
    width: 100%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all .5s;
    display: inline-block;
    height: 120px;
}

._301_action
{
    font-size: 32px;
    cursor: pointer;
    transition: all .5s;
    margin-top: 40px;
}

._301_action:hover
{
    opacity: .5;
}

._301_menu_items
{
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    transition: all .5s;
}
        
._301_brand:hover
{
    opacity: .5;
}

 ._301_menu
{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

._301_menu ul li
{
    margin: 0;
    text-align: left;
    display: block;
    position: relative;
}

._301_menu ul li.current_page_item a
{
    font-family: 'titulo';
}

._301_menu ul li.current_page_item a:after,
._301_menu ul li a:hover:after
{
    content: " ";
    width: 90px;
    height: 20px;
    background: url(./img/301_arrow_menu.svg) no-repeat center;
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    background-size: 80px;
    animation-name: menuxs;
    animation-duration: 1s;
}

@keyframes menuxs
{
  from {left: -200px;}
  to {left: -100px;}
}

._301_menu a
{
    font-family: 'texto';
    font-size: 26px;
    transition: all .5s;
    letter-spacing: 2px;
    line-height: 1;
}

.wpcf7 
{
    position: relative;
}

.wpcf7 label
{
    display: block;
    margin: 35px 0 2px 0;
    font-family: titulo;
    font-size: 14px;
    letter-spacing: 0;
}

.wpcf7 ._301_row
{
    position: relative;
}

.wpcf7 ._301_row input
{
    background: none;
    border:0;
    border-bottom: 1.5px solid;
    border-color: #272727;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.wpcf7 span.wpcf7-not-valid-tip
{
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -3px;
    color: #deac3d;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output
{
   position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    border: 0 !important;
    color: #deac3d;
    margin: 0;
    padding: 0;
}

.wpcf7 span.wpcf7-spinner
{
    vertical-align: middle;
    margin-right: -48px;
}

.wpcf7 ._301_habeas 
{
    margin: 35px 0 20px 0;
}

.wpcf7 ._301_habeas .check-301,
.wpcf7 ._301_habeas p
{
    display: inline-block;
}

.wpcf7 ._301_habeas .check-301 .wpcf7-list-item
{
    margin: 0 15px 0 0;
}

input._301_submit
{
    background: #272727;
    border: 0;
    padding: 5px 30px;
    cursor: pointer;
    font-size: 14px;
    transition: all .5s;
    opacity: 1;
    -webkit-appearance: none;
    color: #fff;
    text-transform: uppercase;
    font-family: titulo;;
}

input._301_submit:hover
{
    opacity: .5;
}

._301_page ._301_txt
{
    margin: 100px 0;
}

._301_page ._301_txt h1,
._301_page ._301_txt h2,
._301_page ._301_txt h3,
._301_page ._301_txt h4,
._301_page ._301_txt h5
{
    margin-bottom: 20px;
    font-family: 'titulo';
    margin-top: 30px;
}

._301_page ._301_txt ul li,
._301_page ._301_txt ol li
{
    list-style: disc;
    margin: 0 0 15px 15px
}

._301_page ._301_txt ul,
._301_page ._301_txt ol
{
    margin-bottom: 60px;
}

._301_page ._301_txt a
{
    color: #272727;
    text-decoration: underline;
}

._301_center
{
    width: fit-content;
    margin: 0 auto;
}

._301_foot
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

._301_foot ._301_ct
{
    padding: 5px 0;
}

._301_foot ._301_col
{
    text-align: left;
    vertical-align: middle;
}

._301_foot ._301_social,
._301_foot ._301_legal
{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    text-align: left;
}

._301_foot ._301_legal
{
    width: 10%;
    text-align: right;
}

._301_foot ._301_social li
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
    line-height: 1;
    font-size: 12px;
}

._301_foot ._301_social li:last-child
{
    margin-right: 0;
}

._301_foot ._301_social li:first-child
{
    margin-left: 0;
}

._301_legal h4
{
    font-family: 'texto';
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
    white-space: nowrap;
}

._301_len li.current-lang a
{
    color: #00FFD0;
}

body.page-template-projects ._301_logo,
body.post-template-project ._301_logo
{
    display: none;
}

._301_home ._301_bg
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: cover;
}

._301_we ._301_intro p 
{
    width: 48%;
    margin: 150px auto;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
}

._301_we ._301_values li
{
    display: inline-block;
    text-align: center;
    width: 33%;
    margin: 50px 0;
}

._301_we ._301_values li:first-child
{
    text-align: left;
}


._301_we ._301_values li:last-child
{
    text-align: right;
}

._301_we  ._301_team 
{
    margin: 150px 0;
}

._301_we ._301_people
{
    width: 17%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4% 100px 4%;
}

._301_we ._301_people h3
{
    font-size: 18px;
    font-family: 'texto';
    margin-bottom: 50px;
}

._301_imp
{
    padding: 150px 0;
    text-align: center;
}

._301_imp ._301_copy h3
{
    font-family: titulo;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 2px;
}

._301_imp ._301_copy p
{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}

._301_imp ._301_copy ._301_arrow
{
    width: 40px;
    height: 120px;
    background: url(./img/301_arrow_down.svg) no-repeat 0 0;
    margin: 30px auto;
    background-size: 40px 120px;
    animation-name: arrowxs;
    animation-duration: 3s;
}

@keyframes arrowxs
{
  from {height: 0;}
  to {height: 120px;}
}

._301_unc ._301_bg
{
    margin: 150px 0;
    position: relative;
}

._301_unc ._301_intro
{
    position: absolute;
    right: 0;
    top: 130px;
    width: 25%;
    text-align: right;
    font-size: 20px;
}

._301_unc ._301_sentir
{
    margin: 150px 0;
    width: 23%;
    font-size: 20px;
}

._301_real ._301_intro p
{
    width: 60%;
    margin: 150px 0 0;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    padding: 0 20px 0 50px;
    animation-name: realxs;
    animation-duration: 3s;
}

@keyframes realxs
{
  from {margin-left: -1200px;}
  to {margin-left: 0;}
}

._301_real ._301_intro p:after,
._301_real ._301_intro p:before
{
    content: " ";
    background: url(./img/301_qoute.svg) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

._301_real ._301_intro p:after
{
    transform: rotate(180deg);
    z-index: 10;
    left: auto;
    top: auto;
    margin: 5px 0 0 15px;
}

._301_real ._301_projects_copy
{
    text-align: right;
    margin: 200px 0;
}

._301_real ._301_projects_copy p
{
    font-size: 60px;
    line-height: 1;
    width: 36%;
    text-align: right;
    margin: 0;
    display: inline-block;
    animation-name: realpxs;
    animation-duration: 3s;
}

@keyframes realpxs
{
  from {margin-right: -1200px;}
  to {margin-right: 0;}
}

._301_real ._301_projects_go p
{
    font-size: 100px;
    font-family: titulo;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin: 0;
}

._301_real ._301_projects
{
    margin: 100px 0;
}

._301_real ._301_projects_start
{
    position: relative;
}

._301_real ._301_projects_start p,
._301_real ._301_projects_done p
{
    text-align: center;
    font-size: 60px;
    font-family: 'titulo';
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

._301_real ._301_projects_start:after
{
    background: url(./img/301_arrow.svg) no-repeat 0 0;
    background-size: 80px;
    content: " ";
    position: absolute;
    top: 100px;
    right: 0;
    height: 550px;
    width: 80px;
    left: 0;
    margin: auto;
    visibility: hidden;
}

._301_real ._301_projects_start.xs:after
{
    animation-name: newxs;
    animation-duration: 5s;
    visibility: visible;
}

@keyframes newxs
{
  from {top: 600px;}
  to {top: 100px;}
}

._301_real ._301_partners
{
    background: #fff;
    padding: 100px 0;
}

._301_real ._301_partners h3
{
    color: #000;
    font-weight: bold;
    position: relative;
}

._301_real ._301_partners h3:after
{
    content: " ";
    background: url(./img/301_arrow_partner.svg) no-repeat center;
    position: absolute;
    left: -100px;
    width: 90px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

._301_real ._301_grid 
{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

._301_real ._301_grid ._301_partner
{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

body.page-template-realestate ._301_foot
{
    background: #000;
}

._301_real ._301_projects
{
    text-align: center;
}

._301_real ._301_projects.go ._301_item
{
    width: 15%;
    display: inline-block;
    padding: 3%;
}

._301_real ._301_projects.start ._301_item
{
    display: inline-block;
    width: 13%;
    padding: 5% 18%;
}

._301_real ._301_projects.go span
{
    display: block;
    text-align: center;
    border: 1px solid;
    padding: 2px;
}

._301_projects ._301_bg_top 
{
    position: relative;
    top: -170px;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 320px 0 0 0;
    text-align: right;
    overflow: hidden;
}

._301_projects ._301_bg_top ._301_ct:after
{
    background: url(./img/301_arrow.svg) no-repeat 0 0;
    background-size: 80px;
    content: " ";
    position: absolute;
    top: 150px;
    right: -30px;
    height: 470px;
    width: 80px;
    animation-name: proxs;
    animation-duration: 5s;
}

@keyframes proxs
{
  from {top: 600px;}
  to {top: 150px;}
}

._301_projects ._301_bg_top h1
{
    font-size: 100px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
}

._301_projects ._301_bg_top p
{
    font-size: 50px;
    width: 30%;
    display: inline-block;
    text-align: right;
    line-height: 1;
    margin: 150px 150px 150px 0;
}

._301_projects ._301_comming,
._301_projects ._301_down_logo
{
    margin-bottom: 150px;
}

._301_projects ._301_comming li
{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
}


._301_project ._301_logo_small
{
    width: 30%;
    margin: 0 auto;
    padding: 150px 0 400px 0;
}

._301_project ._301_copy h1
{
    font-size: 50px;
    font-family: 'titulo';
    line-height: 1;
    margin: 0 0 50px 0;
}

._301_project ._301_copy p
{
    font-size: 20px;
    line-height: 1.5;
    width: 50%;
    margin: 0;
}

._301_project ._301_we 
{
    margin: 400px 0;
}

._301_project ._301_we ._301_item
{
    display: inline-block;
    margin: 0 15% 0 0;
    text-align: left;
}

._301_project ._301_we  ._301_item p
{
    margin: 30px 0 0 0;
    text-align: left;
}

._301_project ._301_cta
{
    margin-bottom: 100px;
    text-align: right;
}

._301_project ._301_cta a
{
    font-size: 20px;
    font-family: 'titulo';
    position: relative;
}

._301_project ._301_cta a:hover:after
{
    content: " ";
    width: 90px;
    height: 20px;
    background: url(./img/301_arrow_menu.svg) no-repeat center;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 80px;
    transform: rotate(180deg);
}

body.post-template-project.tv
{
    background-image: url(./img/301_tv.gif) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

._301_cromantic ._301_screen 
{
    background-color: #e1eef6;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    content: " ";
    overflow: hidden;
    background: #16222A;
    background: -webkit-linear-gradient(to left, #16222A, #3A6073);
    background: linear-gradient(to left, #16222A, #3A6073);
    background-size: cover;
    background-image: url(./img/301_tv.gif);
    color: #e1eef6;
    z-index: 10;
}

._301_down_logo
{
    background: url(./img/301_down_logo.svg) no-repeat right center;
    width: 100%;
    height: 50px;
}

@media (min-width: 2500px)
{
    ._301_ct    
    {
        zoom: 1.3;
    }
}

@media (max-width: 1100px)
{
    .mobile
    {
        display: block !important;
    }

    .desktop
    {
        display: none !important;
    }

    ._301_top
    {
        margin: 0 auto;
    }

    ._301_logo.mobile
    {
        display: inline-block !important;
        vertical-align: middle;
    }

    ._301_action
    {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        margin: 0;
    }
    
    ._301_ct,
    ._301_center
    {
        width: 85%;
    }

    ._301_foot ._301_col
    {
        margin: 0;
    }

    ._301_col
    {
        width: 100%;
        text-align: left;
        margin: 0 0 25px 0;
    }

    ._301_menu
    {
        width: 100%;
    }

    ._301_menu ul li.current_page_item a:after
    {
        left: -90px;
    }

    @keyframes menuxs
    {
      from {left: -200px;}
      to {left: -90px;}
    }

    ._301_we ._301_intro p
    {
        width: 100%;
        font-size: 26px;
    }

    ._301_we ._301_people {
        width: 100%;
        margin: 0 0 50px 0;
    }

    ._301_we ._301_title h2
    {
        font-size: 24px;
    }

    ._301_we ._301_title h3
    {
        font-size: 20px;
        margin-bottom: 20px;
    }

    ._301_we ._301_desc p
    {
        width: 100%;
    }

    ._301_imp ._301_col:first-child
    {
        margin-bottom: 100px;
    }

    ._301_imp ._301_copy p
    {
        width: 80%;
    }

    ._301_unc ._301_intro
    {
        width: 48%;
        top: 0;
        font-size: 16px;
    }

    ._301_unc ._301_sentir
    {
        margin: 100px 0;
        width: 80%;
        font-size: 16px;
    }

    ._301_brand
    {
        height: 50px;
        margin: 50px 0;
    }

    ._301_real ._301_intro p
    {
        width: 88%;
        padding: 0 40px;
        font-size: 20px;
    }

    ._301_real ._301_projects_copy p
    {
        width: auto;
        font-size: 50px;
        text-align: left;
    }

    ._301_real ._301_grid
    {
        width: auto;
        text-align: left;
    }

    ._301_real ._301_grid ._301_partner
    {
        width: 33%;
    }

    ._301_real ._301_projects.go ._301_item
    {
        width: 27%;
    }

    ._301_real ._301_projects.start ._301_item {
        width: 22%;
        padding: 5% 14%;
    }

    ._301_real ._301_projects_start:after
    {
        height: 300px;
    }

    ._301_projects ._301_bg_top
    {
        top: -380px;
        padding: 480px 0 0 0;
    }

    ._301_projects ._301_bg_top h1
    {
        font-size: 60px;
    }

    ._301_projects ._301_bg_top p
    {
        font-size: 30px;
        width: 80%;
    }

    ._301_project ._301_logo_small
    {
        width: 60%;
        padding: 150px 0 300px 0;
    }

    ._301_project ._301_copy p
    {
        width: 100%;
    }

    ._301_project ._301_we
    {
        margin: 300px 0;
    }

    ._301_project ._301_we ._301_item
    {
        margin: 0;
    }

    ._301_down_logo
    {
        display: none;
    }
}