@charset "UTF-8";
/*
Theme Name: Transbras 2020
Text Domain: transbras-2020
Theme URI: https://www.transbras.com.gt/
Author: Estudio A7
Author URI: https://www.estudioa7.com/
Version: 1.6
*/

body{
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 16px;
	line-height: 42px;
    color: #6a6a6a;
	text-align: justify;
}

header, header.we-are{	
    background-size: cover;
}

div.gradient_top{
 background: linear-gradient(90deg, rgba(5,31,52,1) 32%, rgba(2,144,168,1) 78%, rgba(243,248,249,1) 100%);	 
 display: block;
 height: 25px;
 width: 100%;
}

div.gradient_line{
 background: linear-gradient(90deg, rgba(2,144,168,1) 32%, rgba(5,31,52,1) 78% );	 
 display: block;
 height: 5px;
 width: 50%;
}

.title-bold{
 text-transform: uppercase;
	color: #000;
}

.title-tiny{
	font-size:0.7rem;
}

.title-big{
	font-size:2rem;
	line-height: 2.7rem;
	color: black;
}

.fill-cyan{
	background-color: #99dde6 !important;
	border: 0px;
	padding: 5px 21px;
}

.fill-cyan a{
	color:#000;
}

div.gradient_top::before{
	content:" ";
}

header::before {
    background: url('assets/images/blue-pixel.png');
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50vh;
}

header .content{
	z-index: 2;
}

strong {
    font-weight: bold;
  }

footer{
	background:  url("assets/images/footer.jpg");
	background-attachment: fixed;
}

header h1{
        font-size: 1.19rem;
        font-family: "Lato";
        font-weight: 700;
        color: rgb(255, 255, 255);
        line-height: 1.2;
	    text-align: center;
		text-transform: uppercase;
}


h2 {
    font-size: 0.9rem;
    font-family: "Lato";
    font-weight: 400;
    color: rgb(1, 169, 193);
    line-height: 1.2;
	letter-spacing: 4px;
	text-transform: uppercase;
    text-align: center;
}

h3{
	font-size: 1.2rem;
	color: rgb(1, 169, 193);
}

.full-height-content{
    min-height: 50vh;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #027495;
    border-color: #027495;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
}

a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

nav.tabs{
	background-color: rgb(255,255,255);
}

nav, nav ul li a {
  padding-right: .9rem;
  padding-left: .9rem;
  color:rgb(0, 0, 0);
  text-decoration: none;
  display: block;
  background-color: rgb(239, 238, 238);
  margin: 5px;
  border-radius: 7px;  
}

