@font-face {
    font-family: "PTSans";
    src: url(../fonts/PTSans/PTSans.eot);
    src: url(../fonts/PTSans/PTSans.eot?#iefix) format('embedded-opentype'),
    url(../fonts/PTSans/PTSans.svg) format('svg'),
    url(../fonts/PTSans/PTSans.woff) format('woff'),
    url(../fonts/PTSans/PTSans.ttf) format('truetype'),
    url(../fonts/PTSans/PTSans.otf)
}

@font-face {
    font-family: "TheSansB2EL";
    src: url(../fonts/TheSans/TheSans-B2ExtraLight.eot);
    src: url(../fonts/TheSans/TheSans-B2ExtraLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/TheSans/TheSans-B2ExtraLight.svg) format('svg'),
    url(../fonts/TheSans/TheSans-B2ExtraLight.woff) format('woff'),
    url(../fonts/TheSans/TheSans-B2ExtraLight.ttf) format('truetype'),
    url(../fonts/TheSans/TheSans-B2ExtraLight.otf);
}

@font-face {
    font-family: "TheSansB4SL";
    src: url(../fonts/TheSans/TheSans-B4SemiLight.eot);
    src: url(../fonts/TheSans/TheSans-B4SemiLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/TheSans/TheSans-B4SemiLight.svg) format('svg'),
    url(../fonts/TheSans/TheSans-B4SemiLight.woff) format('woff'),
    url(../fonts/TheSans/TheSans-B4SemiLight.ttf) format('truetype'),
    url(../fonts/TheSans/TheSans-B4SemiLight.otf)
}

@font-face {
    font-family: "TheSansB5P";
    src: url(../fonts/TheSans/TheSans-B5Plain.eot);
    src: url(../fonts/TheSans/TheSans-B5Plain.eot?#iefix) format('embedded-opentype'),
    url(../fonts/TheSans/TheSans-B5Plain.svg) format('svg'),
    url(../fonts/TheSans/TheSans-B5Plain.woff) format('woff'),
    url(../fonts/TheSans/TheSans-B5Plain.ttf) format('truetype'),
    url(../fonts/TheSans/TheSans-B5Plain.otf)
}

@font-face {
    font-family: "TheSansB6SB";
    src: url(../fonts/TheSans/TheSans-B6SemiBold.eot);
    src: url(../fonts/TheSans/TheSans-B6SemiBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/TheSans/TheSans-B6SemiBold.svg) format('svg'),
    url(../fonts/TheSans/TheSans-B6SemiBold.woff) format('woff'),
    url(../fonts/TheSans/TheSans-B6SemiBold.ttf) format('truetype'),
    url(../fonts/TheSans/TheSans-B6SemiBold.otf)
}

@font-face {
    font-family: "TheSansB7B";
    src: url(../fonts/TheSans/TheSans-B7Bold.eot);
    src: url(../fonts/TheSans/TheSans-B7Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/TheSans/TheSans-B7Bold.svg) format('svg'),
    url(../fonts/TheSans/TheSans-B7Bold.woff) format('woff'),
    url(../fonts/TheSans/TheSans-B7Bold.ttf) format('truetype'),
    url(../fonts/TheSans/TheSans-B7Bold.otf)
}

@font-face {
    font-family: "TheSansB8EB";
    src: url(../fonts/TheSans/TheSans-B8ExtraBold.eot);
    src: url(../fonts/TheSans/TheSans-B8ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/TheSans/TheSans-B8ExtraBold.svg) format('svg'),
    url(../fonts/TheSans/TheSans-B8ExtraBold.woff) format('woff'),
    url(../fonts/TheSans/TheSans-B8ExtraBold.ttf) format('truetype'),
    url(../fonts/TheSans/TheSans-B8ExtraBold.otf)
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow: auto;
    min-width: 320px;
}

body {
    font-family: PTSans;
    color: #828282;
    background: #fff;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #52d3aa;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #52d3aa;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "PTSans";
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #52d3aa;
}

::-moz-selection {
    color: #fff;
    background: #52d3aa;
}

::selection {
    color: #fff;
    background: #52d3aa;
}

.gtco-container {
    max-width: 1250px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-nav {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1001;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat
}

.gtco-nav #gtco-logo {
    height: 50px;
    width: 200px;
    margin: 0;
    margin-left: 70%;
    padding: 20;
    background-image: url(../images/logo_sycno.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.gtco-nav a {
    padding: 5px 10px;
    color: black;
}

.gtco-nav ul {
    padding: 0;
    margin: 30px 0 0 0;
}

.gtco-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.gtco-nav ul li a {
    margin-right: 8px;
    font-family: PTSans;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 9.876px;
    padding: 30px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-nav ul li.has-dropdown {
    position: relative;
}

.gtco-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ee6722;
    border-width: 8px;
    margin-left: -8px;
}

.gtco-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #ee6722;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
    color: #ee6722;
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
    color: #ee6722;
}


.gtco-nav ul li.active>a {
    color: black !important;
}




/* Inicio de Página Sección 1
background-image: url(../images/slide_1.jpg);

*/

.gtco-cover {
    height: 700px;
    position: relative;
    float: left;
    width: 100%;
    z-index: -1;
}

.one-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/slide_1.jpg);
}

.two-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/slide_servicios_1.jpg);
}

.three-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/slide_servicios_3.jpg);
}

#btn-initial-contact {
    align-content: center;
    margin-top: -200px;
    z-index: 1;
}

.gtco-cover .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.gtco-cover h1 {
    margin-top: 200px;
    font-family: TheSansB6SB;
    color: #ffffff;
    font-size: 10.5px;
    text-shadow: -0.5px 0.5px rgba(24, 24, 24, 0.75);
    font-weight: 700;
    line-height: 90.876px;
    transform: scale(9.547, 9.567);
    padding-left: -3%;
}

.gtco-cover h2 {
    font-family: PTSans;
    color: #17e9f3;
    font-size: 10.42px;
    font-weight: 400;
    transform: scale(4.627, 4.648);
    line-height: 9.876px;
    text-shadow: -0.5px 0.5px rgba(24, 24, 24, 0.45);
    margin-top: 50px;
    margin-right: -50px;
}

.gtco-cover p {
    font-family: TheSansB2EL;
    margin-top: 60px;
    color: #ffffff;
    font-size: 4.54px;
    font-weight: 400;
    line-height: 9.876px;
    transform: scale(3.205, 3.215);
    width: 180px;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
}

form label {
    font-weight: normal !important;
}

#gtco-header .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#gtco-header .display-tc h1,
#gtco-header .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-transform: uppercase;
}

#gtco-header .display-tc h1,
.gtco-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 70px;
    line-height: 1.5;
}

#gtco-header .display-tc h2,
.gtco-cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#gtco-header .display-tc .btn,
.gtco-cover .display-tc .btn {
    padding: 15px 30px;
    background: #fff !important;
    color: #52d3aa;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
}

