@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*redes flotantes*/
.redes {
    display: block;
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 10px;
    animation: redes 0.4s ease-in;
    animation-fill-mode: backwards;
    animation-delay: 1s;
}

.redes ul{
    display: block;
    margin: 0;
    padding: 0;
}

.redes ul li{
    display: block;
    border-radius: 100%;
    background: #bd1522;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}
@keyframes redes {
    from {right: -40px}
    to {right: 10px}
}
/*redes flotantes*/


body, html {
    overflow-x: hidden;
}

a {
    color: #bd1522;
}

a:hover {
    color: inherit!important;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.separador {
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: none;
}

.separador img{
    display: block;
    width: 100%;
}

.relativeOverfLow {
    display: block;
    position: relative;
    overflow: hidden;
}

.center {
    text-align: center;
}

.resaltaTitle {
    color: #bd1522;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.misionVision h3{
    font-size: 24px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
}

.misionVision p{
    display: block;
    text-align: justify;
}

.misionVision ul {
    display: block;
    padding: 0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.misionVision ul li{
    display: block;
}

.misionVision ul li:before{
    content: "• ";
    color: #bd1522;
    margin-right: 5px;
    font-weight: 500;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.padding50 {
    padding: 50px 0;
}

.paddingLef50 {
    padding-left: 15%!important;
}
.paddingRight50 {
    padding-right: 15%!important;
}

.lideresBg {
    position: relative;
    padding: 150px 0px;
    margin: 30px 0px;
    background: url(../img/abuot01.jpg) center no-repeat;
    background-size: cover;
}

.lideresBg h4 {
    color: #fff;
    position: relative;
    font-weight: 100!important;
    font-size: 48px!important;
    z-index: 2;
}

.lideresBg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.38);
}

a:visited {
    text-decoration: none;
}

span {
    color: #bd1622;
}

.banner {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: -1;
}

.banner img {
    display: block;
    width: 100%;
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

header {
    position: relative;
    display: block;
    overflow: hidden;
}

.servicesBanner:before {
    position: absolute;
    content: "";
    bottom: -3px;
    right: -1%;
    width: 39.8%;
    height: 50px;
    display: block;
    background: #f6f6f6;
    -webkit-transform: skew(-34deg);
    transform: skew(-34deg);
    z-index: 99;
}

.logo {
    display: block;
    float: left;
    height: 100px;
    padding: 10px 30px 10px 100px;
    background: #fff;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    margin-left: -15px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.logo img {
    display: block;
    height: 100%;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

.navigator {
    display: block;
    position: relative;
    float: right;
    background: #bd1622;
    margin-top: 60px;
    text-align: right;
    width: 70%;
    padding-right: 100px;
}

.navigator:before {
    content: "";
    display: block;
    position: absolute;
    left: -59px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #bd1622;
    border-left: 60px solid transparent;
}

nav {
    z-index: 999;
    background: #fff;
    font-family: 'Raleway', sans-serif;
}

nav ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul li{
    display: inline-block;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul li a{
    color: #fff;
    /*text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);*/
    display: block;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 4px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

nav ul li a:hover{
    color: inherit;
}
/*top bar*/

.topBar{
    display: block;
    position: relative;
    font-size: 14px;
    background: #bd1522;
    width: 100%;
    height: 50px;
    color: #fff!important;
    box-sizing: border-box;
}

.topBar a {
    color: #fff;
}

.topBar p{
    display: block;
    line-height: 1;
    margin: 0;
    padding-top: 17px;
}

.topBar ul{
    display: block;
    margin: 0;
    text-align: right;
}
.topBar ul li{
    display: inline-block!important;
    background: #bd1522!important;
}
.topBar ul li a{
    color: #fff;
    /*text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);*/
    display: block;
    padding: 0;
    margin: 0;
    border-radius: none;
    margin-top: 10px!important;
    width: 30px!important;
    height: 30px!important;
}

.menu-fijo {
    position: fixed;
    display: block;
    /*overflow: hidden;*/
    width: 100%;
    z-index: 999;
    left: 0;
    padding: 0;
    -webkit-animation-name: menufijo;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 0.6s;
    animation-name: menufijo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 0.6s;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.49);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.49);
}

@-webkit-keyframes menufijo {
    from { top: -100px;    }
    to   { top: 0; }
}

@keyframes menufijo {
    from { top: -100px;    }
    to   { top: 0; }
}

.openMenu {
    display: block;
    text-align: center;
    padding: 15px;
    background: #bd1622;
    font-size: 30px;
    cursor: pointer;
}

.openMenu span {
    color: #fff;
}

.menuColapse li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #bd1622;
    background: #fff;
}

.menuColapse li a{
    padding: 10px;
    font-size: 20px;
    color: #bd1622;
}

.introHome {
    display: block;
    position: absolute;
    width: 450px;
    bottom: 50px;
    right: 5%;
    z-index: 9;
    color: #fff;
    padding-left: 15px;
    border-left: 2px solid #bd1622;
}

.introHome:before {
    position: absolute;
    display: block;
    top:50%;
    margin-top: -8px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #bd1522;
    border-bottom: 8px solid transparent;
}

.categories {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.categories ul{
    display: block;
    padding: 0;
    border-top: 1px solid #d0d0d0;
}

.categories ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;;
    border-bottom: 1px solid #d0d0d0;
    color: #bd1522;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.categories ul li img {
    width: 30px;
}

.categoriesActive {
    background: #bd1522!important;
    color: #fff!important;
    position: relative;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.categoriesActive:before, .categories ul li:hover::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 10px solid #f6f6f6;
    border-bottom: 26px solid transparent;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.yardas {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px!important;
}

.yardas img {
    display: inline-block;
    width: 13px;
}

.yardasBg {
    background: #999!important;
}

.categories ul li:hover {
    background: #bd1522;
    color: #fff;
}

.hiloDesc {
    margin-bottom: 30px;
    padding: 30px 10px;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-radius: 0 0 15px 15px;
    background: #fff;
}

.zoom {
    display: block;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.57,-0.16,0.5,1.23);
    transition: all .3s cubic-bezier(.57,-0.16,0.5,1.23);
}

.zoom p {
    margin: 10px 0 0 0;
}

.zoom img {
    width: 100%;
    display: block;
}

.zoom:hover {
    -webkit-transform: scale(3);
    transform: scale(2);
    position: relative;
    z-index: 99;
}

.introHome h1{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 6vh;
    text-transform: uppercase;
    font-weight: 600;
    line-height: .9;
    margin: 0;
    text-shadow: 0 0 2px #000;
}

.introHome h1 span{
    color: #fff;
    font-size: 4vh;
    line-height: 1;
}

.pCorto {
    display: block;
    width: 60%!important;
    text-align: justify;
}

.introHome h2 {
    line-height: 1;
    display: inline-block;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.introHome p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.cLeft, .cRight{
    display: block;
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    top: 50%;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 100%;
    margin: 5px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.cLeft:hover, .cRight:hover {
    background: rgba(255, 255, 255, 0.47);
    color: #fff;
    cursor: pointer;
}

.cLeft {
    left: 10px;
}

.cRight {
    right: 10px;
}

.cLeft a, .cRight a{
    display: block;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}
.cLeft:hover a, .cRight:hover a{
    color: #fff;
}

section {
    padding: 50px 0px 0px;
}

section h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: block;
    font-size: 30px;
    position: relative;
    color: #666;
}

section p {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 14px;
    display: block;
    color: #666;
}

.iconos img {
    display: block;
    width: 70px;
    margin: auto;
}

.iconos a{
    color: inherit;
}

.bgGray {
    background: #f6f6f6;
}

.servicesItem {
    display: block;
    padding: 50px;
    min-height: 300px;
    background: #bd1622;
    color: #fff;
    border: 0.5px solid rgba(255, 255, 255, 0.53);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.servicesItem:hover {
    background: #e84e59;
}

.servicesItem img{
    width: 100px;
}
.servicesItem p{
    color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: 300;
    text-align: justify;
}

.servicesItem h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}

.bgClientes {
    background: url(../img/gestion.jpg)center no-repeat;
    background-size: cover
}

.clientes h2 {
    color: #fff;
}

.clientes ul {
    padding: 0;
    margin: 100px 0;
    display: block;
    text-align: center
}

.clientes ul li {
    display: inline-block;
    padding: 10px;
    width: 200px;
}

.clientes ul li img{
    display: block;
    width: 100%;
}

.bgRed {
    background: #bd1622;
    color: #fff!important;
}

.bgRed h2, .bgRed p {
    color: #fff!important;
}

.headerSectionRed {
    position: relative;
    margin-top: -50px;
    padding: 30px 0;
    color: #fff!important;
}

.headerSectionRed::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #bd1622;
}

.headerSectionRed h2::before{
    display: none;
}

.destacado {
    font-family: 'Open Sans',sans-serif;
    color: #666;
}

.destacado .container p{
    padding: 10px 0;
    margin: 0;
}

.destacado h3{
    font-family: 'Raleway',sans-serif;
    color: #666;
    font-size: 3em;
}

.destacado img {
    display: block;
    width: 70%;
    margin: auto;
}


.headerSectionGray {
    position: relative;
    margin-top: -50px;
    padding: 30px 0;
    color: #fff!important;
    background: #f6f6f6;
    z-index: 9;
}

.headerSectionGray h2::before{
    display: none;
}

.headerSectionGray::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #f6f6f6;
}

.contactHome {
    display: block;
    position: relative;
}

.datos {
    position: relative;
    padding: 100px 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    height: 300px;
}

.datos h2 {
    display: block;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.datos p, .datos a {
    color:#fff;
    display: inline-block;
}

.datos a:hover {
    color: #fff!important;
}

.datos img{
    width: 50px;
}

.blackFilter {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.navFoot {
    display: block;
    position: relative;
    background: #bd1522;
    text-align: center;
    z-index: 9;
}

.navFoot ul {
    display: block;
    color: #fff;
}

.navFoot ul li{
    display: inline-block;
    padding: 20px;
}

.navFoot ul li a{
    color: #fff;
}

.mapa {
    display: block;
    width: 100%;
    position: relative;
    clear: both;
}

.bgMapa {
    display: block;
    width: 100%;
}

.bgMapa img {
    display: block;
    width: 100%;
}

.punto {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.punto:hover {

    cursor: pointer;
    z-index: 99;
}

.infoMap {
    position: absolute;
    display: block;
    background: #fff;
    padding: 10px;
    top: 50%!important;
    left: 120%;
    width: 200px;
    pointer-events: none;
    z-index: 99;
    border-radius: 0 0 25px 0;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    opacity: 0;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}


.infoMap h2 {
    color: #bd1522;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.infoMap ul {
    font-size: 12px;
    color: #999;
    padding: 0;
}

.infoMap ul li {
    display: block;
}

.punto:hover .infoMap {
    left: 90%;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.infoMap:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
}

.bQuilla {
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 4%;
    left: 40.5%;
}

.cucuta {
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 30%;
    left: 54%;
}

.bManga {
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 37%;
    left: 51%;
}

.bogota {
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 57%;
    left: 45%;
}

.ibague {
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 62%;
    left: 38%;
}
.armenia {
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 62%;
    left: 36%;
}
.pereira {
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 58%;
    left: 35%;
}
.cali{
    display: block;
    position: absolute;
    width: 50px;
    z-index: 9;
    top: 70%;
    left: 30.3%;
}

footer {
    display: block;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    background: #f6f6f6;
    padding: 10px;
}

footer a {
    color: #999;
    padding: 10px 0;
}

.servicesBanner {
    display: block;
    width: 100%;
    height: 350px;
    background: url(../img/003.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}

.servicesInner {
    padding: 30px;
    border-radius: 4px;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.servicesBanner img {
    display: block;
    width: 100%;
}

.servicesInner:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.46);
}

.servicesInner h4{
    font-family: 'Raleway',sans-serif;
    color: #bd1622;
    font-size: 20px;
}

.servicesInner img{
    display: block;
    width: 100px;
}

.contImg {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.contImg img {
    display: block;
    width: 100%;
}

.textBox {
    padding: 20px;
}

.textBox h3{
    font-family: 'Raleway',sans-serif;
    color: #bd1622;
    font-weight: 100;
    font-size: 30px;
}

.textBox h4{
    font-family: 'Raleway',sans-serif;
    color: #666;
    font-weight: 100;
}

.textBox ul li {
    display: block;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.textBox ul li:before {
    content: ">";
    color: #bd1622;
    position: relative;
    font-size: 18px;
    margin-left: -30px;
    margin-right: 20px;
    font-weight: 500;
}

.nav-tabs {
    font-family: 'Open Sans',sans-serif;
    color: #bd1622!important;
    font-weight: 100;
    font-size: 20px;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.nav-tabs a {
    color: #bd1622!important;
}

.tab-pane {
    width: 100%!important;
}

.tab-pane h3{
    font-family: 'Raleway',sans-serif;
    color: #bd1622;
    font-weight: 100;
    font-size: 20px;
}

.tab-pane p {
    display: block;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.card {
    display: block;
    position: relative;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    padding: 10px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
}

.card h3 {
    font-family: 'Raleway',sans-serif;
    color: #bd1622;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.casoLogo {
    display: block;
    width: 75px;
    height: 75px;
    padding: 20px 5px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: -25px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
}

.card ul {
    padding: 0 18px;
    display: block;
    width: 90%;
    margin: auto;
}

.card ul li {
    display: block;
    padding: 5px 0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.card ul li:before {
    content: ">";
    color: #bd1622;
    margin-right: 25px;
    font-size: 18px;
    font-family: 'Raleway',sans-serif;
    font-weight: 100;
}

.casoLogo img{
    display: block;
    width: 100%;
}

.galery {
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-columns: 500px;
    columns: 500px;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    margin-bottom: 50px;
}

.block {
    position: relative;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    margin-bottom: 10px;
    -webkit-transition: ease-in 0.9s all;
    transition: ease-in 0.9s all;
}

.aliado {
    display: block;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.19);
}

.aliado img {
    display: block;
    width: 100%;
}

.formulario {
    display: block;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #bd1622;
}

.jp_contact_inputs_wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding-left: 45px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_contact_inputs_wrapper i {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 40px;
    color: #ff5353;
}

.jp_contact_inputs_wrapper input:focus {
    border: 1px solid #bd1622;
    border-top: 1px solid #e9e9e9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.jp_contact_inputs4_wrapper i {
    position: absolute;
    color: #bd1622;
    top: 51px;
    z-index: 1000;
}

.jp_contact_inputs4_wrapper textarea {
    width: 100%;
    padding-left: 45px;
    margin-top: 30px;
    position: relative;
    padding-top: 15px;
    border-radius: 10px;
    resize: none;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_contact_form_btn_wrapper {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
}

.jp_contact_form_btn_wrapper input {
    margin: 30px 10px;
    width: 160px;
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    border: 1px solid #f36969;
    background: #f36969;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_contact_form_btn_wrapper input:hover {
    background: #bd1622;
    border: 1px solid #ffffff40;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_contact_right_box_wrapper{
    float:left;
    width:100%;
    background:#bd1622;
    padding: 76px 50px;
    z-index: 1;
}
.gc_get_heading_icon{
    float:left;
    width:30px;
    padding-top: 13px;
}
.gc_get_pera{
    float:left;
    width:100%;
}
.gc_get_pera p{
    color:rgba(255, 255, 255, 0.78);
    padding-top:30px;
}
.gc_get_pera p a{
    color:#00468c;
    font-style:italic;
    padding-left:5px;
}
.jp_form_add_wrapper{
    float:left;
    width:100%;
}
.gc_map_add_wrapper1{
    padding-top:45px;
}
.gc_map_add_wrapper2, .gc_map_add_wrapper3{
    padding-top:25px;
}
.jp_map_location_icon_wrapper{
    width:20px;
    height:50px;
    float:left;
    line-height:50px;
    font-size:22px;
    color:#ffffff96;
}
.gc_map_location_icon_cont_wrapper{
    float:left;
    width:calc(100% - 20px);
    padding-left:10px;
}
.gc_map_location_icon_cont_wrapper h3{
    font-size:16px;
    color:#ffffff;
    padding-top: 10px;
    margin: 0;
    font-family: 'Raleway',sans-serif;
    font-weight: 100;
}
.gc_map_location_icon_cont_wrapper h3 a{
    color:#ffffff;
}
.gc_map_add_wrapper3 .jp_map_location_icon_wrapper{
    font-size:15px !important;
    line-height: 45px !important;
}
.jp_contact_form_add_heading_wrapper{
    float:left;
    width:100%;
}
.jp_contact_form_add_heading_wrapper h3{
    font-size:20px;
    font-weight:bold;
    color:#ffffff;
    position:relative;
    text-transform:uppercase;
    font-family: 'Raleway',sans-serif;
    font-weight: 100;
}
.jp_contact_form_add_heading_wrapper h3:after{
    content:'';
    border:1px solid #ffffff;
    width:30px;
    position:absolute;
    bottom: -15px;
    left: 11px;
}
.jp_contact_form_add_heading_wrapper h3:before{
    content:'';
    border:1px solid #ffffff;
    width:8px;
    position:absolute;
    bottom: -15px;
    left: 0;
}
.jp_contact_form_social_icon{
    float:left;
    width:100%;
}
.jp_contact_form_social_icon li{
    list-style: none;
}
.jp_contact_form_social_icon li:first-child{
    margin-left:0;
}
.jp_contact_form_social_icon li{
    float:left;
    margin-left:10px;
}
.jp_contact_form_social_icon li a{
    float:left;
    width:40px;
    height:40px;
    border-radius:15px;
    background:transparent;
    text-align:center;
    line-height:40px;
    color:#ffffff8c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_contact_form_social_icon li a:hover{
    background:#ffffff;
    color:#000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_map_location_icon_cont_wrapper2 h3, .gc_map_location_icon_cont_wrapper4 h3{
    padding-top:12px;
}
.gc_map_location_icon_cont_wrapper3 h3{
    padding-top:16px;
}

/*-- jp footer Wrapper Start --*/
.jp_main_footer_img_wrapper{
    background: #0e1427eb;
    float:left;
    width:100%;
    height:100%;
    position:relative;
    border-bottom:2px solid #23c0e9;
}
.jp_footer_logo_wrapper{
    float:left;
    width:100%;
    text-align:center;
    padding-bottom:50px;
    border-bottom: 1px solid #ffffff1a;
}
.jp_footer_logo_wrapper img{
    display: block;
    width: 150px;
}
.jp_footer_three_sec_main_wrapper{
    float:left;
    width:100%;
    padding-top:80px;
}
.jp_footer_main_wrapper{
    float:left;
    width:100%;
    padding-top:50px;
}
.jp_footer_logo{
    display:inline-block;
}
.jp_footer_first_cont h2{
    font-size:20px;
    color:#ffffff;
    font-weight:900;
    text-transform:uppercase;
    position:relative;
}
.jp_footer_first_cont h2:after{
    content:'';
    border:1px solid #23c0e9;
    width:30px;
    position:absolute;
    bottom: -15px;
    left: 11px;
}
.jp_footer_first_cont h2:before{
    content:'';
    border:1px solid #23c0e9;
    width:8px;
    position:absolute;
    bottom: -15px;
    left: 0;
}
.jp_footer_first_cont p{
    padding-top:60px;
    color:#ffffffd9;
}
.jp_footer_first_cont ul{
    margin-top: 20px;
}
.jp_footer_first_cont li a{
    font-size:14px;
    font-weight:bold;
    color:#23c0e9;
    text-transform:uppercase;
}
.jp_footer_first_cont li a:hover {
    text-decoration: none;
}
.jp_footer_first_cont li i{
    color:#23c0e9;
    padding-right:5px;
}
.jp_footer_condidate h2{
    font-size:20px;
    color:#ffffff;
    font-weight:900;
    text-transform:uppercase;
    position:relative;
}
.jp_footer_condidate h2:after{
    content:'';
    border:1px solid #23c0e9;
    width:30px;
    position:absolute;
    bottom: -15px;
    left: 11px;
}
.jp_footer_condidate h2:before{
    content:'';
    border:1px solid #23c0e9;
    width:8px;
    position:absolute;
    bottom: -15px;
    left: 0;
}
.jp_footer_condidate ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    margin-top:60px;
}
.jp_footer_condidate ul li{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px 0px 15px 0px;
}
.jp_footer_condidate ul li a{
    float:left;
    width:auto;
    text-transform:capitalize;
    font-size: 16px;
    color:#ffffffd9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_footer_condidate ul li a i{
    padding-right:10px;
    color:#f36969;
}
.jp_footer_condidate ul li a:hover{
    color:#f36969;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
.jp_bottom_footer_Wrapper{
    float:left;
    width:100%;
    border-top:1px solid #ffffff1a;
    margin-top:80px;
    padding-top:60px;
    padding-bottom:60px;
}
.jp_bottom_footer_left_cont p{
    color:#ffffff8c;
    margin-top: 12px;
}
.jp_bottom_footer_right_cont ul{
    float:right;
}
.jp_bottom_footer_right_cont li{
    float:left;
    margin-left:20px;
}
.jp_bottom_footer_right_cont li a{
    float:left;
    width:50px;
    height:50px;
    border-radius:15px;
    background:transparent;
    text-align:center;
    line-height:50px;
    color:#ffffff8c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_bottom_footer_right_cont li a:hover{
    background:#23c0e9;
    color:#ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
.jp_bottom_footer_left_cont{
    position:relative;
}

@media (max-width: 770px) {

    .pCorto {
        width: 100%!important;
    }
    .triangulo {
        width: 75%;
        height: 100%;
        border-top: 59px solid rgba(0, 0, 0, 0.56);
        border-right: 60px solid transparent;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    .filter {
        background:  rgba(0, 0, 0, 0.45);
    }
    .introHome {
        width: 100%;
        left: 0;
        bottom: 10px;
        text-align: center;
        border: none;
    }
    .introHome:before {
        display: none;
    }

    .introHome h1 {
        font-size: 6vh;
        text-align: center;
        margin: 0;
    }

    nav {
        margin: 0;
        position: relative;
        background: #fff;
        color: #bd1622;
    }

    .banner {
        position: relative;
    }
    .logo {
        position: relative;
        display: block;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        margin: auto;
        padding: 10px 0;
        float: none;
    }

    .logo img{
        display: block;
        margin: 5px auto;
        -webkit-transform: none;
        transform: none;
    }


    .paddingLef50, .paddingRight50 {
        padding: 0!important;
    }

    .services-blok .row {
        margin-left: 0;
        margin-right: 0;
    }

    .media-left {
        padding: 0;
    }
    .servicesItem h3{
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .servicesItem {
        padding: 20px;
    }
    .servicesItem p {
        width: 80%;
        margin: auto;
        margin-bottom: 50px;
    }
    .servicesItem img {
        margin: 20px auto;
    }
    .media-middle {
        display: block;
    }

    footer {
        height: auto;
    }
    .textLeft {
        text-align: center;
        padding: 10px;
    }

    .textRight {
        text-align: center;
        padding: 10px;
    }
    footer ul li img {
        width: 50px;
    }

    .contImg {
        height: auto;
    }

    .bgGray h2:before {
        display: none;
    }
    .servicesInner img{
        margin: auto;
    }
    .datos {
        text-align: center;
    }
    .jp_contact_inputs_wrapper input {
        margin-bottom: 10px;
    }
    .nav-tabs {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }
    .nav-tabs > li {
        float: none;
        display: inline-block;
    }
    .padding50 {
        padding: 20px;
    }
    .aliado {
        padding: 10px;
        margin-bottom: 10px;
    }
    nav ul li a {
        margin: 0;
    }

    .menu-fijo {
        background: #fff;
        padding: 0!important;
    }
    .clientes h2:before {
        display: none;
    }
}

.logoHidden {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.logoShow {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.relative {
    position: relative;
}

.esconder {
    display: none;
}

table {
    text-align: center!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #666;
    font-size: 12px;
}

table th {
    text-align: center!important;
}

.correo {
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    border-radius: 4px;
}

.correo:before {
    content: "@hilosvenus.co";
    display: block;
    width: 200px;
    text-align: center;
    background: #fff;
    color: #bd1522;
    padding: 16px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.correo iframe {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    overflow-x: auto;
    background: #fff;
}
.barra {
    display: block;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
