/*
Theme Name: Terracu
Author: Yassiel Torres
Author URI: Yassiel Torres
Description: a Wordpress Theme Build for Terracu and Developed By Yassiel Torres
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@font-face {
    font-family: 'nexaextra_light';
    src: url('../terracu-theme/fonts/nexa-extralight-webfont.woff2') format('woff2'),
         url('../terracu-theme/fonts/nexa-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nexaheavy';
    src: url('../terracu-theme/fonts/nexa-heavy-webfont.woff2') format('woff2'),
         url('../terracu-theme/fonts/nexa-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root{
    --mainColor:#8f5f4f;
    --secColor:#b66334;
    --whiteColor:#fff;
    --blackColor:#000;
    --thirdColor:#7c7557;  
    --titleSize:3.125em;
    --txtSizeBig:2em;
    --txtSizeSmall:1em;
    --txtSizeSmallest:0.56em;
}

html{
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    cursor: url('../terracu-theme/media/cursor.png') 10 5, auto;
}
button,.cursor{
    cursor: url("../terracu-theme/media/cursor-hover.png"), auto;
   }
section#contact
{
    margin: 0 !important;
    padding: 0 !important;
}
.title
{
    font-size:var(--titleSize) !important;
    font-family: 'nexaheavy';
    padding-bottom: 20px;
}
.nexaFont
{
    font-family: 'nexaheavy';
}
.big
{
    font-size: var(--txtSizeBig) !important;
}
.small
{
    font-size: var(--txtSizeSmall) !important;
    line-height: 1.8em !important;
}
.smallest
{
    font-size: var(--txtSizeSmallest) !important;
}
main
{

    min-height: calc(100vh);
    width: 100%;
    overflow: hidden;
}
body
{
    font-size: 1em;
    margin: 0;
    width: 100%;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}
section
{
    width: 100%;
    padding: 100px 0;
    background: #fff;
}
ul{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    list-style: none;
    margin-left: 0;
}
h1,h2,h3,h4,h5,h6
{
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: normal;
}
a{
    color: var(--secColor);
    text-decoration: none;
    cursor: pointer;
}
div
{
    box-sizing: border-box;
}
picture
{
    display: block;
}
div > img, picture img
{
    width: 100%;
}
section
{
    position: relative;
    box-sizing: border-box;
}
.brown-bg
{
    background: var(--mainColor);
    color: var(--whiteColor);
}

.white-bg
{
    background: var(--whiteColor);
}

.bolder
{
    font-weight: bold !important;
}
.lighter
{
    font-weight: 100 !important;
}
a:hover
{
    color: inherit;
    text-decoration: none;
}
.box-container
{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.padding-box
{
    padding: 0 4%;
}
.col-flex
{
    display: flex;
}
.mc
{
    margin: 0 auto;
}
.relative
{
    position: relative !important;
}
.inline
{
    display: inline-block !important;
    margin-bottom: 10px;
}
.margin-100x
{
    padding: 100px 0 !important;
}
.margin-60x
{
    padding: 60px 0;
}
.margin-30x
{
    margin: 30px 0;
}
.mb-30
{
    padding-bottom: 30px;
}
.mb-60
{
    padding-bottom: 60px;
}
.no-mb
{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.no-mt
{
    margin-top: 0;
    padding-top: 0;
}

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

.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.flex-wrap
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.box-25
{
    width: 24%;
}
.box-30
{
    width: 29%;
}
.box-33
{
    width: 32%;
}
.box-40
{
    width: 38%;
}
.box-60
{
    width: 58%;
}
.box-70
{
    width: 68%;
}

.half-box
{
    width: 48%;
}
.box-90
{
    width: 90%;
}
.content
{
    line-height: 1.8rem;
}

header
{
   width: 100%;
   height: 100px;
   background:rgba(143, 95, 79, 0);
   color: #fff;
   transition:all 0.3s ease;
   position: fixed;
   z-index:999; 
   cursor: auto;
}
header.sticky,.header.push
{
    background: var(--whiteColor);
    border: 1px solid rgba(143, 95, 79, 1);
}
header.sticky svg path,.header.push svg path
{
    fill: var(--mainColor) !important;
}
header svg path
{
    fill: var(--whiteColor);
}
.logo img
{
    max-width: 200px;
    filter: brightness(10);
    transition: all 0.3s ease;
}
.sticky .logo img,.header.push .logo img
{
    filter: none;
}

.menu-container
{
    background: var(--mainColor);
    color: #fff;
    font-size: 1.5em;
    width: 50%;
    right: -100%;
    height: 100%;
    box-shadow: -5px 10px 15px -4px rgba(0, 0, 0, 0.5);
    top: 100px;
    box-sizing: border-box;
    transition:all 0.5s ease;
    position: fixed;
    z-index: 99;
}
.menu-container.open
{
    right: 0;
}
.menu-container li a
{
    color: var(--whiteColor);
    margin-top: 18px;
    display: block;
}
.menu-btn
{
    cursor: pointer;
}
.menu-container li
{
    text-transform: uppercase;
    text-align: end;
    padding-bottom: 15px;
    padding-right: 10%;
    border-bottom: solid 1px;
    font-weight: 500;
}
.menu-container li:nth-child(2),.menu-container li:nth-child(4)
{
    padding-right: 20%;
}
.menu-container li:nth-child(3)
{
    padding-right: 30%;
}


.section-btn
{
    position: absolute;
    padding: 20px;
    font-size: var(--txtSizeSmall);
    background: var(--whiteColor);
    color: var(--mainColor);
    text-transform: uppercase;
    border-radius:50px;
    border: solid 1px var(--mainColor);
    transition: all 0.3s ease;
}
.section-btn:hover
{
    background: var(--mainColor);
    color: var(--whiteColor);
    font-weight: bold;
}


.p-style
{
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
}
/* HOMEPAGE*/
.hero-slider
{
    transform: scale(1.2);
    padding: 20px;
}
.hero-slider .hero-title
{
    color: var(--whiteColor);
    font-size: var(--titleSize);
    text-align: center;
    height: auto !important;
    top: 50% !important;
    z-index: 999;
}
.hero-slider .swiffy-slider
{
    height: 100vh;
}
.hero-slider .slider-nav-nodelay .slider-container
{
    overflow: hidden;
}
.hero-slider .slider-indicators-round .slider-indicators>*
{
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    margin: 0px 10px;
    opacity: 1;
    background: transparent;
}
.hero-slider  .slider-indicators-highlight .slider-indicators>*.active
{
    background: var(--whiteColor);
    border: 2px solid #fff !important;
}
.flex-wrap:not(header .flex-wrap)
{
    align-items:start;
}