#gtco-header .display-tc .btn:hover,
.gtco-cover .display-tc .btn:hover {
    background: #fff !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#gtco-features,
#gtco-features2,
#gtco-features3,
#gtco-testimonial,
#gtco-services,
#gtco-footer,
.gtco-section {
    padding: 7em 0;
    clear: both;
}

#gtco-features .row h2 {
    font-family: TheSansB2EL;
    color: #ee6722;
    font-size: 10.42px;
    line-height: 9.876px;
    font-weight: 200;
    transform: scale(3.205, 3.215);
}

#gtco-features .row h2 a {
    font-family: TheSansB6SB;
    color: #ee6722;
    font-size: 10.42px;
    line-height: 14.876px;
    font-weight: 500;
}

#gtco-features .row hr {
    width: 95%;
    height: 0.1%;
    border-width: 0.5px;
    border-color: #8295a1;
    border-style: solid;
    background-color: #8295a1;
    margin-top: 40px;
}

#gtco-features .row p {
    font-family: TheSansB2EL;
    width: 200px;
    margin: 70px auto 0 auto;
    text-align: justify;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(3.205, 3.215);
    margin-bottom: 60px\0;
}

#gtco-features2 {
    margin-top: 50px;
}

#gtco-features2 .row h2 {
    font-family: TheSansB2EL;
    color: #ee6722;
    font-size: 10.42px;
    line-height: 9.876px;
    font-weight: 200;
    transform: scale(3.205, 3.215);
}

#gtco-features2 .row h2 a {
    font-family: TheSansB6SB;
    color: #ee6722;
    font-size: 10.42px;
    line-height: 14.876px;
    font-weight: 500;
}

#gtco-features2 .row hr {
    width: 95%;
    height: 0.1%;
    border-width: 0.5px;
    border-color: #8295a1;
    border-style: solid;
    background-color: #8295a1;
    margin-top: 40px;
}

#gtco-features2 .row p {
    font-family: TheSansB2EL;
    margin: 70px auto 0 auto;
    text-align: justify;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(3.005, 3.015);
    margin-left: auto;
    margin-right: auto;
    width: 40px;
}

#gtco-features2 .row .btn{
    margin-top: 150px;   
    margin-left: auto;
    margin-right: auto;
}

#gtco-features2 .row h3 {
    font-family: TheSansB2EL;
    margin: -50px auto 0 auto;
    text-align: justify;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(2.505, 2.515);
    width: 320px;
}

#gtco-features2 #serv6-list {
    margin-top: -60px;
}
#gtco-features2 #serv6-list2 {
    margin-top: -60px;
}

#gtco-features2 .row p img {
    height: 60px;
}

#gtco-features2 .row .serv3 p {
    margin-top: 50px;
    text-align: center;
    width: 80px;
}

#gtco-features2 .row .img-serv4 {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 45px;
    margin-bottom: 150px;
}

#gtco-features2 .row .img-serv4 img {
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    height: 40px;
}

#gtco-features2 .row .text-serv4 p {
    margin-top: 50px;
    margin-bottom: 200px;
    text-align: justify;
    width: 250px;
}

#gtco-features2 .row ul li {
    text-align: left;
    list-style: none;
    padding-bottom: 10px;
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: -1em;
}

#gtco-features2 .row ul li:before {
    content: '';
    background-color: #A259F0;
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 4px;
    top: 2px;
    color: green;
    font-size: 40px;
}

#gtco-features3 {
    margin-top: 50px;
}

#gtco-features3 .row h2 {
    font-family: TheSansB2EL;
    color: #ee6722;
    font-size: 10.42px;
    line-height: 9.876px;
    font-weight: 200;
    transform: scale(3.205, 3.215);
}

#gtco-features3 .row h2 a {
    font-family: TheSansB6SB;
    color: #ee6722;
    font-size: 10.42px;
    line-height: 14.876px;
    font-weight: 500;
}

#gtco-features3 .row hr {
    width: 95%;
    height: 0.1%;
    border-width: 0.5px;
    border-color: #8295a1;
    border-style: solid;
    background-color: #8295a1;
    margin-top: 40px;
}

#gtco-features3 .row p {
    font-family: TheSansB2EL;
    margin: 70px auto 0 auto;
    text-align: justify;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(3.005, 3.015);
    margin-left: auto;
    margin-right: auto;
    width: 40px;
}

#gtco-features3 .row h3 {
    font-family: TheSansB2EL;
    margin: 70px auto 0 auto;
    text-align: justify;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(2.205, 2.215);
    width: 370px;
}

#gtco-features3 .row p img {
    height: 60px;
}

#gtco-features3 .row .img-serv4 {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 40px;
    margin-bottom: 150px;
}

#gtco-features3 .row .img-serv4 img {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 40px;
}


#gtco-features3 .row .text-serv4 p {
    margin-top: 50px;
    text-align: justify;
    width: 250px;
}

#gtco-features3 .row .text-serv5 {
    margin-bottom: 50px;
}

#gtco-features3 .row .text-serv5 p {
    margin-top: 200px;
    text-align: justify;
    width: 250px;
}

#btn-serv4-id{
    margin-top: 100px;
    margin-bottom: 30px;
}

#btn-serv5-id{
    margin-top: 120px;
    margin-bottom: 30px;
}

#btn-serv7-id{
    margin-top: 70px;
    margin-bottom: 30px;
}

.feature-center {
    margin-left: 15%;
    text-align: center;
    width: 70%;
    height: 180px;
}

.feature-center .icon {
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    margin: 30px auto 30px auto;
}

.feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    font-size: 40px;
    line-height: 40px;
    color: #52d3aa;
}

.gtco-heading {
    margin-bottom: 5em;
}

.gtco-heading.gtco-heading-sm {
    margin-bottom: 2em;
}

.gtco-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}

.gtco-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
}

#gtco-testimonial {
    background: #efefef;
    height: 350px;
    background-image: url(../images/slide_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#gtco-testimonial .car-small {
    display: none;
}

#gtco-testimonial .car-big {
    display: block;
}

#gtco-testimonio {
    height: 680px;
    background-image: url(../images/slide_3.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

#gtco-testimonio .testim h1 {
    font-family: TheSansB6SB;
    margin-top: 140px;
    color: #ee6722;
    font-size: 10.42px;
    font-weight: 700;
    line-height: 9.876px;
    transform: scale(9.334, 9.366);
    padding-left: -3%
}

#gtco-testimonio .testim h2 {
    font-family: PTSans;
    color: #8295a1;
    font-size: 10.42px;
    font-weight: 400;
    line-height: 9.876px;
    transform: scale(7.04, 7.065);
    margin-top: 80px;
    margin-right: -140px;
}

#gtco-testimonio .testim p {
    font-family: TheSansB2EL;
    margin-top: 70px;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(3, 3);
    width: 240px;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
}

#gtco-testimonio .testim h3 {
    font-family: TheSansB2EL;
    margin-top: 80px;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(3, 3);
    width: 120px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

