/*

Template 2076 Zentro

http://www.tooplate.com/view/2076-zentro

*/

body
	{
		background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
	}

.heading {
  font-size: 22px;
  font-weight: 500;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

hr {
	border-top: 2px solid #2df32d;
	width: 120px;
}

#menu, #gallery, #team, {
	padding-top: 100px;
	padding-bottom: 100px;
}
#menu {
  background: #262626;
}
#bloques {
  background: #343434;
}
#bloques {
	padding-top: 75px;
	padding-bottom: 75px;
}
#contact {
  background: #262626;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #2ef42e;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
/*-- navigation --*/
 .navigation section p button {
    z-index: 999;
    right: 16em;
    top: 4em;
    width: 50px;
    background: #fff;
    padding: 10px;
    position:absolute;
	border:none;
}
.navigation section p button i.fa.fa-bars {
    color:#fff;
	font-size:40px;
}
.navigation section p button:focus {
    outline: none;
}

/*-- /navigation --*/

/* start navigation */
.navbar-default {
  background: #525252;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}
.navbar-brand, .navbar-nav li a {
  line-height: 60px;
}
.navbar-default .navbar-brand  {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav li a {
  font-size: 16px;
  letter-spacing: 1px;
}

/* home section */
#home {
  background: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
 	height: 100%;
	width:100%;
}
#home h1 {
  font-size: 20px;
  letter-spacing: 8px;
  font-style: normal;
  padding-top: 10px;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #ffffff;
  color: #ffffff;
}


/*-- Video --*/

.video {
	background-color: #262626;
	text-align: center;
}

.video button.btn.btn-primary {
	background-color: transparent;
	border: none;
	padding: 50px 0 0 35px;
	font-size: 30px;
	outline: none;
	border-radius: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
	outline-offset: 0;
}

.video span.glyphicon.glyphicon-play-circle {
	top: -50px;
	left: -50%;
	font-size: 60px;
}

.video .modal-content {
	background-color: #262626;
}

.modal-header {
	min-height: 50px;
	padding: 0 15px;
	border-bottom: none;
}

.modal-header .close {
	margin: 20px 10px 0 0;
	color: #FFF;
	font-size: 30px;
	outline: none;
}

.video iframe {
	width: 100%;
	height: 500px;
}

/*-- //Video --*/

/* team section */
#team {
  text-align: center;
}
#team h3 {
  font-size: 18px;
  line-height: 4px;
}
#team h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#team .col-md-4 {
 padding-top: 42px;
}

/* menu section */
#menu h4 {
	line-height: 1.5;
}
#menu .col-md-8 {
  padding-bottom: 42px;
}
#menu .col-md-6 {
  padding-bottom: 18px;
}
#menu span {
  color: #343434;
}

/*-- work section --*/
section.work {
	padding:100px 0;
        background: #b3b3b3;
}
section.work h3.text-center {
	font-size:40px;
	font-weight:600;
	color:#2c7095;
	padding-bottom:20px;
	text-transform:uppercase;
}
section.work p.text-center {
	font-size:16px;
	padding-bottom:50px;
}
section.work .row.work-w3ls2 {
    margin-top: 30px;
}
section.work .content {
	margin: 0 auto;
}
section.work .content > h4 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}
section.work .content > h4:first-child {
	padding-top: 0em;
}
section.work .grid {
	position: relative;
	margin: 0 auto;
	padding:0;
	width:100%;
	list-style: none;
	text-align: center;
}
section.work .grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:0;
	width:100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
