/*================================ 
    #RESPONSIVE CSS 
====================================*/


/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {


  .container-medium {
    width: 100%;
  }

  /* Topbar */
  .top-bar-area .row {
    display: block;
  }

  .top-bar-area .address-info .info {
    text-align: center;
    width: 100%;
  }

  .top-bar-area .address-info.text-left {
    position: relative;
    top: 8px;
  }

  .top-bar-area .address-info .info ul {
    display: inline-block;
  }

  .top-bar-area .address-info .info ul li .info {
    text-align: left;
  }

  .top-bar-area .social {
    display: none;
  }

  /* Banner */
  .banner-area .text-large .content h2 {
    font-size: 60px;
  }

  .banner-area .top-pad .content {
    padding-top: 100px;
  }

  /* About */
  .about-area .features-items .single-item {
    border-bottom: 1px solid #e7e7e7;
  }

  .about-area .features-items .single-item:nth-child(2),
  .about-area .features-items .single-item:nth-child(4),
  .about-area .features-items .single-item:nth-child(6) {
    border-right: none;
  }

  .about-area .features-items .single-item:nth-last-child(2) {
    border-bottom: none;
  }

  .about-area .about-items .about-info {
    padding-right: 0;
  }

  .about-area.fixed-features .about-items .about-info,
  .about-area.fixed-features .about-items .thumb {
    padding-right: 15px;
  }

  .about-area .about-content .thumb {
    margin-top: 30px;
  }

  .about-area .about-items .thumb {
    padding-right: 0;
    margin-top: 30px;
  }

  .about-area .about-items .thumb-box .thumb {
    padding-right: 0;
    margin-top: 0;
  }

  .about-area .about-items .thumb-box {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .about-area.solid .about-items .thumb-box {
    margin-bottom: 30px;
  }

  .about-area.solid .about-items.reverse .thumb-box {
    margin-bottom: 0;
  }

  .about-area .about-items .thumb-box .thumb.shape-bg {
    padding-right: 0;
  }

  .about-area .about-items .thumb.shape-bg::after {
    display: none;
  }

  .about-area .management-quote {
    margin-top: 30px;
  }

  .about-area .about-items .right-info {
    margin-top: 30px;
  }

  .about-area .about-items .right-info.features {
    margin-top: 50px;
  }

  .about-area .about-items .about-info.right-info li {
    margin-top: 50px;
  }

  .about-area.fixed-features {
    padding-top: 120px;
  }

  .fixed-features .features-items {
    top: 0;
    margin-bottom: 30px;
  }

  .achivements .progressbar canvas {
    height: 70% !important;
    width: 70% !important;
  }


  /* Why Chose Us */
  .why-chose-us-area::after {
    width: 100%;
  }

  .why-chose-us-area .item-box .info {
    max-width: 100%;
    padding: 50px 30px;
    border-left: none;
  }

    /* Skill */

  .skill-area .skill-items {
    margin-top: 30px;
  }

  .skill-area .tab-items {
    border-left: none;
    padding-left: 15px;
  }

  /* Pricing */
  .pricing-area .pricing {
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: inherit;
  }

  .pricing-area .single-item {
    border-right: none;
    margin-bottom: 30px;
  }

  .pricing-area .single-item:last-child {
    margin-bottom: 0;
  }

  .pricing-area .single-item .pricing-item {
    border: 1px solid #e7e7e7;
  }

  .pricing-area .pricing-item > span {
    padding: 7px 50px;
    right: -50px;
    top: 20px;
  }


  /* Skill */

  .skill-area .info-box {
    padding-right: 15px;
  }


  /* Services */
  .services-single-area .sidebar {
    padding-left: 15px;
    margin-top: 50px;
  }

  /* Fun Factor */
  .fun-fact-area {
    overflow: hidden;
  }

  .fun-fact-area .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .fun-fact-area .item:last-child {
    margin: 0;
    padding: 0;
  }

  .fun-fact-area .item::after {
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
  }

  /* Chart */

  .chart-area .default.info {
    margin-top: 30px;
  }

  .chart-area .fun-facts {
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
  }

  .chart-area .fun-facts .item {
    width: auto;
    padding-right: 30px;
    margin-bottom: -5px;
  }

  /* Portfolio */
  .portfolio-area .gallery-items.col-2 .pf-item,
  .portfolio-area .gallery-items.col-3 .pf-item,
  .portfolio-area .gallery-items.col-4 .pf-item {
    width: 50%;
  }

  /* Clients */
  .clients-area .clients-box::after {
    display: none;
  }

  .clients-area .left-info {
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
  }

  /* Blog */
  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .blog-area.left-sidebar .sidebar,
  .blog-area.right-sidebar .sidebar {
    margin-top: 50px;
  }

  .blog-area.right-sidebar .sidebar {
    padding-left: 15px;
  }

  .blog-area.left-sidebar .sidebar {
    padding-right: 15px;
  }

  /* Contact */
  .contact-area .contact-items > .row {
    display: block;
  }

  .contact-area .contact-items .form-box {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-area.bottom-half {
    bottom: 0;
    margin-top: 0;
    padding-bottom: 120px;
  }

  .call-back-area .container .call-back-items {
    display: block;
  }

  .call-back-items .thumb {
    text-align: center;
  }

  .call-back-area .form {
    padding-bottom: 30px;
  }

  /* Google Map */
  .google-maps iframe {
    height: 450px;
  }

  /* Footer */
  footer.default-padding {
    padding-bottom: 30px;
  }

  .footer-bottom {
    margin-top: 115px;
  }

  footer .equal-height {
    margin-top: 50px;
  }

  footer .equal-height:first-child,
  footer .equal-height:nth-child(2) {
    margin-top: 0;
  }

  .footer-bottom {
    justify-content: space-between;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  /* Heading */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .container-medium {
    width: 100%;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .default-padding.bottom-30 {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .default-padding.bottom-20 {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .padding-less-mobile {
    padding-top: 0;
  }

  .site-heading {
    margin-bottom: 40px;
  }

  .site-heading.single {
    margin-bottom: 20px;
  }

  .breadcrumb-area h1 {
    font-size: 36px;
  }

  .page-title-area {
    padding: 100px 0;
  }

  .page-title-area h1 {
    font-size: 36px;
  }

  .owl-carousel.owl-theme .owl-nav {
    display: none;
  }

  /* Topbar */
  .top-bar-area {
    display: none;
  }

  nav.navbar .quote-btn {
    display: none;
  }

  .side {
    padding: 0;
    width: 320px;
  }

  /* Banner Area */

  .banner-area .content h2 {
    font-size: 36px;
  }

  .banner-area .content h3 {
    line-height: 1.4;
  }

  .banner-area .content p {
    padding: 0;
  }

body, .banner-area, .banner-area div {
    height: 200px;
}

  .banner-area .content {
    overflow: hidden;
    padding: 50px 0;
  }

  .banner-area .top-pad .content {
    padding-top: 105px;
  }

  .banner-area .text-large .content h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-area.top-padding .content {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .banner-area .text-center .content p {
    padding: 0;
  }

  .banner-area .text-medium .content h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  /* Carousel Indicators */
  .banner-area .carousel-indicators {
    right: auto;
    left: 50%;
    top: auto;
    transform: translate(-50%, -50%);
    bottom: 25px;
  }

  .banner-area .carousel-indicators li {
    display: inline-block;
    margin: 0 4px;
  }

  /* About */
  .about-area .features-items {
    padding: 0 30px;
    margin-bottom: 30px;
  }

  .about-area .about-items .right-info {
    margin-top: 30px;
  }

  .about-area .about-items.reverse .info {
    padding-right: 15px;
  }

  .about-area .features-items .single-item {
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
  }

  .about-area .about-content .info {
    padding-right: 15px;
  }

  .about-area .content-left .thumb {
    margin-top: 30px;
  }

  .about-area .about-items .thumb-box .thumb {
    padding-right: 0;
  }

  .about-area .about-items .thumb-box {
    top: 0;
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .about-area.solid .about-items .thumb-box {
    margin-bottom: 30px;
  }

  .about-area.solid .about-items.reverse .thumb-box {
    margin-bottom: 0;
  }

  .about-area .about-items .info li {
    float: none;
    padding-right: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .about-area .about-items .thumb-box .thumb.shape-bg {
    padding-right: 15px;
  }

  .about-area .about-items .thumb-box .thumb.shape-bg::after {
    display: none;
  }

  .about-area .about-items .info li:last-child {
    margin-bottom: 0;
  }

  .about-area .about-items .info li .info {
    padding-left: 0;
    padding-right: 0;
  }

  .about-area .about-items .info li .icon {
    margin-bottom: 15px;
  }

  .about-area .about-items .about-info {
    padding-right: 15px;
    text-align: center;
  }

  .about-area .about-items .about-info li {
    display: block;
    width: 100%;
  }

  .about-area .about-items .right-info.features {
    margin-top: 50px;
  }

  .about-area .about-items .about-info.right-info li{
    margin-top: 50px;
  }
 
  .about-area .about-items .about-info.right-info li:nth-child(2) {
    margin-top: 50px;
  }

  .about-area .about-items .about-info li i {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .about-area .management-quote {
    margin-top: 30px;
  }

  .about-area .about-items .thumb {
    padding-right: 15px;
    margin-top: 30px;
  }

  .about-area .about-items .thumb-box .thumb {
    margin-top: 0;
  }

  .about-area.fixed-features {
    padding-top: 50px;
  }

  .fixed-features .features-items {
    top: 0;
  }

  /* Process */
  .process-items .single-item {
    margin-top: 50px;
  }

  .process-items .single-item:nth-child(2n) {
    margin-top: 50px;
  }

  .process-items .single-item:first-child {
    margin-top: 0;
  }

  /* Why Chose Us */
  .why-chose-us-area::after {
    width: 100%;
  }

  .why-chose-us-area .item-box .info {
    max-width: 100%;
    padding: 50px 15px;
    border-left: none;
  }

  /* Skill */
  .skill-area .skill-items {
    margin-top: 30px;
  }

  .skill-area .tab-items {
    border-left: none;
    padding-left: 15px;
  }

  .skill-area .info-box {
    padding-right: 15px;
  }

  .skill-area .skill-items li {
    width: 100%;
    display: block;
    text-align: center;
  }

  .skill-area .skill-items li a {
    margin-right: 0;
  }

  .skill-area .skill-items li.active a::after {
    display: none;
  }

  .skill-area .skill-items ul.nav-pills {
    margin-bottom: 15px;
  }

  /* Pricing */
  .pricing-area .pricing {
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: inherit;
  }

  .pricing-area .single-item {
    border-right: none;
    margin-bottom: 30px;
  }

  .pricing-area .single-item .pricing-item {
    border: 1px solid #e7e7e7;
  }

  .pricing-area .single-item:last-child {
    margin-bottom: 0;
  }

  .pricing-area .pricing-item > span {
    padding: 7px 50px;
    right: -50px;
    top: 20px;
  }

  /* Services */
  .services-single-area .sidebar {
    padding-left: 15px;
    margin-top: 50px;
  }

  .services-area .services-items .item {
    text-align: center;
  }

  .services-area .services-items .item span {
    display: none;
  }

  /* Fun Factor */
  .fun-fact-area {
    overflow: hidden;
  }

  .fun-fact-area .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .fun-fact-area .item:last-child {
    margin: 0;
    padding: 0;
  }

  .fun-fact-area .item::after {
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
  }

  /* Services */
  .services-area.inc-thumb .item {
    display: block;
  }

  .services-area.inc-thumb .item .thumb {
    min-height: 300px;
    width: 100%;
  }

  .services-area.inc-thumb .item .thumb, 
  .services-area.inc-thumb .item .info {
    width: 100%;
    text-align: center;
  }

  .services-area.inc-thumb .item .info {
    padding: 30px;
    padding-top: 40px;
  }

  .services-area.inc-thumb .item .info h4 i {
    left: 50%;
    top: -78px;
    margin-left: -40px;
    z-index: -1;
    border-radius: 50%;
  }

  .services-area.inc-thumb .item .info h4 {
    z-index: 1;
  }

  /* Expertise Area */

  .expertise-area {
    text-align: center;
  }

  .shape-theme::after {
    width: 100%;
  }

  .expertise-area .our-expertise {
    padding-left: 15px;
  }

  .expertise-area .info {
    margin-bottom: 50px;
    text-align: left;
  }

  .expertise-area .info .progress-box h5 {
    text-align: left;
  }

  .achivements .progressbar .circle {
    height: 260px !important;
    width: 260px !important;
    margin: auto;
  }

  .expertise-area .our-expertise .expertise-items li {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .expertise-area .our-expertise .expertise-items li:last-child {
    margin-bottom: 0;
  }

  .expertise-area .our-expertise .expertise-items li::after {
    display: none;
  }

  .expertise-area .our-expertise .expertise-items .owl-dots {
    text-align: center;
  }

  /* Chart */
  .chart-area .default.info {
    margin-top: 30px;
  }

  .chart-area .fun-facts {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
  }

  .chart-area .fun-facts .item {
    margin-bottom: 25px;
  }

  .chart-area .fun-facts .item:last-child {
    margin-bottom: -5px;
  }
  /* Portfolio */
  .portfolio-area.default-padding {
    padding-bottom: 35px;
  }

  .portfolio-area.gallery-carousel {
    padding-bottom: 50px;
  }

  .portfolio-area .gallery-items.col-2 .pf-item,
  .portfolio-area .gallery-items.col-3 .pf-item,
  .portfolio-area .gallery-items.col-4 .pf-item {
    width: 100%;
  }

  .gallery-items-area button {
    border: 2px solid #e7e7e7;
    margin: 5px 3px;
  }

  .gallery-items-area button.active {
    border-color: transparent;
  }

  .gallery-items-area button::after {
    display: none;
  }


  /* Clients */
  .clients-area .clients-box::after {
    display: none;
  }

  .clients-area .left-info {
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
  }

  /* Blog */
  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .blog-area.left-sidebar .sidebar,
  .blog-area.right-sidebar .sidebar {
    margin-top: 50px;
    overflow: hidden;
  }

  .blog-area.right-sidebar .sidebar {
    padding-left: 15px;
  }

  .blog-area.left-sidebar .sidebar {
    padding-right: 15px;
  }

  .blog-area.single .post-pagi-area {
    text-align: center;
  }

  .blog-area.single .post-pagi-area a {
    margin: 5px;
  }

  .blog-area.single .post-pagi-area a:last-child {
    float: none;
  }

  .comments-list .commen-item.reply {
    margin-left: 0;
    padding-left: 0;
  }

  .comments-list .commen-item .content, 
  .comments-list .commen-item .avatar {
    display: block;
    text-align: center;
  }

  .comments-list .commen-item .content {
    width: 100%;
  }

  .comments-list .commen-item .avatar {
    float: none;
    height: 80px;
    width: 80px;
    margin: auto;
  }

  .comments-list .commen-item .content .title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .comments-list .commen-item .content .title span {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    margin-top: 5px;
  }

  .comments-list .commen-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }

  .comments-list .commen-item:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }

  .blog-area .comments-form {
    margin-top: 30px;
  }

  /* Contact */
  .contact-area .contact-items > .row {
    display: block;
  }

  .contact-area .contact-items .form-box {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-area.bottom-half {
    bottom: 0;
    margin-top: 0;
    padding-bottom: 50px;
  }

  .call-back-area .container .call-back-items {
    display: block;
  }

  .call-back-items .thumb {
    text-align: center;
  }

  .call-back-area .form {
    padding-bottom: 30px;
  }

  form.white-popup-block .lost-pass-link {
    float: left;
    width: 100%;
  }

  /* Google Map */
  .google-maps iframe {
    height: 350px;
  }

  /* Blog */
  .blog-area .single-item .item .meta ul {
    display: block;
  }

  .blog-area .single-item .item .meta li {
    margin-bottom: 15px;
  }

  .blog-area .single-item .item .meta li:last-child {
    margin-bottom: 0;
  }


  /* Error Page */
  .error-page-area h1 {
    font-size: 120px;
    line-height: 80px;
  }

  /* Footer */
  footer.default-padding {
    padding-bottom: 30px;
  }

  footer .equal-height {
    margin-bottom: 50px;
  }

  footer .equal-height:last-child {
    margin-bottom: 0;
  }

  .footer-bottom {
    display: block;
    text-align: center;
    margin-top: 0;
  }

  .footer-bottom .text-left, 
  .footer-bottom .text-right {
    text-align: center;
  }

  .footer-bottom .text-right {
    margin-top: 15px;
  }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

  /* Portfolio */
  .portfolio-area .gallery-items.col-2 .pf-item,
  .portfolio-area .gallery-items.col-3 .pf-item,
  .portfolio-area .gallery-items.col-4 .pf-item {
    width: 50%;
  }


  /* Services */
  .services-area.inc-thumb .item {
    display: flex;
  }

  .services-area.inc-thumb .item .thumb {
    min-height: auto;
    width: 50%;
  }

  .services-area.inc-thumb .item .thumb, 
  .services-area.inc-thumb .item .info {
    width: 50%;
    text-align: left;
  }

  .services-area.inc-thumb .item .info {
    padding: 60px 30px;
  }

  .services-area.inc-thumb .item .info h4 i {
    left: -50px;
    top: -30px;
    border-radius: inherit;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


  .side {
   padding: 10px;
    width: 73%;
  }

  /* About */
  .about-area .about-items .info li {
    float: left;
    padding-right: 30px;
    display: flex;
    text-align: left;
    margin-bottom: 0;
  }

  .about-area .about-items .info li .info {
    padding-left: 15px;
  }

  .about-area .about-items .info li .icon {
    margin-bottom: 0;
  }

  /* Expertise Area */
  .expertise-area .our-expertise {
    text-align: left;
  }

  .expertise-area .our-expertise .expertise-items li {
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    text-align: left;
    margin-bottom: 0;
    width: auto;
  }

  .expertise-area .our-expertise .expertise-items li::after {
    background: #e7e7e7;
    display: inline-block;
  }

  .expertise-area .our-expertise .expertise-items .owl-dots {
    text-align: left;
  }


  /* Blog */
  .comments-list .commen-item .content, 
  .comments-list .commen-item .avatar {
    display: table-cell;
    text-align: left;
  }

  .comments-list .commen-item .content {
    width: auto;
  }

  .comments-list .commen-item .avatar {
    float: none;
    height: 80px;
    width: 80px;
    margin: inherit;
  }

  .comments-list .commen-item .content .title {
    margin-top: 0;
  }

  .comments-list .commen-item .content {
    padding-left: 25px;
  }

  .comments-list .commen-item .content .title {
    margin-top: 0;
  }

  .blog-area.single .post-pagi-area {
    text-align: inherit;
  }

  .blog-area.single .post-pagi-area a:last-child {
    float: right;
  }
}


@media (max-width: 1023px)
.navbar-brand > img {
    height: 50px !important;
}


/* Custom Wide Layout: 480px. */
@media only screen and (min-width: 400px) and (max-width: 767px) {
	
	.container-foot {
	width: 80%;
}

#product-page .bg-barra-2 .content-box-full img {
	
	    width: 50%;
    margin: 10px 0 0 25%;
}

.bg-barra-2 .content-box-full img {
	
	    width: 50%;
    margin: 0;
}


.padding-top-50 {
    padding-top: 0;
}

.producto-equipomedico .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 20px;
}

#camaras-audiometricas .content-box-full img {
    width: 35%;
    margin: 10px 0 0 30%;
}



#camaras-audiometricas .full-img-area {
    padding: 150px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



#camaras-audiometricas .padding-50 {
  padding: 30px 0 40px 0;
}




#camaras-audiometricas .square-3 {
    padding: 80px 0 67px 50px;
}


#camaras-audiometricas .pedriatica-area {
    padding: 20px 0 20px 0;
}

#camaras-audiometricas .square-4 {
    padding: 0 40px;
    min-height: 200px;
}


#camaras-audiometricas .description-4 p {
    padding: 50px 0;
    font-size: 2.1em;
    line-height: 65px;
    color: #181f27;
    font-weight: 300;
}



#camaras-audiometricas .square-5 {
    padding: 90px 10px 0 10px;
    min-height: 100px;
}


#camaras-audiometricas .square-6 {
    padding: 0px 0 40px 0px;
    min-height: 300px;
    margin-left: 40px;
}



#camaras-audiometricas .full-img-area-2 {
    padding: 200px 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}



#industria-section	.content-box-full img {
    width: 35%;
    margin: 10px 0 0 30%;
}

