/*
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 Al Cielo.
Version: 1.0
License: Todos los derechos reservados
Text Domain: 301
*/

:root
{       
    --301-col-a: #000000;
    --301-col-b: #e9c142;
    --301-col-c: #f7f5f2;
    --301-col-d: #ffffff;                     
    --301-txt-a: 16px;    
    --301-txt-b: 18px;
    --301-txt-c: 12px;
    --301-tra: all .5s;
}

@font-face 
{
    src: url("font/Montserrat-Regular.ttf");
    font-family: "--301-light";
}

@font-face 
{
    src: url("font/Montserrat-Bold.ttf");
    font-family: "--301-bold";
}

body
{
    opacity: 0;
    background: var(--301-col-d);
}

*
{       
    outline: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
    box-sizing: inherit;
}

*:before, *:after
{
    box-sizing: inherit;
}

h1,h2,h3,h4,h5
{
    font-family: "--301-bold";
    font-size: var(--301-txt-b);
    margin: 0;
    color: var(--301-col-a);
    font-weight: 100;
}

a
{
    text-decoration: none;
    transition: var(--301-tra);
    opacity: 1;
}

a:hover
{
    opacity: .5;
}

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

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

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

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

p
{
    margin: 0 0 25px 0;
    line-height: 1.3;
}

p, span, label, li, a, b, strong
{
    font-size: var(--301-txt-a);    
    color: var(--301-col-a);
    font-family: "--301-light";
}

b, strong
{
    font-weight: bold;
}

img
{
    display: block;
    width: 100%;
}

input[type=text],
input[type=email],
input[type=submit],
select,
button
{
    all: unset;
    font-family: "--301-light";
}

select,
::picker(select)
{
  appearance: base-select;
  cursor: pointer;
  transition: var(--301-tra);
  background: transparent;
}

select::picker-icon
{
    display: none;
}

::picker(select)
{
  border: none;
}

select option
{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    border-top: 1px solid;
    padding: 5px 10px;
    transition: var(--301-tra);
    background: var(--301-col-d);
    font-size: var(--301-txt-c);
    border-left: 1px solid;
    border-right: 1px solid;
}

select option:first-child
{
    margin-top: 10px;
    border-bottom: 0;
}

select option:last-child
{
    border-bottom: 1px solid var(--301-col-a);
}

input[type=text],
input[type=email]
{
    border: 0;
    width: 100%;
    padding: 8.5px 0;
    border-bottom: 1px solid var(--301-col-d);
}

input[type=text]::placeholder,
input[type=email]::placeholder
{
    color: var(--301-col-a);
}

.owl-carousel button.owl-dot 
{
    background: var(--301-col-b);
    width: 8px;
    height: 8px;
    border-radius: 30px;
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
}

.owl-carousel button.owl-dot.active 
{
    background: var(--301-col-a);
}

.owl-carousel .owl-stage
{
    margin: 0 auto;
    transition: all 1s !important;
}

.owl-dots
{
    margin: auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    width: fit-content;
    background: var(--301-col-c);
    border-radius: 10px;
}

.owl-nav 
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    width: 99%;
    height: fit-content;
}