#gtco-testimonio .testim p a,
#gtco-testimonio .testim h3 a {
    font-family: TheSansB5P;
    color: #8295a1;
    font-size: 6.43px;
    line-height: 7.775px;
    font-weight: 900;
}

#gtco-services {
    background-image: url(../images/slide_4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#gtco-services .prop-valor h2,
#gtco-testimonial .clientes h2 {
    font-family: TheSansB2EL;
    color: #17e9f3;
    font-size: 10.42px;
    font-weight: normal;
    transform: scale(3.205, 3.215);
    margin-right: auto;
    margin-left: auto;
}

#gtco-services .prop-valor h2 a,
#gtco-testimonial .clientes h2 a {
    font-family: TheSansB6SB;
    color: #17e9f3;
    font-size: 10.42px;
    line-height: 9.876px;
    font-weight: bold;
}

#gtco-services .prop-valor hr,
#gtco-testimonial .clientes hr {
    width: 95%;
    margin-top: 30px;
    border-width: 0.5px;
    border-color: #ffffff;
    border-style: solid;
    background-color: #8295a1;
}

#gtco-services .prop-valor hr {
    width: 80%;
    margin-top: 30px;
    border-width: 0.5px;
    border-color: #ffffff;
    border-style: solid;
    background-color: #8295a1;
}

#gtco-services .prop-valor p {
    font-family: TheSansB4SL;
    width: 250px;
    margin: 50px auto 0 auto;
    color: #ffffff;
    font-size: 5.83px;
    font-weight: lighter;
    transform: scale(2.8, 2.9);
}

#gtco-services .prop-valor #acerca_img_id {
    margin: 50px auto 0 auto;
    color: #ffffff;
    font-size: 5.83px;
    font-weight: lighter;
    transform: scale(2.8, 2.9);
}

#gtco-services .prop-valor #acerca_img_id img{
    width:60px; 
    height : 20px; 
    margin-left: auto; 
    margin-right: auto;
}

#gtco-services .prop-valor h3 {
    font-family: TheSansB2EL;
    width: 250px;
    margin: 50px auto 0 auto;
    color: #ffffff;
    font-size: 5.83px;
    font-weight: 700;
    transform: scale(2.597, 2.515);
}

#gtco-services .prop-valor .consultores-ti {
    text-align: justify;
    font-family: TheSansB2EL;
    width: 270px;
    margin: 120px auto 0 auto;
    color: #ffffff;
    font-size: 5.83px;
    transform: scale(2.597, 2.515);
}

#gtco-services .prop-valor p img {
    height: 25px;
    width: 25px;
    margin-right: 20px
}

#gtco-services .metodology h3 {
    font-family: TheSansB2EL;
    color: #ffffff;
    font-size: 4.54px;
    transform: scale(3.205, 3.215);
    margin-bottom: 60px;
}

#gtco-services .metodology p {
    font-family: TheSansB2EL;
    color: #ffffff;
    font-size: 4.54px;
    transform: scale(3.205, 3.215);
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    text-align: center;
}


#gtco-services #proyecto-ti-id {
     margin-top: 70px;
    text-align: justify;
    width: 240px;
}

#gtco-services #proyectoti-btn-id {
    margin-top: 110px;
}

#gtco-services #acerca_h2-id{
    color: #ee6722;
}

#gtco-services #acerca_h2-id a{
    font-family: TheSansB5P;
    color: #ee6722;
}

#gtco-services #acercade-p-id {
     margin-top: 130px;
    text-align: justify;
    width: 240px;
}

#gtco-services #acercade2-p-id {
     margin-top: 120px;
    text-align: justify;
    width: 240px;
}

#gtco-services #acercade3-p-id {
     margin-top: 100px;
    text-align: justify;
    width: 240px;
}

#gtco-services #acercade4-p-id {
 margin-top: 100px;
    text-align: justify;
    width: 240px;
}

#gtco-services #acercade-btn-id {
    margin-top: 120px;
}

#gtco-services #acercade2-btn-id{
    margin-top: 120px;
}

#gtco-services #btn-benefit-id {
    margin-top: 180px;
    margin-bottom: 30px;
}

#gtco-services #form-domtec-id textarea {
    font-family: TheSansB5P;
    color: #16e5f0;
    width: 300px;
    height: 200px;
    background-color: #003258;
    border-radius: 25px;
}

#gtco-services #domtec-btn-id {
    margin-top: 100px;
}

#gtco-services #consultores-ti-btn {
        margin-top: 100px;
        margin-bottom: 40px;
    }

#gtco-services .row ul li {
    font-family: TheSansB2EL;
    color: #ffffff;
    text-align: justify;
    list-style: none;
    padding-bottom: 10px;
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: -1.1em;
}

#gtco-services .row ul li:before {
    content: '';
    background-color: #4726F2;
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 4px;
    top: 2px;
    color: white;
    font-size: 40px;
}

#gtco-services .metodology-dominio ul li {
    font-family: TheSansB2EL;
    color: #ffffff;
    text-align: justify;
    list-style: none;
    padding-bottom: 5px;
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: 0em;
}

#gtco-services .metodology-dominio ul li:before {
    content: '';
    display: none;
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 4px;
    top: 2px;
    color: white;
    font-size: 40px;
}

#gtco-services .metodology-dominio li:hover {
    color: #00032f;
    font-weight: 500;
}

#gtco-services #menu-domtec {
    width: 400px;
    height: 230px;
}

#gtco-services .metodology table {
    font-family: TheSansB2EL;
    color: #00032f;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    width: 700px;
    display: block;
}

#gtco-services .metodology table ul li {
    font-family: TheSansB2EL;
    color: #ffffff;
    text-align: justify;
    list-style: none;
    padding-bottom: 10px;
    list-style-position: inside;
    padding: 10px 0 10px 30px;
    text-indent: -1.5em;
}

#gtco-services .metodology table ul li:before {
    content: '';
    background-color: #16e5f0;
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 4px;
    top: 2px;
    color: white;
    font-size: 40px;
}

#gtco-services .metodology th,
td {
    text-align: left;
    padding: 8px;
    border: none !important
}

#gtco-services .metodology tr:nth-child(even) {
    background-color: #f2f2f2
}

#gtco-services .metodology thead th {
    background-color: #16e5f0;
    border: solid 1px #DDEEEE;
    color: #00032f;
    text-align: center;
    border: none;
    width: 350px;
    font-size: 14.54px;
}

#gtco-services .metodology tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    font-size: 11.54px;
}

#gtco-services .metodology table {
    border: none;
}



#gtco-services .metodology thead th:first-child {
    border-radius: 10px 0 0 0;
}

#gtco-services .metodology thead th:last-child {
    border-radius: 0 10px 0 0;
}

#gtco-services .metodology tbody td {
    border: none;
    background-color: #00032f;
}

#gtco-services .metodology tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

#gtco-services .metodology tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}


#gtco-services .metodology .hidden-table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

#gtco-services .metodology .hidden-table thead th:last-child {
    border-radius: 10px 10px 0px 0px;
}

#gtco-services .metodology .hidden-table tbody td {
    border: none;
    background-color: #00032f;
}

