.text-centered{
	text-align: center;
}

.text-right{
	text-align: right;
}

.inner-wrapper{
	position: relative;
}

/*.next-button-container{
	position: absolute;
    height: 100%;
}*/

/*.next-button{
	position: absolute;
	bottom: 0;
	margin-left: -10px;
}*/

.next-button{
	position: absolute;
    right: 0;
    left: 50%;
    margin-left: -25px;
    bottom: 50px;
}

    

/*=====================================================
					SOLUCIONES INDEX
=======================================================*/

.soluciones-index{
	height: 100vh;
	background-image: url(../img/soluciones-index.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.soluciones-index-emblema{
	height: 100vh;
}

.soluciones-emblema{
	position: relative;
    top: 50vh;
    margin-top: -60px;
}

.soluciones-text-container{
	background-color: #fff;
	top: 50vh;
    margin-top: -70px;
}

.soluciones-text-container h2{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #133859;
	margin-bottom: 20px;
	padding-left: 70px;
}

/*=====================================================
					NOSOTROS INDEX
=======================================================*/

.nosotros-index h2{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #133859;
	margin-bottom: 20px;
}

.nosotros-index hr{
	background-color: #133859;
	height: 3px;
}

.nosotros-index p{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	color: #133859;
	margin-bottom: 20px;
}

.nosotros-index-container{
	max-width: 420px;
	margin: 0 auto;
}




/*=====================================================
					SERVICIOS INDEX
=======================================================*/

.servicios-index{
	background-image: url(../img/servicios-index.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}

.servicios-index-container{
	height: 100vh;
	background-color: rgba(19,56,89,.9);
}

.servicios-index-container h2{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}

.servicios-index-container hr{
	background-color: #fff;
	height: 3px;
}

.servicios-index-container p{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 20px;
}

.servicios-index-container ul{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 20px;
}

.servicios-index-inner-container{
	max-width: 360px;
	margin: 0 auto;
	padding-top: 50vh;
	margin-top: -229px;
}

.image-circle{
	position: absolute;
    left: 50%;
    right: 0;
    bottom: 15%;
    margin-left: -65px;
}



/*=====================================================
					CONTACTO INDEX
=======================================================*/

.contacto-index-inner-container {
    max-width: 355px;
    margin: 0 auto;
    /*opcional*/
    padding-top: 50vh;
    margin-top: -190px;
}

.contacto-index-inner-container h2{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #133859;
}

.contacto-index-inner-container p{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #133859;
}

.contacto-index-inner-container input[type="text"], .contacto-index-inner-container textarea, .contacto-index-inner-container input[type="submit"]{
	border: solid 2px #133859;
	padding: 5px;
	background: transparent;
}

.contacto-index-inner-container input[type="submit"]{
	float: right;
	font-family:"Open Sans";
	color:#133859;
}

::-webkit-input-placeholder { font-family:"Open Sans"; color:#133859; }
::-moz-placeholder { font-family:"Open Sans"; color:#133859; } /* firefox 19+ */
:-ms-input-placeholder { font-family:"Open Sans"; color:#133859; } /* ie */
input:-moz-placeholder { font-family:"Open Sans"; color:#133859; }

.contacto-index-inner-container .form-name{
 	width: 100%;
 	margin: 5px 0;
}

.contacto-index-inner-container .form-phone{
	width: 49%;
	float: left;
	margin-right: 1% !important;
	margin: 5px 0;
}

.contacto-index-inner-container .form-email{
	width: 49%;
	float: left;
	margin-left: 1% !important;
	margin: 5px 0;
}

.contacto-index-inner-container .form-comments{
	width: 100%;
	height: 100px;
	resize: none;
	margin: 5px 0;
}




/*=====================================================
					CONTACTO INDEX
=======================================================*/
.footer-container{
	background: #133859;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-container p{
	font-family:"Open Sans";
	font-weight: 400;
	color: #fff;
}


/*=====================================================
					MEDIAQUERIES
=======================================================*/


@media only screen and (min-width: 769px) and (max-width: 991px){
		.contacto-index-inner-container {
		    max-width: 355px;
		    margin: 0 auto;
		    padding-top: 0 !important;
		    margin-top: 0 !important;
		}

		.contact-container{
			height: 100vh;
		}
}

@media only screen and (max-width: 768px){
		.contacto-index-inner-container {
			height: 100vh !important;
		    padding-top: 50vh !important;
    		margin-top: -250px !important;
		}

		.footer-container{
			position: absolute;
    		width: 100%;
    		bottom: 0;
    		margin: 0;
    	}
}


    