/** 
Theme Name: T&C Group
Theme URL: tresfocos.com.ar
Author: Emilse Santillan
Description: T&C Group Servicios de Construcción y Tecnología Electrónica. Por 3Focos. Dise;o Santillan Emilse
Version:1.0
License: GUN
Tags: css grid, flexbox.
Text Domain: tcgrup
*/

:root{
    --fuentePrincipal:  'Montserrat', sans-serif;
    --fuenteHeading:  'Montserrat', sans-serif;
/** colours */


--balnco:#ffffff;
--negro:#000000;
--grisClaro:#c1c1c1;
--azul:#00348A;

--contenedor:1300px;
}

*{
    margin:0px;
    padding:0px;
    list-style: none;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
  }
  
  .content-fluid{
    position:relative;
    margin:auto;
    width:100%;
    height: auto;
  }
  
  .row{
    position:relative;
    margin:auto;
    width:100%;
    height: auto;
    clear:both;
    display:table;
  }
  
  [class*="col-"]{
    float:left;
    padding:0px;
  }
html{

    box-sizing: border-box; 
   
  
}

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

body{
    font-family: var(--fuentePrincipal);
    font-size: 1rem;
    line-height: 1.6rem;
}

h1,h2,h3,h4,.big{
    font-family: var(--fuentePrincipal);
}

h1,.big{font-size: 3rem;}
h2{font-size: 2rem;}
h3{font-size: 1.8rem;}
h4{font-size: 1.6rem;}

img{max-width: 100%;}

a{
    text-decoration: none;
}



ul{
    padding:0;
    margin: 0;
    list-style: none;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.contenedor{width: 95%;
max-width: var(--contenedor);
margin: 0 auto;
display: flex;
}
.full{
    display: table;
    width: 100%;
    margin-top: 30px;
}

.gris{background: #EEEEEE;
display: table;
width: 100%;
padding: 3rem 0;
margin-bottom: 3rem;

}
.noventa{width: 90%;
    
margin:0 auto}


p{text-align: left;
    margin-bottom: 1rem;
}
.text-right{
    text-align: right;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/** Header */
/** TOP***/

.top-tel,.top-mail{
    display: inline-block; vertical-align: middle;
       padding: 3px 10px 3px 30px;

}
.top-tel{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/cel.png)no-repeat;
    background-position: left center;
}
.top-mail{

    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/mail.png)no-repeat;
    background-position: left center;


}

.site-header{
width: 100%;
}
.logo a{
    display: flex;
    justify-content: center;
}
.logo img{

max-width: 20rem;

}

.direccion{

    padding: 2rem 0;
}

.direccion p{
    margin: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
}

/**Utilidades*/
.text-center{
    text-align: center;
}
.seccion{
   padding: 1rem;

}

.top{
    width: 100%;
    display: table;
    background: #00368A;
    margin-bottom: 10px;
    padding:10px 0px ;
    color: #fff;

}

/**Botones**/

.boton{
display: block;
flex: 1;
text-align: center;
font-size: 1.4rem;
font-weight: 700;
text-transform: uppercase;
font-family: var(--fuenteHeading);
border-radius: 5px;
padding: 1rem 3rem;
border:none;
cursor: pointer;
} 

a.boton-azul{
    border-radius: 20px;
    margin-top: 1.3rem;
    padding: 5px 30px;
    color: #fff;
}

