/*
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 Retiro Silvestre.
Version: 1.0
License: Todos los derechos reservados
Text Domain: 301
*/

@font-face 
{
    src: url('font/Daaron-regular.ttf');
    font-family: texto;
}


@font-face 
{
    src: url('font/Fonde.ttf');
    font-family: titulo;
} 

body
{
    overflow-x: hidden;
    opacity: 0;
}

*
{	
    font-family: texto;
    outline: 0;
    color: #263340;
}

h1,h2,h3,h4,h5
{
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-family: titulo;
    color: #263340;    
    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: 16px;
    line-height: 24px;
    text-align: left;
    color: #263340;
    display: inline-block;
}

.menu-event-mobile
{
    display: none;
}

.owl-carousel,
.owl-carousel p
{
    text-align: center;
}

.owl-carousel button.owl-dot 
{
    background: #263340;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin: 0 5px;
}

.owl-carousel button.owl-dot.active 
{
    background: #463c38;
}

.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: 50px 0 0 0;
}

.owl-nav  button.owl-prev {
    float: left;
}

.owl-nav button span
{
    font-size: 60px;
}

.section
{
    position: relative;
    overflow: hidden;
}

.content-301
{
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.grecaptcha-badge 
{
    visibility: hidden;
}

.col-301
{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.bg-a
{
    background-color: #c8bead;
}

.bg-b
{
    background-color: #263340;
}

.legal
{
    background: rgb(38 51 64 / 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    width: 90%;
    padding: 2% 5%;
}

.modal 
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(38 51 64 / 80%);
    display: none;
}

.modal .viewer 
{
    position: fixed;
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.modal .viewer .contact 
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 400px;
    background: #ffffff;
    width: 50%;
    display: none;
}

.modal .close
{
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    font-family: 'titulo';
    color: #263340;
    line-height: 50px;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
}

header .top
{
    text-align: right;
    top: 2.5%;
    transition: all .5s;
    position: fixed;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

header .logo
{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 70px;
    position: fixed;
    left: 2.5%;
    right: 0;
    top: 45%;
    overflow: hidden;
}

header .logo-301
{
    width: 70px;
    height: 80px;
    background: url(./img/logo.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    transition: all .5s;
    display: inline-block;
    opacity: 0;
}
        
header .logo-301:hover
{
    opacity: .5;
}

header .menu-301 {
    text-align: right;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 30%;
    z-index: 10;
}

header .menu-301 .open
{
    height: 30px;
    background: url(./img/i-menu.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
}

header .menu-301 .open:hover
{
    opacity: .5;
}

header .menu-301 .close
{
    font-family: titulo;
    color: #263340;
    font-size: 30px;
    position: fixed;
    top: 2.5%;
    right: 2.5%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

header .menu-301 .menu-view 
{
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
}

header .menu-301 .menu-view .bg
{
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    z-index: -1;
}

header .menu-301 .menu-principal-container {
    z-index: 9;
    position: relative;
}

header .menu-301 ul li
{
    margin: 0 0 20px 0;
    text-align: right;
}

header .menu-301 ul li:last-child
{
    margin: 0;
}

header .menu-301 a
{
   font-size: 18px;
   transition: all .5s;
   color: #263340;
}

header .menu-301 a:hover,
header .menu-301 li.current-menu-item a
{
    color: #c8bead;
}

header .call 
{
    position: fixed;
    bottom: 2.5%;
    right: 2.5%;
    z-index: 8;
    width: 80px;
    margin: auto;
    text-align: right;
}

header .call .options
{
    visibility: hidden;
    transition: all 1s;
    opacity: 0;
}

header .call:hover .options
{
    visibility: visible;
    opacity: 1;
}

header .call .cta
{
    background: url(./img/i-call.svg) no-repeat center;
    background-size: contain;
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
    animation: movecall 3s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 10px #fff;
    border-radius: 30px;
}

@keyframes movecall {
  from {box-shadow: 0 0 10px #fff;}
  to {box-shadow: none;}
}

header .call .cta:hover
{
    opacity: .5;
}

header .call .options li
{
    cursor: pointer;
    transition: all .5s;
    margin: 0 0 20px 0;
}

header .call .options li:hover
{
    opacity: .5;
}

header.bg-b .logo-301
{
    background-image: url(./img/logo-b.svg);
}

header.bg-b .menu-301 .open
{
    background-image: url(./img/i-menu-b.svg);
}

header.bg-b .call .cta
{
    background-image: url(./img/i-call-b.svg);
}

header.bg-b .call .options li a
{
    color: #c8bead;
}

#section0 .logo
{
    width: 130px;
    margin: 0 auto;
}

#section0 .video
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    background: rgb(38 51 64 / 80%);
    display: none;
}

#section0 .video .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: 500px;
}

#section0 .video .close
{
    position: absolute;
    right: -50px;
    top: -50px;
    width: 50px;
    height: 50px;
    background: #fff;
    font-family: 'titulo';
    color: #263340;
    line-height: 50px;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
}

#section0 .down
{
    background: url(./img/i-down.svg) no-repeat center;
    animation: movescroll 1s;
    animation-iteration-count: infinite;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 2.5%;
    margin: auto;
}

@keyframes movescroll 
{
  from {bottom: 2.5%;}
  to {bottom: 2%;}
}

#section0 .copy
{
    margin: 100px 0 -150px 0;
    text-align: right;
}

#section0 .copy p
{
    text-align: right;
}

#section1 .copy *
{
    color: #c8bead;
}

#section1 h2
{
    font-size: 42px;
    line-height: 42px;
}

#section1 .copy p:last-child
{
    margin-bottom: 0;
}

#section1 .map
{
    position: relative;
}

#section1 .map .bg
{
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    background-size: cover;
    background-position: left center;
    border: 2px solid #c8bead;
}

#section1 .map .bg a
{
    background: rgb(200 190 173 / 84%);
    padding: 10px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
}

#section2 .project 
{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    padding: 10% 5%;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

#section2 .project .logo
{
    width: 70%;
    display: inline-block;
    margin: 0 auto;
}

#section2 .project .copy
{
    margin: 30px 0 0 0;
    font-size: 22px;
}

#section2 .project.active,
#section2 .project:hover
{
    background: #c8bead;
}

#section2 .project.active:before,
#section2 .project:hover:before
{
    content: " ";
    position: absolute;
    width: 4px;
    height: 500px;
    background: #c8bead;
    bottom: -500px;
    left: 0;
    right: 0;
    margin: auto;
}

#section2 .project.active .copy,
#section2 .project:hover .copy
{
    color: #fff;
    background: #263340;
}

#section2 .project.active .copy p,
#section2 .project:hover .copy p
{
    color: #c8bead;
}

#section2 .project strong 
{
    display: block;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 100;
    font-family: 'titulo';
    font-size: 18px;
    margin: 10px 0 0 0;
}

#section3 .block 
{
    display: inline-block;
    vertical-align: bottom;
    width: 25%;
    text-align: center;
    border: 2px solid #263340;
    height: 200px;
    position: relative;
}

#section3 .block .copy
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
}

#section3 .block .copy p
{
    margin: 5px 0 0 0;
    color: #463c38;
    font-size: 18px;
    text-align: center;
}

#section3 .block.lote
{
    height: 300px;
    margin: 0 0 -200px 0;
    border-bottom: 0;
}

#section3 .block.titulo 
{
    width: 64%;
    text-align: left;
    border: 0;
    padding: 0 5%;
    height: 90px;
}

#section3 .block.titulo h2
{
    font-size: 36px;
    line-height: 1;
}

#section3 .block.render
{
    width: 49%;
    height: 400px;
    border-left: 0;
    border-right: 0;
}

#section3 .block.render .map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#section3 .block.topografia 
{
    height: 400px;
}

#section3 .block.topografia .item
{
    height: 200px;
    position: relative;
}

#section3 .block.topografia .item.tipo
{
    border-bottom: 2px solid #263340;
}

#section3 .block.topografia .item.tipo .copy
{
    height: 60px;
}

#section4 .gallery-301 .item
{
    height: 550px;
    position: relative;
}

#section4 .gallery-301 .lozad
{
    background-size: cover;
    background-position: bottom center;
    height: 500px;
    width: 100%;
}

#section4 .gallery-301 .legal
{
    top: 0;
    bottom: auto;
    width: auto;
    right: 0;
    left: auto;
    padding: 1% 2%;
}

#section4 .gallery-301 .copy
{
    position: relative;
    height: 50px;
}

#section4 .gallery-301 .title
{
    background: #c8bead;
    position: absolute;
    bottom: 0;
    padding: 3%;
    font-size: 24px;
    font-family: 'titulo';
    width: 175px;
    text-align: left;
    height: 50px;
    overflow: hidden;
    letter-spacing: 2px;
}

#section4 .gallery-301 .text
{
    padding: 10px 0 0 260px;
    text-align: left;
}

#section5 .col-301.title
{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    position: relative;
    height: 510px;
}

#section5 .title h2
{
    color: #fff;
    width: 471px;
    font-size: 34px;
    line-height: 1.1;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    height: 128px;
    position: absolute;
    left: -172px;
    bottom: 0;
    top: 0;
    margin: auto
}

#section5 .col-301.type
{
    width: 30%;
    margin-right: 5%;
}

#section5 ul.home-type
{
    margin: 0;
}

#section5 .home-type .item
{
    height: 180px;
    border: 2px solid #fff;
    margin: -1px 0;
    padding: 36px;
    transition: all .5s;
    cursor: pointer;
}

#section5 .home-type .item *
{
    color: #c8bead;
}

#section5 .home-type .item.active,
#section5 .home-type .item:hover
{
    background: #fff;
}

#section5 .home-type .item.active *,
#section5 .home-type .item:hover *
{
    color: #263340;
}

#section5 .home-type .title
{
    font-family: 'titulo';
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
}

#section5 .home-type .text li
{
    margin: 0 0 10px 0;
    list-style: disc;
}

#section5 .col-301.view
{
    position: relative;
    height: 510px;
}

#section5 .viewer-type
{
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#section5 .viewer-type
{
    text-align: center;
}

#section6 .title h2
{
    font-size: 42px;
    width: 350px;
    line-height: 1.1;
}

#section6 .logos
{
    margin: 50px 0 100px 0;
}

#section6 .logos .item
{
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

#section6 .logos .item .title 
{
    color: #fff;
    margin: 30px 0 0 0;
}

#section6 .logos .owl-item
{
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#section6 .owl-item img
{
    display: block;
    width: 120px;
    margin: 0 auto;
}

.copy-legal-301 h4
{
    text-align: center;
    color: #fff;
    font-family: 'texto';
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: -150px;
}

@media (min-width: 2500px)
{
    .content-301 {
        zoom: 1.3;
    }
}

@media (max-width: 1200px)
{
    h1, h2, h3, h4, h5 {
        font-size: 24px;
        line-height: 28px;
    }

    p, span, label, li, a
    {
        font-size: 14px;
        line-height: 20px;
    }

    span.dummy {
        display: inline-block;
        width: 4px;
    }

    .col-301
    {
        width: 100%;
    }

    header .logo
    {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 40px;
        position: fixed;
        left: 2.5%;
        right: 0;
        top: 2.5%;
        overflow: hidden;
    }

    header .logo-301
    {
        width: 40px;
        height: 50px;  
    }

    .modal .viewer .contact
    {
        height: 500px;
        width: 90%;
    }
    
    #section1, #section2, #section3, #section4, #section5, #section6
    {
        padding: 100px 0;
    }

    #section0 .logo
    {
        width: 100px;
    }

    #section0 .copy
    {
        margin: 50px 0 0 0;
        text-align: center;
    }

     #section0 .copy p
     {
        margin: 50px 0 0 0;
        text-align: left;
     }

    #section0 br
    {
        display: none;
    }

    #section0 .video iframe,
    #section0 .video .bg
    {
        height: 300px;
    }

    #section1 h2 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }

    #section1 .map .bg {
        position: relative;
        height: 400px;
        margin: 50px 0 0 0;
        height: 400px;
        width: 100%;
    }

    #section2 .project
    {
        width: 50%;
        padding: 15%;
        border: 2px solid #263340;
    }

    #section2 .project.fauna
    {
        margin-bottom: 50px;
    }

    #section2 .project.active:before
    {
        display: none;
    }

    #section2 .project .copy
    {
        margin: 10px 0 0 0;
        font-size: 18px;
        line-height: 24px;
    }

    #section3 .block, 
    #section3 .block.lote    
    {
        margin: 0;
        width: 100%;
        height: auto;
        border: 2px solid #263340;
        border-bottom: 0;
    }

    #section3 .block:last-child
    {
        border: 2px solid #263340;
    }

    #section3 .block.titulo
    {
        margin: 0 0 50px 0;
        width: 100%;
        height: auto;
        padding: 0;
    }

    #section3 .block.titulo h2
    {
        font-size: 32px;
        line-height: 1;
    }

    #section3 .block.render
    {
        width: 100%;
        border: 2px solid #263340;
    }

    #section3 .block.topografia,
    #section3 .block.topografia .item,
    #section3 .block.topografia .item.tipo .copy
    {
        height: auto;
    }

    #section3 .block .copy {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 35px auto;
        height: auto;
    }

    #section3 .block .copy p
    {
        font-size: 14px;
    }

    #section4 .gallery-301 .copy
    {
        display: none;
    }

    #section4 .gallery-301 .item,
    #section4 .gallery-301 .lozad
    {
        height: 350px;
    }

    #section4 .gallery-301 .legal
    {
        top: auto;
        bottom: 0;
    }

    #section5 .col-301.title
    {
        height: auto;
        width: 100%;
        margin: 0 0 50px 0;
    }

    #section5 .title h2 {
        width: 100%;
        font-size: 32px;
        line-height: 1;
        transform: none;
        letter-spacing: 0;
        height: auto;
        position: relative;
        left: 0;
        bottom: 0;
        top: 0;
    }

    #section5 .col-301.type
    {
        width: 100%;
        margin-right: 0;
    }

    #section5 .col-301.view
    {
        height: 400px;
    }

    #section6 .title h2 {
        font-size: 32px;
        width: 100%;
        line-height: 1;
    }

    #section6 .logos
    {
        margin: 50px 0;
    }
}