section.work .grid figure img {
	position: relative;
	display: block;
	height:auto;
	width: 100%;
	opacity: 0.8;
}
section.work .grid figure figcaption {
	padding:0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*section.work .grid figure figcaption::before,
section.work .grid figure figcaption::after {
	pointer-events: none;
}*/
section.work .grid figure figcaption,
section.work .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.work .grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
section.work .grid figure h4 {
	word-spacing:0;
	font-weight: 300;
}
section.work .grid figure h4 span {
	font-weight: 800;
}
section.work .grid figure h4,
section.work .grid figure p {
	margin: 0;
}
section.work .grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
section.work figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
section.work figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
section.work figure.effect-chico figcaption {
	padding: 3em;
}
section.work figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
section.work figure.effect-chico figcaption::before,
section.work figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
section.work figure.effect-chico h4 {
	padding: 44% 0 10px 0;
	font-size:16px;
}
section.work .work-grid figure.effect-chico h4 {
    padding: 13% 0 20px 0;
}	
section.work figure.effect-chico p {
    margin: 0 auto;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    line-height: 2em;
	color:#fff;
}
section.work figure.effect-chico:hover figcaption::before,
section.work figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	section.work .content {
		padding: 0 10px;
		text-align: center;
	}
	section.work .grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/*-- /work section --*/

/* gallery section */
#gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}
#gallery .col-md-4 {
  padding-top: 52px;
}
#gallery img {
  width: 100%;
  padding-bottom: 18px;
}
#gallery .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}
#gallery h3 {
  font-size: 18px;
  line-height: 8px;
}

/* contact section */
#contact {
  padding-top: 80px;
  padding-bottom: 100px;
}
#contact .col-md-8 {
  margin-bottom: 32px;
}
#contact .form-control {
  background: #343434;
  color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
#contact .form-control:focus {
  border-color: #262626;
  color: #ffffff;
}
#contact input {
  height: 48px;
  color: #ffffff;
}
#contact input[type="submit"] {
  background: transparent;
  border: 2px solid #2df32d;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
  color: #2df32d;
}
#contact input[type="submit"]:hover {
  background: #2df32d;
  color: #262626;
}

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') 60% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 110px;
}
footer h2 {
  padding-bottom: 14px;
}
footer h3 {
  padding-top: 8px;
}
footer p {
  color: #ffffff;
}
footer span {
  font-weight: bold;
  padding-left: 24px;
}
footer .ph, footer .address {
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .fa {
  font-size: 12px;
  padding-right: 10px;
}

/* social icon */
.social-icon {
  padding: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  background: #f0f0f0;
  border-radius: 50%;
  color: #5C5C5C;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
  margin-right: 16px;
  top: 0;
  position: relative;
  padding: 0;
}
.social-icon li a:hover {
  background: #F6D76B;
  top: 5px;
}


/* copyright section */
#copyright {
  background: #262626;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
#copyright p {
  color: #ffffff;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #ffffff;
}


/*-- responsive design --*/
@media (max-width:1600px) {
	section.banner,section.banner .rslides {
	height:795px;	
	}
	.banner-info {
	top:225px;	
	}
	.overlay nav {
	top: 40%;
    height: 54%;	
	}	
}

@media (max-width:1440px) {
.banner-info {
    top: 215px;
}
}

@media (max-width:1366px) {
	section.test .carousel-control .glyphicon-chevron-right, section.test .carousel-control .icon-next {
	right:-20%;	
	}
	section.test .carousel-control .glyphicon-chevron-left, section.test .carousel-control .icon-prev {
	left:-20%;	
	}
	.overlay nav {
    top: 100%;
}
}

@media (max-width:1280px) {
.banner-info h3 {
	font-size:55px;	
}
section.banner .banner-info hr {
    margin: 20px 280px;
}

section.test .carousel-control .glyphicon-chevron-left, section.test .carousel-control .icon-prev {
    left: -15%;
}
section.test .carousel-control .glyphicon-chevron-right, section.test .carousel-control .icon-next {
    right: -15%;
}
}