/* NOSOTROS*/

.nosotros .title
{
    text-align: right;
}
.nosotros .content
{
    padding: 30px 0;
}

.nosotros .flex-wrap
{
    align-items: stretch !important;
}
.nosotros .image
{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}
picture img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-box
{
    padding: 0 30px;
    box-sizing: border-box;
    margin-left: 30px;
    top: 80px;
    position: relative;
}
.image-padding
{
    padding: 0 10px;
    box-sizing: border-box;
}

/* PROYECTS*/
.proyectos .content-box
{
    padding: 20px;
}
.number-box
{
    padding: 25px 10px;
}
.number-box:nth-child(1)
{
    border-right: solid 1px var(--thirdColor) ;
}
.number
{
    color: var(--mainColor);
    font-family: 'nexaheavy';
}
.proyectos .content-box .image
{
    width: 80%;
}
section.proyectos > div.box-container.flex-wrap > div:nth-child(3) > div > div > div.half-box > p
{
    padding: 25px;
    padding-left: 0;
}
.projects-container
{
    /*background: url("./media/projects-bg.jpg");*/
    background: rgba(147,114,80,0.2);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.projects-row
{
    width: 90%;
}
.projects-row a
{
    display: block;
}
.projects-row .project-image
{
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 100px;
    overflow: hidden;
    margin: 20px auto;
}
.ghost
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--thirdColor);
    opacity: 0.5;
    top: -100%;
    transition:all 0.8s ease
}
.project-image:hover .ghost
{
    top: 0;
}
.project-image:hover .project-title
{
    transform: translate(-50%, -50%) scale(1.1);
}
.project-title
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--whiteColor);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'nexaheavy';
    transition: all 1s ease;
    margin-block-start: 0;
    margin-block-end: 0;
}
/*LOCATIONS */
.locations .title-box
{
    margin-left: 200px;
}
.locations .tagline
{
    margin: 0;
    font-size: 1.2em;
    max-width: 300px;
}
.locations-slider
{
    width: 100%;
}
.location-box
{
    position:relative;
    padding: 20px;
    border-top: solid 2px var(--blackColor) ;
    border-bottom: solid 2px var(--blackColor) ;
    border-left: solid 1px var(--blackColor) ;
    border-right: solid 1px var(--blackColor) ;
    height: 250px !important;
    overflow: hidden;
}