#gtco-services .metodology .hidden-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

#gtco-services .metodology .hidden-table tbody tr:last-child td:last-child {
    border-radius: 0 0px 10px 10px;
}

#gtco-services .metodology .hidden-table {
    display: none;
}

#footer {
    background-image: url(../images/slide_5.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .contacto h2 {
    font-family: TheSansB5P;
    color: #ee6722;
    font-size: 10.42px;
    font-weight: 700;
    line-height: 9.876px;
    transform: scale(3.205, 3.215);
    margin-top: 60px;
}

#footer .contacto hr {
    width: 95%;
    height: 0.1%;
    border-width: 0.5px;
    border-color: #8295a1;
    border-style: solid;
    margin-top: 40px;
    background-color: #8295a1;
}

#footer .contacto p {
    font-family: TheSansB2EL;
    width: 30%;
    margin: 70px auto 0 auto;
    text-align: justify;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(3.205, 3.215);
    margin-bottom: 60px\9;
}

#footer .contact-form .form-group {
    width: 70%;
    margin-left: 130px;
}

#footer .contact-form .form-group input,
#footer .contact-form .form-group textarea {
    height: 25px;
    background-color: #003258;
    border-radius: 50px;
    line-height: lighter;
    line-height: 0px\0/;
    /* for IE 8 */
}

#footer .contact-form .form-group textarea {
    height: 100px;
    border-radius: 25px;
}

#footer .contact-form .btn {
    margin-top: 10px;
    margin-left: 75%;
}

#footer .social-net {
    height: 350px;
    border-left: 1px solid #003258;
}

#footer .social-net p {
    font-family: TheSansB2EL;
    width: 28%;
    text-align: justify;
    color: #8295a1;
    font-size: 5.83px;
    line-height: 7.775px;
    transform: scale(3.205, 3.215);
    margin-top: 70px;
    margin-left: 130px;
    padding: 2px;
}

#footer .social-net div {
    height: 70px;
    margin-top: 30px;
    margin-left: 20px;
}

#footer .sycno-info {
    background-color: #3a3a3a;
    width: 110%;
}


#footer .sycno-info .section-one {
    text-align: left;
    font-family: TheSansB2EL;
    color: #ffffff;
    height: 100%;
    margin-top: 5px;
}

#footer .sycno-info .section-two {
    text-align: left;
    font-family: TheSansB2EL;
    color: #ffffff;
    height: 100%;
    margin-top: 30px;
}

#footer .sycno-info .section-two a {
    text-align: left;
    font-family: TheSansB2EL;
    color: #ffffff;
}

#footer .sycno-info .section-three {
    text-align: left;
    font-family: TheSansB2EL;
    color: #ffffff;
    height: 100%;
    margin-top: 25px;
}

#footer .sycno-info .section-three .btn-agendar {
    background-image: -webkit-linear-gradient(21deg, #ee6722 6%, #eeb222 94%);
    background-image: -moz-linear-gradient(21deg, #ee6722 6%, #eeb222 94%);
    background-image: -o-linear-gradient(21deg, #ee6722 6%, #eeb222 94%);
    background-image: linear-gradient(69deg, #ee6722 6%, #eeb222 94%);
    box-shadow: 1px 2px 5px 0px rgba(24, 24, 24, 0.75);
    font-family: PTSans;
    color: #883a13;
    font-size: 12.17px;
    font-weight: 700;
    line-height: 9.876px;
    transform: scale(1.2, 1.1);
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.gtco-tabs .gtco-tab-nav {
    clear: both;
    margin: 0 0 3em 0;
    padding: 3px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gtco-tabs .gtco-tab-nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
    text-align: center;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-tabs .gtco-tab-nav li .icon {
    font-size: 30px;
}

.gtco-tabs .gtco-tab-nav li a {
    padding: 20px;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #b3b3b3;
}

.gtco-tabs .gtco-tab-nav li a:hover {
    color: #4d4d4d;
}

.gtco-tabs .gtco-tab-nav li.active a {
    background: #fff;
    color: #52d3aa;
}

.gtco-tabs .gtco-tab-content-wrap {
    clear: both;
    position: relative;
    top: 70px;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
    opacity: 1;
    visibility: visible;
}

.gtco-tabs .icon-xlg {
    font-size: 400px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .gtco-tabs .icon-xlg {
        font-size: 300px;
    }
}

@media screen and (max-width: 480px) {
    .gtco-tabs .icon-xlg {
        font-size: 200px;
    }
}

.gtco-tabs .icon-xlg i {
    color: #52d3aa;
}

.owl-carousel .owl-controls .owl-dot span {
    position: relative;
    margin-top: -250px;
    background: #e6e6e6;
}

#gtco-testimonial .car-big .owl-carousel .owl-controls .owl-dot span {
    position: relative;
    margin-top: 10px;
    background: #e6e6e6;
}

#gtco-testimonial .car-small .owl-carousel .owl-controls .owl-dot span {
    position: relative;
    margin-top: -10px;
    background: #e6e6e6;
}

@media screen and (max-width: 1130px) {
    .gtco-nav ul li a {
        margin-right: 1px;
    }
}

@media screen and (max-width: 1100px) {
    .gtco-nav ul li a {
        padding: 10px 2px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .gtco-nav .menu-1 {
        display: none;
    }
}


@media screen and (max-width: 991px) {

    #gtco-features .row {
        margin-top: 100px;
    }


    #gtco-features2 .row h2 {
        margin-top: 0px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    #gtco-features2 .row h2 a {
        font-weight: 500;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #gtco-features2 .row hr {
        width: 85%;
    }

    /* Servicio 1*/
    #gtco-features2 .row .text-serv p {
        margin-top: -100px;
        margin-bottom: 100px;
    }

    #gtco-features2 .row .img-serv img {
        margin-top: -10px;
        width: 35px;
        height: 45px;
    }

    #gtco-features2 .row .feature-center ul {
        padding: 0;
        list-style-type: none;
    }

    #gtco-features2 .row .img-serv2 {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .img-serv2 img {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .serv2-text-2 p {
        margin-top: -40px;
    }

    #btn-serv2-id{
        margin-top: -120px;
        margin-bottom: 40px;
    }

    #gtco-features2 .row .img-serv3 {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
        margin-bottom: 110px;
    }

    #gtco-features2 .row .img-serv3 img {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .serv3 {
        margin-top: 50px;
        text-align: center;
    }

    #gtco-features2 .row .serv3 p {
        transform: scale(2.3, 2.3);
    }

    #gtco-features2 .row h3{
        width: 230px;
    }

    #gtco-features2 #serv6-list{
        margin-top: -50px;
    }

    #gtco-features2 #serv6-list .feature-center ul {
        padding: 0;
        list-style-type: none;
    }

    #gtco-features2 #serv6-list2{
        margin-top: -120px;
        margin-bottom: -80px;
    }

    #gtco-features2 #serv6-list2 .feature-center ul {
        padding: 0;
        list-style-type: none;
    }

    /* Servicio 4*/
    #gtco-features3 {
        margin-top: 70px;
    }


    #gtco-features3 .row h2 {
        margin-top: 0px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    #gtco-features3 .row h2 a {
        font-weight: 500;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #gtco-features3 .row hr {
        width: 85%;
    }


    #gtco-features3 .row .text-serv5 p {
        margin-top: 290px;
        margin-bottom: 50px;
        width: 100px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    #gtco-features2 .row p {
        margin-top: 120px;
    }

    #gtco-features3 .row .img-serv4 {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
        margin-bottom: 110px;
    }

    #gtco-features3 .row .img-serv4 img {
        margin-left: auto;
        margin-right: auto;
        width: 35px;
        height: 40px;
    }

    #gtco-features3 .row .text-serv4 p {
        margin-top: 200px;
        text-align: justify;
        width: 250px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.505, 2.515);
        -ms-transform: scale(2.505, 2.515);
        -o-transform: scale(2.505, 2.515);
        transform: scale(2.505, 2.515);
    }

    #btn-serv4-id{
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #gtco-features3 .row .text-serv5 p {
        margin-top: 200px;
        text-align: justify;
        width: 250px;
        transform: scale(2.505, 2.515);
    }


    #gtco-services .prop-valor h2 {
        margin-top: 25px;
    }

    #gtco-services .metodology {
        margin-top: 110px;
    }

    #gtco-services #proyecto-ti-id {
        width: 200px;
        margin-top: 150px;
    }

    #gtco-services #proyectoti-btn-id {
        margin-top: 150px;
    }

    #gtco-services .metodology table {
        width: 500px;
    }

    #gtco-services #consultores-ti-btn {
        margin-top: 150px;
        margin-bottom: 40px;
    }

    #gtco-services #benefit-ul2-id {
        margin-top: -70px;
    }

    #gtco-services #acerca_h2-id{
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }


    #gtco-services #acercade-p-id {
        width: 190px;
    }

    #gtco-services #acercade2-p-id {
        margin-top: 150px;
         width: 190px;
    }

    #gtco-services #acercade3-p-id {
         width: 190px;
    }

     #gtco-services #acercade4-p-id {
        width: 190px;
    }

    #gtco-services #acercade-btn-id {
        margin-top: 120px;
    }

    #gtco-services #acercade2-btn-id{
        margin-top: 120px;
    }


    #footer .social-net p {
        margin-left: auto;
        margin-right: auto;
    }

    #gtco-services .prop-valor .consultores-ti {
        margin-top: 150px;
        width: 250px;
    }
}