a.bcontacto,.bcontacto, .voler{
    background: #4698C5 url(https://tc-group.com.ar/wp-content/uploads/2020/11/mas.png)no-repeat;
    background-position: right center;
    padding: 15px 70px 15px 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    margin: 30px auto;
    display: table;
    border: none;

}
.voler{ background:#4698C5 ; margin-bottom: 3rem; padding:10px 30px ;}
.voler span{
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
}
@media(min-width: 768px) {
    .boton,.boton-azul{
        
     display: inline-block;
     flex: 0 0 auto;   
    }
}

.boton-azul{
background-color: var(--azul);
color: var(--balnco);
}

.boton-secundario{
    background-color: var(--rojo);
    color: var(--balnco);
    }


@media(min-width: 768px) {
    .seccion{
        position: relative;
        background-color: var(--balnco);
        margin-top: -4rem;
        padding:2rem 4rem ;

    }  
    
}


.titulo {
    color: #00348A;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
}
.titulo-small, H3{
    color: #4698C5;
    margin: 10px 0px;
    font-size: 1.3rem;
    }
@media(min-width: 768px) {
    .site-header .contenedor{
        display: grid;
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        
    }

    .logo{grid-area: 1 / 1 / 2 / 2;}
    .menu-principal{ grid-area:  1 / 2 / 2 / 3;  }
    .informacion-header{ grid-area: 1 / 3 / 2 / 4; }
}


@media(min-width: 768px) {
 .direccion p{
     text-align: right;
 }   
}

/*menu movil*/
.menu-principal{
    display: none;

}


/*menu escrtorio*/


@media(min-width: 768px) {
.slicknav_menu{
    display: none;
}

.menu-principal{
    margin-top:2rem;
    display: block;
    width: 100%;
}
    .menu-sitio .menu{
        width: 100%;
        text-align: center;

    }
    .menu-sitio .menu li{
        display: inline-block;
    }
    .menu-sitio .menu a{
        font-family: var(--fuenteHeading);
        color: var(--azul);
        margin: .2rem;
        padding: .5rem;
        font-weight: 700;
        font-size: 1rem;
        text-align: center;
    }
    .menu-sitio .menu li.current_page_item a{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/menu.png)no-repeat;
    background-position: bottom center;
    }
    .menu-sitio .menu li:hover a{
        background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/menu.png)no-repeat;
        background-position: bottom center;
        }
}


/*menu movil*/
.slicknav_menu{
    background-color:#fff;
}

.slicknav_btn {background:#00348A;
	border-radius:30px;
	padding:10px 25px;
}
.slicknav_nav a{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: .4rem;
    text-align: center;
	color:#00348A;
}
.slicknav_menu .slicknav_menutxt {text-shadow:none;
}
.slicknav_nav a:hover{
background-color: #00348A;;
color: #fff;
}


/** Footer*/

.site-footer{
    border-top:1px solid var(--grisClaro) ;
    margin-top:0;
    padding: 3rem 0 .2rem;
    background: var(--azul);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00358a+0,4698c5+100 */
background: #00358a; /* Old browsers */
background: -moz-linear-gradient(left,  #00358a 0%, #4698c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00358a 0%,#4698c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #00358a 0%,#4698c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00358a', endColorstr='#4698c5',GradientType=1 ); /* IE6-9 */

    color: var(--balnco);
    
}

.site-footer a {
    color: var(--balnco);
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-footer  span{
color:     #4698C5;
display: block;
margin-bottom: 15px;
font-size: 1.4rem;
font-weight: bold;
  }
  
  .item {
    flex: 0 32%;
  }

  @media(max-width: 768px) {
   
    .item{display: block;
        flex: none;
    width: 90%;
margin: 10px auto;} 
  }
  
  .derechos{
  
    color: var(--balnco);
    border-top: 1px solid #fff;
    margin-top: 30px!important;
  
}

.derechos p{  text-align: center;
    font-size: 13px;
margin: 5px auto;}



@media(max-width: 768px) {
    .informacion-header { text-align: right;
        width: 100%;

    }
    a.boton-azul{
        right: 5%; 
        margin: auto;
        float: right;
        display: table;
    }
}
.footer-nav .menu li{
    text-align: center;
}

.footer-nav .menu a{
    color: var(--negro);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: var(--fuenteHeading);
}

.separador{
    display: none;
}
@media(min-width: 768px) {
    .separador{
        display: inline;
        margin: 0 1rem;
    }
   
}


/***Paginas  Hero */
.hero{
      background-size:cover ;
      background-repeat: no-repeat;
      background-position: center center;
      height: 35rem;
      margin: 0 auto;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
}

.hero::after{
    position: absolute;
    background-color: rgba(0,0,0,.6);
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.hero p{
    color: #fff;
    z-index: 9999;    position: relative;

}

.hero a{
    z-index: 9999;    position: relative;


}
.big, H2{
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
    margin-bottom: .8rem;
}
H2{
    color: var(--azul);
    text-align: left;
}
.fondogris{
    background-color: #f1f1f1;
    padding: 2rem;
}

.wp-block-quote{

    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/cita.png)no-repeat;
    background-position:  left top;
    padding: 0 0 0 45px;
    margin-bottom: 1rem;
}

.cuno,.cdos,.ctres,.ccuatro{
    background-position:  left top;
    padding: 0 0 0 70px;
    margin-bottom: 3rem;
    min-height: 95px;
}

.cuno{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/01.jpg)no-repeat;

}.cdos{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/02.jpg)no-repeat;

}.ctres{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/03.jpg)no-repeat;

}


