@charset "utf-8";
/* CSS Document */


html,body{
	height:auto;
	min-height:100%;
	font-family: 'Lato', sans-serif;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	    background-color:#720a0c;
}
img{
	max-width:100%;
}
.iconserv{
	position: relative;
	display: inline-block;
}
.header {
	z-index: 1;
	position: fixed;
top: 0;
width:100%;
transition: all 0.5s ease;
}
.value5 {
    padding: 0px;
}
.header.bg {
	background: rgba(0,0,0,.7);
    height: 78px;
}
#navbarResponsive {
	margin-top: 15px;
}
.nav-item span {
	vertical-align: text-top;
}
.header #header_main #menu1 {
	/* height: 40px; */
position: absolute;
/* padding: 5px 0px; */
padding-top: 10px;
/* background-color: #7786a5; */
}
.header #header_main #menu1 nav.main {
	z-index: 400;
    float: right;
    right: 15px;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: right;
    position: relative;
}
.header #header_main #menu1 nav.main span {

    display: inline-block;
    padding: 0px 14px;
    height: 25px;
    line-height: 20px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    color: #fff;
    border-right: 0px solid #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.header #header_main #menu1 nav.main #mcontact{


    border-right: 1px solid #ffbe00;

}
.header #header_main #menu1 nav.main span:hover {


    color:  #ffbe00;

}
.nav-link.active span {
	color:  #ffbe00;
}
.navbar span {
    display: inline-block;
    padding: 0px 14px;
    height: 25px;
    line-height: 20px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    color: #fff;
    border-right: 0px solid #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.logodam {
    top: 10px;
    position: absolute;
    width: 160px;
    margin: 0 auto;
    left: 30px;
}
.valign {
	position: relative;
	top: 40%;
	transform: translateY(-50%);
}
.section-form {
	width: 100%;
	height: 100vh;
	background: url(../assets/img/personalfondo.png) no-repeat;
	background-size: cover;
}
.form {
	width: 320px;
	height: 540px;
	background:rgba(255,255,255,.7);
	margin-top: 50px;
	margin-right: 50px;
	border-radius: 5px;
	padding: 20px;
	position: relative;
}
.text-form {
	font-weight: 200;
	color: #4d4f4a;
	line-height: 22px;
}
.input {
	width: 270px;
	height: 40px;
	border-radius: 20px;
	color: #4d4f4a;
	border: none;
	margin:  10px 0px;
	font-size: 14px;
	padding: 0px 8px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7e7777;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7e7777;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7e7777;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7e7777;
  font-style: italic;
}
.bottom-form {
	border-radius: 0px 0px 5px 5px;
	background: #fff;
	height: 83px;
	width: 100%;
    height: 83px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 20px;
}
.logo {
	width: 100%;
}
.send-form {
	width: 144px;
	height: 40px;
	background: #a5c83d;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
}
.title {
	font-size: 56px;
    color: #464646;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
}
.titlesub {
	font-size: 20px;
    font-weight: 800;

    margin: 0px auto;
    color: #464646;
    line-height: 30px;
    text-align: left;
		    padding-left: 65px;
}
.titleboton {
	font-size: 13px;
    font-weight: 100;
    max-width: 160px;
    margin: 30px auto;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #296ba0;
}
.btn-info {
	margin-bottom: 0px;

	    margin: 10px;
	width: 170px;
    font-size: 14px;
    color: #fff;
    background-color: #720a0c !important;
    border-color: #720a0c !important;
}
.btn-info:hover {
    color: #fff;
    background-color:#cb4e39 !important;
    border-color:#cb4e39 !important;
}
.centerbtn{
    position:absolute;
    width:100%; left:0;
    text-align:center;
    margin:auto;
    /*position: relative; top: 50%; transform: translateY(-50%) translateX(30%); width: 100%;*/
}
.botones {
	padding: 4px;
	width: 160px;
	float: left;
}
.valignboton {
    position: relative;
        top: 68%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
}
.logo{
	width: 120px
}
.logocenter {
    position: relative;
    top: 77px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
}
.valign {
    position: relative;
    top: 40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
}
.title.first {
	/*width: calc(100% - 380px);*/

	    padding-left: 65px;
		text-align: left;
    width: 100%;



}

.benefits {
height: 350px;
	background: url(../assets/img/fake_brick.png)  center;
}
.benefits .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px;
}
.filtro{
	height: 350px;
	 background: radial-gradient(rgba(115, 114, 114, 0.25), rgba(52, 52, 52, 0.6));
	background-image: radial-gradient(rgba(245, 245, 245, 0.15) 5%, rgba(15, 15, 14, 0.25) 60%);
}
.benefit1 {

}
.benefit2 {

}
.title-benefit {
	font-size: 22px;
	    color: #ffbe00;
	    padding-top: 60px;
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: 700;
}