@media (max-width: 1080px) {
.banner-info h3 {
    font-size: 45px;
}
.logo {
	padding:55px 0 0 40px;
}
.logo a h1 {
    font-size: 35px;
}
.navigation section p button {
	right: 9em;
    top: 3em;
}
section.banner .banner-info hr {
    margin: 20px 260px;
}
section.banner, section.banner .rslides {
    height: 765px;
}
section.about h2 {
    font-size: 35px;
}
section.about p {
    font-size: 14px;
}
img.about3 {
    padding-top: 125px;
}
.about-w3ls2 {
    bottom: 90px;
}
section.about {
    padding: 80px 0 280px;
}
section.info {
    padding: 70px 0 40px;
}
.divide-info1,.divide-info2 {
	text-align: center;
    top: 40px;
    padding: 0 50px;
}
section.work figure.effect-chico h4 {
    padding: 40% 0 5px 0;
    font-size: 15px;
    line-height: 20px;
}
section.work figure.effect-chico figcaption {
    padding: 1em;
}
section.work figure.effect-chico p {
	padding:0 20px;
}
section.work .work-grid figure.effect-chico h4 {
    padding: 16% 0 15px 0;
}
section.service h4 {
    font-size: 16px;
}
section.service p {
    font-size: 14px;
}
section.work {
    padding: 70px 0;
}
section.info h3 {
    font-size: 40px;
}
section.work h3.text-center {
    font-size: 35px;
}
section.work p.text-center {
    font-size: 14px;
    padding-bottom: 40px;
}
section.service h3 {
	font-size:40px;
}
.banner-info {
    top: 200px;
}
.col-lg-4.col-md-4.serv-agile1 {
    width: 25%;
}
.col-lg-8.col-md-8.serv-agile2 {
    width: 75%;
}
section.test {
    padding: 50px 0;
}
section.team {
    padding: 50px 0;
}
section.subs {
    padding: 50px 0;
}
section.subs .subscribe input#email {
	margin-left: 179px;
}	
section.subs .subscribe button.btn.btn-outline.btn-lg {
	margin-right: 206px;
}
section.test blockquote {
    font-size: 17px;
}
section.test h3 {
    font-size: 25px;
}
section.team h3.text-center {
    font-size: 35px;
}
section.team p.text-center {
    font-size: 14px;
    padding-bottom: 40px;
}
section.subs h3.text-center {
    font-size: 30px;
	padding-bottom: 30px;
}
section.contact {
    padding: 50px 0;
}
section.contact h3 {
    font-size: 40px;
}
section.contact p.addr1 {
    font-size: 14px;
}
section.contact p.addr2 {
    font-size: 14px;
}
button.btn-outline2 {
	margin-top:10px;
	height:60px;
}
section.footer {
	padding:20px 0;
}
section.footer a.text-center {
	margin-top:10px;
}
}