#industria-section .bg-barra-4 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 20px;
}


#industria-section  .square-1 {
    padding: 50px;
    min-height: 600px;
}


#industria-section .cenam img {
    width: 30%;
    margin-top: 30px;
}


#industria-section .square-2{
    padding: 30px 40px;
    min-height: 300px;
}



#industria-section .page-img-area {
    padding: 150px 0;
}

#industria-section  .description-2 p {
    padding: 40px 20px;
    font-size: 2em;
    line-height: 65px;
    color: #181f27;
    font-weight: 100;
}


#industria-section .description-3 p {
    padding: 40px 0;
    font-size: 1.5em;
    line-height: 55px;
    color: #00a0af;
    font-weight: 900;
}


#industria-section .industria-imgs-txt p {
    padding: 40px 40px;
    font-size: 2em;
    line-height: 40px;
    padding-bottom: 0;
}




#servicios-section .square-2a {
    padding: 60px 0px 17px 30px;
    min-height: auto;
}


#servicios-section .services-area-acustica {
    padding: 0;
}



#servicios-section  .services-heading h2 {
  
    padding: 50px 0;
 
    font-size: 2em;
}


#servicios-section .icon-equipamiento img {
    width: 20%;
    margin-bottom: 40px;
}


#servicios-section  .services-area-acustica .services-items .item {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    min-height: auto;
}


