/* 

Tinker Template

http://www.templatemo.com/tm-506-tinker

*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    padding: 23px;
    color: #001d7e;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 17%;
    border: 3px solid #001d7e;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #001d7e;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 120px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #001d7e!important;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 20px;
	padding: 0px;
	letter-spacing: 0.6px;
	cursor: pointer;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: none;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.principal{
	width: 100%;
	overflow: auto;
}
.principal .arriba {
	width: 100%;
	overflow: auto;
}
.principal .arriba .derecha{
	width: 40%;
	float: left;
	overflow: auto;
}
.principal .arriba .derecha .arribader{
	width: 100%;
	overflow: auto;
	cursor: pointer;
	height: 40vh;
}
.principal .arriba .derecha .arribader img{
	width: 100%;
	height: 40vh;
}
.principal .arriba .derecha .abajoder{
	width: 100%;
	overflow: auto;
	background: #fff;
	cursor: pointer;
	height: 40vh;
}
.principal .arriba .derecha .abajoder img{
	width: 100%;
	height: 40vh;
}
.principal .arriba .izquierda{
	width: 60%;
	float: right;
	overflow: auto;
	height: 80vh;
	background-image: url(../img/nosotros.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.principal .arriba .izquierda .contenedorg{
	background: rgba(255,255,255,0.4);
	width: 100%;
	height: 80vh;
}
.principal .arriba .izquierda .contenedorg .titulo{
	color:#001d7e;
	font-size: 8vh;
	font-weight: 600;
	padding-left: 40px;
	padding-top: 57vh;
    text-decoration: none;

}

.principal .arriba .izquierda .contenedorg .subtitulo{
	color:#666;
	font-size: 4vh;
	font-weight: 600;
	padding-left: 40px;
}

.principal .abajo {
	width: 100%;
	overflow: auto;
}
.principal .abajo .parte1{
	width: 33.33%;
	float: left;
	overflow: auto;
}
.principal .abajo .parte2{
	width: 33.33%;
	float: left;
	overflow: auto;
}
.principal .abajo .parte3{
	width: 33.33%;
	float: right;
	overflow: auto;
}

.principal .partes1{
	width: 33.33%;
	float: left;
	overflow: auto;
	cursor: pointer;
}

.principal .partes2{
	width: 33.33%;
	float: left;
	overflow: auto;
	cursor: pointer;
}

.principal .partes3{
	width: 33.33%;
	float: right;
	overflow: auto;
	cursor: pointer;
}

 .principal .footerserv{
	 height: 10vh;
 }

.principal .footerserv .icono{
	width: 30%;
    float: left;
    text-align: right;
}

.principal .footerserv .icono img{
	width: 40%;
    height: 8vh;
    margin-top: 1vh;
}

.principal .footerserv .texto{
	width: 70%;
    float: right;
    text-align: center;
    font-size: 2.5rem;
    line-height: 25px;
    height: 8vh;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1vh;
}



 .principal .imagen_fndo{
	width: 60%;
	float: left;
	background-image: url(../img/analisisquimico.jpg);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
 }
.principal .informativo{
	width: 40%;
	float: right;
}
.principal .contenedor_blanco{
	background: rgba(52, 190, 221,0.4);
	width: 100%;
	height: 100%;
}

.principal .imagen_fndo .titulosdatos{
	color: #FFF;
    font-weight: 600;
    font-size: 5vh;
    right: 3vh;
    position: absolute;
    top: 3vh;
}
.principal  .informativo{
	overflow: auto;
}
.principal  .informativo .middleicono{
	width: 40%;
	float: left;
}
.principal  .informativo .middleicono img{
	margin-left: -30%;
}
.principal  .informativo .titulo_informativo{
	overflow: auto;
}
.principal  .informativo .titulos{
	width: 60%;
	float: right;
	padding: 5vh 5vh 5vh 0vh;
    font-size: 3.3vh;
}
.principal  .informativo .contenedorservicios{
	width: 75%;
    background: #fff;
    color: #666;
    margin-bottom: 5%;
    padding: 2.8vh 2.8vh 2.8vh 5vh;
    font-size: 3vh;
    line-height: 40px;
    font-weight: 300;
	border-radius: 0px 60px 0px 60px;
	margin-left: 12.5%;
}
.principal  .informativo .btn_cotizar{
	color: #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    width: 30%;
    margin-left: 35%;
    margin-bottom: 5%;
    font-size: 4vh;
    text-align: center;
    border-radius: 10px;
}
.btn_cotizar a{
	color:#fff;
	text-decoration: transparent;
}

.principal .uno{
	width: 33.33%;
    float: left;
    font-size: 3.5rem;
    text-align: center;
	color: #969696;
}
.principal .dosess{
	width: 66.66%;
    float: left;
    font-size: 3.5rem;
    text-align: center;
	color: #969696;

}
.principal .uno a{
	text-decoration: none;
}
.principal .uno .prinpil{
	padding-left: 15%;
	padding-right: 15%;
}
.principal .uno .imagen{
	width: 35%;
	float: left;
	text-align: right;
}
.principal .uno .imagen img{
    width: 65%;
}

.principal .uno .textos{
	width: 65%;
	float: right;
	text-align: left;
	padding-top: 2%;
}
.contenidos{
	width: 100%;
	overflow: auto;
	text-align: center;
	font-size: 4vh;
	color: #666;
}
.contenidos .derecha{
	width: 40%;
	float: left;
	
} 
.contenidos .derecha img{
	margin-top: 27%;
    width: 90%;
}
.contenidos .izquierda{
	width: 60%;
	float: right;
}
.contenidos .titulo_empresa{
	font-size: 5vh;
    color: #001d7e;
    margin-top: 10%;
    font-weight: 400;
    margin-bottom: 4%;
}
.contenidos span {
	color: #007BB5;
	font-weight: 300;
}

.contenidos .contenido_empresa{
	padding: 0% 15% 5% 15%;
}
.navbar-brand em {
	font-style: normal;
	color: #f7c552;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #001d7e;
    background-color: #001d7e;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #001d7e;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image: url(../img/banner_bg.jpg);
  	vertical-align: middle;
}

.baner-content .text-content {
	text-align: left;
	width: 120%;
	margin-left: 0%;
	margin-top: 15%;
}

.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #33c1cf!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}

.titulo_container{
	color: #001d7e;
	width: 100%;
	font-size: 7vh;
	margin-top: 3%;	
	margin-bottom: 2%;
}

#about {
	padding:0px;
	/* background-image: url(../img/about-bg.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background: #fff;
}

#about .service-item {
	text-align: center;
}

#about .service-item .icon {
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#about .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#about .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#about .service-item p {
	color: #fff;
	margin-top: 30px;
}

#about .service-item .primary-blue-button {
	margin-top: 35px;
}

.principal .partesfoto{
	width: 33.33%;
	float: left;
	margin-bottom: 4%;
}
.principal .partesfoto .foto{
	width: 40%;
	float: left;
} 
.principal .partesfoto .foto img{
	width: 70%;
    border-radius: 50%;
    border: 2px solid #3082BD;
    margin-top: 5%;
    margin-left: 15%;
}
.principal .partesfoto .texto{
	width: 60%;
	float: right;
}

.principal .partesfoto .texto .titulos_texto{
	font-size: 3vh;
	margin-top: 2%;
	color: #001d7e;
}
.principal .partesfoto .texto  .descrip{
	font-size: 2vh;
    line-height: 25px;
    margin-top: 2%;
    color: #666;
	padding-right:8%;
}
.principal .partesfoto .texto img{
	width: 10%;
	margin-left: 2%;
	margin-top: 3%;
}
.projects-holder .mix {
  display: none;
}
.galeria{
	width: 100%;
	padding: 5%;
	overflow: auto;
	text-align: center;
}
.texto_Certificado{
	padding-left: 30%;
    padding-right: 30%;
    font-size: 3vh;
    text-align: center;
    width: 100%;
    color: #666;
    padding-bottom: 3%;
    font-weight: 300;
}
.galeria .galers{
	width: 33.33%;
	float: left;
	overflow: auto;
	margin-bottom: 3%;
}
.galeria .galers .contenido{
	color: #9A9A9A;
    margin-top: 4%;
    font-size: 2.5vh;

}

.galeria .galers img{
	height: 35vh;
	-webkit-box-shadow: -11px 10px 0px 0px rgba(0,123,181,1);
	-moz-box-shadow: -11px 10px 0px 0px rgba(0,123,181,1);
	box-shadow: -11px 10px 0px 0px rgba(0,123,181,1);
	
}
.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}

#portoflio .page-section {
	padding: 0px;
}

#portfolio .section-heading {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #33c1cf;
	height: 732px;
	margin-left: -100vh;
	padding-left: 100vh;
}

#portfolio .project-item {
	margin: 0px -16px;
}

#portfolio .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#portfolio .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#portfolio .section-heading p {
	color: #fff;
	padding-right: 70px;
}


#testimonial {
	background-color: #f7c552;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}




#blog {
	background-image: url(../img/blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#blog .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 582px;
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#blog .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#blog .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#blog .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  background-color: #fff;
}

.tabs a:hover {
  color: #f7c552;
}
.header_top{
	height: 120px;
}
.tabs .active {
  color: #f7c552;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
	font-size: 13px;
	color: #33c1cf;
}
.tabgroup .text-content a {
	font-size: 13px;
	color: #33c1cf;
	text-decoration: none;
}
.tabgroup .text-content p {
	margin-top: 10px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#contact-us {
	background-color: #596065;
	text-align: center;
	padding: 80px 0px;
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #f7c552;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #33c1cf;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}




footer {
	margin-top: -6px;
	background-color: #fff;
	padding: 50px 0px;
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #f7c552;
}
footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #666;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
	margin-left: 11%;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFF;
}

footer .logo a:hover {
	color: #9F0;
}

footer .location h4 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: 500;
	color: #001d7e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

footer .location ul li {
	font-size: 13px;
	color: #666;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

footer .contact-info h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #001d7e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

footer .contact-info ul li {
	font-size: 13px;
	color: #666;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}
.logocentrofoot{
	width: 40%;
	margin-left: 0%;
	margin-top: -2%;
}
.logfoot p{
	padding-top: 30%;
	margin-left: 0%!important;
}
footer .connect-us ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}
footer .connect-us ul li a:hover {
	background-color: #f7c552;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.contenedor_noticia{
	width: 31.33%;
    float: left;
    text-align: center;
    background: #EEF0F2;
    padding: 2rem;
    border: 2px solid #606FA3;
    margin-bottom: 3rem;
    margin-left: 1%;
    margin-right: 1%;
	cursor: pointer;
}

.contenedor_noticia a{
	text-decoration: none;
}
.contenedor_noticia .titulo_not{
	font-size: 3vh;
    color: #666;
    font-weight: 300;
    margin-top: 0%;
    margin-bottom: 1%;
    text-align: left;
    text-decoration: none;
}

.contenedor_noticia .fecha{
	text-align: left;
    font-size: 3vh;
    color: #999;
    margin-bottom: 2%;
}
.contenedor_mod{
	overflow: auto;
}

.left_modal img{
	width: 90%;
    border-radius: 5%;
}
.left_modal{
	width: 45%;
	float: left;
}
.subtitulo{
	width: 55%;
    float: right;
    padding-top: 5%;
    font-size: 3vh;
    color: #666;
}
.descripcion{
	padding: 3%;
    font-size: 2rem;
    font-weight: 300;
    text-align: justify;
}
.cotizacion_left{
	width: 45%;
	float: left;
	text-align: center;
	padding: 3%;
}
.cotizacion_left .titulo_cot{
	color: #001d7e;
	font-size: 4rem;
	margin-top: 3%;
}
.cotizacion_left .descrip_cot{
	margin-top: 2%;
    color: #596065;
    font-size: 2.5rem;
    padding-left: 20%;
    padding-right: 20%;
    font-weight: 300;
}
.cotizacion_right{
	width: 55%;
    float: right;
    padding-right: 3%;
    padding-top: 3%;
}
.cotizacion_right .encabezado{
	font-size: 2.5rem;
    color: #666;
    font-weight: 300;
}
.cotizacion_right input{
	width: 90%;
    padding: 1%;
    border-radius: 9px;
	font-size: 2rem;
	margin-bottom: 2%;
	border: 2px solid #ccc;
}
.cotizacion_right textarea{
	width: 90%;
    padding: 1%;
    border-radius: 9px;
	font-size: 2rem;
	margin-bottom: 2%;
	border: 2px solid #ccc;
}
.cotizacion_right select{
	width: 90%;
    padding: 1%;
    border-radius: 9px;
	font-size: 2rem;
	margin-bottom: 2%;
	border: 2px solid #ccc;
	height: 48px;
}
.cotizacion_right .completar{
	text-align: center;
	font-size: 2rem;
	color:#E73F51;
}
.menuheader{
	width: 90% !important;
}
.cotizacion_right button{
	font-size: 2rem;
    color: #001d7e;
    cursor: pointer;
    margin-top: 2%;
    border: 1px solid #001d7e;
}
.cotizacion_right .valorcuenta{
	width: 100%;
    overflow: auto;
    margin-bottom: 2%;
    font-size: 2rem;
    color: #666;
}
.cotizacion_right .valorcuenta .unos{
	width: 33.33%;
	float: left;
	border-bottom:14px solid #F1F6F9; 
}
.cotizacion_right .valorcuenta .doses{
	width: 33.33%;
	float: left;
	border-bottom:14px solid #F1F6F9; 
}
.cotizacion_right .valorcuenta .treses{
	width: 33.33%;
	float: left;
	border-bottom:14px solid #F1F6F9; 
}
.cotizacion_right .valorcuenta .activo{
	border-bottom:14px solid #DDEAF1;
}
.finales_txt{
	font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 5%;
    padding-right: 10%;
}
/* RESPONSIVE */