@media (max-width:1024px) {
section.banner, section.banner .rslides {
    height: 675px;
}
.banner-info {
    top: 170px;
}
.banner-info h3 {
    font-size: 40px;
}
.navigation section p button {
    right: 6em;
}
img.about3 {
    padding-top: 124px;
}
section.info p {
    font-size: 14px;
}
section.info h3 {
    font-size: 40px;
	padding:40px 55px 0;
}
p.divide-p2 {
    font-size: 14px;
	line-height:30px;
}
p.divide-p1 {
	padding-bottom:45px;
}
section.contact h3 {
    font-size: 35px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.contact-w3ls {
    text-align: center;
}
input.form-control.user-name {
    background: url(../images/user.png) no-repeat 10px 14px;
    background-size: 17px;
    color: #ffffff;
}
input.form-control.mail {
	background: url(../images/mail.png) no-repeat 10px 14px;
    background-size: 15px;
}
input.form-control.pno {
	background: url(../images/phone.png) no-repeat 10px 14px;
    background-size: 17px;
}
textarea.form-control {
    height: 85px!important;
    background: url(../images/write.png) no-repeat 10px 16px;
    background-size: 17px;
}
section.contact .form-control {
	font-size:15px;
}
}

@media (max-width:991px) {
	section.banner, section.banner .rslides {
    height: 600px;
}
.banner-info {
	top:125px;
}
.about-w3ls2 {
	position:static;	
}
.col-lg-6.col-md-6.about_right {
    margin-top: 40px;
}
.col-lg-7.col-md-7.about_left {
	padding:inherit;
}
img.about3.img-responsive {
    width: 100%;
	padding:inherit;
}
.col-lg-3.col-md-3.about_left_grid {
    margin-top: 40px;
}
.overlay .overlay-close {
    width: 35px;
    height: 35px;
	right: 101px;
    top: 61px;
}
.overlay ul li a {
    font-size: 30px;
}
.overlay nav {
    top: 45%;
}
section.about .about-details {
    padding: 0 0 25px;
    text-align: center;
}
section.about {
    padding: 50px 0;
}
section.info {
    padding: 50px 0 20px;
}
section.info h3 {
    font-size: 35px;
    padding: 0px 0px 20px;
    text-align: center;
}
.col-sm-6.info-agile {
    text-align: center;
}
.col-lg-3.col-md-3.col-sm-6.work-agile1 {
    margin-bottom: 25px;
}
.logo {
    padding: 55px 0 0 0px;
}
section.work figure.effect-chico h4 {
    padding: 45% 0 5px 0;
}
section.work .work-grid figure.effect-chico h4 {
    padding: 18% 0 15px 0;
}
.col-lg-6.col-md-6.col-sm-12.work-grid {
    margin: -25px 0 25px;
}
.col-lg-4.col-md-4.serv-agile1 {
    width: 100%;
    text-align: center;
}
section.service h3 {
    font-size: 35px;
    padding: 0 0 20px;
}
.col-lg-8.col-md-8.serv-agile2 {
    width: 100%;
}
.hi-icon-wrap {
    text-align: justify;
    padding: 0;
	margin:0;
}
.serv-w3ls {
    margin-left: -25px;
}
section.service p {
    font-size: 14px;
    width: 100%;
}
.col-lg-2.col-md-2.col-sm-2.test-w3ls1 {
    width: 100%;
    text-align: -webkit-center;
}
.col-lg-10.col-md-10.col-sm-10.test-w3ls2 {
    width: 100%;
}
section.test blockquote {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
section.test h3 {
    font-size: 25px;
    text-align: center;
}
section.service {
    padding: 50px 0;
}
section.test h3 span.line1 {
	left:270px;
}
section.team .cs-style-1 figcaption ul.social-icons1 li a i.fa {
    font-size: 15px;
    line-height: 34px;
    width: 35px;
    height: 35px;
}
section.team .cs-style-1 figcaption ul.social-icons1 li {
	margin-right:1px;
}
section.team .cs-style-1 figcaption ul.social-icons1 {
	margin-top:178px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    margin-right: 95px;
	width:29%;
	font-size:16px;
}
section.subs .subscribe input#email {
    margin-left: 92px;
	width:45%;
	font-size:17px;
}
section.footer p.text-center {
	margin-bottom:1em;
}
section.test img.img-circle.img-responsive {
    width: 200px;
}
section.team h4 {
	padding:20px 0 15px;
}
.banner-info h3 {
    font-size: 37px;
	letter-spacing:5px;
}
.video button.btn.btn-primary {
	padding: 50px 0 0 55px;
}
}

@media (max-width:900px) {
section.info {
    padding: 40px 0 20px;
}
section.work {
    padding: 40px 0;
}
section.service {
    padding: 40px 0;
}
section.team {
    padding: 40px 0;
}
section.contact {
    padding: 40px 0;
}
section.subs {
    padding: 40px 0;
}
}

@media (max-width:800px) {
.logo {
    padding: 55px 0 0 30px;
}
.navigation section p button {
    right: 4em;
}
section.about h2 {
    font-size: 30px;
}
section.info h3 {
    font-size: 30px;
}
p.divide-p1 {
    padding-bottom: 15px;
	font-size:14px;
}
.divide-info1 h3,.divide-info2 h3 {
    font-size: 20px;
	padding-bottom:10px;
}
section.work h3.text-center {
    font-size: 30px;
}
section.work p.text-center {
	padding-bottom:30px;
}
section.service h3 {
    font-size: 30px;
}
section.test blockquote {
    font-size: 15px;
	line-height:35px;
}
section.team h3.text-center {
    font-size: 30px;
}
section.contact h3 {
    font-size: 30px;
}
.overlay .overlay-close {
	right:69px;
}
.overlay ul li a {
    font-size: 25px;
}
}

@media (max-width:768px) {
section.banner, section.banner .rslides {
    height: 530px;
}
.banner-info {
    top: 110px;
}
.logo a h1 {
    font-size: 30px;
}
.navigation section p button i.fa.fa-bars {
	font-size:35px;
}
.navigation section p button {
    right: 45px;
    top: 43px;
}
section.info {
    padding: 20px 0;
}
section.about {
    padding: 35px 0;
}
section.info {
    padding: 20px 0 0;
}
.divide-info1,.divide-info2 {
	top:20px;
}
section.work {
    padding: 30px 0;
}
section.work .row.work-w3ls2 {
    margin-top: 0px;
}
.col-lg-6.col-md-6.col-sm-12.work-grid {
    margin:0px 0 0px;
}
.col-lg-3.col-md-3.col-sm-6.work-agile1 {
    margin-bottom: 0px;
}
section.test .carousel-control .glyphicon-chevron-left, section.test .carousel-control .icon-prev {
    left: 2%;
}
section.test .carousel-control .glyphicon-chevron-right, section.test .carousel-control .icon-next {
    right: 2%;
}
.carousel .item .active {
	min-height: 150px; 
	height: 100%;
	width:100%;
}
}

@media (max-width:736px) {
section.banner, section.banner .rslides {
    height: 350px;
}
.banner-info {
    top: 40px;
}
section.banner .banner-info hr {
    margin: 20px 160px;
}
.logo {
    padding: 30px 0 0 30px;
}
.navigation section p button {
	top: 17px;
}
.col-lg-6.col-md-6.about_right {
	padding:0;
}
.col-lg-3.col-md-3.about_left_grid {
	padding:0;
}
section.info p {
	padding:0 100px 45px;
}

section.info h4 {
    font-size: 18px;
}
.divide-info2 {
    top: 560px;
}
.divide-info1 {
    top: 120px;
}
.col-lg-3.col-md-3.col-sm-6.work-agile1 {
    width: 50%;
    float: left;
}
.hi-icon-wrap {
    text-align: center;
}
section.service h4 {
	padding:10px 0;
}
section.service p {
	padding-bottom:50px;
}
.serv-w3ls {
    margin-left: -80px;
}
.col-lg-4.col-md-4.col-sm-4.team-w3ls {
    width: 33.33%;
    float: left;
}
section.team .cs-style-1 figcaption ul.social-icons1 {
    margin-top: 115px;
}
section.team h4 {
    padding: 20px 0 10px;
}
p.team-p1 {
	font-size:14px;
}
section.subs .subscribe input#email {
    margin-left: 89px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    margin-right: 90px;
	font-size: 16px;
}
.carousel .item {
	min-height: 150px; 
	height: 100%;
	width:100%; 
}
.video iframe {
	height: 400px;
}
}

