/*................................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;
}
/* HTML5 display-role reset for older browsers */

 @font-face {
	font-family: 'Roboto', sans-serif;
}



.webdevelopment .one h3 {

    margin-bottom: 5px;
}


header .twelve.columns {

	margin-bottom: 35px;
}



footer p, footer a {
    color: black;
}

.branding img, .branding2 img, .branding3 img  {
    /* width: 100%; */
}

.logos img {
    max-width: 700px;
}


#homebanner .container.clearfix {
    position: initial;
}


#homebanner .container.clearfix {
    background-color: #ffffff9c;
}


.call22 {
           font-size: 20px;
    color: #3a3a3a;
    clear: both;
    font-weight: bold;
    margin-bottom: 4px;

}

 .call22 a {

	         color: #3a3a3a;


}


.inputform22 {
    width: 100%;
    border: none;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: 19px;
}



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;
}


/*.........GLOBLE......*/
.wrapper {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}


#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: 'Roboto', sans-serif;
}
/*#homebanner p {

	font-size: 32px;
	color: black;

}*/




#homebanner h2 {
	font-family: 'Roboto', sans-serif;
    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: 'Roboto', sans-serif;}
.webdevelopment h3{
	font-size:60px;
	font-family: 'Roboto', sans-serif;
	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: 30px 0;
}

.branding p, .branding2 p, .branding3 p{
	padding:0px 0px 20px
}


/*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: 'Roboto', sans-serif;
    padding-bottom: 10px;
    line-height: 30px;
}

/*CLIENT SECTION*/
#client{
	    padding: 0px 0 60px;
	   background: white;
}
.headclient{
	text-align:center;
	padding-bottom:50px;
}
.headclient h3 span{font-family: 'Roboto', sans-serif;}
.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: 'Roboto', sans-serif;}
.hedteam h3{
	font-size:60px;
	font-family: 'Roboto', sans-serif;
	line-height:75px;
	color:#ffffff;
}
.hedteam p{
	font-size:22px;
	color:#fff;
}

.teamone{
	padding:70px 0 30px;
	text-align:center;
}
.teamone h4{
	font-family: 'Roboto', sans-serif;
	color:#fff;
	line-height:28px;
}
.teamone p{color:#fff;font-family: 'Roboto', sans-serif;}
.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:#4d4e53;border:3px solid #4d4e53; 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: 'Roboto', sans-serif;}
.leftcontact h3{
	font-size:60px;
	font-family: 'Roboto', sans-serif;
	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: #d4d3c6;
}
.last{
	padding:30px 0;
	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 {
    padding: 20px 0px 0 0;
    width: 150%;
}

.bannertop {
    width: 100%;
}

.nospace {
    text-align: center;
    margin: 0px !important;
}

.underpic {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    color: #055171;

    border-radius: 8px;
}

.owlnext {
    height: 30px;
    width: 30px;
    border: solid #000000;
    border-width: 5px 5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
	right: 0px;
	cursor: pointer;
}

.owlprev {
    height: 30px;
    width: 30px;
    border: solid #000000;
    border-width: 0 0 5px 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
	cursor: pointer;
}

.squardes {

    text-align: center;

}

.caracteauto {
    padding-top: 6px;

    padding-bottom: 2px;
}

.titulovideo {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
}

red{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
	font-family: sans-serif;
}

#contacto2 .four.columns {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
}

#contacto2 i.fa {
    font-size: 55px;
        color: #4d4e53;
}

.doit {
    padding-top: 15px;
    padding-bottom: 15px;
}


.doit a {
    background-color: #0099da;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}


.mainlogos {
    display: inline-block;
}

#firstdiv {
       clear: both;
background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;

}

#firstdiv .clearfix {

padding: 20px 0;
}

.belowvideo {
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    color: #4d4e53;

	}


	.lastform {
    font-size: 36px;
    line-height: 48px;
    color: #4d4e53;

}




.fa-download {
    font-size: 61px;
    color: #4d4e53;
}

.nodecoration {text-decoration: none;}

.textcenter {text-align:center}


#contacto2 {
    padding-bottom: 30px;
}


#contacto2 p {
    font-size: 25px;
}

.mapsup {
    margin-top:30px;
}


