/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: monse;
}
/* HTML5 display-role reset for older browsers */


@font-face {
    font-family: 'monse'; /*a name to be used later*/
    src: url('fonts/Roboto-Light.ttf'); /*URL to font*/
}


@font-face {
    font-family: 'monse2'; /*a name to be used later*/
    src: url('fonts/Roboto-Bold.ttf'); /*URL to font*/
}

}



.webdevelopment .one h3 {
    
    margin-bottom: 5px;
}


header .twelve.columns {
    
	margin-bottom: 35px;
}



footer p, footer a {
    color: black;
}

.branding img, .branding2 img {
    width: 100%;
}

.logos img {
    max-width: 700px;
}


#homebanner .container.clearfix {
    position: initial;
}


#homebanner .container.clearfix {
    background-color: #ffffff9c;
}


.call22 {
           font-size: 20px;
           font-weight: 600;
           color: #606060;
           clear: both;
           margin-bottom: 4px;
}

 .call22 a {
    
color: #dd000a;
}


.formleads {
        background-color: #dde3e6;
        border-radius: 8px;
        padding: 10px;
        display: inline-block;
        text-align: center;
        max-width: 500px;
 }

.inputform22 {
   width: 100%;
   border: none;
   margin-bottom: 3px;
   border-radius: 4px;
   font-size: 18px;
   font-family: 'monse';
   padding: inherit;
}