@media (max-width: 667px) {
.logo a h1 {
    font-size: 27px;
}
.banner-info {
    top: 30px;
}
section.test h3 span.line1 {
    left: 225px;
}
section.team .cs-style-1 figcaption ul.social-icons1 li a {
	display:inline-block;
	margin:0 0 5px;
}
section.subs .subscribe input#email {
    margin-left: 71px;
}
section.map iframe.googlemaps {
	height:280px;
}
.video iframe {
	height: 350px;
}
}

@media (max-width: 600px) {
.banner-info h3 {
    font-size: 30px;
    letter-spacing: 5px;
}
.banner-info {
    top: 55px;
}
.divider-info1 {
    top: 100px;
}
.divider-info2 {
    top: 500px;
}
section.service {
    padding: 25px 0;
}
section.service h3 {
    padding: 0 0 15px;
}
.serv-w3ls {
    margin-left: -60px;
}
section.test blockquote {
    font-size: 14px;
    line-height: 30px;
}
section.test h3 {
    font-size: 22px;
}
section.test h3 span.line1 {
    left: 210px;
}
section.subs .subscribe input#email {
    margin-left: 74px;
    font-size: 15px;
    height: 45px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    margin-right: 80px;
    font-size: 15px;
    height: 45px;
}
section.contact h3 {
	padding-bottom:20px;
}
section.footer a.text-center {
	font-size:25px;
}
}

@media (max-width:600px) {
.divide-info1 {
    top: 70px;
}
.divide-info2 {
    top: 450px;
}
section.work figure.effect-chico h4 {
    padding: 40% 0 5px 0;
}
section.subs .subscribe input#email {
    margin-left: 70px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    margin-right: 73px;
}
section.footer p.text-center {
	font-size:14px;
}
}

