.txt-lg{
	font-size:4.3em !important;
}

.txt-md{
	font-size: 1.95em !important;
}

.segundoCta{
	background: hsla(207, 100%, 26%, 1)!important;

background: linear-gradient(135deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%)!important;

background: -moz-linear-gradient(135deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%)!important;

background: -webkit-linear-gradient(135deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%)!important;

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#004884", endColorstr="#12AC86", GradientType=1 )!important;
}

#bgFooter{
	background: hsla(207, 100%, 26%, 1);

background: linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);

background: -moz-linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);

background: -webkit-linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#004884", endColorstr="#12AC86", GradientType=1 );
}

.btnAgile{
	font-size: 20px;
    padding: 15px 20px 15px 20px!important;
}

.btnAgile2{
	font-size: 15px;
    padding: 10px 15px 10px 15px!important;
    border-radius: 7px;
}

.headerBg{
	background: hsla(207, 100%, 26%, 1);

background: linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);

background: -moz-linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);

background: -webkit-linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#004884", endColorstr="#12AC86", GradientType=1 );
}

.iconeAgile{
	    background-color: red;
    background: hsla(207, 100%, 26%, 1);
    background: linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);
    background: -moz-linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);
    background: -webkit-linear-gradient(315deg, hsla(207, 100%, 26%, 1) 0%, hsla(165, 81%, 37%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#004884", endColorstr="#12AC86", GradientType=1 );
    color: white!important;
}

@media only screen and (max-width: 767px) {
    #sliderMain, .ocultaResponsividade1, .ocultaResponsividade2{
        display: none;
    }
}

/* Quando a largura da tela for maior ou igual a 768px (visão tablet/desktop), mostre o elemento */
@media only screen and (min-width: 768px) {
    #sliderMain{
        display: block;
    }
    .ocultaResponsividade1{
    	display: flex;
    }
    .ocultaResponsividade2{
    	display: list-item;
    }
}