.form-title.text-center {
        font-size: 19px;
        color: white;
        margin-bottom: 4px;
        background: linear-gradient(0deg, #5d737e, #6e8691, #6e8691);
        border-radius: 8px;
        padding: 10px 5px;
        line-height: 27px;
}

button.btn.standard-button {
          background-color: #ff0b0b;
          color: white;
          font-size: 21px;
          border-radius: 41px;
          border: solid #ff000000 2px;
          cursor: pointer;
          padding: 10px;
          margin: 10px 0 0;
          font-family: 'monse2';
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/* display: block; */
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*.........................................FONTS.................................................*/
@font-face {
	font-family: 'brandon_grotesquebold';
	src: url('fonts/brandon_bld.eot');
	src: url('fonts/brandon_bld.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_bld.woff2') format('woff2'), url('fonts/brandon_bld.woff') format('woff'), url('fonts/brandon_bld.ttf') format('truetype'), url('fonts/brandon_bld.svg#brandon_grotesquebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_grotesquelight';
	src: url('fonts/brandon_light.eot');
	src: url('fonts/brandon_light.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_light.woff2') format('woff2'), url('fonts/brandon_light.woff') format('woff'), url('fonts/brandon_light.ttf') format('truetype'), url('fonts/brandon_light.svg#brandon_grotesquelight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_grotesquemedium';
	src: url('fonts/brandon_med.eot');
	src: url('fonts/brandon_med.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_med.woff2') format('woff2'), url('brandon_med.woff') format('woff'), url('fonts/brandon_med.ttf') format('truetype'), url('fonts/brandon_med.svg#brandon_grotesquemedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_grotesque_regularRg';
	src: url('fonts/brandon_reg.eot');
	src: url('fonts/brandon_reg.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_reg.woff2') format('woff2'), url('fonts/brandon_reg.woff') format('woff'), url('fonts/brandon_reg.ttf') format('truetype'), url('fonts/brandon_reg.svg#brandon_grotesque_regularRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*.........GLOBLE......*/
.wrapper {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}
body {
	font-family: 'monse';
	font-size: 18px;
	line-height: 24px;
	
	background: #fff;
	    color: #222222;
}

#homebanner {
	/*background: url(images/banner.jpg) no-repeat center center;*/
	min-height: 620px;
	width: 100%;
	background-size: cover;
	display: block;
	text-align: center;
	
}
.logos {
	    width: 100%;
    margin-bottom: 7px;
   
    
	
	    padding-bottom: 10px;
}
nav {
	width: 70%;
	float: left;
	text-align: right;
}
nav ul li {
	display: inline-block;
	padding: 7px 15px;
}
nav ul li a {
	color: #fff;
	text-decoration:none;
	font-family: 'monse';
}
/*#homebanner p {
	
	font-size: 32px;
	color: black;
	
}*/

h3 {
	font-weight: bold;
	
}


#homebanner h2 {
	font-family: 'monse';
    font-size: 41px;
    line-height: 46px;
    color: black;
    text-transform: uppercase;
    padding: 0 5px;
}
.box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 15px 0;
	border: none;
	background: none;
	color: #fff;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border: 3px solid #fff;
	border-radius: 5px;
	font-size: 23px;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* Wayra */
.button--wayra {
	overflow: hidden;
	width: 245px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #7690c5;
}
.button--wayra.button--inverted:hover {
	color: #7690c5;
	border-color: #7690c5;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #7690c5;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}

.webdevelopment{
	padding:30px 0;		
}
.webdevelopment h3 span{font-family: 'monse2';}
.webdevelopment h3{
	font-size:60px;
	font-family: 'monse2';
	line-height:75px;
	color:#222222;
	margin-bottom: 36px;
}
.webdevelopment p{
	padding:38px 10px 0 0;
}
.webdevelopment img{margin-top:30px;    max-width: 350px;}
.branding{
	   padding: 3% 0;
	   background: #ffffff;
}
.branding h3 span, #client h3 span , #contacto2 h3 span{font-family: 'monse2';}
.branding h3, #client h3, #contacto2 h3 {
	font-size: 41px;
	font-family: monse2;
	line-height: 36px;
	color: #222222;
	padding-bottom: 17px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #f5f5f500;
	border-bottom: 4px solid rgb(172 173 172);
}
.branding p{
	padding: 0px 0px 0px;
}


/*SERVICE SECTION*/
.services{
	padding:100px 0 60px;	
}
.one{
	display:block;
	width:100%;
	padding-bottom:40px;	
	text-align: center;
}

.imgone i{
	font-size: 28px;
    color: black;
    text-align: center;
    margin: 0 auto;
        display: inline-block;
    line-height: 51px;
}
.contentone{
	float:left;
	
	padding-left:20px;	
}
.contentone h3{
	font-size: 25px;
    color: #222222;
    font-family: 'monse';
    padding-bottom: 10px;
    line-height: 30px;
}

/*CLIENT SECTION*/
#client{
	    padding: 50px 0;
	   background: white;
}
.headclient{
	text-align:center;	
	padding-bottom:50px;
}
.headclient h3 span{font-family: 'monse';}
.headclient h3{
	font-size:60px;
	font-family: 'brandon_grotesquebold';
	line-height:75px;
	color:#222222;	
}
.headclient p{
	font-size:22px;	
} 
.leftsec{padding:20px 0;}
.leftsec img{float:left;display:block;}
.leftsec p{
	font-size:26px;
	line-height:28px;
	padding:35px 75px 10px;	
}
.leftsec span{
	color:#7690c5;
	font-size:20px;
	line-height:36px;
	padding-left:75px;	
}

.bubble 
{
position: relative;
width: 660px;
height: 170px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: #f1f1f1 solid 1px;
float:left;
    margin-left: 30px;
    margin-top: 20px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 19px 11px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
left: -19px;
top: 77px;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 19px 11px 0;
border-color: transparent #f1f1f1;
display: block;
width: 0;
z-index: 0;
left: -20px;
top: 77px;
}
.rightsec{padding:20px 0;}
.rightsec img{float:left;}
.rightsec p{
	font-size:26px;
	line-height:28px;
	padding:35px 75px 10px;	
}
.rightsec span{
	color:#7690c5;
	font-size:20px;
	line-height:36px;
	padding-left:75px;	
}

.bubble1 
{
position: relative;
width: 660px;
height: 175px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: #f1f1f1 solid 1px;
float:left;
 margin-right: 30px;
    margin-top: 30px;
}

.bubble1:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 0 11px 19px;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
right: -19px;
top: 77px;
}

.bubble1:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 0 11px 19px;
border-color: transparent #f1f1f1;
display: block;
width: 0;
z-index: 0;
right: -20px;
top: 77px;
}

/*ICONS SECTOIN*/
#icons{
	padding:60px 0;
	background:#fff;	
}

/*TEAM SECTION*/
#team{
	background:#111111;
	padding:95px 0;	
}
.hedteam{text-align:center;}
.hedteam h3 span{font-family: 'monse';}
.hedteam h3{
	font-size:60px;
	font-family: 'monse';
	line-height:75px;
	color:#ffffff;	
}
.hedteam p{
	font-size:22px;	
	color:#fff;
} 