#servicios-section .square-2a p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 35px;
    padding-top: 20px;
    width: 90%;
}

#servicios-section .green-thin {
    font-size: 2em;
}


#servicios-section .list {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 35px;
}


#servicios-section .text-style-1c {
    padding: 0 10px;
    font-size: 2em;
    line-height: 55px;
}


#servicios-section .text-style-3a {
    font-size: 1.3em;
    padding: 0 0 20px 0;
   
}


#servicios-section .title-style-2 {
    padding: 30px 20px;
    font-size: 2.8em;
    line-height: 35px;
    color: #00a0af;
    font-weight: 900;
    text-align: center;
}

#servicios-section .full-img-area-3 {
    padding: 140px 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


#servicios-section .text-style-7 {
    padding: 20px 10px 20px 10px;
    font-size: 1.5em;
    line-height: 40px;
    }
    
    
  #servicios-section  .text-style-7a {
    padding: 0 0 20px 20px;
    font-size: 2em;

}


#servicios-section .text-style-6a {
    font-size: 2em;
  
    padding: 20px 40px;
}


#servicios-section .panel-body {
    padding: 0;
}


#servicios-section .square-grid-1 {
    padding: 40px 40px;
}

#servicios-section .square-grid-2 {
    padding: 40px 40px;
}