.address-box a
{
    color: inherit;
    line-height: 1.2em !important;
    font-weight: 100;
}
a.location_tel
{
    width: 100%;
}
.slider-image
{
    position: absolute;
    width: 90%;
    top: 40%;
}
.location-title
{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-family: 'nexaheavy';
}
/*CATALOG */
.catalog
{
    background: url("./media/catalog-bg.jpg");
    background-color: var(--mainColor);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 150px !important;
    padding-top: 150px !important;
}
.catalog-box
{
    width: 500px;
    /*background: var(--thirdColor);*/
    height: 500px;
    overflow: hidden;
    margin: 100px auto;
}
.catalog-box a
{
    display: block;
    transition: all 1s ease;
}
.catalog-box a:hover .ghost
{
    left: 0;
    opacity: 0.8;
}

.catalog-box .ghost
{
    background: var(--secColor);
    display: flex;
    align-items: center;
    justify-content: center;
    left: -100%;
    top: 0;
    opacity: 0;
}
.catalog-box .ghost svg
{
    max-width: 70px;
}
.catalog-box .ghost svg path
{
    stroke: white;
}
.box-absolute
{
    position: absolute;
    width: 100%;
    color:#fff;
}
.catalog .number-box
{
    border: none;
}
.catalog .number
{
    color:#fff;
}
.box-absolute span
{
    display: block;
}
.catalog a
{
    color:#fff;
}
.catalog .box-absolute.title
{
    font-family: 'nexaheavy';
}

.catalog .box-absolute.title a:hover
{
    font-style: italic;
    text-decoration: underline;
}
.catalog .box-absolute.title .lighter
{
    font-family: "Manrope", sans-serif;
}
/*FOOTER */
#footer
{
    width: 100%;
    min-height:100px ;
    padding: 50px 0 0;
    position: relative;
    background: #fff;
}
.backgroundColor
{
    background: var(--mainColor);
    color: var(--whiteColor);
}
.contact-section
{
    width: 100%;
    cursor: auto;
}
.contact-form
{
    width: 100%;
    height:300px;
}
.social-networks.flex-wrap
{
    justify-content: flex-start;
    align-items: center;
}
.social-networks svg
{
    width: 30px;
    margin: 0 auto;
}
.social-networks svg,.social-networks svg path,.social-networks svg circle
{
   fill: var(--whiteColor); 
}
.social-networks .item
{
    width: 60px;
    height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    border-radius: 50px;
    border: solid 1px #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.social-networks .item a 
{
    width: 100%;
    height: 100%;
    align-content: center;
}
.social-networks .item:hover
{
    background: var(--whiteColor);

}
.social-networks .item:hover svg,.social-networks .item:hover svg path, .social-networks .item:hover svg circle
{
    fill: var(--mainColor);
}
.contact-section .logo img
{
    max-width: 300px;
}
.item.facebook svg
{
    width: 20px;
}
.video-section
{
    background: var(--thirdColor);
    height:100vh;
}
.video-container
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video-section video
{
    object-fit: contain;
    height: calc(100vh);
    position: fixed;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 85%;
    transform: translate(-50%);
}
.video-section .ghost
{
    top: 0;
    opacity: 0.3;
}
/* MODAL-BOX*/

.lity
{
    z-index: 9999999 !important;
    background: rgba(29, 15, 10, 0.9) !important;
}
.lity-container
{
    width: 80%;
    background:transparent;
    max-width: 1200px !important;
}
.lity-close
{
    position:absolute !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 6em !important;
    margin-top: -30px;
    left: 93%;
    color: var(--secColor) !important;
}
/* SINGLE */
.portfolio-container .gallery.flex-wrap{
    justify-content: center;
}
.image-gallery
{
    width: calc(40% - 10px);
    margin-bottom: 30px;
    padding: 0 20px;
}
.single-project section
{
    margin-top: 100px;
    padding: 50px 0;
}

/* CONTACT FORM */
.contact-form br
{
    display: none;
}

.contact-form label
{
    text-transform: uppercase;
    font-size: 2em;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea
{
    width: 70%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #533b2b;
    padding: 10px 20px;
    bottom: 10px;
    position: relative;
    color:#fff;
    font-size: 0.5em;
    box-sizing: border-box;
}
.wpcf7-form input:not([type="submit"]):not(.wpcf7-email)
{
    margin-bottom: 40px;
}
.contact-form textarea
{
    height: 80px;
    top: 0;
}
*[type="submit"]
{
    background: rgba(0,0,0,0.4);
    color: var(--whiteColor);
    padding: 15px;
    margin: 30px 0;
    width: 100%;
    border-radius: 25px;
    max-width: 250px;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 2em;
    text-transform:uppercase;
    float: right;
    margin-right: 27px;
    cursor: pointer;
}
*[type="submit"]:hover
{
    background: var(--secColor);
}
.contact-form input:focus-visible,.contact-form textarea:focus-visible
{
    outline:none !important;
    background: rgba(255,255,255,0.1);
}
.contact-form .wpcf7-not-valid-tip
{
    font-size: 0.5em;
}


/* ANIMATIONS */
#flip {
    height:50px;
    overflow:hidden;
    top: 50%;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
  }
  
  #flip > div > h2 {
    color:#fff;
    padding:4px 12px;
    height:45px;
    margin-bottom:45px;
    display:inline-block;
  }
  
  #flip div:first-child {
    animation: show 15s linear infinite;
  }
  
  
  @keyframes show {
    0% {margin-top:-270px;}
    5% {margin-top:-180px;}
    33% {margin-top:-180px;}
    38% {margin-top:-90px;}
    66% {margin-top:-90px;}
    71% {margin-top:0px;}
    99.99% {margin-top:0px;}
    100% {margin-top:-270px;}
  }
  