.title-servi {
	display: inline-block;
    font-size: 22px;
    color: #fff;
    padding-top: 60px;
    line-height: 24px;
    margin-bottom: 30px;
}
.benefits p {
	color: #fff;
	width: 100%;
}
.section-title {

	width: 100%;
	height: auto;
background-color: #1e232a;
border-bottom: 8px solid;
border-color: #720a0c;
}
.subtitle {
	    color: #ffbe00;
    text-transform: uppercase;
	font-size: 30px;
	max-width: 1250px;
	margin: 0 auto;
	font-weight: 700;
	margin-top: 0px;
	line-height: 36px;
	padding: 0px 20px;
}
.textos{
    width: 500px;
    max-width: 00pxx;
    margin: 6 auto;
}
.subp{
	color: #fff;

	font-size: 20px;
	max-width: 750px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 36px;
	padding: 0px 20px;
}
.subp.gray {
	color: #797676;
}
.section-value{

    margin: 60 auto;
}
.section-value2{

    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px;
}
.value {
	padding-top: 10px;
    padding-bottom: 40px;


    background-color: #f4f4f4;

}
.valign2 {
	color: #fff;
    position: relative;
    top: 55%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-0%);
    vertical-align: top;
}
.valuet {
	padding-top: 10px;
    padding-bottom: 40px;
		float: left;
		width: 33.333333%;
		height: 330px;
}
.valueser {
	padding-top: 10px;
    padding-bottom: 40px;
		float: left;
		width: 33.333333%;
		height: 370px;
}
.value p {
 text-align: justify;
 padding: 5px;
}
.value1 {
	/*background: url(../assets/img/value1.jpg);*/
	background-color:#720a0c;
	background-size: cover;
	color: #fff;

}
.value2 {
	/*background: url(../assets/img/value1.jpg);*/
	background-color:#720a0c;
	background-size: cover;
	color: #fff;

}
.value3 {
	/*background: url(../assets/img/value1.jpg);*/
	background-color: #720a0c;
	background-size: cover;
	color: #fff;

}
.valores{

	margin: 14px;

	background-size: cover;
	color: #fff;
	height: 300px;
	padding: 20px;
}
.valign3 {

    color: #fff;
    position: relative;
    top: 60px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
}
.title-valores {
	text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.logos
{
	    width: 100px;
			height: 100px;
}
.valores p{
	font-size: 14px;
	    text-align: center;
}
.valores ul {
	    text-align: justify;
}


.valoresservi{
/*	border-top: 8px solid;
    border-color: #4b7faf;*/
	margin: 14px;

	background-size: cover;
	color: #fff;
	height: 340px;
	padding: 20px;
}
.title-valoresservi {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.valoresservi p{
	font-size: 14px;
	    text-align: justify;
}
.valores ul {
	    text-align: justify;
}
.value6 {
    /* background: url(../assets/img/value1.jpg); */
    background-color: #000;
    background-size: cover;
}

.line-value {
	width: 55px;
	height: 7px;
	background-image: linear-gradient(to right, #d37d2f , #ecdb41);
	display: inline-block;
	margin: 10px auto;
	text-align: center;
}
#sliderhome{
	/*max-width: 900px;*/
    text-align: left;
    margin: 0 auto;
}
#sliderhome2{
	position: absolute;
   bottom: 0px;
	/*max-width: 900px;*/
    text-align: center;
    margin: 0 auto;
}
.text-value {
	font-size: 20px;
	/*max-width: 200px;*/
	margin: 0 auto;
	line-height: 26px;
	color: #ffbe00;
}
.valign{
	color: #fff;
}
#map {
    width: 100%;
    height: 500px;
    background-color: grey;
    position: relative;
}
footer {
	/* height: 50px; */
	background-color: #1e232a
	;

	width: 100%;
	color: #fff;
	font-size: 14px;
}
.pfooter{

    padding: 10px 0px;
    margin-bottom: 0px;
}
.rights {
	margin-top: 20px;
}
.text-bold {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}
.social {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.social:hover {
	color: #a5c83d;
}

.navbar-toggle {
    background-color: #ffbe00;
    border-color: #ffbe00;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 12px;

		position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.trans{
	margin-left: 60px;
}

.navbar-toggle{
	display: none;
}
.icon-facebook{
    margin-top: 5px;
}
.icon-twitter{
    margin-top: 5px;
}
.icon-linkedin{
    margin-top: 5px;
}
.bg-dark {
    background-color: #343a4000!important;

}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar {
	z-index: 200;
}
.navbar span:hover {

    color: #ffbe00;

}
#encontacto{

    border-right: 1px solid #ffbe00;


}