#servicios-section .square-grid-3 {
  
    padding: 40px;
    border-bottom: 1px solid white;

}

#servicios-section .square-grid-4 {
  
    padding: 40px;

}

#servicios-section .square-grid-5 {
  
    padding: 40px;

}

#servicios-section .title-style-4 {
    padding: 50px 0 20px 0;
    font-size: 3em;
}



#servicios-section .title-style-4a {
    padding: 20px 0;
    font-size: 2em;
    }

#servicios-section .text-style-5 {
    padding: 0;
    font-size: 1.5em;
    
    }


#servicios-section .container-medium-3 {
    
    margin-bottom: 20px;
}

#servicios-section .padding-40 {
    padding: 0 40px;
}


#servicios-section .square-7-img img {
    width: auto;
    height: auto;
    max-height: 200px;
    margin: 0;
    padding: 20px 0;
}





#servicios-section .title-certificaciones {

    margin-top: 40px;
}



#servicios-section .experiencia-area .exp-1 {
    font-size: 1.8em;
    padding: 0 20px;
}


#servicios-section .large-green {
    text-align: center;
    font-size: 2.8em;
    }


#servicios-section .square-6-img img {
    width: auto;
    height: auto;
    
    }


#servicios-section .medicion-area {
    padding-top: 0;
}