@media screen and (max-width: 900px) {

    #gtco-testimonial .car-small {
        display: block;
    }
    #gtco-testimonial .car-big {
        display: none;
    }

    #gtco-testimonial .car-big .owl-carousel .owl-controls .owl-dot span {
        position: relative;
        margin-top: -40px;
        background: #e6e6e6;
    }

    #gtco-testimonial .car-small .owl-carousel .owl-controls .owl-dot span {
        position: relative;
        margin-top: 30px;
        background: #e6e6e6;
    }

}


@media screen and (max-width: 768px) {

    #gtco-header .display-tc h1,
    .gtco-cover .display-tc h1 {
        font-size: 40px;
    }

    .gtco-nav {
        padding: 20px 0;
    }

    .gtco-cover h1 {
        transform: scale(4.547, 4.567);
        font-weight: 500;
        line-height: 50.876px;
        margin-left: auto;
        margin-right: auto;
    }

    .gtco-cover h2 {
        transform: scale(3.327, 3.348);
        font-weight: 300;
        line-height: 30.876px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .gtco-cover p {
        margin-top: 100px;
        width: 120px;
        height: 70px;
    }

    #gtco-features,
    #gtco-features2,
    #gtco-features3,
    #gtco-testimonial,
    #gtco-services,
    #gtco-footer,
    .gtco-section {
        padding: 3em 0;
    }
    .feature-center {
        margin-bottom: 50px;
    }

    #gtco-testimonio .testim h1 {
        transform: scale(4.734, 4.766);
    }

    #gtco-testimonio .testim h2 {
        transform: scale(3.04, 3.065);
        margin-top: 50px;
    }

    #gtco-testimonio .testim p {
        margin-top: 100px;
        width: 110px;
    }

    #gtco-testimonio .testim h3 {
        width: 115px;
    }

    #gtco-features .row {
        margin-top: 100px;
    }

    #gtco-features .row p {
        width: 100px;
    }

    #gtco-features2 {
        margin-top: 100px;
    }

    #gtco-features2 .row .text-serv p {
        margin-top: -80px;
    }

    #btn-serv1-id{
        margin-top: -70px;
        margin-bottom: 40px;
    }

    #gtco-features2 .row .serv2-text-2 p {
        margin-top: -120px;
        margin-bottom: 100px;
    }

    #btn-serv2-id{
        margin-top: -120px;
        margin-bottom: 40px;
    }

    #btn-serv3-id{
        margin-top: -100px;
        margin-bottom: 40px;
    }

    #gtco-features2 .row h3 {
        width: 170px;
    }

    #gtco-features2 #serv6-list{
        margin-top: -50px;
    }

    #gtco-features2 #serv6-list2{
        margin-top: -70px;
        margin-bottom: -80px;
    }

    #gtco-features3 {
        margin-top: 100px;
    }

    #gtco-features3 .row .text-serv4 p {
        margin-top: 230px;
        margin-bottom: 80px;
        text-align: justify;
        width: 150px;
        transform: scale(2.505, 2.515);
    }

    #btn-serv4-id{
        margin-top: 180px;
        margin-bottom: 40px;
    }

    #btn-serv5-id{
        margin-top: 250px;
        margin-bottom: 40px;
    }

    #btn-serv7-id{
        margin-top:   110px;
        margin-bottom: 40px;
    }

    #gtco-features3 .row .text-serv5 p {
        margin-top: 230px;
        margin-bottom: 80px;
        text-align: justify;
        width: 150px;
        transform: scale(2.505, 2.515);
    }

    #footer .contact-form .form-group {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .contact-form .btn {
        margin-left: 70%;
    }

    #gtco-services .prop-valor h2 {
        margin-top: 25px;
    }

    #gtco-services .metodology {
        margin-top: 110px;
    }

    #gtco-services #proyecto-ti-id {
        width: 130px;
        margin-top: 230px;
        transform: scale(2.805, 2.815);
    }

    #gtco-services #proyectoti-btn-id {
        margin-top: 130px;
        transform: scale(1.405, 1.415);
    }

    #gtco-services #proyectoti-btn-id {
        margin-top: 110px;
    }

    #gtco-services #menu-domtec {
        width: 200px;
    }

    #gtco-services #domtec-btn-id {
        margin-top: 80px;
    }

    #gtco-services #benefits-text-id {
        width: 150px;
    }

    #gtco-services #benefit-ul2-id {
        margin-top: 10px;
    }

    #gtco-services .prop-valor .consultores-ti {
        margin-top: 150px;
        width: 150px;
    }


    #gtco-services .metodology>.hidden-table {
        display: block !important;
        align-content: center;
    }

    #gtco-services .metodology>.hidden-table table {
        width: 290px;
    }

    #gtco-services .metodology>.show-table {
        display: none;
    }

    #gtco-services .metodology thead th {
        font-size: 13.54px;
    }

    #gtco-services .metodology tbody td {
        padding: 10px;
        font-size: 11.54px;
    }

    #gtco-services .metodology table ul {
        padding: 0;
        list-style-type: none;
    }

    #gtco-services #consultores-ti-btn {
        margin-top: 100px;
        margin-bottom: 40px;
    }

    #gtco-services #acerca_h2-id{
        margin-top: 50px;
    }


    #gtco-services #acercade-p-id {
        margin-top: 200px;
        width: 110px;
    }

    #gtco-services #acercade2-p-id {
         margin-top: 180px;
         margin-bottom: 130px;
        width: 110px;
    }

    #gtco-services #acercade3-p-id {
          margin-top: 10px;
          margin-bottom: -100px;
        width: 110px;
    }

    #gtco-services #acercade4-p-id {
          margin-top: 250px;
        width: 110px;
    }

    #gtco-services #acercade-btn-id {
        margin-top: 150px;
    }

    #gtco-services #acercade2-btn-id{
        margin-top: 60px;
    }

    #gtco-services #acercade3-btn-id{
        margin-bottom: 70px;
    }

    #footer .sycno-info .section-three{
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}

    .owl-carousel .owl-controls .owl-dot span {
        position: relative;
        margin-top: -200px;
    }
}