.formleads p {
	color: black;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;

}


 .psmall{
    font-size: 15px;
    line-height: 19px;
}
.bolckinfo {
        float: right;
        text-align: right;
        margin-top: unset;
}


.pc img, .mobile img {
    width: 100%;

}

.mobile {

	display: none;
}

.bannerarea {
    margin-top: 30px;
}


.infooservi {
    text-align: center;
}

.smalltxtinfo {
    font-size: 40px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.smalltxtinfo i {
    color: #000000;
}

#otserv h3 {
    margin-bottom: 0px;
}


#imglocal {
    margin-top: 30px;
}

.owl-carousel {

margin-top: 30px;
}

.hidepc{

	display:none;

}

.textbanner {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}

.moveintro p {
    font-size: 25px;
    line-height: 28px;
}

.moveintro {
    margin-top: 30px;
}

#formclick {
    background-color: #f7f7f7db;
    border-radius: 4px;
}


.textbanner {
    padding: 10px 10px 0 10px;
    border-radius: 8px;
}


/*................................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;
}
/* HTML5 display-role reset for older browsers */



.webdevelopment .one h3 {
        margin-bottom: 5px;
}


header .twelve.columns {

	margin-bottom: 35px;
}



footer p, footer a {
    color: grey;
}

.branding img, .branding2 img, .branding3 img {
}

.logos img {
    max-width: 700px;
}


#homebanner .container.clearfix {
    position: initial;
}


#homebanner .container.clearfix {
    background-color: #ffffff9c;
}


.call22 {
           font-size: 15px;
           font-family: work sans;
           color: #000000;
           clear: both;
           font-weight: 400;
           margin-bottom: 4px;
}

 .call22 a {

text-decoration: none;

color: #000000;
font-size: 15px;
}


.formleads {
        border-radius: 8px;
        padding: 10px;
        display: inline-block;
        text-align: center;
        max-width: 500px;
}

.inputform22 {
    width: 100%;
    border: none;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: 17px;
    font-family:arial;
}

.form-title.text-center {
        font-size: 21px;
        line-height: initial;
        color: white;
        margin-bottom: 12px;
        background-color: #000000;
        border-radius: 8px;
        padding: 10px 5px;
        font-family: roboto;
}

button.btn.standard-button {
       background-color: #000000;
       color: white;
       font-size: 25px;
       border-radius: 10px;
       border: solid #000000 2px;
       margin-top: 20px;
	   margin-bottom: 20px;
       cursor: pointer;
       padding: 10px;
       font-family: 'Roboto', sans-serif;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	font-family: 'Roboto', sans-serif;
	list-style: none;
	color: #4d4e53;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
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: 'Roboto';
	font-size: 18px;
	line-height: 24px;
	color: #4d4e53;
	background: #fff;
}

#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: 'Roboto';
}
/*#homebanner p {

	font-size: 32px;
	color: black;

}*/

h3 {
	font-weight: bold;
}


#homebanner h2 {
	font-family: 'Roboto';
    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: 'Roboto', sans-serif;}
.webdevelopment h3{
	font-size:60px;
	font-family: 'Roboto';
	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: 30px 0px 40px 0;
	}

.branding1 {
    padding: 40px 0 50px 0;
    background-color: #f1f1f1;
}

.branding2 {
    padding: 0px 0 20px 0;
    /* background-color: #f1f1f1; */
}


.branding3 {
    margin: 50px 0 0 0;
    background-color: #fff;
 }
.branding h3 span, #client h3 span , #contacto2 h3 span{font-family: 'Roboto';}
.branding h3, #client h3, #contacto2 h3, #otserv h3, #imglocal h3{
	font-size: 20px;
	line-height:75px;
	color: #ffffff;
	text-align: center;
}
.branding p, .branding2 p, .branding3 p{
	padding: 0;
}


/*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: 'Roboto';
    padding-bottom: 10px;
    line-height: 30px;
}

/*CLIENT SECTION*/
#client{
	    padding: 0px 0 60px;
	   background: white;
}
.headclient{
	text-align:center;
	padding-bottom:50px;
}
.headclient h3 span{font-family: 'Roboto';}
.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: 'Roboto';}
.hedteam h3{
	font-size:60px;
	font-family: 'Roboto';
	line-height:75px;
	color:#ffffff;
}
.hedteam p{
	font-size:22px;
	color:#fff;
}