.square-collapse-1 {
    padding: 0;
    min-height: 300px;
    text-align: center;
    font-size: 1.7em;
    font-weight: 900;
}


.collapse-img-1 img {
    min-height: 200px;
    margin-top: 90px;
    margin-left: 40px;
}

.square-collapse-2 {
    padding: 187px 30px;
}

.square-collapse-4 {
    padding: 96px 0;
}

.square-collapse-5 {
    padding: 90px 0;
}

#servicios-section .content-box-full img {
    width: 35%;
    margin: 10px 0 0 30%;
}


#servicios-section .bg-barra-3 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 10px;
}

#panel-servicios {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-area {
	margin-bottom: 50px;
}


  
  .bg-barra-3 {
    padding: 10px;
}

  .bg-barra-5 {
    padding: 10px;
}
  
.content-box-full img {
    width: 35%;
    margin: 10px 0 0 0;
}

.icon-info p.icon-title {
    font-size: 2.5em;
    margin-left: 0;
    text-align: center;
}

.icon-info .icon-desc {
    padding-top: 10px;
    width: 100%;
    font-size: 1.4em;
    line-height: 35px;
    margin-left: 20px;
}

.footer-logos {
    margin-top: 0;
    margin-bottom: 50px;
}

.footer-logo-1 img {
    margin-top: 0;
    width: 70%;
}