.ccuatro{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/04.jpg)no-repeat;



}


.jobs{
    
    margin: .4rem;
    width: 280px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    text-align: left;


}

.jobs a{
 color:   #00338A;
 display: block;
 margin: .4rem 0;
 font-weight: bold!important;
}
.jobs span{
    display: block;
    margin-top: 1rem;
}
.jobs p{
    color:#000000;
    text-align: left;
    margin-bottom: 2rem;
}

.imagen-job{
    width: 280px;
    height: 180px;
}

.imagen-job:hover{background: var(--azul)url(https://tc-group.com.ar/wp-content/uploads/2020/11/ver.png)no-repeat!important;
background-position: center center!important;}


/** Blog*/
@media(min-width: 768px) {
    .con-sidebar{
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap:4rem;
    }
    
}

.entradas-blog{
    padding-top: 3rem;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--grisClaro);
}


.entradas-blog:last-of-type{
    border:none;

} 

.informacion-entrada{
    display: grid;
    grid-template-columns: 7rem 1fr;
    grid-gap: 2rem;
    margin-bottom: 2rem;
}

.informacion-entrada .fecha{

    background-color: var(--naranja);
    color: var(--balnco);
    height: 7rem;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.informacion-entrada .fecha time{
font-size: 3rem;
font-family: var(--fuenteHeading);
font-weight: bold;
}

.informacion-entrada .fecha time span{
font-size: 1.4rem;
display: block;
text-transform: uppercase;
}



.autor{
    text-transform: uppercase;
    font-family: var(--fuenteHeading);

}

.autor span{
    color: var(--naranja);
    font-weight: 700;
    font-size: 2rem;
}

.entradas-blog .autor p{
margin-bottom: 2rem;
}
.entradas-blog p{
    margin: .5rem 0;
    line-height: 1.5;
}

.entradas-blog .boton{
    margin-top:2rem;
}

.paginacion{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.paginacion a:first-of-type{
    margin-right:2rem;

}
.header-paginas{
    background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
width:100%; padding:3rem; text-align:center;
border-top:1px solid #EEEEEE;
font-size: 1rem;
color: #000000;
}
.header-paginas .big{
    color: #00358A;
    margin-bottom: 1rem;


}

.c-gris{
    padding:20px 15px 15px;
     border-radius: 15px;
    color: #00358A;
    text-align: left;
    background: #fff;
    display: table;
    width: 96%;
    margin: 10px auto;
    min-height: 190px;
}
.c-gris span{
    display: block;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-weight: bold;
}
.num{
display: block; 
text-align: center;
font-size: 3rem;
font-weight: bold;
margin:  3rem auto;

}


/*** Formulario*/

input[type='text'],
input[type='email'],
textarea{
    border:1px solid #EEEEEE;
    padding: 15px;
    margin: 5px auto;
    color: #333;
    width: 90%;

}

textarea{
    height: 140px;
}




.contacto{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00358a+0,4698c5+99 */
background: #00358a; /* Old browsers */
background: -moz-linear-gradient(top,  #00358a 0%, #4698c5 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00358a 0%,#4698c5 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00358a 0%,#4698c5 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00358a', endColorstr='#4698c5',GradientType=0 ); /* IE6-9 */
max-width: 550px;
padding: 2rem 1.5rem;
margin: 0px auto 20px;
border-radius: 20px;
color: #fff;
}


.c-tel, .c-mail, .c-map{
    padding-left: 50px;
   
    margin: 1.5rem 0;
}
.c-tel{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/tel.png)no-repeat;
    background-position: left center;
}

.c-mail{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/mail-1.png)no-repeat;
    background-position: left center;
}


.c-map{
    background: url(https://tc-group.com.ar/wp-content/uploads/2020/11/mapa.png)no-repeat;
    background-position: left center;
}


@media(min-width:1200px){

    .col-lg-12{width:100%;}
    .col-lg-11{width:91.66666667%;}
    .col-lg-10{width:83.33333333%;}
    .col-lg-9{width:75%;}
    .col-lg-8{width:66.66666667%;}
    .col-lg-7{width:58.33333333%;}
    .col-lg-6{width:50%;}
    .col-lg-5{width:41.66666667%;}
    .col-lg-4{width: 33.33333333%;}
    .col-lg-3{width: 25%;}
    .col-lg-2 {width: 16.66666667%;}
    .col-lg-1 {width: 8.33333333%;}
    .col-lg-0{display:none;}
  
  
  
  }
  
  /*=============================================
  PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px
  =============================================*/
  
  @media(max-width:1199px) and (min-width:992px){
  
    .col-md-12{width:100%;}
    .col-md-11{width:91.66666667%;}
    .col-md-10{width:83.33333333%;}
    .col-md-9{width:75%;}
    .col-md-8{width:66.66666667%;}
    .col-md-7{width:58.33333333%;}
    .col-md-6{width:50%;}
    .col-md-5{width:41.66666667%;}
    .col-md-4{width: 33.33333333%;}
    .col-md-3{width: 25%;}
    .col-md-2{width: 16.66666667%;}
    .col-md-1{width: 8.33333333%;}
    .col-md-0{display:none;}
  
  
  }
  
  /*=============================================
  PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px
  =============================================*/
  
  @media(max-width:991px) and (min-width:768px){
  
    .col-sm-12{width:100%;}
    .col-sm-11{width:91.66666667%;}
    .col-sm-10{width:83.33333333%;}
    .col-sm-9{width:75%;}
    .col-sm-8{width:66.66666667%;}
    .col-sm-7{width:58.33333333%;}
    .col-sm-6{width:50%;}
    .col-sm-5{width:41.66666667%;}
    .col-sm-4{width: 33.33333333%;}
    .col-sm-3{width: 25%;}
    .col-sm-2{width: 16.66666667%;}
    .col-sm-1{width: 8.33333333%;}
    .col-sm-0{display:none;}
  
  
  
  
  
  
  }
  
  /*=============================================
  PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px
  =============================================*/
  
  @media(max-width:767px){
  

  
    .col-xs-12{width:100%;}
    .col-xs-11{width:91.66666667%;}
    .col-xs-10{width:83.33333333%;}
    .col-xs-9{width:75%;}
    .col-xs-8{width:66.66666667%;}
    .col-xs-7{width:58.33333333%;}
    .col-xs-6{width:50%;}
    .col-xs-5{width:41.66666667%;}
    .col-xs-4{width: 33.33333333%;}
    .col-xs-3{width: 25%;}
    .col-xs-2{width: 16.66666667%;}
    .col-xs-1{width: 8.33333333%;}
    .col-xs-0{display:none;}
  
  
  
  }
  ::placeholder{
    font-weight: bold; 
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-weight: bold;  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-weight: bold; 
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-weight: bold; 
  }
  :-moz-placeholder { /* Firefox 18- */
    font-weight: bold; 
  }

