/*-- services section --*/



section.service-w3l {
	padding:200px 0;
	background-color:#FFF;
}
section.service-w3l {
	background-color:#000;
	padding:50px 0;
	background:url(../images/fondoservicios.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
section.service-w3l h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-bottom:50px;
	font-family: 'Ruluko', sans-serif;
	position:relative;
}

.text-header h3 {
	/*-- agileinfo --*/
	font-size:38px;
	font-weight:400;
	position:relative;
	padding-bottom:20px;
	color:#0080B8;
	text-transform:uppercase;

}

section.service-w3l h3.text-center:before {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	left:20%;
	bottom:2%;
} 
section.service-w3l h3.text-center:after {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	right:20%;
	bottom:2%;
}
section.service-w3l span.fa.fa-globe {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.service-w3l h4.text-center {
	font-size:25px;
	font-weight:normal;
	color:#fff;
	padding:20px 0;
	text-transform:capitalize;
	font-family: 'Ruluko', sans-serif;
	text-shadow:#DFDFDF 2px 2px 2px;
}
section.service-w3l p.text-center {
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#fff;
}
.ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:0px;
}
.col-lg-4.col-md-4.col-sm-6.serv-agileinfo2 {
    padding-top: 190px;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree1,.col-lg-12.col-md-12.col-sm-6.serv-wthree4,.col-lg-12.col-md-12.col-sm-6.serv-wthree6 {
    padding-bottom: 40px;
}
/*-- /services section --*/


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 20%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(63,146,201,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #000;
	opacity: 0;
}

.servicios-mantenimientoylimpieza { 
	background-image: url(../images/servicios-mantenimientoylimpieza.jpg);
}
.servicios-pulido { 
	background-image: url(../images/servicios-pulido.jpg);
}
.servicios-lavado { 
	background-image: url(../images/servicios-lavado.jpg);
}
.servicios-otros { 
	background-image: url(../images/servicios-otros.jpg);
}
.servicios-jardineria { 
	background-image: url(../images/servicios-jardineria.jpg);
}


.catalogo-catalogo { 
	background-image: url(../images/img-catalogo.jpg);
}

.proyectos-terminados { 
	background-image: url(../images/proyectos-terminados.jpg);
}
.proyectos-enconstruccion { 
	background-image: url(../images/proyectos-enconstruccion.jpg);
}





.aeronave-lightjets { 
	background-image: url(../images/aeronave-lightjets.jpg);
}
.aeronave-eurocopter { 
	background-image: url(../images/aeronave-eurocopter.jpg);
}
.aeronave-boeing { 
	background-image: url(../images/aeronave-boeing.jpg);
}




.ch-info h5 {
	color: #0080B8;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 15px;
	padding: 22px 0 0 0;
	height: 60px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style:normal;
	margin: 20px 30px;
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #0080B8; 
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-info-back a {
	display: block;
	color: #0080B8;
	text-align:center;
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info-back h5 {
	text-align:center;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 25px 5px 0 0;
	height: 60px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 1px 1px 1px #0080B8;
}


.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}




/*-- /modal --*/
section.service-w3l .modal {
	padding-top:80px;
}


section.service-w3l .modal-content {
    text-align: justify;
    text-align: -webkit-justify;
    text-align: -moz-justify;
}
section.service-w3l .modal-header {
	background:#0080B8;
}
section.service-w3l .modal-header h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
}
section.service-w3l .modal-footer {
	background: #DFDFDF;
}
section.service-w3l .modal-body p {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	padding: 10px 0;
}

section.service-w3l .modal-body .rosa {
	font-size: 16px;
	font-weight: 600;
	color: #0080B8;
	line-height: 30px;
	padding: 10px 0;
}
section.service-w3l .modal-body .h4 {
	font-size: 23px;
	font-weight:700;
	color: #000;
	line-height: 20px;
	padding: 10px 0;
}


section.service-w3l button.close {
    font-size: 60px;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 1px;
}
section.service-w3l button.btn.btn-default {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color: #0080B8;
}




section.service-w3l .modal-body li {
	font-size:1.2em;
	font-weight:normal;
	color:#000;
	line-height:1em;
	padding:0.5em 0;
}
section.service-w3l .tratamientos li {
	font-size:1.2em;
	font-weight:normal;
	color:#fff;
	line-height:1em;
	padding:0.5em 0;
}

/** COLOR DE LOS BULLETS**/
/** COLOR DE LOS BULLETS**/
/** COLOR DE LOS BULLETS**/

.colorbulletazul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.colorbulletazul li {
  padding-left: 0.5em; 
  text-indent: -.9em;
}

.colorbulletazul li::before {
	font-size: 2.5em;
	content: "• ";
	color: #0080B8; /* or whatever color you prefer */
}



.colorbulletpreguntas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.colorbulletpreguntas li {
  padding-left: 0.5em; 
  text-indent: -.9em;
}

.colorbulletpreguntas li::before {
	font-size: 1.5em;
	content: "• ";
	color: #0080B8; /* or whatever color you prefer */
}


/** CIERRA COLOR DE LOS BULLETS**/
/** CIERRA COLOR DE LOS BULLETS**/
/** CIERRA COLOR DE LOS BULLETS**/

/*-- blog section --*/
service-w3l {
	padding:100px 0;
	background:url(../images/blog1.jpg) no-repeat;
	background-position:center;
	background-size:100% 100%;
}
service-w3l h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#3ba2c1;
	padding-bottom:50px;
	font-family: 'Ruluko', sans-serif;
	position:relative;
}
service-w3l h3.text-center:before {
	content:'';
	position:absolute;
	background-color:#3ba2c1;
	width:300px;
	height:2px;
	left:20%;
	bottom:2%;
} 
service-w3l h3.text-center:after {
	content:'';
	position:absolute;
	background-color:#3ba2c1;
	width:300px;
	height:2px;
	right:20%;
	bottom:2%;
}
service-w3l span.fa.fa-globe {
    font-size: 25px;
    color:#3ba2c1;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
.column {
	margin: 0 auto;
	padding: 0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
}
figure {
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	-moz-transition:all 0.7s ease-in-out;
	-o-transition:all 0.7s ease-in-out;
	-ms-transition:all 0.7s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);
	width: 100%;
    height: auto;
    margin: 0 auto;
	padding:0;
}
service-w3l .blog-agile:hover .hover01 figure img{
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);	
}
service-w3l .blog-agile:hover {
	background-color:rgba(0,0,0,0.9);
}
service-w3l .blog-agile {
    background-color: rgb(58, 58, 58);
    padding: 40px 30px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
service-w3l .modal-content {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
service-w3l .modal-header {
	background:#3ba2c1;
}
service-w3l .modal-header h4 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
}
service-w3l .modal-footer {
	background: #DFDFDF;
}
service-w3l .modal-body p {
	font-size:14px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding:20px 0;
}
service-w3l button.close {
    font-size: 60px;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 1px;
}
service-w3l button.btn.btn-default {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color:#ea3c56;
}
service-w3l img.img-responsive.team-agile {
    width: 100%; 
    height: auto;
    margin: 0 auto;
}
service-w3l i.fa.fa-credit-card-alt, service-w3l i.fa.fa-handshake-o, service-w3l i.fa.fa-money {
	font-size: 30px;
    display: block;
    color:#95a9b1;
    padding-bottom: 20px;
}
service-w3l a.blog-link1 {
	text-decoration:none;
	margin-bottom: 15px;
	display:block;
}
service-w3l h4.blog-wthree {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color:#9aa9af;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
}
service-w3l  ul.blog-info {
    padding-bottom: 20px;
}
service-w3l  ul.blog-info li {
	display:inline-block;
}
service-w3l ul.blog-info li:nth-child(1) {
    margin-right:70px;
}
service-w3l  ul.blog-info li i.fa {
	display: inline-block;
    font-size: 17px;
    color:#9aa9af;
}
service-w3l  ul.blog-info li p,service-w3l  ul.blog-info li p a {
	display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #888;
	outline:none;
}
service-w3l ul.social-w3layouts {
	padding:20px 0;
}
service-w3l ul.social-w3layouts li {
	display:inline-block;
}
service-w3l ul.social-w3layouts li a {
	text-decoration: none;
    margin-right: 40px;
}
service-w3l ul.social-w3layouts li a i.fa {
	font-size: 16px;
    color:#9aa9af;
}
service-w3l ul.social-w3layouts li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
service-w3l p.blog-p1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    height: 130px;
    width: 100%;
    color:#9aa9af;
}
service-w3l a.blog-link3 {
    font-size: 16px;
	color:#fff;
    padding: 10px 20px;
    background-color:#ea3c56;
    font-weight: bold;
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	outline:none;
}
service-w3l a.blog-link3:hover {
	background-color:#3ba2c1;
	color:#fff;
}	
service-w3l a.blog-link3  i.fa {
	margin-right:7px;
}
/*-- /blog section --*/