@media (max-width: 568px) {
.logo a h1 {
    font-size: 25px;
}
.navigation section p button i.fa.fa-bars {
    font-size: 33px;
}
.navigation section p button {
    top: 15px;
}
section.banner, section.banner .rslides {
    height: 255px;
}
.banner-info {
	top:25px;
}
.banner-info h3 {
    font-size: 25px;
}
section.about h2,section.info h3,section.work h3.text-center,section.service h3,section.team h3.text-center,section.subs h3.text-center,section.contact h3 {
    font-size: 25px;
	padding-bottom:10px;
}	
.divide-info1 p.divide-p2, .divide-info2 p.divide-p2 {
    font-size: 14px;
    line-height: 30px;
}
section.service h4 {
    padding: 0px 0 10px;
}
section.test img.img-circle.img-responsive {
    width: 150px;
}
section.test h3 span.line1 {
    left: 181px;
}
section.test h3 {
    font-size: 20px;
}
section.work p.text-center,section.team p.text-center {
    padding-bottom: 15px;
}
section.team .cs-style-1 figcaption ul.social-icons1 {
    margin-top: 60px;
}
section.team h4 {
    font-size: 15px;
}
section.subs .subscribe input#email {
    margin-left: 62px;
}
.carousel .item {
	min-height: 150px; 
	height: 100%;
	width:100%; 
}
.video iframe {
	height: 300px;
}
}

@media (max-width: 480px) {
section.about {
    padding: 30px 0;
}
.logo a h1 {
    font-size: 22px;
}
.navigation section p button i.fa.fa-bars {
    font-size: 30px;
}
.navigation section p button {
    right: 50px;
}
.banner-info h3 {
    font-size: 22px;
}
section.about h2, section.info h3, section.work h3.text-center, section.service h3, section.team h3.text-center, section.subs h3.text-center, section.contact h3 {
    font-size: 22px;
}
section.info p {
    padding: 0 70px 45px;
}
.divide-info1 {
    top: 40px;
}
.divide-info1 p.divide-p1, .divide-info2 p.divide-p1 {
	padding-bottom:30px;
}
.divide-info2 {
    top: 350px;
}
section.work p.text-center, section.team p.text-center {
	line-height:30px;
}
.serv-w3ls {
    margin-left: -35px;
}
section.test h3 span.line1 {
    left: 140px;
	top:10px;
}
section.team .cs-style-1 figcaption ul.social-icons1 {
    margin-top: 40px;
}
section.subs .subscribe input#email {
    margin-left: 74px;
    font-size: 14px;
    height: 40px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    margin-right: 54px;
    font-size: 14px;
    height: 40px;
    width: 35%;
}
section.contact .form-control {
    font-size: 14px;
    color: #ffffff;
    height: 40px;
}
input.form-control.user-name {
    background: url(../images/user.png) no-repeat 10px 9px;
}
input.form-control.mail {
    background: url(../images/mail.png) no-repeat 10px 10px;
}
input.form-control.pno {
    background: url(../images/phone.png) no-repeat 10px 9px;
}
button.btn-outline2 {
    margin-top: 10px;
    height: 55px;
}
section.footer a.text-center {
    font-size: 20px;
	padding-bottom:10px;
}
section.footer p.text-center {
    margin-bottom: 10px;
}
.carousel .item {
	min-height: 150px; 
	height: 100%;
	width:100%; 
}
.video button.btn.btn-primary {
	padding: 50px 0 0 58px;
	font-size: 27px;
}
}

@media (max-width:414px) {
.logo {
    padding: 30px 0 0 20px;
}
.navigation section p button {
    right: 30px;
}
.banner-info h3 {
    font-size: 20px;
	letter-spacing:1px;
}
section.info p {
    padding: 0 35px 45px;
}
.divide-info1 p.divide-p1, .divide-info2 p.divide-p1 {
    padding-bottom: 20px;
	font-size:14px;
}
.divide-info1 h3, .divide-info2 h3 {
    font-size: 18px;
}
.divide-info2 {
    top: 300px;
}
.col-lg-3.col-md-3.col-sm-6.work-agile1 {
    width: 100%;
}
section.work .work-grid figure.effect-chico h4 {
    padding: 14% 0 15px 0;
}
.serv-w3ls {
    margin-left: -23px;
}
section.test h3 span.line1 {
    left: 109px;
}
.col-lg-4.col-md-4.col-sm-4.team-w3ls {
    width: 100%;	
}
section.team .cs-style-1 figcaption ul.social-icons1 {
    margin-top: 204px;
}
 section.subs h3.text-center {
	 font-size:18px;
 }
 section.subs .subscribe input#email {
	 margin:0 0 20px;
	 width:100%;
         color: #ffffff;
 }
 section.subs .subscribe button.btn.btn-outline.btn-lg {
	 width:100%;
	 margin:0;
 }