@media screen and (max-width: 500px) {
    #gtco-features2 .row .text-serv p {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    #gtco-features2 .row h3{
        width: 130px;
        margin-top: 50px;
    }

    #gtco-features2 .row .serv2-text-2 p {
        margin-top: -100px;
        margin-bottom: 100px;
    }

    #gtco-features2 #serv6-list2{
        margin-top: -30px;
        margin-bottom: 50px;
    }

    #btn-serv1-id{
        margin-top: -40px;
        margin-bottom: 40px;
    }

    #gtco-services #benefit-ul2-id{
        margin-top: 150px;
    }
}

@media screen and (max-width: 490px) {
    .gtco-tabs .icon-xlg {
        font-size: 200px;
    }

    #gtco-features2 .row .text-serv p {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}


/* Nuestros Servicios */

@media screen and (max-width: 400px) {

    .gtco-cover h1 {
        transform: scale(4.734, 4.766);
        font-weight: 400;
        line-height: 50.876px;
        margin-left: auto;
        margin-right: auto;
    }

    .gtco-cover h2 {
        transform: scale(2.327, 2.348);
        font-weight: 300;
        line-height: 30.876px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -10px;
    }

    .gtco-cover p {
        margin-top: 140px;
        width: 80px;
        height: 90px;
    }

    #btn-initial-contact {
        transform: scale(0.7, 0.7);
    }

    #gtco-features .row {
        margin-top: 50px;
    }

    #gtco-features .row hr {
        width: 90%;
        margin-top: 30px;
    }

    #gtco-features .row h2 {
        margin-top: 100px;
        font-size: 10.42px;
        line-height: 9.876px;
        font-weight: 200;
        transform: scale(2.205, 2.215);
    }

    #gtco-features .row h2 a {
        font-weight: 500;
        transform: scale(2.205, 2.215);
    }

    #gtco-features .row p {
        width: 100px;
        line-height: 7.775px;
        transform: scale(2.705, 2.715);
    }


    #gtco-services #acercade-p-id {
        margin-top: 250px;
        width: 80px;
        transform: scale(3, 3);
    }

    #gtco-services #acercade2-p-id {
         margin-top: 180px;
         margin-bottom: 130px;
        width: 80px;
        transform: scale(3, 3);
    }

    #gtco-services #acercade3-p-id {
          margin-top: 10px;
          margin-bottom: -100px;
        width: 80px;
        transform: scale(3, 3);
    }

    #gtco-services #acercade4-p-id {
          margin-top: 250px;
        width: 80px;
        transform: scale(3, 3);
    }

    #gtco-services #acercade-btn-id,
    #gtco-services #acercade2-btn-id,
    #gtco-services #acercade3-btn-id{
        -webkit-transform: scale(1.205, 1.215);
        -moz-transform: scale(1.205, 1.215);
        -ms-transform: scale(1.205, 1.215);
        -o-transform: scale(1.205, 1.215);
        transform: scale(1.205, 1.215);
    }

    #gtco-services #acercade-btn-id{
        margin-top: 180px;
    }

    #gtco-services #acercade3-btn-id{
        margin-bottom: 40px;
    }


    #gtco-features2 .row h2 {
        margin-top: 0px;
        transform: scale(2.205, 2.215);
    }

    #gtco-features2 .row h2 a {
        font-weight: 500;
        transform: scale(2.205, 2.215);
    }

    #gtco-features2 .row hr {
        width: 85%;
    }

    /* Servicio 1*/
    #gtco-features2 .row .text-serv p {
        margin-top: 200px;
        margin-bottom: 100px;
    }

    #btn-serv1-id{
        margin-top: -40px;
        margin-bottom: 40px;
    }

    #btn-serv1-id .btn,
    #btn-serv2-id .btn,
    #btn-serv3-id .btn,
    #btn-serv4-id .btn,
    #btn-serv5-id .btn,
    #btn-serv6-id .btn,
    #btn-serv7-id .btn{
        -webkit-transform: scale(1.205, 1.215);
        -moz-transform: scale(1.205, 1.215);
        -ms-transform: scale(1.205, 1.215);
        -o-transform: scale(1.205, 1.215);
        transform: scale(1.205, 1.215);
    }

    #gtco-features2 .row .img-serv img {
        margin-top: -10px;
        width: 35px;
        height: 45px;
    }

    #gtco-features2 .row .img-serv2 {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .img-serv2 img {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .img-serv3 {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
        margin-bottom: 110px;
    }

    #gtco-features2 .row .img-serv3 img {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .serv3 {
        margin-top: 50px;
        text-align: center;
    }

    #gtco-features2 .row .serv3 p {
        transform: scale(2.505, 2.515);
    }

    #gtco-features2 .row h3 {
        width: 100px;
    }

    #gtco-features2 #serv6-list {
        margin-top: 100px;
    }

    #gtco-features2 #serv6-list2{
        margin-top: 10px;
    }

    #gtco-features2 .row h3 {
        width: 100px;
    }

    /* Servicio 4*/
    #gtco-features3 {
        margin-top: 100px;
    }

    #btn-serv4-id{
        margin-top: 290px;
        margin-bottom: 40px;
    }

    #btn-serv5-id{
        margin-top: 300px;
        margin-bottom: 40px;
    }

    #btn-serv6-id{
        margin-bottom: 40px;
    }

    #btn-serv7-id{
        margin-top:   180px;
        margin-bottom: 40px;
    }

    #gtco-features3 .row h2 {
        margin-top: 0px;
        transform: scale(2.205, 2.215);
    }

    #gtco-features3 .row h2 a {
        font-weight: 500;
        transform: scale(2.205, 2.215);
    }

    #gtco-features3 .row hr {
        width: 85%;
    }

    #gtco-features3 .row .text-serv4 p {
        margin-top: 310px;
        width: 100px;
    }

    #gtco-features3 .row .text-serv5 p {
        margin-top: 310px;
        margin-bottom: 50px;
        width: 100px;
    }

    /* Propuesta valor*/
    /* Proyecto TI*/
    #gtco-services #proyecto-ti-id {
        width: 100px;
        margin-top: 230px;
        transform: scale(2.505, 2.515);
    }

    #gtco-services #proyectoti-btn-id {
        margin-top: 130px;
        transform: scale(1.205, 1.215);
    }

    #gtco-services #menu-domtec {
        width: 150px;
    }

    #gtco-services #form-domtec-id textarea {
        width: 250px;
        margin-top: 30px;
        height: 250px;
    }

    #gtco-services #domtec-btn-id {
        margin-top: 50px;
        transform: scale(1.205, 1.215);
    }

    #gtco-services #benefits-text-id {
        width: 100px;
    }

    #gtco-services #benefit-ul2-id {
        margin-bottom: 40px;
        margin-top: 170px;
    }

    #gtco-services #btn-benefit-id {
        margin-top: 190px;
        transform: scale(1.205, 1.215);
    }

    #gtco-services .prop-valor .consultores-ti {
        margin-top: 190px;
        width: 100px;
        transform: scale(2.105, 2.115);
    }

    #gtco-services .prop-valor p img {
        height: 25px;
        width: 25px;
        margin-right: 5px
    }

    #gtco-services .metodology>.hidden-table table {
        width: 200px;
    }

    #gtco-services .metodology thead th {
        font-size: 11.54px;
    }

    #gtco-services .metodology tbody td {
        padding: 10px;
        font-size: 9.54px;
    }

    #gtco-services #consultores-ti-btn {
        transform: scale(1.205, 1.215);
        margin-top: 100px;
        margin-bottom: 40px;
    }


    /* Oportunidades de trabajo */
    #gtco-testimonio .testim h1 {
        transform: scale(3.734, 3.766);
        font-weight: 500;
    }

    #gtco-testimonio .testim h2 {
        font-size: 10.42px;
        line-height: 9.876px;
        font-weight: 200;
        margin-top: 40px;
        transform: scale(2.205, 2.215);
    }

    #gtco-testimonio .testim p {
        margin-top: 100px;
        width: 90px;
        transform: scale(2.705, 2.715);
    }

    #gtco-testimonio .testim h3 {
        width: 90px;
        transform: scale(2.705, 2.715);
    }

    #gtco-testimonio .but-testim p a {
        transform: scale(1.4, 1.4);
    }

    /* Clientes-Propuesta de Valor */
    #gtco-services .prop-valor h2,
    #gtco-testimonial .clientes h2 {
        transform: scale(2.205, 2.215);
        margin-right: auto;
        margin-left: auto;
    }

    #gtco-services .prop-valor h2 a,
    #gtco-testimonial .clientes h2 a {
        font-weight: bold;
    }

    #gtco-services .prop-valor hr,
    #gtco-testimonial .clientes hr {
        width: 85%;
    }

    /* contacto */
    #footer .contacto h2 {
        font-weight: 500;
        transform: scale(2.205, 2.215);
    }

    #footer .contacto hr {
        width: 85%;
    }

    #footer .contacto p {
        transform: scale(2.705, 2.715);
    }

    #footer .contact-form .form-group {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .contact-form .btn {
        margin-left: 240px;
        transform: scale(1.4, 1.4);
    }

    #footer .social-net p {
        width: 28%;
        transform: scale(2.705, 2.715);
    }
}

