@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800&display=swap');

*, body{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3, h4 {
    font-weight: 800;
    margin: 0;
}
b, strong {
    font-weight: 800;
}
ul {
    margin: 0;
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
#header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    -webkit-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;
}
#header.bg-white {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
}
#c-logotipo {
    display: table;
    height: 70px;
    -webkit-transition: height 200ms linear;
    -ms-transition: height 200ms linear;
    transition: height 200ms linear;
}
.logotipo {
    display: table-cell;
    vertical-align: middle;
}
.title{
    color: #372a3b;
    font-size: 30px;
    font-weight: 800;
    line-height: 0.9;
    margin: 50px 0;
    text-transform: uppercase;
}
.aire {
    background-color: transparent;
    background-image: url(/img/back_dots_orange.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 400px 0;
}
.acercade2 {
    background-color: #f36523;
    padding-top: 100px;
}
.thinker {
    background-color: transparent;
    background-image: url(/img/back_person_orange.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.thinkertext {
    padding: 400px 0;
}
.thinkertext h4 {
    color: #372a3b;
    font-size: 22px;
}
.thinkertext h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 0.9;
    text-transform: uppercase;
}
#parrafo1 {
    color: #ffffff;
    padding: 150px 0;
    padding-bottom: 50px;
    position: relative;
}
#parrafo1 p:first-child {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
#parrafo1 p:nth-child(2) {
    margin-bottom: 45px;
}
.page-solutions {
    background-color: #ffffff;
    background-image: url(/img/banner_soluciones.png);
    background-position: center 40px;
    background-repeat: no-repeat;
    padding: 50px 0;
    padding-top: 150px;
    position: relative;
}
.banner_section.page-solutions h1 {
    color: #ed5a14;
    text-transform: uppercase;
}
.title-solution {
    font-size: 120px;
    font-weight: 800;
    line-height: 0.8;
    text-transform: uppercase;
}
.subtitle h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.container {
    max-width: 1200px;
}
.acercade3 {
    background-color: transparent;
    background-image: url('/img/back_brain_orang.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 140px;
    padding-top: 140px;
}
.braintext {
    padding: 300px 0;
}
.braintext h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 8px;
}
.braintext h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 0.9;
    text-transform: uppercase;
}
.acercade4 {
    background-color: #412c33;
}
.textmind {
    color: #ffffff;
    padding: 300px 0;
}
.textmind p:first-child {
    font-size: 18px;
    margin-bottom: 30px;
}
.acercade5 {
    background-color: #412c33;
    background-image: url(/img/back_dots_black.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 140px;
}
.back_flecha {
    background-color: transparent;
    background-image: url('/img/arrow_image.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 140px;
    padding-top: 140px;
}
.textdig {
    color: #ffffff;
    padding: 150px 0;
}
.textdig h2 {
    font-size: 54px;
    text-transform: uppercase;
    line-height: 0.9;
}
.acercade6 {
    background-color: #191919;
}
.textgg {
    color: #ffffff;
    padding: 100px 0;
}
.textgg h2 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}
#footer {
    background-color: #191919;
    padding-top: 80px;
}
.list-social-media {
    margin-bottom: 30px;
}
.list-social-media > li {
    float: left;
    margin-right: 15px;
}
.list-social-media > li a {
    display: table;
    border: 1px solid #383838;
    border-radius: 8px;
    color: #383838;
    font-size: 22px;
    height: 50px;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 75px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.25s ease-in, opacity 0.15s ease-in-out, width 0.15s ease-in-out;
}
.list-social-media > li a > span {
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 14px);
    text-align: center;
    width: 28px;
    transition: color 0.12s ease-in-out, background-color 0.15s ease-in-out, border-color 0.25s ease-in, opacity 0.15s ease-in-out, width 0.15s ease-in-out;
}
.list-social-media > li a > i {
    display: table-cell;
    vertical-align: middle;
}
.content-img-cert {
    display: block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.content-img-cert img {
    width: 100%;
}
.col-md-55 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.avisos {
    font-size: 13px;
    padding: 15px;
}
.section-solutions-home {
    padding-bottom: 50px;
    padding-top: 10px;
}
.row-solutions {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 30px;
}
.col-solutions {
    position: relative;
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: inline-block;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.content-img-solution img{
    border-radius: 8px;
    position: relative;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.nsolutionh {
    position: absolute;
    bottom: 50px;
    left: 40px;
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.line_c {
    display: block;
    height: 5px;
    margin: 12px 0;
    width: 30px;
}
.bg-white {
    background-color: #ffffff!important;
}
.info-sh {
    position: absolute;
    bottom: 50px;
    margin: 0 6%;
    width: 85%;
}
.info-sh h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 650px){
.title{
    font-size: 50px;
}
}
@media (min-width: 850px){
.title {
    font-size: 65px;
}
}
@media (min-width: 992px){
.title {
    font-size: 80px;
}
#c-logotipo {
    height: 80px;
}
}
@media (min-width: 1200px){
.title{
    font-size: 94px;
}
}
@media(max-width: 1200px){
	.info-sh {
    width: 100%;
}
}
@media (max-width: 992px){
.title-solution {
    font-size: 60px;
    font-weight: 800;
}
.list-social-media {
    text-align: center;
    margin-bottom: 10px;
}
.list-social-media > li {
    float: none;
    display: inline-block;
}
}
@media (min-width: 768px){
.col-md-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (max-width: 600px){
	p {
    font-size: 18px!important;
    line-height: 25px!important;
	}
	#parrafo1, .textgg{
		padding: 30px 0;
	}
	.aire{
		display: none;
	}
	.thinker{
		background-color: transparent;
	    background-image: none;
	    background-position: right top;
	    background-repeat: no-repeat;
	}
	.thinkertext, .textdig{
		padding: 30px 0;
	}
	.thinkertext h2, .braintext h2, .textdig h2, .textgg h2{
		font-size: 35px;
	}
	.title-solution {
	    font-size: 44px;
	    font-weight: 800;
	}
	.acercade3, .back_flecha {
    	padding: 50px 0;
	}
	.braintext, .textmind {
    	padding: 30px 0;
	}
	.col-solutions:first-child {
    display: none;
	}
	.col-solutions {
    padding: 30px 0;
	}
	.certifc {
    margin: 20px 0;
	}

}
@media (max-width: 575px){
.row-solutions {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}