section.footer {
    padding: 15px 0;
}
section.footer p.text-center {
	line-height:30px;
}
section.banner .banner-info hr {
    margin: 20px 106px;
}
.video button.btn.btn-primary {
	padding: 50px 0 0 0px;
	font-size: 23px;
	width: 78%;
}
.video span.glyphicon.glyphicon-play-circle {
	left: -53%;
	font-size: 50px;
}
}

@media (max-width:384px) {
.col-xs-5.serv-details1 {
    width: 100%;
    float: left;
}
.col-xs-7.serv-details2 {
    width: 100%;
    float: left;
}
.serv-w3ls {
	margin:0;
	text-align:center;
}
.divide-info1, .divide-info2 {
	padding:0 20px;
}
.divide-info1 {
    top: 30px;
}
.divide-info2 {
    top: 265px;
}
section.service h4 {
    padding: 20px 0 10px;
}
p.team-p1 {
    font-size: 14px;
	padding-bottom:30px;
}
section.subs h3.text-center {
    font-size: 16px;
    padding-bottom: 20px;
}
.video button.btn.btn-primary {
	font-size: 20px;
	width: 70%;
}
}

@media (max-width: 375px) {
section.info p {
    padding: 0 20px 45px;
}
section.contact ul.social-icons2 {
    padding: 10px 0 25px;
}
.video button.btn.btn-primary {
	width: 71%;
}
.video span.glyphicon.glyphicon-play-circle {
	left: -59%;
}
}

@media (max-width: 320px) {
.logo a h1 {
    font-size: 20px;
}
.navigation section p button i.fa.fa-bars {
    font-size: 26px;
}
.banner-info h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
section.banner .banner-info hr {
    margin: 20px 65px;
}
section.banner, section.banner .rslides {
    height: 220px;
}
.banner-info {
    top: 12px;
}
section.about p {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 10px;
}
.col-lg-6.col-md-6.about_right {
    margin-top: 20px;
}
.col-lg-3.col-md-3.about_left_grid {
    margin-top: 20px;
}
section.info {
    padding: 15px 0 0;
}
.divide-info1, .divide-info2 {
    padding: 0 5px;
}
.divide-info1 {
	top:7px;
}
.divide-info1 p.divide-p1, .divide-info2 p.divide-p1 {
    padding-bottom: 10px;
}
section.info p {
    padding: 0 0px 45px;
}
.divide-info2 {
	top:207px;
}
section.service {
    padding: 10px 0;
}
section.test h3 span.line1 {
    left: 67px;
}
section.subs h3.text-center {
    line-height: 25px;
}
section.team {
    padding: 30px 0 0;
}
section.contact p.addr1,section.contact p.addr2 {
    font-size: 13px;
}
button.btn-outline2 {
    height: 50px;
}
section.footer {
    padding: 10px 0;
}
.carousel .item {
	min-height: 30px; 
	height: 100%;
	width:100%; 
}
.video button.btn.btn-primary {
	width: 68%;
	font-size: 16px;
}
.video span.glyphicon.glyphicon-play-circle {
	left: -60%;
}
}

@media (max-width: 120px) {
.carousel .item {
	min-height: 30px; 
	height: 100%;
	width:100%; 
}
}

/*-- /responsive design --*/



/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20px;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 25px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.main-container {
  padding: 0 0 0 0;
  top: 0 0 0 0;
}

.slader02 {
	background: url(../images/carousel/siempre-conectados.jpg) no-repeat center center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}
.slader01 {
	background: url(../images/carousel/soluciones-rapidas-y-efectivas.jpg) no-repeat center center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}
.slader03 {
	background: url(../images/carousel/asesoramiento-personalizado-y-continuo.jpg) no-repeat center center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}
.slader04 {
	background: url(../images/carousel/gestion-responsable.jpg) no-repeat center center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}
.slader05 {
	background: url(../images/carousel/tu-tranquilidad-es-nuestro-compromiso.jpg) no-repeat center center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {	
        height:100%;
	width:100%; 
        min-height:600px;
        margin:0 0 0 0;
}


@media (max-width: 580px) {
.carousel .item {
        height:100%;
	width:100%; 
        min-height:450px;
        margin:0 0 0 0;
}
}



.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #525252;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 55px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #525252;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}

h1 {
  text-align: center;  
  margin-bottom: 55px;
  font-size: 55px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}