.teamone{
	padding:70px 0 30px;
	text-align:center;	
}
.teamone h4{
	font-family: 'monse';
	color:#fff;
	line-height:28px;	
}
.teamone p{color:#fff;font-family: 'monse';}
.teamone a i{
	width:39px;
	height:39px;
	border-radius:50%;
	border:3px solid #fff;
	color:#fff;
	margin:5px;
	font-size:20px;
		
}
.teamone a i:hover{color:#7690c5;border:3px solid #7690c5; transition:all 0.5s;}

.teamone a i:before{position:relative;
	top:10px;}
.bottomteam p{
	text-align:center;
	color:#fff;
	width:60%;
	margin:0 auto;	
}




.leftcontact h3 span{font-family: 'monse';}
.leftcontact h3{
	font-size:60px;
	font-family: 'monse';
	line-height:75px;
	color:#ffffff;	
}
.leftcontact h5{
	color:#fff;
	padding-top:10px;
} 
.leftcontact ul li{
	width:50%;
	float:left;
	padding-top:30px;	
}
.leftcontact ul li a{
	color:black;
	text-decoration:none;	
}
.leftcontact ul li i{    font-size: 30px;
    color: black;
    text-align: center;
    width: 50px;
    position: relative;
    top: 5px;
}

/*#contact textarea{
	width:435px;
	height:190px;
	background:#fff;
	border-radius:3px;
	outline:0;
	color:#333;	
	border:0;
	border:1px solid #cccccc;
	padding:20px 0 0 20px;
	 line-height:24px;
	 font-size:18px;
}

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
  color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}

#contact input:-moz-placeholder, #contact textarea:-moz-placeholder { 
   color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}

#contact input::-moz-placeholder,#contact textarea::-moz-placeholder {  
  color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {  
  color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}*/

footer{
	background: linear-gradient(0deg, #000000, #000000, #374348);
}
.last{
	padding:30px 0;
	border-top:1px solid #87a0d2;
	text-align:center;
	color:#fff;	
}
.last a{
	color: #0a0aad;
	text-decoration:none;	
}

/*STICKY HEADER*/
header {
	
	width: 100%;
	
}

.sticky nav ul li {
    padding: 5px 15px;
}
a.send{text-align:right; text-decoration:none; color:#fff;display:block;}

/*EFFECTS FOR ANIMATION*/
/*EFFECT*/
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}

/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left:0;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: #7690c5;
}


.cssload-container {
	position: relative;
	width: 100%;
	height: 224px;
	overflow: hidden;
	top:35%;
}

.cssload-container .cssload-item {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 49px;
	height: 49px;
	background-color: rgb(255,255,255);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	background-color: rgb(97,87,97);
	background-image: linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -o-linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -ms-linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -webkit-linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -moz-linear-gradient(rgb(74,67,74), rgb(245,243,240));
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-o-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-ms-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-webkit-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-moz-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
}

.cssload-container .cssload-item:after {
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -19px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
	background-color: rgb(196,188,196);
	background-image: linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -o-linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -ms-linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -webkit-linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -moz-linear-gradient(rgb(245,245,245), rgb(69,32,69));
	box-shadow: 0 0 8px 1px rgba(250,250,250,0.25);
	content: '';
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-o-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-ms-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-webkit-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-moz-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
}





@keyframes cssload-tilt {
	from {
		transform: rotate(45deg);
	}
	to {
		transform: rotate(-45deg);
	}
}

@-o-keyframes cssload-tilt {
	from {
		-o-transform: rotate(45deg);
	}
	to {
		-o-transform: rotate(-45deg);
	}
}

@-ms-keyframes cssload-tilt {
	from {
		-ms-transform: rotate(45deg);
	}
	to {
		-ms-transform: rotate(-45deg);
	}
}

@-webkit-keyframes cssload-tilt {
	from {
		-webkit-transform: rotate(45deg);
	}
	to {
		-webkit-transform: rotate(-45deg);
	}
}

@-moz-keyframes cssload-tilt {
	from {
		-moz-transform: rotate(45deg);
	}
	to {
		-moz-transform: rotate(-45deg);
	}
}

@keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-o-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-ms-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-webkit-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-moz-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}


.mainlogos img {
	       
max-width: 55%;
}

.bannertop {
    width: 100%;
}

.nospace {
    text-align: center;
    margin: 0px !important;
}

.underpic {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
        color: #222222;
   
    border-radius: 8px;
}

.owlnext {
    height: 40px;
    width: 40px;
    border: 1px solid #8c8c8c;
    border-width: 8px 8px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 0px;
    cursor: pointer;
}

.owlprev {
    height: 40px;
    width: 40px;
    border: 1px solid #8c8c8c;
    border-width: 0 0 8px 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    cursor: pointer;
}

.texticonsserc {
        font-size: 21px;
    line-height: 26px;
    margin-top: 10px;
}

.squardes {
    
    text-align: center;
    
}

.caracteauto {
    padding-top: 6px;
    
    padding-bottom: 2px;
}

.titulovideo {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
}

#contacto2 h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 43px;
}