.teamone{
	padding:70px 0 30px;
	text-align:center;
}
.teamone h4{
	font-family: 'Roboto';
	color:#fff;
	line-height:28px;
}
.teamone p{color:#fff;font-family: 'Roboto';}
.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:#4d4e53;border:3px solid #4d4e53; 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: 'Roboto';}
.leftcontact h3{
	font-size:60px;
	font-family: 'Roboto';
	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: #ffffff;
}
.last{
	/* padding:30px 0; */
	/* text-align:center; */
	/* color:#fff; */
}
.last a{
	color: #4d4e53;
	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 {
	padding: 30px 0px;
    width: 200%;
}

.bannertop {
    width: 100%;
}

.nospace {
    text-align: center;
    margin: 0px !important;
}

.underpic {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    color: #4d4e53;

    border-radius: 8px;
}



.texticonsserc {
        font-size: 21px;
    line-height: 26px;
    margin-top: 10px;
}

.squardes {

    text-align: center;

}

.caracteauto {
    padding-top: 6px;

    padding-bottom: 2px;
}


#contacto2 h3, #otserv h3, #imglocal h3{
    text-align: center;
    font-family: inherit;
}

#contacto2 .four.columns {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
}

#contacto2 i.fa {
    font-size: 55px;
        color: #4d4e53;
}

.doit {
    padding-top: 15px;
    padding-bottom: 15px;
}


.doit a {
    background-color: #0099da;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}


.mainlogos {
    display: inline-block;
}

#firstdiv {
       clear: both;
background-color: #f2f2f2;    
background-repeat: no-repeat;
    background-size: cover;
	background-position: center;

}

#firstdiv .clearfix {

padding: 40px 0;
}

.belowvideo {
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    color: #4d4e53;

	}


	.lastform {
    font-size: 36px;
    line-height: 48px;
    color: #4d4e53;

}


.fa-download {
    font-size: 61px;
    color: #4d4e53;
}

.nodecoration {text-decoration: none;}

.textcenter {text-align:center}


#contacto2 {
    padding-bottom: 30px;
}

#contacto3 {
    margin-top: -30px;
    /* padding-bottom: 0px; */
}


#contacto2 p {
    font-size: 24px;
}

.mapsup {
    margin-top:30px;
}

.line1 {
        color: white;
    font-size: 36px;
    line-height: 40px;
	    text-align: right;
}

.line2 {
        font-family: Roboto;
        color: #3a3a3a;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        border-bottom: solid 2px;
        padding: 0px 0px 2px;
        font-weight: 600;
}
.line3 {
    color: #3a3a3a;
    font-size: 23px;
    line-height: 27px;
    text-align: right;
}


.line4 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    color: white;
}

li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
   /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #000000;
}

.formleads p {
	color: black;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;

}


 .psmall{
    font-size: 15px;
    line-height: 19px;
}
.bolckinfo {
        float: right;
        text-align: right;
        margin-top: 27px;
}


.pc img, .mobile img {
    width: 100%;

}

.mobile {

	display: none;
}

.bannerarea {
    margin-top: 30px;
}


.infooservi {
    text-align: center;
}

.smalltxtinfo {
    font-size: 40px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.smalltxtinfo i {
    color: #000000;
}

#otserv h3 {
    margin-bottom: 0px;
}


#imglocal {
    margin-top: 0px;
}

.owl-carousel {
margin-top: 0;
}

.hidepc{

	display:none;

}

.textbanner {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}

.moveintro p {
    font-size: 18px;
    font-weight: 400;
}

.moveintro {
    margin-top: 0px;
}

#formclick {
    background-color: #f7f7f7db;
    border-radius: 4px;
}


.formclick2 {
    background-color: #f7f7f7db;
    border-radius: 4px;
}


.textbanner {
    padding: 10px 10px 0 10px;
    border-radius: 8px;
}

#contact .formleads {
    background-color: #ececec;
    border-radius: 4px;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 45px;
    color: rgb(0, 0, 0);
    font-family: roboto;
    text-align: center;
    letter-spacing: -1px;
}

h3 {
    font-size: 28px;
    line-height: 39px;
   
    font-family: roboto;
    font-weight: 400;
}