@media (max-width: 991px){

	.baner-content .text-content p {
		padding: 0px 15%;
	}


	#about .service-item {
		margin-bottom: 80px;
	} 

	#portfolio .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: #33c1cf;
		height: 505px;
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden;
	}

	#portfolio .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#portfolio .section-heading p {
		padding: 0px 20px;
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	#portfolio .project-item {
		margin: 15px 0px;
	}

	#blog .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#blog .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#blog .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

}

@media (max-width: 768px){
	.baner-content .text-content p {
		padding: 0px 10%;
	}
	.logocentro{
		margin-left: 0% !important;
		margin-top: -15% !important;
	}
	.logocentrofoot{
		width: 35%;
		margin-left: 32.5%;
		margin-top: 1%;
	}
	.logfoot p{
		padding-top: 26%;
		margin-left: 0%!important;
		margin-bottom: -10% !important;
	}
	#main-nav {
		margin-left: -15px;
		margin-right: -15px!important;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}

	.galeria .galers{
		width: 100%;
	}
	.texto_Certificado{
		padding-left: 5%;
		padding-right: 5%;
		font-size: 2.5vh;
		padding-bottom: 5%;
	}

	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 20px;
		color: #001d7e!important;
		text-align: center;
		padding: 25px;
	}
	.primary-white-button a{
		width: 64%;
		margin-left: 18%;
	}

	.baner-content .text-content{
		margin-top: 50%;
		width: 100% !important;
	}
	.principal .arriba .derecha{
		width: 100%;
		height: 50vh;
	}
	.principal .arriba .derecha img{
		width: 100%;
		height: 25vh !important;
	}
	.principal .arriba .izquierda{
		width: 100%;
		height: 50vh;
		background-attachment: inherit !important;
	}
	.principal .arriba .derecha .arribader{
		height: 25vh !important;
	}
	.principal .arriba .derecha .abajoder{
		height: 25vh !important;
	}
	.principal .arriba .izquierda .contenedorg{
		width: 100%;
		height: 50vh;
	}
	.principal .arriba .izquierda .contenedorg .titulo{
		padding-top: 15vh !important;
		font-size: 6vh;
    	line-height: 45px;
	}
	.principal .arriba .izquierda .contenedorg .subtitulo{
		font-size: 3vh;
    	line-height: 45px;
	}
	.principal .abajo .parte1{
		width: 100%;
	}
	.principal .abajo .parte1 img{
		height: 55vh !important;
	}
	.principal .abajo .parte2{
		width: 100%;
	}
	.principal .abajo .parte2 img{
		height: 55vh !important;
	}
	.principal .abajo .parte3{
		width: 100%;
	}
	.principal .abajo .parte3 img{
		height: 55vh !important;
	}
	.principal .partesfoto{
		width:100%;
		float: left;
		text-align: center !important;
	}
	.baner-content{
		background-image: url(../img/people.png);
		background-position: center calc(20% + 0px) !important;
		background-size: 99%;
		background-repeat: no-repeat;
	}
	.titulo_container{
		font-size: 4vh;
	}
	.principal .informativo .titulos{
		line-height: 30px;
		font-size: 2.8vh;
	}

	.principal .informativo .contenedorservicios{
		width: 95%;
		margin-left: 2.5%;
		width: 95%;
		margin-left: 2.5%;
		font-size: 2.8vh;
		line-height: 35px;
	}
	.principal .partes1{
		width: 100%;
	}
	.principal .partes2{
		width: 100%;
	}
	.principal .partes3{
		width: 100%;
	}
	.principal .footerserv .icono img {
		width: 50% !important;
		height: 10vh!important;
		margin-top:0vh !important;
	}
	.principal .footerserv .texto {
		font-size: 4vh !important;
		line-height: 28px !important;
		margin-top: 1% !important;
	}
	.principal{
		position: inherit !important;
	}
	.principal .imagen_fndo{
		width: 100%;
		float: none;
		position: inherit;
		height: 35vh;
	}
	.principal .imagen_fndo .titulosdatos{
		position: inherit;
		text-align: center;
		padding-top: 6%;
		width: 100%;
	}
	.principal .informativo{
		width: 100%;
		float: none;
	}

	.contenidos .derecha{
		width: 100% !important;
	}
	.contenidos .izquierda{
		width: 100% !important;
	}
	.contenidos .contenido_empresa{
		padding: 5% !important;
    font-size: 3vh;
	}
	.foto_img img{
		width:90% !important;
		margin-left: 5% !important;
		margin-top: 5%!important;
	}
	.modal_not{
		margin-top: 28% !important;
	}
	.contenedor_noticia{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
	.left_modal{
		width: 100%;
		text-align: center;
		font-size: 2rem;
	}
	.subtitulo{
		width: 100%;
		text-align: center;
		font-size: 1.5rem;
	}
	.btn_cotizar{
		font-size: 2.5vh !important;
		padding: 2% !important;
	}

	.cotizacion_left{
		width: 100%;

	}
	.cotizacion_left .descrip_cot{
		font-size: 2rem;
		padding-left: 5%;
		padding-right: 5%;
	}
	.cotizacion_left .titulo_cot {
		font-size: 3rem;
	}
	.cotizacion_right{
		width: 100%;
		padding: 3%;
	}
	.cotizacion_right button{
		background: #fff;
	}
	.cotizacion_right tres{
		text-align: center;
	}
	.cotizacion_right .finales_txt{
		text-align: center;
		padding: 5%;
	}
	.principal .uno{
		width: 100%;
		margin-bottom: 3%;
	}
	.principal .uno .prinpil{
		font-size: 2rem;
	}
	.principal .uno .imagen{
		margin-top: 2%;
	}
	.principal .uno .imagen img {
		width: 55%;
	}
	.principal .uno .textos{
		font-size: 2rem !important;
		margin-top: 3%;
	}
	.principal .btn_cotizar_data{
		width: 50% !important;
		margin-left: 25% !important;
		margin-top: 7% !important;
	}
	.principal .dosess{
		width: 100%;
	}

	.principal .dosess img{
		width: 95% !important;
	}
	.menuheader {
		width: 100% !important;
	}
	.principal .partesfoto .foto{
		width: 100%;
	}
	.principal .partesfoto .texto{
		width: 100%;
	}
	.principal .partesfoto .texto .descrip{
		padding:5%;
	}
	.principal .partesfoto .foto  .imagesn{
		margin-left: 0% !important;
	}
}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}