#contacto2 .four.columns {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
}

#contacto2 i.fa {
    font-size: 55px;
    color: #da0000;
    padding-bottom: 28px;
}

.doit {
    padding-top: 15px;
    padding-bottom: 15px;
	text-align: center;
}


.doit a {
    background-color: #3d3da7;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}


.mainlogos {
    display: inline-block;
}



#divcontfl {
    position: absolute;
    top: 0px;
    width: 100%;
}


#backmain1 {
       clear: both;
    background-image: url(images/pc1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}


#backmain2 {
       clear: both;
    background-image: url(images/pc2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}

#backmain3 {
       clear: both;
    background-image: url(images/pc3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}

#backmain4 {
       clear: both;
    background-image: url(images/pc4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}

#backmain5 {
       clear: both;
    background-image: url(images/pc5.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}

#backmain6 {
       clear: both;
    background-image: url(images/pc6.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}

#backmain7 {
       clear: both;
    background-image: url(images/pc7.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}

#backmain8 {
       clear: both;
    background-image: url(images/pc8.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	height: 612px;
    
}

#firstdiv {
    position: relative;
    clear: both;
}


#firstdiv .clearfix {

padding: 0px;
}
 
.belowvideo {
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    color: #bb162b;
	
	}
	
	
	.lastform {
    font-size: 36px;
    line-height: 48px;
    color: #bb162b;
    
}

h2 {
	font-family: monse2;
    font-size: 35px;
    line-height: 45px;
    color: #3d3da7;
    margin-bottom: 16px;
}

.branding2 {
    padding: 10px 11% 0;
}

.branding3{
	   padding: 3% 0;
	   background: #ffffff;
}

.fa-download {
    font-size: 61px;
    color: #bb162b;
}

.nodecoration {text-decoration: none;}

.textcenter {text-align:center}


#contacto2 {
    padding-bottom: 30px;
}


#contacto2 p {
    font-size: 20px;
}

.mapsup {
    margin-top:30px;
}

.line1 {
        color: #222222;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
}

.line2 {
    font-family: monse2;
    color: #222222;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
}
.line3 {
    font-family: monse2;
    color: #222222;
    font-size: 60px;
    line-height: 62px;
    text-align: center;
}