h4{
    font-size: 35px;
    line-height: 45px;
    color: white;
    margin-bottom: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
}

.contcua {
        text-align: center;
    font-size: 20px;
    margin-bottom: 23px;
}

#contacto2 i.fa {
    font-size: 55px;
}

.alqui {
    background-color: #000000;
    padding: 8px;
    margin-top: -5px;
    display: inline-block;
    border-radius: 5px;
    color: white;
}




/* Para tener un ancho m?ximo debemos de establecer el width del DIV.delimitador */
.delimitador{
max-width:560px; /* As? establecemos el ancho m?ximo (si lo queremos) */
margin:auto;
}
/* El contenedor con el padding-top crea el tama?o del v?deo */
.contenedor{

width:100%;

padding-top:56.25%; /* Relaci?n: 16/9 = 56.25% */
position:relative;
}


.contenedor2{

width:100%;

padding-top: 350px; /* Relaci?n: 16/9 = 56.25% */

position: relative;
}


.carveh {
    color: black;
    text-align: center;
    /* background-color: rgb(237, 237, 237); */
    margin-bottom: 36px;
    padding: 0px 0 20px;
    border-radius: 8px;
}

.descriptioncar li {
    color: rgb(0, 0, 0);
    border-bottom: solid 1px rgba(255, 0, 0, 0.19);
}


.descriptioncar > li:nth-child(1) {
    font-size: 20px;
    min-height: 40px;
    padding-top: 10px;
}



.alqui {
    background-color: #000000;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    color: white;
}


#caro2 li:before{
       display:none;
       }

.preguntas {
    display: inline-block;
    margin: 4px;
    background-color: #000000;
    color: white;
    font-size: 19px;
    padding: 5px 5px;
    border-radius: 10px;
    text-decoration: none;
	}


* {
    box-sizing: border-box;
}

.acordeon input {
    display: none;
}

.acordeon__titulo {
    display: block;
    padding: 7px;
    background: #ffffff;
    color: #000000;
    font-size: 19px;
    cursor: pointer;
    border-bottom: 1px solid #4d4e53;
}
.acordeon__titulo:hover {
    background: rgb(255, 255, 255);
    color: #4d4e53;
}

.acordeon__contenido {
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.4s;
}

.acordeon input:checked ~ .acordeon__contenido{
    font-weight: 300;
    line-height: 29px;
    height: auto;
    margin: 15px 0;
    color: #4d4e53;
}


	.iframerenting {
    width: 100%;
		height: 1200px;

}



.cubierta {
	width: 97%;
	height: 100%;
	position: absolute;
	top: 0px;
}

.textundervideo {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #4d4e53;
    background: #fff;
    padding: 16px;
    border-radius: 4px;
   
}

.stepsr {
	display: inline-block;
    
    vertical-align: top;
   
    margin: 0 0px 15px 0px;
    
}

.stepsfull {
    text-align: center;
}

.marcaslabel img {
    width: 80px;
}

.logpsa img {
    width: 100px;
}

.titlepasos {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 12px;
}

.documen {
    font-size: 12px;
    line-height: 17px;
}


#response img {
    width: 100%;
    height: auto;
}



.hs_cos_wrapper_type_inline_rich_text {
    display: ;
}

a.btn_cta {
    display: none;
}

.modulo-autos-r {
    text-align: center;
    max-width: 250px;
    display: inline-block;
    margin: 5px;
    border: solid 3px #dedede;
    border-radius: 3px;
    vertical-align: top;
	height: 605px;
}


.textexpli {
    font-size: 22px;
    line-height: 29px;
    padding: 10px;
	text-align:center;
}

.caracters a {
    display: ;
}

.modulo-autos-r {}

#response {
    text-align: center;
}

.modulo-autos-r p {
    font-size: 12px;
    line-height: 20px;
}

.modulo-autos-r li {
    font-size: 15px;
}
img {
    width: 55%;
}



       /* Ubicar icono de reCaptcha v3 */
	   .grecaptcha-badge{
		margin-bottom: 150px !important;  
	}	

	.grecaptcha-badge { visibility: hidden; }

	.text-captcha {
		/formcolor: #464646;
		font-weight: bold;
		font-size: 9px;
		line-height: 18px;
	}