@import url("css-family=Raleway-400,300,500,600,700.css"/*tpa=http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700*/);
@import url("margins.css"/*tpa=margins.css*/);

body {
    color: #585a5a;
    font-family: 'Raleway', sans-serif;
}

body > header {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
}

#carousel {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#carousel .item {
    background-size: cover;
    background-position: center;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

#carousel .item:first-child {
    z-index: 11;
}

#carousel .item:nth-child(2n) {
    z-index: 10;
}

.carousel-arrow {
    background-color: rgba(255, 255, 255, .75);
    color: #FFF;
    font-size: 3em;
    line-height: 42px;
    padding: 45px 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
    color: #ffffff;
}

.carousel-arrow.left {
    left: 0;
}

.carousel-arrow.right {
    right: 0;
}

#app {
    position: relative;
    overflow: hidden;
	/*height: 100vh;*/
}

.img-app{
    background-image: url(services-1.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    /*width: 100%;*/
}

.img-app:hover{
    background-image: url(services-1a.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    /*width: 100%;*/
}

#desarrollo {
    position: relative;
    overflow: hidden;
	/*height: 100vh;*/
}

.img-desarrollo{
    background-image: url(services-2.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    /*width: 100%;*/
}

.img-desarrollo:hover{
    background-image: url(services-2a.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    /*width: 100%;*/
}

#social {
    position: relative;
    overflow: hidden;
	/*height: 100vh;*/
}

.img-social{
    background-image: url(services-3.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    /*width: 100%;*/
}

.img-social:hover{
    background-image: url(services-3a.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    /*width: 100%;*/
}

#inversion {
    position: relative;
    overflow: hidden;
	/*height: 100vh;*/
}

.img-inversion{
    background-image: url(services-4.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    width: 95%;
}

.img-inversion:hover{
    background-image: url(services-4a.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    width: 95%;
}

#consultoria {
    position: relative;
    overflow: hidden;
	/*height: 100vh;*/
}

.img-consultoria{
    background-image: url(services-5.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    width: 95%;
}

.img-consultoria:hover{
    background-image: url(services-5a.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    width: 95%;
}

#hosting {
    position: relative;
    overflow: hidden;
	height: 100vh;
}

.img-hosting{
    background-image: url(services-6.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    width: 95%;
}

.img-hosting:hover{
    background-image: url(services-6a.png);
	height: 200px;
	width: 360px;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*height: 300px;*/
    margin: 5px 0;
    position: relative;
    left: 0px;
    width: 95%;
}

.clients {
    margin-bottom: 15px;
    text-align: center;
}

.clients img {
    display: inline-block;
    margin: 30px 20px;
    vertical-align: bottom;
}

.clients.middle img {
    vertical-align: middle;
}

.clients.space img {
    margin: 30px 40px;
}

.navbar-toggle {
}

.icon-bar {
    background-color: red;
}

header.no-home {
    background-color: #f2f2f2;
}

footer {
    line-height: 30px;
    padding: 15px;
}

footer a {
    color: #585a5a;
}

footer a:hover,
footer a.active {
    color: #EE4D43;
    text-decoration: none;
}

p {
    margin: 10px 0;
}

.font-custom4 {
    font-weight: bold;
}

.social-link {
    max-width: 47px;
}

.social-footer a {
    font-size: 1.5em;
    margin-left: 10px;
}

#body.no-home {
    margin-top: 100px;
}

#carousel-example-generic {
    height: 100vh;
    width: 100%;
    position: relative;
}

#carousel-example-generic img {
    max-width: none;
    width: 100%;
}

#carousel-example-generic .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

#carousel-example-generic .btn-default {
    background-color: transparent;
    border: solid #FFF 3px;
    border-radius: 0;
    font-weight: bold;
    color: #FFF;
    margin-top: 15px;
    max-width: none;
    width: auto;
}

#contact {
    background: url("homeout.jpg"/*tpa=homeout.jpg*/);
    background-size: cover;
    color: #FFF;
    text-align: center;
    padding: 30px 0;
    position: relative;
}

#contact header {
    background: transparent;
    padding: 0;
    position: relative;
}

#contact a {
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
}

#contact h2 {
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto 30px auto;
    max-width: 670px;
}

.carousel-indicators {
    display: none;
}

#logo {
    position: absolute;
    top: 0px;
	max-width: 200px;
    /* max-width: 165px; */
}