@media screen and (max-width: 400px) {

    .gtco-cover h1 {
        -webkit-transform: scale(3.734, 3.766);
        -moz-transform: scale(3.734, 3.766);
        -ms-transform: scale(3.734, 3.766);
        -o-transform: scale(3.734, 3.766);
        transform: scale(3.734, 3.766);
        font-weight: 400;
        line-height: 50.876px;
        margin-left: auto;
        margin-right: auto;
    }

    .gtco-cover h2 {
        -webkit-transform: scale(1.7, 1.7);
        -moz-transform: scale(1.7, 1.7);
        -ms-transform: scale(1.7, 1.7);
        -o-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7);
        font-weight: 300;
        line-height: 30.876px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -10px;
    }

    .gtco-cover p {
        margin-top: 140px;
        width: 80px;
        height: 90px;
    }

    #btn-initial-contact {
        transform: scale(0.7, 0.7);
    }

    #gtco-features .row {
        margin-top: 40px;
    }

    #gtco-features .row hr {
        width: 85%;
        margin-top: 30px;
    }

    #gtco-features .row h2 {
        margin-top: 100px;
        font-size: 10.42px;
        line-height: 9.876px;
        font-weight: 200;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    #gtco-features .row h2 a {
        font-weight: 500;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #gtco-features .row p {
        width: 80px;
        line-height: 7.775px;
        -webkit-transform: scale(2.405, 2.415);
        -moz-transform: scale(2.405, 2.415);
        -ms-transform: scale(2.405, 2.415);
        -o-transform: scale(2.405, 2.415);
        transform: scale(2.405, 2.415);
    }


    #gtco-features2 .row h2 {
        margin-top: 0px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    #gtco-features2 .row h2 a {
        font-weight: 500;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #gtco-features2 .row hr {
        width: 85%;
    }

    /* Servicio 1*/
    #gtco-features2 .row .text-serv p {
        margin-top: 200px;
        margin-bottom: 100px;
    }

    #gtco-features2 .row .img-serv img {
        margin-top: -10px;
        width: 35px;
        height: 45px;
    }

    #gtco-features2 .row .feature-center ul {
        padding: 0;
        list-style-type: none;
    }

    #gtco-features2 .row .img-serv2 {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .img-serv2 img {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    /* Servicio 1*/
    #gtco-features2 .row .serv2-text-2 p {
        margin-top: -50px;
        margin-bottom: 100px;
    }

    #btn-serv1-id{
        margin-top: -30px;
        margin-bottom: 40px;
    }

    #btn-serv3-id{
        margin-top: -120px;
        margin-bottom: 40px;
    }

    #gtco-features2 .row .img-serv3 {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
        margin-bottom: 110px;
    }

    #gtco-features2 .row .img-serv3 img {
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        height: 45px;
    }

    #gtco-features2 .row .serv3 {
        margin-top: 50px;
        text-align: center;
    }

    #gtco-features2 .row .serv3 p {
        transform: scale(2.3, 2.3);
    }

    #gtco-features2 .row h3 {
        width: 100px;
    }

    #gtco-features2 #serv6-list p {
        margin-top: -10px;
    }

    #gtco-features2 #serv6-list .feature-center ul {
        padding: 0;
        list-style-type: none;
    }

    #gtco-features2 #serv6-list2 p {
        margin-top: 130px;
    }

    #gtco-features2 #serv6-list2 .feature-center ul {
        padding: 0;
        list-style-type: none;
    }

    #gtco-features2 .row h3 {
        width: 100px;
    }

    /* Servicio 4*/
    #gtco-features3 {
        margin-top: 100px;
    }


    #gtco-features3 .row h2 {
        margin-top: 0px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    #gtco-features3 .row h2 a {
        font-weight: 500;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #gtco-features3 .row hr {
        width: 85%;
    }

    #gtco-features3 .row .text-serv4 p {
        margin-top: 240px;
        width: 100px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    #gtco-features3 .row .text-serv5 p {
        margin-top: 290px;
        margin-bottom: 50px;
        width: 100px;
        -webkit-transform: scale(2.205, 2.215);
        -moz-transform: scale(2.205, 2.215);
        -ms-transform: scale(2.205, 2.215);
        -o-transform: scale(2.205, 2.215);
        transform: scale(2.205, 2.215);
    }

    /* Propuesta valor*/
    /* Proyecto TI*/
    #gtco-services #proyecto-ti-id {
        width: 100px;
        margin-top: 230px;
        transform: scale(2.505, 2.515);
    }

    #gtco-services #proyectoti-btn-id {
        margin-top: 130px;
        transform: scale(1.205, 1.215);
    }

    #gtco-services #menu-domtec {
        width: 150px;
    }

    #gtco-services #form-domtec-id textarea {
        width: 200px;
        margin-top: 80px;
        height: 250px;
    }

    #gtco-services #domtec-btn-id {
        margin-top: 50px;
        transform: scale(1.205, 1.215);
    }

    #gtco-services #benefits-text-id {
        width: 85px;
    }

    #gtco-services #benefit-ul2-id {
        margin-top: 170px;
        margin-bottom: 40px;
    }

    #gtco-services #btn-benefit-id {
        margin-top: 210px;
        transform: scale(1.205, 1.215);
    }

    #gtco-services #btn-metodology-id {
        margin-top: 50px;
        transform: scale(1.205, 1.215);
        margin-bottom: 40px;
    }

    #gtco-services .prop-valor .consultores-ti {
        margin-top: 190px;
        width: 100px;
        transform: scale(2.105, 2.115);
    }

    #gtco-services .prop-valor p img {
        height: 25px;
        width: 25px;
        margin-right: 5px
    }

    #gtco-services .metodology>.hidden-table table {
        width: 200px;
    }

    #gtco-services .metodology thead th {
        font-size: 11.54px;
    }

    #gtco-services .metodology tbody td {
        padding: 10px;
        font-size: 9.54px;
    }

    #gtco-services .metodology .feature-center ul {
        padding: 0;
        list-style-type: none;
    }

    #gtco-services #consultores-ti-btn {
        transform: scale(1.205, 1.215);
        margin-top: 100px;
        margin-bottom: 40px;
    }


    /* Oportunidades de trabajo */
    #gtco-testimonio .testim h1 {
        transform: scale(3.734, 3.766);
        font-weight: 500;
    }

    #gtco-testimonio .testim h2 {
        font-size: 10.42px;
        line-height: 9.876px;
        font-weight: 200;
        margin-top: 40px;
        transform: scale(2.205, 2.215);
    }

    #gtco-testimonio .testim p {
        margin-top: 100px;
        width: 90px;
        transform: scale(2.705, 2.715);
    }

    #gtco-testimonio .testim h3 {
        width: 90px;
        transform: scale(2.705, 2.715);
    }

    #gtco-testimonio .but-testim p a {
        transform: scale(1.4, 1.4);
    }

    /* Clientes-Propuesta de Valor */
    #gtco-services .prop-valor h2,
    #gtco-testimonial .clientes h2 {
        transform: scale(2.205, 2.215);
        margin-right: auto;
        margin-left: auto;
    }

    #gtco-services .prop-valor h2 a,
    #gtco-testimonial .clientes h2 a {
        font-weight: bold;
    }

    #gtco-services .prop-valor hr,
    #gtco-testimonial .clientes hr {
        width: 85%;
    }

    /* contacto */
    #footer .contacto h2 {
        font-weight: 500;
        transform: scale(2.205, 2.215);
    }

    #footer .contacto hr {
        width: 85%;
    }

    #footer .contacto p {
        transform: scale(2.705, 2.715);
    }

    #footer .contact-form .form-group {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .contact-form .btn {
        margin-left: 170px;
        transform: scale(1.4, 1.4);
    }

    #footer .social-net p {
        width: 28%;
        transform: scale(2.705, 2.715);
    }

    
}