nav ul li a:hover {
  background-color: rgb(217, 217, 217);
  color: rgb(2, 116, 149);  
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(108,108,108, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-brand img{
    width: 128px;
}


.middle-height-content{
    min-height: 50vh;
}

.line_gradient{
	background: linear-gradient(0deg, rgba(5,31,52,1) 32%, rgba(2,144,168,1) 76%);
	min-height: 100%;
	width: 4px;
	display: block;
	margin: auto;
}

.line_gradient::before{
	content:" ";
}

.line-tiny-gradient{
	background: linear-gradient(90deg, rgba(2,144,168,1) 32%, rgba(5,31,52,1) 78% );
    display: block;
    height: 4px;
    width: 15%;
    margin: auto;
}

.line-tiny-gradient::before{
	content:" ";
}

.table-center-content{
    display: table;
    width: 100%;
    min-height: 100vh;
}

.cell-center{
    display: table-cell;
	vertical-align: middle;
}

.content-right{
	display: table-cell;
	vertical-align: middle;
}


.content-gray{
     background-color: rgb(217,217,217);
	color: black;
}

.content-gray strong{
	letter-spacing: 4px;
}

.content-gray h2, .content-gray h3{
	color: #000;
	text-transform: uppercase;
}

.content-cyan{
	background-color: rgb(1, 169, 193);
	color: rgba(255,255,255);
}

form{
	display:block;
	background: rgb(255,255,255);
	padding: 3rem;
}

form label{
	width:100%;
	text-align: left;
}

form input[type=text], input[type=email], input[type=tel]{
	border: none;
	border-bottom: 1px solid #6a6a6a;
	width:100%;
}

form textarea {
    overflow: auto;
    resize: none;
	width: 100%;
	height: 256px;
}

form span{
	display:block;
	width: 100%;
	margin: 0.5rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #027495;
	color: #FFFFFF;
	border-color: #027495;
}

.nav-tabs .nav-link{
	color: #027495;
	border-color: transparent transparent #002732 transparent;
	border-bottom: solid 2px;
}


.nav-tabs .nav-link:hover{
	color: #002732;
	border-color: transparent transparent #002732 transparent;
	border-bottom: solid 2px #002732;
}

.nav-tabs .nav-link:focus{
	color: #ffffff;
}

footer ul{
	text-decoration: none;
	font-size:8px;
	list-style: none;
    width: 100%;
    padding: 0px;
}

footer ul li{
	display: inline;
	padding: 5px;
}

ul.list-none{
    list-style: none;
}

ul.list-none li{
    padding: 1rem;
}

.title-hero-button{
	background-color: rgba(217,217,217,0.7);
    border-radius: 7px;
    padding: 10px;
    max-width: 60%;
    margin: auto;
}

/*ul.list-bullet{
  color: #6a6a6a;
  list-style-image: url('assets/images/bullet.png');
	list-style-position: outside;
}*/

ul.list-line, ul.list-bullet{
	list-style:none;
	padding:0px;
}

ul.list-line li{
   background:url('assets/images/bullet-line.gif') no-repeat 0 6px; 
   padding-left: 21px; /* the width of your image + some space */
   margin: 21px 0;
   text-align: left;
}

ul.list-bullet li{
   background:url('assets/images/bullet.png') no-repeat 0 6px; 
   padding-left: 42px; /* the width of your image + some space */
   margin: 21px 0;   
   text-align: left;
}

/*ul.list-bullet li {
    margin-bottom: 2em;
    margin-left: 2em;
    position: relative;
    padding-left: 0px;
}*/

/*ul.list-bullet li span{
  margin: -32px;
}*/

/*ul.list-bullet li:before {
    content:'';
    display: inline-block;
    height: 64px;
    width: 64px;
    position: relative;
    left: -50px;
    top: 26px;
    background-image: url('assets/images/bullet.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}*/

figure {
    margin: 0;
}
.wp-block-image {
    margin-bottom: 0;
}

@media(min-width: 1024px){
	
	header h1{
		font-size: 1.3rem;
	}
	
	h2 {
    font-size: 1.3rem;      
	letter-spacing: 6px;	
}
	
	header::before {
    height: 100vh;
}

	
	.full-height-content{
    min-height: 100vh;
}

	.title-big{
	font-size:1.7rem;
	line-height: 3.7rem;
} 
	.title-hero-button{	
      max-width: 30%;    
	}
	
	nav, nav ul li a{
		  margin:0px 5px;
	}
		  ul.list-bullet li{ 
		  display: block;
   		  height: 96px;
	  } 
	  
	  ul.list-line li{
		  height: 150px;
		  font-size: 15px;
	  }
}

@media (min-width: 1920px) {
	
	header h1{
		font-size: 1.3rem;
	}
	
	h2 {
    font-size: 1.3rem;      
	letter-spacing: 6px;	
}
	
	.full-height-content{
    min-height: 100vh;
}

		header::before {
    height: 100vh;
}

	  
	.title-hero-button{	
      max-width: 40%;    
	}
	  
	 .title-tiny{
	font-size:0.9rem;
}

.title-big{
	font-size:3rem;
	line-height: 3.7rem;
} 

    body{
        font-size: 21px;
		line-height: 42px;
    }

    .navbar-brand img{
        width: 256px;
    }
   
	  ul.list-bullet li{ 
		  display: block;
   		  height: 96px;
	  } 
	  
	  ul.list-line li{
		  height: 128px;
	  }
	  
    footer ul{
        font-size: 18px;
    }


    header h1{
        font-size: 48px;
    }

    h2{
        font-size: 26px;
    }

	h3{
		font-size: 28px;
	}

   }