#map-canvas {
    height: 300px;
    width: 100%;
}

#nav {
    position: relative;
}




#nav.no-before::before {
    display: none;
}

#parallax-home {
    background-color: #000000;
    background-image: url("parallax.jpg"/*tpa=parallax.jpg*/);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 300px;
    margin: 50px 0;
    position: relative;
    left: 0px;
    width: 100%;
}

.resizeimg {
    width: 85%;
    padding-top: 10%;
}

.btn {
    font-weight: bold;
    border-radius: 0px;
    color: #FFF;
    max-width: 130px;
    width: 100%;
    padding: 12px 12px;
}

.btn-default1 {
    background-color: #6c6c6c;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.btn-default2 {
    background-color: #0080C0;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.btn-default2:hover,
.btn-default2:focus {
    background-color: #136C2E;
    color: #FFFFFF;
}

.btn-sites {
    background-color: #DBDBDB;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 12px;
	color: #000;
}

.btn-sites:hover,
.btn-sites:focus {
    background-color: #C0C0C0;
    color: #000;
}

.btn-danger {
    background-color: #EE4D43;
}

.borde-mas {
    color: #585A5A;
    width: 120px;
    border: 1px solid #585A5A;
    padding: 1px 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.borde-mas-serv {
    color: #585A5A;
    width: auto;
    border: 1px solid #585A5A;
    text-align: center;
    padding: 1px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 70px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

.center-inline-block {
    display: inline-block;
    vertical-align: middle;
}

.separate1 {
    height: 30px;
    width: 100%;

}

.separate2 {
    height: 10px;
    width: 100%;

}

.sitemiddle .thissummer {
    vertical-align: middle;
    margin: auto;
}

.screensize {
    height: 100vh;
}

.loadload {
    font-weight: bold;
    border-bottom: 1px solid black;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    padding: 5px 0;
}

.f-right {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.right-forced {
    position: absolute;
    right: 15px;
}

.static-forced {
    position: relative;

}

.move-forced {
	position: absolute;
	top: 75%;
	left: 7%; /*33*/
	width: 375px;
	text-align: center;
	display: block;
}

.img-forced {
    position: absolute;
    top: 5%;
    right: 7%;
    width: 25%;
}

.shoot-forced {
    position: absolute;
    top: 35%;
    left: 75%;
    width: 5%
}

.underline-forced {
    position: absolute;
    top: 140px;
    left: 41%;
    width: 14%
}

.gplay {
    margin-top: 20px;

}

.appstore {
    margin-top: 20px;
}

.paddineando {
    max-width: 100px;
    width: 100%;
    padding-top: 95px;

}

.align-right1 {
    margin-right: 30px;
}

.navbar-nav > li > .dropdown-menu.changecolor1 {
    background-color: rgba(255, 255, 255, 0.9);
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px;
}

.changecolor2 {
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
}

.navbar-nav > li > .dropdown-menu.changecolor3 {
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px;
    margin-top: 14px;
}

.imgrelative {
    position: relative;
}

.txt1-absolute {
    position: absolute;
    top: 10%;
    color: white;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    width: 100%;

}

.imgabsolute1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%);
}

.imgabsolute2 {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-53%);
}

.txt2-absolute {
    position: absolute;
    top: 80%;
    color: white;
    text-align: center;
    width: 100%;
}

.txt3-absolute {
    position: absolute;
    top: 85%;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
}

/*.heightdevice{
	height:100vh;
}*/

h2 .thissummer {
    width: 120px;
    border: 3px solid #585A5A;
    padding: 1px 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

/*a .border-mas{
	color: #585A5A;
}*/

.carousel-caption {
    bottom: initial;
    left: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-caption * {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    margin: 0px;
}

.carousel-caption h4 {
    font-size: 35px;
}

.carousel-caption h2 {
    font-size: 45px;
}

.carousel-caption time {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.carousel-control {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none !important;
    height: 160px;
    opacity: 1;
    text-shadow: none;
    top: 50%;
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    -o-transform: translateY(-32%);
    transform: translateY(-32%);
    width: 40px;
}

.carousel-indicators {
    bottom: 2%;
    margin-bottom: 0px;
}

.carousel-inner {
    margin-bottom: 50px
}

.emphasis {
    margin: 0 0 30px;
    position: relative;
}

.emphasis h1,
.emphasis h2 {
	margin: 0px;
	font-size: 40px;
	color: #0080C0;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 35px;
	padding-top: 35px;
	position: relative;
}

.emphasis:after {
    border-bottom: solid 7px #0080C0;
    content: " ";
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 111px;
}

.emphasis.text-center {
    text-align: center;
	color: #0080C0;
}

.emphasis.text-center:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.footer-fixed {
    bottom: 0px;
    position: fixed;
    width: 100%;
}

.form-control {
    border: solid 3px #6c6c6c;
    border-radius: 0px;
}

.form-control:focus {
    border-color: #EE4D43;
}

.highlighted {
    font-size: 17px;
    font-weight: 300;
}

.invisible-separator {
    padding: 25px 0;
}

.invisible-separator2 {
    padding: 15px 0;
}

.nav > li > a {
    color: #585a5a;
    font-weight: 600;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a.active {
    background-color: transparent;
    color: #0080C0;
}

.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.padding-none {
    padding: 0px;
}

.portfolio-item {
    float: left;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 33.33%;
}

.portfolio-item-2 {
    background-color: #CCC;
    min-height: 200px;
}

.portfolio-name {
    background: rgba(208, 78, 69, 0.9);
    bottom: -62px;
    font-size: 40px;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.portfolio-item:hover .portfolio-name {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0px;
}

.niveling {
    max-width: 180px;
    width: 100%;
    padding-top: 80px;
}

.adjustimg {
    width: 60%;
}

.width-50 hover{
    max-width: 90%;
    margin-left: auto;
    margin-top: 10px;
    padding-left: 5%;
}

.portaf-ext1 p {
    text-align: justify;
}

.portaf-ext2 p {
    text-align: justify;
}

.portaf-ext3 p {
    text-align: justify;
}

/***********************SERVICIOS************************/

.textmarg1 {
    margin-left: 0px;
}

.text-margin3 {
    margin-top: 20px;
}

.text-margin4 {
    margin-top: 30px;
}

.section-separate {
    margin: 30px 0;
}

.imgresize2 {
    width: 75%;

}

.text-size2 span {
    font-size: 20px;

}

.marginbutton {
    margin-top: 25px;
}

.fixedparallax1 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Raleway';
    margin-top: 50px;
    padding-right: 0px;
    padding-bottom: 40px;
}

.fixedparallax2 {
    color: white;
    font-family: 'Raleway';
    font-size: 20px;

}

.position-parallax {
    padding-top: 110px;
    padding-right: 100px;
}

.services p {
    text-align: justify;
}

/********************************************************
						CONTACTO
********************************************************/

.borderresize {
    border: solid 1px #6c6c6c;
    font-family: 'Raleway', sans-serif;

}

.imgresize5 {
    width: 7%;
    margin-left: 15px;
}

.marginaway1 {
    margin-left: 410px;
}

.icon-c {
    padding-right: 15px;
}

.boldy {
    font-weight: bold;
}

.padding-bot-20 {
    padding-bottom: 20px;
}

.padding-top-15px {
    padding-top: 15px;
}

.font-custom1 {
    font-size: 17px;

}

.gmaps {
    height: auto;
}

/********************************************************
						READJUSTING
********************************************************/

.remove2 {
    position: relative;
    top: 40px;
    left: 100px;
    text-align: left;
}

.remove3 {
    position: relative;
    top: 185px;
    left: 280px;
    text-align: left;
}

.remove4 {
    position: relative;
    top: 180px;
    left: 280px;
    text-align: left;
}

.underline {
    background-image: url("underline.png"/*tpa=underline.png*/);
    background-repeat: no-repeat;
    background-position: bottom right;
}

footer {
    background-color: #f2f2f2
}

/* Media Queries */

@media screen and (max-width: 1170px) {
    #parallax-home {
        background-size: auto 120%;
        background-position: 40% -50px;
    }

    .position-parallax {
        height: 100%;
        padding: 0px;
        position: absolute;
        text-align: center !important;
        width: 100%;
    }

    .fixedparallax1 {
        /*left: 50%;
        -webkit-transform: translateX(-75%);
        -moz-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
        -o-transform: translateX(-75%);
        transform: translateX(-75%);*/
        font-size: 25px;
        display: block;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 15px;
        width: 100%;
    }

    .fixedparallax2 {
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-45%);
        -moz-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        -o-transform: translateX(-45%);
        transform: translateX(-45%);
        display: block;
        position: absolute;
    }
}

@media screen and (max-width: 900px) {
    .remove3 {
        top: inherit;
        bottom: 10px;
        left: 80px;
    }

    .remove4 {
        top: inherit;
        bottom: 10px;
        left: 200px;
    }

}

@media screen and (max-width: 900px) and (orientation: landscape) {

    .move-forced {
        position: absolute;
        top: 5%;
        left: 27%; /*33*/
        width: 290px;
        text-align: center;
        display: block;
    }

    .underline {
        background-position: bottom right 6px;
    }

    .remove3 {
        top: 65px;
        left: 80px;
    }

    .remove4 {
        top: 60px;
        left: 200px;
    }
}

@media (max-width: 768px) {

    header {
        padding: 5px 0;
    }

    #logo {
        max-height: 50px;
    }

    #nav::before {
        display: none;
    }

    .underline {
        background-position: bottom right 69px;
    }

    .paddineando {
        padding: 0px;
        margin-top: 23px;
        max-width: 75px;
        width: 100%;
    }

    .niveling {
        padding: 0px;
        margin-top: 22px;
        max-width: 125px;
        width: 100%;
    }

    .move-forced {
        position: relative;
        width: 100%;
        text-align: center;
        left: 0;
        padding: 0 35px;
        margin: 45px auto 0;
        max-width: 590px;
    }

    .img-forced {
        position: absolute;
        left: 50%;
        width: 40%
    }

    .shoot-forced {
        position: absolute;
        left: 75%;
        width: 5%
    }

    .underline-forced {
        position: absolute;
        top: 0;
        left: 0;
    }

    .resizeimg {
        width: 85%;
        padding-top: 20%;
    }
}

@media screen and (max-width: 650px) and (orientation: landscape) {

    .remove3 {
        top: 65px;
        left: 80px;
    }

    .remove4 {
        top: 60px;
        left: 200px;
    }

    .remove2 {
        left: 10px;
    }

    .remove1,
    .remove2,
    .remove3,
    .remove4 {
        font-size: 30px !important;
    }

}

@media screen and (max-width: 590px) {

    .move-forced {
        max-width: 490px;
    }

    .underline {
        background-position: bottom center;
    }
}

/********************************************************/

@media (max-width: 480px) {

    #carousel-example-generic {
        height: 300px;
    }

    #carousel-example-generic .item {
        height: 300px;
    }

    #contact > * {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }

    #contact h2 {
        font-size: 25px;
        width: 100%;
    }

    #contact .center-inline-block {
        max-width: 64%;
    }

    .carousel-caption h2 {
        font-size: 30px;
        margin-top: 35px;
    }

    .carousel-caption h4 {
        font-size: 25px;
    }

    .remove2 {
        left: 0px;
        top: 40px;
        margin-top: 0 !important;
    }

    .remove3 {
        top: 50px;
        left: 0px;
    }

    .remove4 {
        top: 50px;
        left: 80px;
    }

    .resize-img3 {
        width: 70%;
    }

    .move-forced {
        max-width: 320px;
        padding: 0 15px;
    }

    .img-forced {
        position: absolute;
        left: 50%;
        width: 40%
    }

    .shoot-forced {
        position: absolute;
        left: 75%;
        width: 5%
    }

    .underline {
        background-position: bottom right 6px;
    }

    .paddineando {
        padding: 0px;
        margin-top: 15px;
    }

    .niveling {
        padding: 0px;
        margin-top: 35px;
    }

    .resppp {
        padding: 15px;
    }

    .auxiliar-margin {
        margin-top: 25px;
        text-align: center;
    }

    .fullimgcel {
        margin-top: 10px
    }

    .txt1-absolute {
        display: none;

    }

    .txt2-absolute {
        display: none;
    }

    .txt3-absolute {
        display: none;
    }

    .imgabsolute2 {
        position: absolute;
        transform: none;
        left: initial;
        top: 0%;
        width: 90%;
    }

    .imgabsolute1 {
        position: absolute;
        top: 50%;
        width: 70%;
    }

    .marginaway1 {
        margin-left: 200px;
    }

    footer div {
        text-align: center;

    }

    footer .text-right {
        text-align: center;
    }

    .marbottom {
        margin-bottom: 50px;
    }

    .close-responsive {
        display: none;
	}

    .separate1 {
        display: none;
    }

}

@media screen and (max-width: 385px) {
    .remove1,
    .remove2,
    .remove3,
    .remove4 {
        font-size: 20px !important;
    }

}