.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus {
    background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dot:focus span {
    background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot.active span {
    background: transparent;
    border: 2px solid #52d3aa;
}

#gtco-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#gtco-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}

#gtco-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#gtco-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a {
    display: block;
    position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

.gtco-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.gtco-nav-toggle.active i::before,
.gtco-nav-toggle.active i::after {
    background: #17e9f3;
    ;
}

.gtco-nav-toggle:hover,
.gtco-nav-toggle:focus,
.gtco-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.gtco-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #17e9f3;
    transition: all .2s ease-out;
}

.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #17e9f3;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white>i {
    color: #ee6722;
    background: #ee6722;
}

.gtco-nav-toggle.gtco-nav-white>i::before,
.gtco-nav-toggle.gtco-nav-white>i::after {
    background: #ee6722;
}

.gtco-nav-toggle i::before {
    top: -7px;
}

.gtco-nav-toggle i::after {
    bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
    top: -10px;
}

.gtco-nav-toggle:hover i::after {
    bottom: -10px;
}

.gtco-nav-toggle.active i {
    background: transparent;
}

.gtco-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 1000px) {
    .gtco-nav-toggle {
        display: block;
    }
    #gtco-offcanvas {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    margin-top: 50px;
    font-family: PTSans;
    color: #0e602b;
    font-size: 10.42px;
    font-weight: 800;
    line-height: 8.876px;
    transform: scale(1.943, 1.953);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
    background-image: -webkit-linear-gradient(45deg, #ee6722 0%, #eeb222 100%);
    background-image: -moz-linear-gradient(45deg, #ee6722 0%, #eeb222 100%);
    background-image: -o-linear-gradient(45deg, #ee6722 0%, #eeb222 100%);
    background-image: linear-gradient(45deg, #ee6722 0%, #eeb222 100%);
    box-shadow: 1px 2px 5px 0px rgba(24, 24, 24, 0.75);
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #52d3aa;
    color: #fff;
    border: 2px solid #52d3aa;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #66d8b4 !important;
    border-color: #66d8b4 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #52d3aa;
    border: 2px solid #52d3aa;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #52d3aa;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: visible;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #52d3aa;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}



/*# sourceMappingURL=style.css.map */