@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap');

body{
	font-family:'Montserrat';		
	font-weight: 400;	
    color: #262626;
}

html{
	height: 100%;
}

h1 {
	font-size: 50px; font-weight:700;color: #233b6c;
}

h2 {
	font-size: 36px; font-weight:400;color: #233b6c; 
}

/*h2::after { content: " "; border: solid 1px #f16f4f; display: block; width: 300px; margin: 25px auto 40px; } */

h2.white::after { content: " "; border: solid 1px #8cb63c; display: block; width: 300px; margin: 25px auto 40px; } 

h3 {
	font-size: 30px;  font-weight:700; 
}

h4 {
	font-size: 24px;  font-weight:700; 
}

h5 {font-size:24px;line-height:30px; font-weight: 700;}

h6 {
	font-size: 16px;  font-weight:700; 
}

.centrarVertical {display: flex;
   justify-content: center;
   align-items: center;}


.azul {color: #233b6c !important;}
.verde {color: #8cb63c !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.gris {color: #666666 !important;}
.naranja {color: #f16f4f !important;}

.bgGradientVerde {
    background: rgba(139,182,60,1);
    background: -moz-linear-gradient(left, rgba(139,182,60,1) 0%, rgba(16,83,61,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,182,60,1)), color-stop(100%, rgba(16,83,61,1)));
    background: -webkit-linear-gradient(left, rgba(139,182,60,1) 0%, rgba(16,83,61,1) 100%);
    background: -o-linear-gradient(left, rgba(139,182,60,1) 0%, rgba(16,83,61,1) 100%);
    background: -ms-linear-gradient(left, rgba(139,182,60,1) 0%, rgba(16,83,61,1) 100%);
    background: linear-gradient(to right, rgba(139,182,60,1) 0%, rgba(16,83,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bb63c', endColorstr='#10533d', GradientType=1 );}

.iconos {/*display: flex;justify-content: center;align-items: center;*/margin-bottom:25px;}
.iconos h5{font-size:24px;font-weight:700;line-height:1.2;color: #8cb63c;}
.iconos p {color: #fff !important;}
.iconos img {width: 40%;}

.iconos2 {display: flex;justify-content: center;align-items: center;}
.iconos2 h6{font-size:24px;font-weight:700;line-height:1.4;}
.iconos2 img {width:100%;}

.leyenda {display: flex;justify-content: center;align-items: center;}
.leyenda p {font-size: 18px !important;line-height: 18px !important;}
.leyendaBox {display:inline-block;width:30px;height:30px;margin-right:8px;}
.wrapperGrafica {position:relative;width:100%;}
.wrapperGrafica img {width: 100%;height: auto;}

/*.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}*/
.pasos {text-align: center;padding:2em;font-size:24px;line-height:1.2;}
.pasos:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateX(-2px) translate(100%, -50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
}
.pasos.uno {background:#f6f6f6;}
.pasos.uno:after {border-left: 40px solid #f6f6f6;}
.pasos.dos {background:#d6d6d6;}
.pasos.dos:after {border-left: 40px solid #d6d6d6;}
.pasos.tres {background:#c6c6c6;}
.pasos.tres:after {border-left: 40px solid #c6c6c6;}
.pasos.cuatro {background:#b6b6b6;}
.pasos.cuatro:after {border-left: 40px solid #b6b6b6;}
.pasos.cinco {background:#a6a6a6;}
.pasos span {font-size: 4rem;font-weight: 900;width:6rem;height:6rem;background:#233b6c;border-radius:3rem; line-height:6rem;display:block;margin: 0 auto 20px;color:#fff !important;}
.pasos.no-arrow:after {
    content: "";
    position: absolute;
    border: non !important;
}
.col {width:20% !important;}

nav{
    position: fixed; 
    background: transparent;
    z-index: 1000;
    width: 100%;
    padding: 30px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.3);
}

.logoWhite {
    position: absolute; 
    background: transparent;
    z-index: 999;
    width: 100%;
    top:0;
    left:0;
    padding: 30px;
}

.nav-menu{
    float: right;
    line-height: 32px;
}

nav ul li{
    float: left;
    margin-right: 15px;
    font-size: 14px;
}

nav ul li a{
    color: #000;
}

nav ul li a:hover{
    color: #afafaf!important;
}

.logo img {
    float: left;
    width:200px;
}

.logoWhite img {
    float: left;
    width:200px;
}

img.logo-right {float:right;width:350px;}

 .responsive{
    display: none;
    font-size: 23px;
}
    
.active{
    color:#afafaf;
}

.list-style {
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    margin-left: 2em;}

.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}

/*
footer{
    background: #000;
    padding: 90px 0;
    margin-top:90px;
    text-align: center;
}

footer p{
    line-height: 20px;
    margin-top: 20px;
}

footer .social a{
    color: #b1b1b1;
    font-size: 15px;
    margin: 0 10px;
    transition: all ease 0.3s;
    font-size: 13px;
}

.diag footer p{
    font-size: 14px;
    color: #757575;
    line-height: 27px;
} */

.site-button:focus{
    outline: 0;
}

.nav-menu li a:focus{
    color: #000;
} 

.ok{
    background: green !important;
    border: solid 2px green !important;
    color: white;
} 

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-inp.reqError, .contact-form textarea.reqError {
    border-color: #f00;
}

.content{
    margin-top: 60px;
}

.subpage-nav{
    display:block !important; 
    position: relative;
}

.page-title{
   /*display: table-cell;*/
   vertical-align: middle;
   text-align: center;
   z-index: 2;
   position: relative;
}

.page-title h1{
   font-size: 75px;
   color: #fff;
   margin-bottom: 20px;
}


/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0; 
}

.padding_45{
   padding: 45px 0; 
}

.padding_60{
   padding: 60px 0; 
}

.padding_90{
   padding: 90px 0; 
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}

.padbot_90{
    padding-bottom: 90px;
}

.padbot_120{
    padding-bottom: 120px;
}

.padbot_200{
    padding-bottom: 200px;
}
/*preloader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #233b6c;
    z-index: 9999;
}

.loader {
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
}


/*------------------------ 2 Home ------------------------*/		
@keyframes fadeInLeft2{0%{opacity:0;transform:translate3d(-10%,0,0)}100%{opacity:1;transform:none}}
.fadeInLeft2{animation-name:fadeInLeft2}
@keyframes fadeInRight2{0%{opacity:0;transform:translate3d(10%,0,0)}100%{opacity:1;transform:none}}
.fadeInRight2{animation-name:fadeInRight2}
@keyframes fadeInDown2{0%{opacity:0;transform:translate3d(0,10%,0)}100%{opacity:1;transform:none}}
.fadeInDown2{animation-name:fadeInDown2}
@keyframes fadeInUp2{0%{opacity:0;transform:translate3d(0,-10%,0)}100%{opacity:1;transform:none}}
.fadeInUp2{animation-name:fadeInUp2}

.home{
    background:url("../images/home.jpg.html") bottom center;
    width: 100%;
    display: table;
}

.diag .home{
    background: url("../imagenes/bgHome.jpg") 50% 50% fixed;
    background-size: cover;
}

.home-content{
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   z-index: 2;
   position: relative;
}

.home-content h1{
    font-size:90px;
    line-height: 180px;
    color: #fff;
    font-weight: 700;	
}

.home-content h1 img {height:180px;width: auto;margin-left:-45px;margin-right:-45px;}

.home-content h2{
    font-size:2.5em;
    color: #fff;
    font-weight: 700;	
}

.home-content h3{
    font-size: 45px;
}

.home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /*background-image: url("../imagenes/manchas.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;*/
    z-index: 1;
}

.social{
    height: 30px;
}



.social a{
    color: #fff;
    font-size: 15px;
    margin:0 15px;
    transition: all ease 0.3s;
}


.social a:hover{
    transition: all ease 0.3s;
    opacity: 0.5;
}


.home-down {
    color: #fff;
    font-size: 40px;
    padding-top: 40px;
    padding-left: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}


.home-down:hover{
    color: #fff;
	transition:all 0.3s ease;
}

.home-down:focus{
    color: #fff;
}

/* arrow css3 animation */

@-webkit-keyframes bounce {
	 0%, 100% {-webkit-transform: translateY(0);} 
	 50% {-webkit-transform: translateY(-20px);}
}
 
@-moz-keyframes bounce {
	 0%, 100% {-moz-transform: translateY(0);}
	 50% {-moz-transform: translateY(-20px);}
}
 
@-o-keyframes bounce {
	 0%, 100% {-o-transform: translateY(0);}
	 50% {-o-transform: translateY(-20px);}
}

@keyframes bounce {
	 0%, 100% {transform: translateY(0);}
	 50% {transform: translateY(-20px);}
}
 
 .bounce {
	 -webkit-border-radius:50%;
	 -moz-border-radius:50%;
	 -ms-border-radius:50%;
	 border-radius:50%;
	 animation: bounce 2s infinite;
	 -webkit-animation: bounce 2s infinite;
	 -moz-animation: bounce 2s infinite;
	 -o-animation: bounce 2s infinite;
}

.diagonal{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 1000;
}

.diagonal-gray{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 100;
    margin-top: 90px;
}

.diagonal-gray path {
       fill: #f5f5f5;
}

.diagonal-white{
    background: #f5f5f5;
    margin-bottom: -10px;
    margin-top: 60px;
}

.diagonal-white path {
    fill: #fff;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.diagonal-azul{
    background: #f5f5f5;
    margin-bottom: -10px;
    margin-top: 60px;
}

.diagonal-azul path {
    fill: #233b6c;
    stroke: transparent;
    stroke-width: 0;
}

.diagonal-verde{
    background: #f5f5f5;
    margin-bottom: -10px;
    margin-top: 60px;
}

.diagonal-verde path {
    fill: #8cb63c;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.diagonal.home-left{
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
}

.diagonal.home-right{
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
}

.diagonal.home-left, .diagonal.home-right path {
    fill: #f5f5f5;
    stroke: #f5f5f5;
    stroke-width: 4;
}

.diag p{
    font-size: 20px;
    color: #666666;
    line-height: 28px;
}

.diag .section-title.dleft{
    text-align: left;
    padding: initial;
}

.diag .section-title.dleft .portfolio_filter ul{
    float: left;
}

.diag .section-title.dright{
    text-align: right;
    padding: initial;
}

.diag section{
    position: relative;
}

.diag .contact .contact-info li{
    line-height: 36px;
    font-size: 14.5px;
    color: #414141;
    text-align: left;
    list-style: none;
}

.diag .page-title.sub{
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.diag .page-title.sub h5{ 
        font-weight: bold;
    line-height: 30px;
    padding-bottom: 15px;
}

.diag .social-icons a {
    color: #000;
    font-size: 13px;
    width: 26px;
    height: 18px;
    display: inline-block;
}

.diag .home-content h1{
    text-align: center;
}

.diag .home-content .social{
    text-align: left;
}

.diag .home-content .home-down.bounce{
    float: none;
    padding: 50px 74px 0;
}

.social-icons a:hover {
    font-size: 15px;
}

.fb:hover{
    color: #3b5998!important;
    transition: all ease 0.1s;
}

.tw:hover{
    color: #55acee!important;
    transition: all ease 0.1s;
}

.ins:hover{
    color: #cd486b!important;
    transition: all ease 0.1s;
}

.bh:hover{
    color: #1769ff!important;
    transition: all ease 0.1s;
}

.dr:hover{
    color: #ea4c89!important;
    transition: all ease 0.1s;
}


.sitebtn{
    border: solid 2px #233b6c;
    background: #233b6c;
    font-size: 16px;
    padding:10px 20px;
    text-align: center;
    min-width: 140px;
    line-height: 30px;
    transition: all ease 0.3s;
    color:#fff !important; 
    text-transform: uppercase;
    cursor: pointer !important;
}

/*.sitebtn:after{
    font-family: FontAwesome;
    content: "\f178";
    color: #000;
    margin-left: 10px;
}*/

.sitebtnColor{
    border: solid 2px #8cb63c;
    background: none;
    font-size: 18px;
    padding:10px 20px;
    text-align: center;
    min-width: 140px;
    line-height: 30px;
    transition: all ease 0.3s;
    color:#fff !important; 
    text-transform: uppercase;
    cursor: pointer !important;
}

/*.sitebtnColor:after{
    font-family: FontAwesome;
    content: "\f178";
    color: #8cb63c;
    margin-left: 10px;
}*/

.sitebtn:focus,.sitebtnColor:focus{
    border: solid 2px #000;
}

.sitebtn:hover,.sitebtnColor:hover{
    background: #000;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

.sitebtn:hover:after,.sitebtnColor:hover:after{
    color: #fff;
}

.sitebtn:focus,.sitebtnColor:focus{
    border: solid 2px #dfdfdf;
}


.cabFormulario {background:#233b6c;padding:15px 30px;position:relative;height:90px;}
.cabFormulario img {height:40px}

/*------------------------ 3 About ------------------------*/	

.about.type-1 .about-image{
    padding-bottom: 70px;
    background: #e8e8e8;
}

.about.type-1 .about-image img:before{
    background: #e4e4e4; 
}

.about.type-1 .about-image img{
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -15%;
    margin-left: calc(15% - 15px);
}

.about.type-1.vertiqal .about-image img{
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -15%;
    margin-left: -15%;
}

.diagonal-title h5{
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 31px;
}

.diagonal span{
    font-size: 15px;
    color: #b3b3b3;
    margin-bottom: 5px;
    display: block;
}

.about{
    padding-top:40px;
 }   

.diag .about{
    position: relative;
 } 

.about-image img{
    width: 100%;
 }   


.work-areas{
    width: 100%;
    display: inline-block!important;
}

.work-areas .area .icon i:before{
    font-size: 40px;
    margin-left: 5px;
}

.work-areas .area .icon i{
    display: inline-block;
}

.work-areas .area .icon {
    width: 25%;
    float: left;
}

.work-areas .area .icon img {
    width: 70%;
    float: left;
}

.work-areas .area .text {
    width: 75%;
    float: left;
}

.work-areas .area .text h6{
    font-size: 15px;
    margin-bottom: 8px;
}

.work-areas .area .text p{
    font-size: 18px;
    line-height: 24px;
    padding-top:10px;
}

.work-areas .area .text span {
    font-size: 2.5em;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}    

.about-text{
    display: table;
 } 

.out{
    display: table-cell;
   vertical-align: middle;
 } 

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


.gray-bg{
    margin-top: 90px;
    background: #f5f5f5; 
}

.dgray-bg{
    background: #f5f5f5; 
}

.what-can{
    padding: 90px 0;
}

.what-can .feature{
    text-align: center;
    margin-bottom: 30px;
}

.what-can .feature i{
    font-size: 40px;
}

.what-can .feature h3{
    font-size: 13px;
    margin-bottom: 11px;
}

.what-can .feature p{
    line-height: 20px;
}



/*------------------------ 4 Portfolio ------------------------*/	


.section-title{
    text-align: center;
    padding: 60px 0 0 0;
}

.section-title h2{
    font-size: 23px;
    font-weight: bold;
}

.section-title p{
    line-height: 20px;
}

.portfolio_filter{
    text-align: center;
    padding-top: 15px;
}

.portfolio_filter ul{
    margin: auto;
    display: inline-block;
}

.portfolio_filter ul li{
    font-size: 14px;
    color: #777777;
    float: left;
    margin-right: 15px;
    list-style: none;
    cursor: pointer;
}

.single_item {
    margin-bottom: 30px;
    overflow:hidden;
    transition: all ease 0.3s;
}

.single_item img{
    width: 100%;
    transition: all ease 0.3s;
}

.single_item .overlay {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
}

.single_item img:hover  {
  transition: all ease 0.3s;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
  transform: scale(1.1);
}

.select-cat{
    color:#000 !important;
}

.popup-youtube {
    position: relative;
}

.popup-youtube i{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.66);
    padding: 28px 29px;
    color: #fff;
    margin: -31px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}


/* Portfolio Hover  */

.single_item figure {
    overflow: hidden;
    cursor: pointer !important;
}

.single_item figure figcaption{
    position: absolute;
    top:0;
    text-align: center;
    width: 95%;
    height: 100%;
    opacity: 0;
    /*transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;*/
}

.single_item figure figcaption .outter{
    display: table;
    width: 100%;
    height: 100%;
}

.single_item figure figcaption .inner{
    display: table-cell;
    vertical-align: middle;
}

.single_item figure figcaption span{
    color: rgba(255, 255, 255, .80);
    font-size: 16px;
}

.single_item figure figcaption .title{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align:center;
}

.single_item:hover > figure img{
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: .7;
}

.single_item:hover > figure figcaption{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.single_item.popup-youtube:hover > i{
    opacity: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}




/*------------------------ 5 Blog ------------------------*/

.blog-image img{
    width: 100%;
    min-height: 207px;
}

.blog-content{
    margin-bottom:60px;
}

.blog-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    padding: 30px 0 15px;
    color: #233b6c;
}

.blog-info{
    font-size: 12px;
    font-weight: 400;
    color: #000 !important;
    margin-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid #233b6c;
}

.blog-info span{
    color: #000;
    font-weight: 600;
}

.blog .site-button{
    margin:0 auto 60px;
    display: table;
}

.blog-single h1 {
    font-size: 30px;
    line-height: 41px;
    margin: 25px 0 22px 0;
    color: #000;
    font-weight: 600;
}

.blog-single .blog-detail{
    font-size: 13px;
    color: #b9b9b9;
    margin-bottom: 30px;
}

.blog-single .blog-detail span{
    color: #000;
}

.blog-single blockquote {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 40px 0;
}

.blog-single ul.list-style {
    padding: 30px;
    line-height: 24px;
}

.blog-single ul.list-style li {
    font-size: 14px;
    list-style: circle;
}

.lightbox-image img{
    width: 100%;
    padding-bottom: 30px;
}

.blog-single .post-lightbox{
    padding: 30px 0 0;
 }

.subtitle {
     font-size: 22px;
    line-height: 24px;
    margin: 25px 0 30px 0;
    color: #000;
    font-weight: bold;
}

.post-comment {
    float: left;
}

ul.post-comment li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    list-style: none;
}

ul.post-comment li img {
    width: 15%;
    float: left;
}

ul.post-comment li .comment-info {
    float: left;
    width: 85%;
    padding-left: 15px;
        margin-top: 15px;
}


ul.post-comment li h3 {
    float: left;
    font-size: 14px;
}

ul.post-comment li a {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

ul.post-comment li span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #c5c5c5;
    margin-top: 3px;
}

ul.post-comment li p {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-top: 6px;
}

.send-message{
    margin-top:60px !important;
}

.send-message .subtitle{
    margin-bottom:30px;
}

.blog .dgray-bg .sitebtn{
    margin-:0px auto;
}



/*------------------------ 5 Contact ------------------------*/


.contact-info{
    text-align: center;
}

.contact-info i{
    width: 60px;
    height: 60px;
    text-align: center;
    background: #000;
    border-radius: 50px;
    color: #fff;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info p{
    line-height: 20px;
}

.section-title p{
    margin-top:20px;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.contact-form textarea {
       width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
}

.contact-form{
    margin-top: 90px;
}

.contact-form .sitebtn{
    margin: auto;
    margin-top: 30px;
    display: block;
}

.button{
    text-align: center;
    padding: 45px 0;
}

.site-button{
    padding: 10px 50px;
    font-size: 16px;
    background: none;
    border: 2px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
}

a.site-button{
    border: 2px solid #000;
    color: #000;
}

.site-button:hover{
    background: #000;
    color: #fff;
    transition: all ease 0.3s;
}


/*------------------------ FOOTER ------------------------*/

footer {
  background-color: #152f4a;
  padding: 50px 0 50px 0;	
  position: relative;
  background-image: url(../imagenes/bgFooter.png);
  background-position:  bottom right;
  background-repeat: no-repeat;
  background-size: 30% auto;}
  footer p {
    color: #fff;
    font-size: 13px; }
footer i {
   margin-right: 10px;	
   font-size: 24px !important;  	
   color: #8cb63c;	
}
  footer a {
	font-size: 18px;  
    color: #fff;
	    text-decoration: none !important;}
  footer a:hover {
    color: #8cb63c; }
  footer ul.footer-group {
    border-top: solid 1px #4E566C;
    padding-top: 25px;
    margin-bottom: 45px; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    font-size: 13px;
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #FF5274; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
  footer .social-share {
	  position: absolute;
	  width: 40%;
	  height: 100%;
	  top:0;
	  right:0;
	  padding: 40px 80px 0 0;
	  background-image: url(../imagenes/bgFooter.png);
	  background-position:  top right;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
    }
    footer .social-share p {
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 10px; }
    footer .social-share a.twitter-share {
      height: 60px;
      width: 60px;
      background-color: #1AB4EF;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 20px; }
    footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
      background-color: #1590BF; }
    footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
      background-color: #324C85; }
    footer .social-share a.facebook-share {
      height: 60px;
      width: 60px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
    footer .social-share a {
      color: #fff; }
    footer .social-share a:hover {
      color: #fff; }
    footer .social-share a i {
      margin-top: 20px; }
  footer .footer-links {
    margin: 120px 0 120px 0; }
  .footer-2-copy-cont {
    padding-top: 30px;
    margin-top: 20px;  
    border-top: 1px solid rgba(255,255,255, .5);}    
  .footer2-black .footer-2-soc-a a {
    color: rgba(255,255,255, .3);}
  .footer-2-soc-a a {
    font-size: 15px;
    padding: 9px;}
.footer-2-soc-a a:hover {color: #f16f4f !important;}
.logoFooter {width:90%;margin-bottom:20px;}



/*------------------------ 6 Responsive ------------------------*/


/*max Width 992px */

@media screen and (max-width: 991px) {

    .home-content h1{
        font-size: 50px;
    } 
    .home-content h1 img {height:120px;width: auto;margin-left:-30px;margin-right:-30px;}
    
    .wrapperGrafica h4 {font-size: 18px;}
    
    .pasos {text-align: left;padding:1em;font-size:24px;line-height:1.2;}
    .pasos:after {
        content: "";
        position: absolute;
        top:0;
        right: 0;
        transform: translateX(0) translate(0,0);
        z-index: 1;
        width: 0;
        height: 0;
        border-top:none;
        border-bottom: none;
    }
    .pasos.uno {background:#f6f6f6;}
    .pasos.uno:after {border-left: 40px solid #f6f6f6;}
    .pasos.dos {background:#d6d6d6;}
    .pasos.dos:after {border-left: 40px solid #d6d6d6;}
    .pasos.tres {background:#c6c6c6;}
    .pasos.tres:after {border-left: 40px solid #c6c6c6;}
    .pasos.cuatro {background:#b6b6b6;}
    .pasos.cuatro:after {border-left: 40px solid #b6b6b6;}
    .pasos.cinco {background:#a6a6a6;}
    .pasos span {font-size: 4rem;font-weight: 900;width:6rem;height:6rem;background:#233b6c;border-radius:3rem; line-height:6rem;display:inline-block;margin: 0 30px;color:#fff !important;text-align: center;float:left;}
    .pasos.no-arrow:after {
        content: "";
        position: absolute;
        border: non !important;
    }
    .col {width:100% !important;flex: none !important;}
    
     .what-can .feature{
        padding: 0 30px;
    }
    
    .about.type-1 .about-image{
        background: none;
    }
    
    .about.type-1 .about-image img{
        margin: 0;
    }
    
}


/*max Width 768px */

@media screen and (max-width: 767px) {
    
    .logoWhite img { width: 120px;}
    
    .logo img {width: 120px;margin-bottom: 15px;}
    
    .home-content h1{
        font-size:28px;
        margin-bottom: 10px;
    }
    .home-content h1 img {height:100px;width: auto;margin-left:-20px;margin-right:-20px;}
    .home-content h3{
        font-size:20px;
    }
    .home-content h2 {font-size: 2em}
    
    .iconos img { width: 80%;}
    .iconos2 {align-items:normal;}
    
    .pasos {text-align: left;padding:1em;font-size:16px;line-height:1.2;}
    .pasos:after {
        content: "";
        position: absolute;
        top:0;
        right: 0;
        transform: translateX(0) translate(0,0);
        z-index: 1;
        width: 0;
        height: 0;
        border-top:none;
        border-bottom: none;
    }
    .pasos.uno {background:#f6f6f6;}
    .pasos.uno:after {border-left: 40px solid #f6f6f6;}
    .pasos.dos {background:#d6d6d6;}
    .pasos.dos:after {border-left: 40px solid #d6d6d6;}
    .pasos.tres {background:#c6c6c6;}
    .pasos.tres:after {border-left: 40px solid #c6c6c6;}
    .pasos.cuatro {background:#b6b6b6;}
    .pasos.cuatro:after {border-left: 40px solid #b6b6b6;}
    .pasos.cinco {background:#a6a6a6;}
    .pasos span {font-size:2rem;font-weight: 900;width:4rem;height:4rem;background:#233b6c;border-radius:2rem; line-height:4rem;display:inline-block;margin: 0 15px;color:#fff !important;text-align: center;float:left;}
    .pasos.no-arrow:after {
        content: "";
        position: absolute;
        border: non !important;
    }
    .col {width:100% !important;flex: none !important;}
    .leyenda {margin-bottom:15px;}
    .leyenda p {font-size:14px !important;line-height:1 !important;}
    .leyendaBox {width:20px;height:20px;margin-right:6px;}
    .wrapperGrafica h4 {font-size: 10px;}
    
    .sitebtn, .sitebtnColor {font-size: 11px;min-width: 100px;line-height:20px;}
    
    .contact-info{
        margin-bottom: 30px;
        padding: 0 50px;
    }
   
    h1 {font-size: 36px;}
    
    h2 {font-size: 24px;}
    
    .diag p {
        font-size: 16px;
        color: #666666;
        line-height: 22px; }
        
    .social a{
        margin: 0 10px;
        font-size: 12px;
    }
    
    nav{
        padding:30px 15px;
    }
    
    .nav-menu{
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }
    
    .nav-menu li{
        float: none; 
        width: 100%;
        text-align: center;
        height: 45px;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
    }
   
    .responsive{
        float: right;
        display: block;
    }
    
    .about {
    padding-top: 20px;
    }
    
    .about h2 {
        margin-top: 30px;
    }
    
    .gray-bg {
        margin-top: 30px;
    }
    
    .what-can {
        padding: 45px 0;
    }
    
    .section-title {
        padding: 60px 0 45px 0;
    }
    
    .portfolio_filter ul{
        margin-top: 15px;
    }
    
    .portfolio_filter ul li{
        height: 30px;
    }
    
    .diagonal, .diagonal-gray, .diagonal-white, .diagonal-azul, .diagonal-verde{
        height: 70px;
    }
    
    .row.bottom_90{
        margin-bottom: 0;
    }
    
    .diag .blog{
        padding-bottom: 60px;
    }
    
    footer .social-share {width: 50%;padding: 50px 10px 0 0;}
    
    .cabFormulario img {height: 30px;}
    
}


/*min Width 768px */
@media screen and (min-width: 768px) {
    
 .nav-menu{
        display: block!important;
    }
    
}


/*------------------------ 7 Slider & Video Home ------------------------*/


.home-slider{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.slider{
    background: none !important;
}

.home-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}



.wow-removed{
     animation-name: none !important;
        visibility: visible !important;
}