@media (min-width: 1650px) {
    .box-container {
        max-width:1500px;
        width: 100%;
    }
}
@media(min-width:1100px){
.hero-slider
{
    display: none;
}
}
@media(min-width:990px)
{
    .menu-container
    {
        width: 25%;
    }
}

@media (max-width: 1250px) {
    .box-container {
        max-width:1100px;
    }
  
  }
  @media (max-width: 1100px) {
  
    html
    {
        font-size: 13px !important;
    }
    .box-container {
        max-width:990px;
    }
    section
    {
        padding: 50px 0;
    }
    .flex-wrap.mobile-reverse
    {
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
     .box-25,.box-30,.box-33,.box-40,.box-60,.box-70
    {
        width: 48%;
    }
    .box-90
    {
        width: 100%;
    }
    .section-btn
    {
        position: relative;
        margin: 20px 0;
    }
    .nosotros .half-box,.nosotros .box-60
    {
        width: 100%;
    }
    .nosotros .title
    {
        text-align: left;
    }
    .nosotros .content, .image-padding, .nosotros .image
    {
    padding: 0px 0;
    }
    .nosotros picture.box-25
    {
        margin: 10px 0;
    }
    .proyectos .mobile-reverse .half-box,.proyectos .content-box .image,.projects-row
    {
        width: 100%;
    }
    .proyectos .content-box
     {
    padding: 20px;
    font-size: 1.2em;
    }
    .proyectos .image-box
    {
        margin-left: 0;
        top: 0;
    }
    .projects-row .project-image
    {
        height: 350px;
    }
    .margin-100x:not(.catalog.margin-100x)
    {
        margin: 50px 0;
        padding: 50px 0 !important;
    }
    .catalog
    {
        padding-bottom: 150px !important;
        padding-top: 2px !important;
    }
    .mobile-reverse .image-box
   {
    display: none;
   }
   #footer
   {
    padding: 0 !important;
   }
   .video-section
   {
    display: none;
   }
   .hero-slider
   {
    padding: 0;
   }
   
  }
  @media (max-width: 990px) {
    .box-container {
        max-width: 770px;
    }
    .wpcf7-form input:not([type="submit"]), .wpcf7-form textarea
    {
        display: block;
    }
    *[type="submit"]
    {
        float: left;
    }
    .location-box
    {
        height: 150px;
    }
    
   
  }
  @media (max-width: 790px) {
    html{
        font-size: 16px;
    }
    .box-container
    {
        padding: 0 30px;
    }
    .margin-100x {
        padding: 50px 0;
    }
    .half-box
    {
        width: 100%;
    }
    .d-mobile-none
    {
        display: none;
    }
    .text-mobile-center
    {
        text-align: center;
    }
       .box-25,.box-30,.box-33,.box-40,.box-60,.box-70
    {
        width: 100%;
    }
    .menu-container
    {
        background: var(--mainColor);
        color: #fff;
        font-size: 1.3em;
        width: 50%;
        right: -100%;
        height: 100%;
        box-shadow: -5px 10px 15px -4px rgba(0, 0, 0, 0.5);
        top: 100px;
    }
    .menu-container.open
    {
        right: 0;
    }
    .menu-container li a
    {
        color: var(--whiteColor);
        margin-top: 18px;
        display: block;
    }
    .catalog .box-absolute
    {
        position: relative;
        font-size: 2em;
        text-align: center;
    }
    .catalog-box
    {
        margin: 20px auto 60px;
    }
    .contact-form
    {
        margin-bottom: 50px;
    }
    
    

    
  }
  @media (max-width: 670px) {
    br
    {
        display: none;
    }
   .half-box
   {
    width: 100%;
   }
   .section
   {
    padding: 25px 0;
   }
   .projects-container.margin-100x
   {
    padding: 0 !important;
    margin: 0 !important;
   }
   .proyectos .number-box
   {
    width: 48% !important;
   }
   .locations .title-box
    {
        margin-left: 0;
    }
    .locations .tagline
    {
        max-width: 100%;
    }
    .locations-slider
    {
        padding-top: 40px;
    }
   .locations-slider .slick-prev, .locations-slider .slick-next
   {
        top: 110%;
   }
   .locations-slider .slick-prev
   {
    left: 10px;
   }
   .locations-slider .slick-next
   {
    right: 10px;
   }
   .location-box
   {
    border: none;
   }
   .slider-image
   {
    top: 30%;
   }
   .address-box a
   {
    line-height: 1em !important;
    font-size: 1.3em !important;
   }
   .slick-prev:before, .slick-next:before
   {
    color: var(--secColor) !important;
   }
   .image-gallery
    {
        width:70%;
        margin-bottom: 20px;
    }
    .contact-form p
    {
        text-align: center;
    }
    .wpcf7-form input:not([type="submit"]), .wpcf7-form textarea
    {
        width: 100%;
    }
    .social-networks.flex-wrap {
        justify-content:center;
        align-items: center;
    }
    *[type="submit"]{
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }
    a.location_tel
    {
        text-align: left;
        font-size:1em !important;
        margin-top: 10px;
    }
    footer .logo
    {
        text-align: center;
    }
  
  }
  @media (max-width: 550px) {
    
    .box-container {
        padding: 0 20px;
    }
        section {
        padding: 30px 0;
    }
    html{
        font-size: 15px;
    }
    .projects-row .project-image
    {
        border-radius: 30px;
    }
    .section-btn
    {
        font-size: 1.3em;
        width: 100%;
        border: none;
        border-bottom: solid 2px;
        border-radius: 0;
        margin-bottom: 30px;
    }
    .projects-container .section-btn
    {
        display: none;
        background: var(--mainColor);
        color: #fff;
    }
    .slider-image
   {
    position: relative;
    top: 0;
    width: 100%;
   }
   .hero-slider .hero-title
    {
        font-size: 2.3em !important;
        padding: 0 25px;
        box-sizing: border-box;
    }
   .locations-slider .slick-prev, .locations-slider .slick-next
   {
        display: none !important;
   }
    .catalog-box
    {
        width: 100%;
    }
    #footer
    {
        padding-top: 0;
    }
    .social-networks.flex-wrap
    {
        justify-content: center;
    }
    .image-gallery
    {
        width:100%;
        margin-bottom: 20px;
    }
   
  }

  @media (max-width: 360px) {
    .social-networks .item
    {
        width: 40px;
        height: 40px;
    }
    .social-networks svg
    {
        width: 20px;
    }
    .item.facebook svg
    {
        width: 10px;
    }
    .lity-close
    {
    
        font-size: 5em !important;
        left: 88%;
    }
    .contact-section .logo img {
        max-width: 230px;
    }
    .menu-container
    {
        width: 100%;
    }
    
  
  }



  