.owl-nav button span
{
    background-color: var(--301-col-b);
    background-image: url(./img/301_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: transparent;
    background-size: 5px;
}

.owl-nav button.owl-next
{
    float: right;
    transform: rotate(180deg);
}

.grecaptcha-badge 
{
    visibility: hidden;
}

._301_no_view
{
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

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

._301_flex
{
    display: flex;
}

._301_flex ._301_cl
{
    flex: 1;
}

._301_flex ._301_cl_2
{
    flex: 2;
}

._301_flex ._301_cl p:last-child
{
    margin: 0;
}

._301_cta,
._301_form input[type=submit],
._301_call a
{
    color: var(--301-col-b);
    font-family: "--301-light";
    font-size: var(--301-txt-a);
    line-height: normal;
    display: inline;
    cursor: pointer;
    padding: 10px 15px;
    transition: var(--301-tra);
    text-align: center;
    background-color: var(--301-col-a);
    border-radius: 25px
}

._301_form input[type=submit]
{
    margin: 0 0 0 10px;
}

._301_cta:hover,
._301_form input[type=submit]:hover,
._301_call a:hover
{
    color: var(--301-col-a);
    background: var(--301-col-b);
    opacity: 1;
}

._301_form label
{
    display: block;
}

._301_form ._301_row
{
    margin-bottom: 10px;
    position: relative;
}

._301_form ._301_row._301_check 
{
    margin: 0;
    position: relative;
}

._301_form span.wpcf7-spinner 
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

._301_form span.wpcf7-not-valid-tip
{
    color: var(--301-col-b);
    position: absolute;
    right: 10px;
    top: 14px;
    bottom: 0;
    margin: auto;
    font-size: var(--301-txt-c);
}

._301_form  .wpcf7-form-control-wrap
{
    position: initial;
}

._301_form ._301_row._301_check span,
._301_form ._301_row._301_check a
{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: var(--301-txt-a);
}

._301_form select
{    
    padding: 8.5px 0;
    border-bottom: 1px solid var(--301-col-d);
}

._301_banner
{
    position: relative;
}

._301_banner iframe
{
    height: 500px;
    border: 0;
    width: 100%;
    border-radius: 25px 0 0 25px;
    display: block;
}

._301_banner ._301_img
{
    height: 500px;
    border-radius: 25px 0 0 25px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

._301_banner ._301_slide
{
    display: flex;
    align-items: center;
    border-radius: 25px;
    background: var(--301-col-c);
}

._301_banner ._301_media
{
    flex: 59%;
}

._301_banner ._301_data
{
    flex: 25%;
    padding: 0 8%;
}

._301_banner ._301_desc
{
    margin: 25px 0;
}

._301_filter ._301_options
{
    display: flex;
    align-items: end;
    column-gap: 25px;
    background: var(--301-col-c);
    padding: 15px;
    border-radius: 25px;
}

._301_filter ._301_item
{
    flex: 1;
    background: var(--301-col-d);
    padding: 8px 15px;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

._301_filter ._301_item:last-child
{
    background: none;
    padding: 0;
}

._301_filter ._301_cta
{
    width: 100%;
    padding: 20px 0;
    border-radius: 15px;
}

._301_filter h2
{
    background: var(--301-col-c);
    width: fit-content;
    margin-left: 50px;
    padding: 15px 30px;
    border-radius: 25px 25px 0px 0px;
    position: relative;
}

._301_filter h2:after
{
    content: "";
    background: url(./img/301_curve.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
    bottom: 0;
}

._301_filter h2:before
{
    content: "";
    background: url(./img/301_curve.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    left: -25px;
    bottom: 0;
    transform: rotate(-90deg);
}

._301_filter span
{
    display: block;    
    font-weight: bold;
    margin-bottom: 5px;
}

._301_filter select
{
    width: 100%;    
    color: var(--301-col-a);
    border: 0;
}

._301_grid
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    column-gap: 25px;
    row-gap: 25px;
    transition: var(--301-tra);
    margin-top: 25px;
}

._301_card
{
    background: var(--301-col-c);
    padding: 15px;
    border-radius: 25px;
    position: relative;
}

._301_card:after
{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    background-color: var(--301-col-d);
    background-image: url(./img/301_curve_r.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

._301_card ._301_img
{
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    position: relative;
}

._301_card span
{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0000009c;
    border-radius: 10px;
    padding: 5px 10px;
    color: var(--301-col-d);
    font-size: var(--301-txt-c);
    line-height: 1;
}

._301_card ._301_title
{
    margin-bottom: 15px;
    display: block;
}

._301_card ._301_info
{
    width: 85%;
    margin: 0 auto;
    padding: 15px 0;
}

._301_card p
{
    margin: 0;
}

._301_tab
{
    position: relative;
}

._301_tab ._301_title
{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    background: url(./img/301_tab.svg) no-repeat top left;
    padding: 20px 60px 0px 20px;
    min-height: 110px;
}

._301_tab ._301_desc
{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 245px;
    margin: 0;
    background: url(./img/301_tab_r.svg) no-repeat bottom right;
    padding: 50px 20px 10px 70px;
    min-height: 67px;
}

._301_tab img
{
    border-radius: 25px;
}

._301_bg
{
    background: var(--301-col-c);
    padding: 75px 0;
}

body .wpcf7 .wpcf7-response-output
{
    padding: 10px 15px;
    margin: 15px 0 0 0;
    font-size: var(--301-txt-c);
    border: 1px solid var(--301-col-b) !important;
    color: var(--301-col-a);
    font-family: '--301-light';
    background: var(--301-col-d);
    border-radius: 10px;
}

header ._301_menu
{
    padding: 20px 0 75px 0;
}

header ._301_b
{
    display: none;
}

header ._301_iso
{
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

header ul,
header li
{
    margin: 0;
}

header ._301_nav
{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
}

header ._301_mp
{
    display: flex;
    align-items: center;
}

header ._301_mp .menu-principal-container,
header ._301_mp .menu-principal-eng-container
{
    flex: calc(100% - 50px);
    text-align: right;
}

header ._301_mp ._301_len
{
    flex: 1;
    text-align: center;
    padding: 10px;
    background: var(--301-col-a);
    border-radius: 100%;
    color: var(--301-col-b);
    cursor: pointer;
    transition: var(--301-tra);
    width: 20px;
    height: 20px;
}

header ._301_mp ._301_len:hover
{
    background: var(--301-col-b);
    color: var(--301-col-a);
}

header ._301_mp ._301_len *
{
    font-family: "--301-light";
}

header ._301_mp .menu
{
    display: inline-flex;
    width: fit-content;
    column-gap: 50px;
    margin-right: 25px;
}

header ._301_mp .menu li
{
    flex: 1;
}

header ._301_mp .menu .current_page_item
{
    font-weight: bold;
}

header ._301_open
{
    display: none;
}

footer
{
    margin: 75px 0 0 0;
    background-color: var(--301-col-b);
    padding: 75px 0 120px 0;    
    position: relative;
    border-radius: 25px 25px 0 0;
}

footer:after
{
    content: "";
    background-image: url(./img/301_footer.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

footer ._301_ct
{
    z-index: 2;
}

footer ._301_flex
{
    column-gap: 50px;
    align-items: start;
}

footer ._301_iso
{
    width: 60px;
    margin: 0 auto;
}

footer ._301_txt
{
    width: 200px;
}

footer ._301_txt,
footer ._301_menu a
{
    font-size: var(--301-txt-c);
}

footer ._301_menu ul
{
    margin: 0;
}

footer ._301_menu li
{
    margin: 0 0 5px 0;
}

footer ._301_social
{
    background: var(--301-col-a);
    display: flex;
    column-gap: 15px;
    align-items: center;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 25px;
}

._301_social a
{
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 1;
}

a._301_ig
{
    background-image: url(./img/301_ig.svg);
}

a._301_fb
{
    background-image: url(./img/301_fb.svg);
}

a._301_tk
{
    background-image: url(./img/301_tk.svg);
}

a._301_ln
{
    background-image: url(./img/301_ln.svg);
}

a._301_wp
{
    background-image: url(./img/301_wp.svg);
}

a._301_ml
{
    background-image: url(./img/301_ml.svg);
}

a._301_lc
{
    background-image: url(./img/301_lc.svg);
}

footer ._301_call:hover
{
    opacity: 1;
}

footer ._301_call:hover ._301_popup,
footer ._301_call:hover ._301_icon
{
    border-color: var(--301-col-b);
}

footer ._301_popup
{    
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 2;
    cursor: pointer;
    transition: var(--301-tra);
    padding: 20px;
    background: var(--301-col-a);
    border-radius: 15px;
    border: 2px solid;
}

footer ._301_popup ._301_icon
{    
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -25px;
    right: 0;
    margin: auto;
    border: 2px solid var(--301-col-a);
    transition: var(--301-tra);
}

footer ._301_popup p
{
    color: var(--301-col-d);
    font-weight: bold;
    margin: 10px 0 5px 0;
    text-align: center;
}

footer ._301_popup span
{
    display: block;
    text-align: center;
    color: var(--301-col-b);
}

footer ._301_popup.end
{
    bottom: 240px;
}

footer ._301_legal h2
{
    position: absolute;
    width: fit-content;
    right: 20px;
    bottom: 10px;
    font-family: '--301-light';
    font-size: 12px;
}

._301_home ._301_filter
{
    margin: 100px 0 75px 0;
}

._301_home ._301_projects h2
{
    text-align: center;
    margin-bottom:75px;
}

._301_home ._301_projects ._301_cta
{
    display: block;
    width: fit-content;
    margin: 100px auto 50px auto;
}

._301_home ._301_we
{
    padding: 150px 50px 100px 50px;
    position: relative;
    margin-bottom: 50px;
}

._301_home ._301_we:after
{
    content: "";
    background: url(./img/301_we_r.svg) no-repeat left bottom;
    height: 50%;
    width: 50%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

._301_home ._301_we:before
{
    content: "";
    background: url(./img/301_we_l.svg) no-repeat left top;
    height: 50%;
    width: 50%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

._301_home ._301_icons
{
    margin: 75px 0;
}

._301_home ._301_icons p
{
    margin: 0;
}

._301_home ._301_icons ._301_icon
{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

._301_home ._301_icons ._301_txt
{
    display:  inline-block;
    vertical-align: middle;
}

._301_home ._301_we ._301_cta,
._301_home ._301_inv ._301_cta
{
    display: block;
    width: fit-content;
    margin: 75px auto;
}

._301_home ._301_inv ._301_flex
{
    column-gap: 100px;
    align-items: center;
}

._301_home ._301_inv h2
{
    margin-bottom: 15px;
}

._301_about ._301_intro
{
    padding: 80px 0 1px 28px;
    background: url(./img/301_about.svg) no-repeat;
}

._301_about ._301_intro ._301_txt
{
    width: 70%;
    margin: 75px auto;
}

._301_about ._301_intro ._301_flex
{
    column-gap: 50px;
}

._301_about ._301_intro ._301_tl
{
    flex: 3;
}

._301_about ._301_intro ._301_data
{
    margin: 75px 0 0 0;
}

._301_about ._301_intro ._301_data strong
{
    color: var(--301-col-b);
    font-family: "--301-bold";
    margin-bottom: 5px;
    display: block;
}

._301_about ._301_ser h2
{
    display: block;
    text-align: center;
    margin-bottom: 75px;
}

._301_about ._301_ser ._301_card ._301_title
{
    font-family: "--301-light";
    font-weight: bold;
    font-size: var(--301-col-a);
}

._301_about ._301_ser ._301_spec
{
    min-height: 85px;
}

._301_about ._301_tab
{
    margin: 75px 0;
}

._301_about ._301_vis ._301_item,
._301_project ._301_icons ._301_item
{
    text-align: center;
}

._301_about ._301_vis ._301_icon,
._301_project ._301_icons ._301_icon
{
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    display: block;
}

._301_blog article
{
    margin: 0 0 25px 0;
    padding: 25px;
    border-radius: 25px;
    border: 1.5px solid var(--301-col-c);
    position: relative;
}

._301_blog article:first-of-type
{
    border-color: var(--301-col-b);
}

._301_blog article:first-of-type ._301_img
{
    box-shadow: 0 2px 6px rgb(228 192 75 / 24%);
}

._301_blog article ._301_flex
{
    align-items: center;
    column-gap: 50px;
}

._301_blog article h3
{
    margin-bottom: 15px;
}

._301_blog article ._301_img
{
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

._301_article ._301_img
{
    overflow: hidden;
    margin-bottom: 75px;
    position: relative;
}

._301_article ._301_img img
{
    border-radius: 25px;
}

._301_article ._301_title
{
    margin-bottom: 50px;
}

._301_article ._301_date
{
    position: absolute;
    z-index: 1;
    right: -1px;
    top: -1px;
    background: url(./img/301_news.svg) no-repeat 0 0;
    padding: 10px 0 60px 0;
    width: 350px;
    text-align: center;
    background-size: contain;
}

._301_article ._301_txt
{
    columns: 2;
    column-gap: 75px;
    width: 75%;
    margin: 0 auto;
}

._301_contact ._301_data
{
    margin: 75px auto;
    width: 85%;
}

._301_contact ._301_flex
{
    column-gap: 75px;
}

._301_contact ._301_flex ._301_cl
{
    position: relative;
}

._301_contact ._301_social
{
    margin: 25px 0 0 0;
}

._301_contact ._301_social a
{
    background-position: 0 0;
    width: 100%;
    padding-left: 25px;
}

._301_contact ._301_social li
{
    margin: 0 0 15px 0;
}

._301_contact ._301_social span
{
    font-size: var(--301-txt-c);
}

._301_contact ._301_bg ._301_flex
{
    width: 85%;
    margin: auto;
}

._301_contact ._301_form h2
{
    margin-bottom: 30px;
}

._301_project ._301_tab ._301_desc
{
    width: 220px;
    min-height: 60px;
}

._301_project ._301_brand, 
._301_project ._301_icons,
._301_project ._301_video
{
    margin: 75px 0;
}

._301_project ._301_brand img
{
    width: 200px;
    margin-bottom: 25px;
    border-radius: 25px;
}

._301_project ._301_brand ._301_flex
{
    column-gap: 75px;
}

._301_project ._301_list
{
    background: var(--301-col-c);
    border-radius: 25px;
}

._301_project ._301_list h2
{
    background: url(./img/301_list.svg) no-repeat top left;
    padding: 20px 20px 20px 30px;
    min-height: 50px;
    width: 200px;
}

._301_project ._301_list ._301_items
{
    padding: 0 25px 25px 25px;
}

._301_project ._301_list li
{
    padding-left: 25px;
    background: url(./img/301_bullet.svg) no-repeat 0px 2px;
    background-size: 14px;
    margin: 0 0 15px 0;
}

._301_project ._301_media h2,
._301_project ._301_video h2
{
    margin: 0 0 75px 0;
    text-align: center;
}

._301_project ._301_data
{
    position: relative;
}

._301_project ._301_media ._301_info
{
    height: 550px;
}

._301_project iframe
{
    height: 550px;
    border: 0;
    width: 100%;
    border-radius: 25px;
}

._301_project ._301_options
{
    position: absolute;
    left: 25px;
    top: 25px;
    margin: 0;
    z-index: 2;
}

._301_project ._301_options li
{
    margin-right: 15px;
}

._301_project ._301_media ._301_item
{
    height: 550px;
    width: 100%;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
}

._301_project ._301_media .map
{
    display: none;
}

._301_project ._301_ext ul
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    column-gap: 25px;
}

._301_project ._301_icons p
{
    margin: 0;
}

._301_project ._301_media .owl-dots
{
    bottom: 25px;
}

._301_project ._301_txt
{
    columns: 2;
    column-gap: 75px;
    width: 75%;
    margin: 75px auto;
}

body.page-template-contact footer
{
    margin: 0;
    border-radius: 0;
}

body.page-template-contact footer ._301_call
{
    display: none;
}

@media (min-width: 1920px)
{
    html   
    {
        zoom: 1.3;
    }

    ._301_card ._301_img
    {
        height: 300px;
    }

    ._301_blog article ._301_img
    {
        height: 350px;
    }

    ._301_project ._301_media ._301_item,
    ._301_project ._301_media ._301_info,
    ._301_project iframe,
    ._301_banner ._301_img
    {
        height: 700px;
    }
}

@media (max-width: 1024px)
{
    ._301_grid
    {
        grid-template-columns: repeat(2, 1fr);
    }

    ._301_card ._301_img
    {
        height: 250px;
    }

    ._301_article ._301_txt,
    ._301_about ._301_intro ._301_txt,
    ._301_project ._301_txt,
    ._301_contact ._301_data
    {
        margin: 75px;
        width: auto;
    }

    ._301_contact ._301_bg ._301_flex
    {
        margin: 0 75px;
        width: auto;
    }

    ._301_about ._301_intro h2
    {
        text-align: center;
        margin-bottom: 75px;
    }

    ._301_about ._301_intro ._301_flex
    {
        display: block;
    }

    ._301_about ._301_data ._301_cl
    {
        margin-bottom: 15px;
    }

    ._301_tab ._301_desc
    {
        min-height: auto;
    }
}


@media (max-width: 768px)
{   

    ._301_desk
    {
        display: none;
    }

    ._301_ct
    {
        width: 80%;
    }    

    ._301_banner ._301_slide
    {
        display: block;
    }

    ._301_banner iframe,
    ._301_banner ._301_img
    {
        border-radius: 25px 25px 0 0;
    }

    ._301_banner ._301_img
    {
        height: 350px;
    }

    ._301_banner ._301_data
    {
        padding: 25px;
    }

    ._301_filter ._301_options
    {
        display: block;
    }

    ._301_filter ._301_item
    {
        margin-bottom: 15px;
    }

    ._301_filter ._301_item:last-child
    {
        margin: 0;
    }

    ._301_filter h2
    {
        margin: 0 auto;
    }

    ._301_filter h2:before
    {
        bottom: -5px;
        left: -20px;
    }

    ._301_filter h2:after
    {
        bottom: -5px;
        right: -20px;
    }

    ._301_tab ._301_title
    {
        position: relative;
        width: auto;
        background: none;
        padding: 0;
        min-height: auto;
        margin: 25px 0;
        text-align: center;
    }

    ._301_tab img
    {
        margin: 25px 0;
    }

    ._301_tab ._301_desc
    {
        position: relative;
        width: auto;
        margin: 0;
        background: none;
        padding: 0;
    }

    ._301_tab:first-child
    {
        margin-bottom: 50px;
    }

    .owl-dots
    {
        bottom: -60px;
    }

    .owl-carousel button.owl-dot
    {
        margin: 0 4px;
    }

    ._301_grid
    {
        grid-template-columns: repeat(1, 1fr);
    }

    ._301_bg
    {
        padding: 50px 0;
    }

    body
    {
        padding-top: 150px;
    }

    header
    {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

    header ._301_nav
    {
        position: fixed;
        left: -1100vw;
        top: 180px;
        width: 80%;
        z-index: 5;
        transition: var(--301-tra);
        margin: 0 auto;
        right: 0;
    }
    
    header ._301_menu
    {
        padding: 20px 0;
        background: var(--301-col-d)
    }

    header ._301_menu:after
    {
        content: "";
        position: fixed;
        left: -110vw;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--301-col-c);
        transition: var(--301-tra);
    }

    header ._301_menu.active:after,
    header ._301_menu.active ._301_nav
    {
        left: 0;
    }

    header ._301_mp
    {
        display: block;
    }

    header ._301_mp .menu
    {
        display: block;
        width: 100%;        
        margin: 0;
    }

    header ._301_mp .menu li
    {
        margin: 0 0 50px 0;
    }

    header ._301_mp .menu li a
    {
        font-size: var(--301-txt-b);
    }

    header ._301_mp .menu-principal-container,
    header ._301_mp .menu-principal-eng-container
    {
        text-align: left;
    }

    header ._301_mp ._301_len
    {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    header ._301_open
    {
        display: inline-block;
        width: calc(100% - 80px);
        text-align: right;
    }

    header ._301_open .no
    {
        display: none;
    }

    header ._301_open.active .ok
    {
        display: none;
    }

    header ._301_open.active .no
    {
        display: inline;
    }

    footer
    {
        margin-top: 50px;
        padding: 50px 0;
    }

    footer ._301_flex
    {
        display: block;
    }

    footer ._301_flex ._301_cl
    {
        margin: 0 0 25px 0;
    }

    footer ._301_flex ._301_cl:last-child
    {
        margin: 0;
    }

    footer ._301_legal h2 
    {        
        right: 10%;
        bottom: 25px;
    }

    footer ._301_txt
    {
        width: auto;
    }

    footer ._301_popup
    {
        right: 10%;
    }

    footer ._301_popup.end 
    {
        bottom: 350px;
    }

    ._301_home ._301_we
    {
        padding: 0;
    }

    ._301_home ._301_we:before,
    ._301_home ._301_icons,
    ._301_home ._301_we:after,
    footer:after
    {
        display: none;
    }

    ._301_home ._301_projects h2,
    ._301_about ._301_intro h2,
    ._301_about ._301_ser h2
    {
        margin-bottom: 25px;
    }

    ._301_home ._301_inv ._301_flex
    {
        display: block;
    }

    ._301_home ._301_filter
    {
        margin-bottom: 50px;
    }

    ._301_home ._301_inv img,
    ._301_home ._301_we ._301_cta,
    ._301_home ._301_inv ._301_cta
    {
        margin: 25px auto;
    }

    ._301_home ._301_inv h2
    {
        margin: 25px auto;
        text-align: center;
    }

    ._301_about ._301_intro
    {
        padding: 0;
        background: no-repeat;
    }

    ._301_article ._301_txt,
    ._301_about ._301_intro ._301_txt,
    ._301_project ._301_txt,
    ._301_contact ._301_data
    {
        margin: 50px 0;
        width: auto;
    }

    ._301_about ._301_intro ._301_data
    {
        margin: 50px 0 0 0;
    }

    ._301_about ._301_tab
    {
        margin: 50px 0;
    }

    ._301_about ._301_tab:first-child
    {
        margin-top: 100px;
    }

    ._301_about ._301_vis
    {
        margin-bottom: 100px;
    }

    ._301_blog article
    {
        padding: 15px;
    }

    ._301_blog article ._301_flex
    {
        display: block;
    }

    ._301_blog article ._301_img
    {
        margin-bottom: 25px;
    }

    ._301_article ._301_date
    {
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        background: none;
        padding: 0;
        width: auto;
        text-align: left;
    }

    ._301_article ._301_img
    {
        margin: 0;
    }

    ._301_article ._301_txt
    {
        columns: 1;
    }

    ._301_contact ._301_flex
    {
        display: block;
    }

    ._301_contact ._301_flex ._301_cl
    {
        margin-bottom: 50px;
    }

    ._301_contact ._301_flex ._301_cl:last-child,
    ._301_contact ._301_bg ._301_flex,
    ._301_contact ._301_bg ._301_cl
    {
        margin: 0;
    }

    ._301_contact ._301_bg ._301_cl:last-child
    {
        display: none;
    }

    ._301_project ._301_tab ._301_desc
    {
        width: auto;
        min-height: auto;
    }

    ._301_project ._301_brand,
    ._301_project ._301_icons,
    ._301_project ._301_video,
    ._301_project ._301_list
    {
        margin: 50px 0;
    }

    ._301_project ._301_brand
    {
        margin-top: 0;
    }

    ._301_project ._301_brand ._301_flex
    {
        display: block;
    }

    ._301_project ._301_brand img
    {
        width: 150px;
        margin: 0 auto 50px auto;
    }

    ._301_project ._301_media h2,
    ._301_project ._301_video h2 {
        margin: 0 0 25px 0;
        text-align: center;
    }

    ._301_project ._301_media ._301_item,
    ._301_project ._301_media ._301_info,
    ._301_project iframe
    {
        height: 250px;
    }

    ._301_project ._301_options
    {
        position: relative;
        left: 0;
        top: 0;
        margin: 25px auto;
        z-index: 2;
        right: 0;
        background: var(--301-col-a);
        border-radius: 25px;
        padding: 15px;
        text-align: center;
    }

    ._301_project ._301_options li
    {
        display: inline-block;
        margin: 0 5px;
    }

    ._301_project ._301_ext ._301_list
    {
        margin-top: 100px;
    }

    ._301_project ._301_ext ul
    {
        display: block;
    }

    ._301_project ._301_txt
    {
        columns: 1;
    }

    ._301_project ._301_txt p:last-child
    {
        margin: 0;
    }

    ._301_project ._301_media .owl-dots {
        bottom: -60px;
    }

    ._301_article ._301_title
    {
        margin-bottom: 25px;
    }

    ._301_project ._301_icons
    {
        margin: 100px 0;
    }

    ._301_contact ._301_social span,
    footer ._301_txt,
    footer ._301_menu a
    {
        font-size: var(--301-txt-a);
    }
}