/*
Theme Name: Team 3
Theme URI: team3.com
Author: Team 3
Author URI: https://team3.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* colors */
:root{
    --primary-color: #1111;
    --black:rgba(0, 0, 0, 0.87);
    --black-ligth: rgba(0, 0, 0, 0.543846); 
    --bgc:#EAE2DB;
    --bgc-2: #DFBCC9;

    --color-textil: #DFBCC9;
    --color-barro: #D9B89D;
    --color-agro: #A19E97;
    --color-comunic: #3F4E6C;
    --color-recontruction: #9DAC8A;

    --animate-duration: 2s;
    --animate-delay: .5s;

}

.start-delay-05{
    --animate-delay: 2.9s;
}

.start-2{
    --animate-duration:2s;
}


.swiper-pagination-bullet-active{
    background-color:var(--black) !important;
}

body{
    background-color:var(--bgc);
    margin: 8px 0;
}

a:active, a:focus{
    border-style: none;
    border: 0px;
}

i:active, i:focus{
    border-style: none;
    border: 0px;
}

h1,h2{
    font-family: 'EB Garamond', serif;
    margin:0;   
    /* line-height:21.94px;  */
}

h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    margin:0;   
    line-height:21.94px; 
}

span,a,button,b,i,p{
    font-family: 'Montserrat', sans-serif;
    font-size: min(16px);
    margin:0;   
    line-height:21.94px; 
}

.Garamond{
    font-family: 'EB Garamond', serif;
}
.Poppins{
    font-family: 'Poppins', sans-serif;
}
.Montserrat{
    font-family: 'Montserrat', sans-serif;
}

.line-t3{
    content: "";
    left:0;
    top: 100%;
    width: 0% !important;
    height: 1px !important;
    background-color: black !important;
    transition: width .5s ease-in-out;
  }
  
.line-hover:hover .line-t3{
    width: 100% !important;
    background-color: var(--primary-color);
}

.line-link{
	display: grid;
    justify-content: end;
	justify-self: end;
	align-self: center;
}

.line-link-home{
	display: grid;
    justify-content: start;
    align-content: start;
    justify-self: start;
    align-self: start;
}


.hide-display{
	visibility:hidden;
	opacity:0;
}

.main{
    margin-top: 9rem;
}

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

.text-blod{
    font-weight: bold;
}
.container{
    padding: 0rem 2rem;
    position: relative;
}

.d-none{
    display: none;
}

.list-column{
    display: grid;
    grid-template-columns: .75fr 1fr;
    grid-column-gap: 1rem;
    margin-top: 2rem;
    padding: 0 2rem 2rem 2rem;

    color: var(--black);
    border-bottom: solid 1px var(--black);

    font-size: 18px;
    line-height: 24px;

}

.list-column__title{
    /* background-color: rgb(243,165,134); */
    display: grid;
    justify-content: start;
    align-content: start;
    text-transform: uppercase;
    grid-gap: .5rem;
}

.list-column__title :nth-child(2){
    font-size: 18px;
    line-height: 20px;
    color: var(--black-ligth);
}

.list-block{
    margin-top: 2rem;
    padding: 0 2rem 2rem 2rem;
    color: var(--black);
    border-bottom: solid 1px var(--black);
    font-size: 18px;
    line-height: 24px;
    display: grid;
    grid-gap: 1rem;
}

.list-block__title{
    display: grid;
    text-transform: uppercase;
    grid-gap: .5rem;
}

.list-block__title :nth-child(2){
    font-size: 18px;
    line-height: 20px;
    color: var(--black-ligth);
}

.btn-circle{
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 1px;
    cursor: pointer;
    height: 95px;
    width: 96px;
    outline: none;
    padding: 1rem;
    text-decoration: none;
    background-color:transparent;
    border-color: var(--black);
    color: var(--black);
}

.cicle-grid{
    display: grid;
    justify-content: center;
    align-content:center;
    text-align: center;
}

.btn-pill{
    border-radius: 50px;
    border: solid 1px black;
    cursor: pointer;
    padding: .4rem .9rem;
    outline: none;
    text-decoration: none;
    background-color:transparent;
    color: var(--black);
}

.btn-pill:hover, .btn-circle:hover{
    background-color: var(--black);
	border: solid 1px black;
    color:white;
    transition: all .4s ease-in;
}

.btn-pill:focus, .btn-circle:focus{
    border-radius: 50px;
    border: solid 1px black;
    cursor: pointer;
    padding: .4rem .9rem;
    outline: none;
    text-decoration: none;
    background-color:transparent;
    color: var(--black);
}

.btn-none{
    outline: none;
    border: none;
    cursor: pointer;
}

.btn-none:after {
    display:block;
    content: '';
    border-bottom: solid 1px;  
    transform: scaleX(0);  
    transition: transform 400ms ease-in-out;
    transform-origin:  0% 50%;
}

.btn-none:hover:after { transform: scaleX(1); }




.btn-circle-i-comunication{
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 1px;
    cursor: pointer;
    height: 95px;
    width: 96px;
    outline: none;
    padding: 1rem;
    text-decoration: none;
    background-color:transparent;
    border-color: var(--bgc);
}


.btn-pill-i-comunication{
    border-radius: 50px;
    border: solid 1px;
    cursor: pointer;
    padding: .4rem .9rem;
    outline: none;
    text-decoration: none;
    background-color:transparent;
    border-color: var(--bgc);
    color: var(--bgc);
}

.btn-pill-i-comunication:hover, .btn-circle-i-comunication:hover{
    background-color: var(--bgc);
    color:var(--color-comunic);
    transition: all .4s ease-in;
    border-color: var(--bgc);
}

.grid-youtube-contain{

}

.youtube-grid{
    width: 100%;
    height: 600px;
}


.element-charge{
    width: 0% !important;
    white-space: nowrap; 
    -webkit-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.element-charge-active{
    width: 100% !important;
}

.container{
	width: auto !important;
}

@media (max-width: 1000px) {
    body {
        margin: 8px;
    }
    .container{
        padding: 0rem;
    }
}
@media (max-width: 1000px) {
    .youtube-grid{
        height: 300px;
    }
}