.line4 {
    font-family: monse2;
    font-size: 34px;
    color: white;
}

.formleads p {
	color: black;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}


 .psmall{
    font-size: 15px;
    line-height: 19px;
}
.bolckinfo {
            float: right;
            text-align: right;
            margin-top: 24px;
}


.pc img, .mobile img {
    width: 100%;
   
}

.mobile {
	
	display: none;
}

.bannerarea {
    margin-top: 30px;
}

.owl-carousel {
  
    z-index: 0 !important;
}


.intro11 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
}

.intro22 {
    text-align: center;
    font-size: 43px;
    color: #e62117;
    margin-bottom: 50px;
    line-height: 46px;
    font-weight: 600;
    font-family: monse2;
}



.introcarros11 {
    text-align: center;
    font-size: 43px;
    color: #e62117;
    line-height: 46px;
    font-weight: bold;
}


.introcarros22 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
	margin-bottom: 25px;
}



.subsub {
    border-bottom: solid 1px #3d3da7;
    margin: 40px 0px;
    font-weight: bold;
    font-size: 21px;
}

#carros {
    margin-top: 40px;
}


#contact {
    margin-bottom: 40px;
}

.btaller {
	text-align: center;
	margin-top: 20px;
	
}


 .introgrey {
    background-color: #f9f9f9;
    padding: 15px;
}
	
#sliderbackground .item {
    height: 630px;
}

#sliderbackground .owl-dot {
    background-color: #bb162b;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 7px;
}

#sliderbackground .owl-dots {
    text-align: center;
    width: 100%;
}

#sliderbackground .owl-dot.active {
    background-color: #cea519;
}

footer .mainlogos img {
    padding: 0px;
   
}


.textbanner {
    text-align: center;
}

.logoarea {
    background-color: #ffffff;
    padding: 0px 15px;
}

.w100 {
    width: 100%;
}

.descriptioncar li {
    color: rgb(0, 0, 0);
    border-bottom: solid 1px rgb(0 255 73 / 19%);
}

ol, ul {
    list-style: none;
}

.carveh {
    text-align: center;
    background-color: rgba(232, 232, 232, 0.42);
    margin-bottom: 36px;
    padding: 0px 0 20px;
    border-radius: 8px;
}

.alqui {
    background-color: #da0000;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    color: white;
}

.difli {
    font-size: 15px;
    line-height: 15px;
    margin-top: 16px;
    padding-bottom: 5px;
    min-height: 20px;
}

ul.changes {
    list-style: disc;
    color: #211f1f;
    list-style-position: inside;
text-align: left;}

.redstripe {
    background-image: url(images/promo-line.jpg);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.redstripe h2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}


.redstripe p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.btn-theme {
    background-color: rgba(0, 0, 0, 0.84);
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.contcua {
        text-align: center;
    font-size: 20px;
    margin-bottom: 23px;
}

.descriptioncar > li:nth-child(1) {
    min-height: 35px;
    padding-top: 10px;
}


       /* Ubicar icono de reCaptcha v3 */
	   .grecaptcha-badge{
		margin-bottom: 100px !important;  
	}	

	.grecaptcha-badge { visibility: hidden; }

	.text-captcha {
		color: #464646;
		font-weight: bold;
		font-size: 9px;
		line-height: 18px;
	}
	
	

.navigation-bar {
    background-color: white;
    z-index: 100;
}


.logo img {
    padding: 12px 0 5px 0;
    width: 360px;
}

.infohead {
    line-height: 24px;
    font-size: 15px;
    text-align: right;
    margin-bottom: 30px;
    color: #000000;
}



#slider-mobile img {
    width: 100%;
}

div#slider-mobile {
    display: none;
}


a:-webkit-any-link {
    /* color: -webkit-link; */
    /* cursor: pointer; */
    text-decoration: auto;
    font-size: 19px;
    font-weight: 600;
    /* color: #dd000a; */
    clear: both;
    margin-bottom: 4px;
}