.footer-logo-2 img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70%;
}

.footer-bottom img {
    margin-left: 0;
    margin-top: 20px;
}

.bg-barra-1 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 70px;
}

.bg-barra-1 .icon-info .icon-desc {
    padding-top: 10px;
    width: 95%;
    font-size: 1.6em;
    margin-left: 20px;
}

.icon-info .icon-link {
    font-weight: 900;
    font-size: 1.8em;
        margin-left: 20px;
    margin-bottom: 40px;
}

.bg-barra-2 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 70px;
}

.bg-barra-2 .icon-info .icon-desc {
    padding-top: 10px;
    width: 95%;
    font-size: 1.6em;
    margin-left: 20px;
}

.bg-barra-3 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 70px;
}

.bg-barra-4 .icon-info .icon-desc {
    padding-top: 10px;
    width: 95%;
    font-size: 1.6em;
    margin-left: 20px;
}

.bg-barra-4 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 70px;
}

.bg-barra-4 .icon-info .icon-desc {
        padding-top: 10px;
    width: 80%;
    font-size: 1.6em;
    margin-left: 40px;
}

.bg-barra-5 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 20px;
}

.bg-barra-5 .icon-info .icon-desc {
        padding-top: 10px;
    width: 90%;
    font-size: 1.6em;
    margin-left: 40px;
}

.bg-barra-1.icon-info p.icon-title {
  
    margin-top: 20px;
}

.bg-barra-2.icon-info p.icon-title {
  
    margin-top: 20px;
}

.bg-barra-3.icon-info p.icon-title {
  
    margin-top: 20px;
}

.bg-barra-4 .icon-info .icon-link {
    font-weight: 900;
    font-size: 1.8em;
    margin-left: 40px;
}

.bg-barra-4.icon-info p.icon-title {
  
    margin-top: 20px;
}



.bg-barra-5 .icon-info .icon-link {
	 margin-top: 20px;
    color: #008045;
    margin-left: 40px;
}

.description p {
    padding: 60px 0 0 60px;
    font-size: 2em;
    line-height: 45px;
    color: #181f27;
    font-weight: 100;
    width: 80%;
}

}
