
/*===============================
/*===============================
00. Typography Style Start
================================*/
body {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;    
	color: #181f27;
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover,
a:focus {
    color: #00a0af;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 14px;
}


@media (min-width: 1282px)
.container {
    width: 100%;
}



@media only screen and (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 30px;
    }
}

h2,
.h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {

    h2,
    .h2 {
        font-size: 28px;
    }
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {

    h3,
    .h3 {
        font-size: 26px;
    }
}

h4,
.h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

fieldset {
    margin-top: 30px;
}

fieldset legend {
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

blockquote,
.blockquote {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-family: "Playfair Display", serif;
    padding: 30px 20px;
    margin-bottom: 0;
    position: relative;
}

blockquote:before,
.blockquote:before {
    background-color: #00a0af;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
}

blockquote-right,
.blockquote-right {
    text-align: right;
}

blockquote-right:before,
.blockquote-right:before {
    left: auto;
    right: 0;
}

blockquote--2,
.blockquote--2 {
    background-color: #f4f4f4;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 60px 35px 35px;
}

blockquote--2:after,
.blockquote--2:after {
    content: "\f10e";
    color: #dddddd;
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 25px;
}

blockquote--2 .blockquote-footer,
.blockquote--2 .blockquote-footer {
    color: #666666;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}

blockquote--2.blockquote-right:after,
.blockquote--2.blockquote-right:after {
    content: '\f10d';
    left: 25px;
    right: auto;
}

::-moz-selection {
    color: #fff;
    background: #00a0af;
}

::selection {
    color: #fff;
    background: #00a0af;
}

/*===============================
Responsive Table Scrollbar
================================*/
body::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.list::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 0;
    background-color: #00a0af;
}

body::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 5px;
    background-color: rgba(253, 198, 87, 0.3);
}




/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 650px;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area {
  position: relative;
  overflow: hidden;
  200px;
}

/* Animation delays */

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* Carousel Indicators */


/*=======================================
Product Quantity Increment & Decrement
==========================================*/
.pro-qty {
    background-color: #f4f4f4;
    display: inline-block;
    position: relative;
    width: 200px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty {
        width: 120px;
    }
}

.pro-qty input {
    background-color: #f4f4f4;
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 21px 0;
    outline: none;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty input {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .pro-qty input {
        padding: 12px 0;
    }
}

.pro-qty a {
    background-color: #e0e0e0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 63px;
    height: 100%;
    width: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}

.pro-qty a:hover {
    background-color: #00a0af;
    color: #fff;
}

.pro-qty a.inc {
    right: 0;
}

.pro-qty a.dec {
    left: 0;
}


/* ===================================
    # Mutis Polygon Area
====================================== */

    
.intro-box {
width: 100%;
background-color: #00a0af;
clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 49% 100%, 0 72%);

}



.intro-area {
  overflow: hidden;
}

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

.center {
  text-align: center;
}


.intro-area  p {
  font-weight: 700;
  font-size: 4em;
  line-height: 60px;
}

@media (max-width: 600px) {
  .intro-area  p {
  font-size: 2em;
  line-height: 30px;
}
}

@media only screen and (max-width: 767px){
.banner-area, .banner-area div {
    height: 200px;
}
}
.default-padding {
	padding-top: 50px;
    padding-bottom: 60px;
}


.services-area  {
  margin: 90px 0 0 0;
}


.container-full {
  padding: 0 15px;
  width: 100%;
}

.container-medium {
  padding: 0 15px;
  width: 62%;
  margin: auto;
  margin-bottom: 20px;
}


.container-medium-2 {
  width: 65%;
  margin: auto;
  margin-bottom: 100px;
}

.container-medium-3 {
  width: 85%;
  margin: auto;
  margin-bottom: 100px;
}


.container-medium-4 {
  width: 75%;
  margin: auto;
}


@media only screen and (max-width: 767px) {
.container-medium {
    width: 100% !important;
}
}


.medicion-area {
	margin: 40px 0 0 80px; 
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
.medicion-area {
	    margin: 40px 0 0 60px;
}
}





.border-area {
	border: 10px #d3d3d3 solid;
	padding: 100px 50px;
}

.border-area-2 {
	border: 10px #d3d3d3 solid;
	padding: 30px 0 30px 50px;
}

.border-area-1 {
	
	border: 3px solid white;
	padding: 40px 100px;
	
}

.border-area-1 p{
	
	font-size: 2.5em;
	text-align: center;
	font-weight: 400;
}

#productos .square-style-1-green
 {
 
    padding: 170px 0;
	
}

#productos .square-style-1-g
 {
 
    padding: 160px 0;
	
}


#productos  .square-style-1
 {
 
    padding: 190px 0;
	
}

.square-style-1
 {
 
    padding: 200px 0;
	
}

.square-style-1a
 {
 
	padding: 50px 70px;
	
}

.square-style-2 {
    padding: 200px 0;
}



.square-style-1 p
 {
	 color: #fff;
	font-size: 2.1em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
	
	
}


.square-style-1-black p
 {
	 color: #fff;
	font-size: 2.1em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
	
	
}

.square-style-1a p
 {
	 color: #fff;
	font-size: 2.1em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
	
	
}



#paneles-img-1 {
	
	background-image: url('../img/inner-acusticas/Soluciones-Acusticas-Suspendido3-3.jpg'); 
	background-position: center center;
	background-size:  cover;
	background-repeat: no-repeat;
	
	
	}
	
	
	
	
	
	#paneles-img-2 {
	
	background-image: url('../img/inner-industria/02-Unidades.jpg'); 
	background-position: center center;
	background-size:  cover;
	background-repeat: no-repeat;
	
	
	}
	
	
	
	
	#paneles-img-3 {
	
	background-image: url('../img/inner-industria/06-Cabina.jpg'); 
	background-position: center center;
	background-size:  cover;
	background-repeat: no-repeat;
	
	
	}
	
		#paneles-img-i3 {
	
	background-image: url('../img/inner-industria/06-Cabina.jpg'); 
	background-position: center center;
	background-size:  cover;
	background-repeat: no-repeat;
	
	
	}
	

/*================================
28. Start Call to Action Wrapper
=================================*/
.single-call-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.single-call-action-wrap {
   padding: 40px 100px;
 
}


#servicios .bg-barra-3 .single-call-action-wrap {
   padding: 42px 0px; /**/
 
}


#servicios .bg-barra-5 .single-call-action-wrap {
   padding:0;
 
}

#servicios .bg-barra-5 .single-call-action-wrap {
   padding:0;
 
}

#servicios .bg-barra-5 .barra-principal {
    padding: 42px 0px;
}



#servicios .single-call-action-wrap {
   padding: 0;
 
}


#servicios .paneles-img-1 .single-call-action-wrap {
   padding: 200px;
 
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    #home .single-call-action-wrap {
        padding: 60px 30px;
    }
    
    #home .bg-barra-5 .single-call-action-wrap {
    padding: 60px 0;
}




#industria .square-5-img img {
    width: auto;
    height: auto;
    max-height: 500px;
    margin: 0;
    padding: 50px 0 50px 0;
}

#industria .square-5 {
    padding: 100px 0 0 100px;
    min-height: 300px;
}


#industria .text-style-6 {
    padding: 40px 10px 50px 10px;
    font-size: 1.9em;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}


#industria .square-6 {
    padding: 240px 0 0 0px;
    min-height: 600px;
    margin-left: 0;
}


#industria .text-style-1b {
    padding: 0;
    font-size: 2em;
    line-height: 45px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

#industria .padding-50 {
    padding: 10px;
}

#industria .full-img-area-2 {
    padding: 300px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#industria .title-product-1 {
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 700;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-call-action-wrap {
        display: block;
        padding: 120px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-call-action-wrap {
        display: block;
        padding: 80px 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-call-action-wrap {
        display: block;
        padding: 60px 15px;
    }
}

.single-call-action-wrap:nth-child(2n) {
    background-color: #181818;
}

.single-call-action-wrap .call-action-thumb {
    max-width: 200px;
    width: 100%;
    margin-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-call-action-wrap .call-action-thumb {
        margin-bottom: 48px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .single-call-action-wrap .call-action-thumb {
        margin: 0 auto 30px;
        max-width: 100px;
    }
}

.single-call-action-wrap .call-action-thumb img {
    width: 100%;
}

.single-call-action-wrap .call-action-info {
    color: #b8b8b8;
    line-height: 2;
}

.single-call-action-wrap .call-action-info h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-top: -7px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-call-action-wrap .call-action-info h2 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-call-action-wrap .call-action-info h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 18px;
    }
}

.single-call-action-wrap .call-action-info .btn {
    border-color: #fff;
    color: #fdc657;
    margin-top: 28px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .single-call-action-wrap .call-action-info .btn {
        margin-top: 18px;
    }
}

.single-call-action-wrap .call-action-info .btn:hover {
    background-color: #fdc657;
    border-color: #fdc657;
    color: #fff;
}

.single-call-action-wrap .call-action-icon {
    font-size: 100px;
    line-height: 1;
    margin-right: 100px;
}

#home .bg-barra-5 .single-call-action-wrap .call-action-icon {
   
    margin-right: 60px;
}

#home .bg-barra-5 .call-action-icon img {
	    width: 820px;
}





#home .bg-barra-4 .single-call-action-wrap .call-action-icon {
   
    margin-right: 105px;
}



#servicios .bg-barra-5 .call-action-icon img {
   width: 620px;
    margin-left: -15px;
}


@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .single-call-action-wrap .call-action-icon {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-call-action-wrap .call-action-icon {
        margin-bottom: 48px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .single-call-action-wrap .call-action-icon {
        margin-right: 0;
        font-size: 60px;
    }
}

.call-action-content {
    color: #fff;
    line-height: 2;
    padding: 140px 0 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .call-action-content {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .call-action-content {
        padding: 0 0 60px;
        margin-top: 30px;
    }
}

.call-action-content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .call-action-content h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .call-action-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.call-action-content .btn-bordered,
.call-action-content .btn-black,
.call-action-content .single-banner-wrap:nth-child(2n) .btn-bordered:hover,
.single-banner-wrap:nth-child(2n) .call-action-content .btn-bordered:hover {
    border-color: #fff;
    color: #fff;
    margin-top: 20px;
}

.call-action-content .btn-bordered:hover,
.call-action-content .btn-black:hover,
.call-action-content .single-banner-wrap:nth-child(2n) .btn-bordered:hover,
.single-banner-wrap:nth-child(2n) .call-action-content .btn-bordered:hover {
    color: #fdc657;
}

.call-action-video-area {
    position: relative;
    height: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}

@media only screen and (max-width: 767.98px) {
    .call-action-video-area {
        margin-top: 60px;
        height: 300px;
    }
}

.call-action-video-area:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.btn-video-popup {
    border-radius: 50%;
    border: 5px solid #fff;
    color: #fff;
    display: block;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 70px;
    height: 80px;
    width: 80px;
    z-index: 2;
}

.btn-video-popup i {
    padding-left: 3px;
}

.call-action-img img,
.gallery-image img {
    width: 100%;
}


/* ===================================
    # Contact 
====================================== */

.contact-area .contact-items {
  background: #ffffff;
  /*-moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  */
}

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

.contact-area .contact-items .form-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-area .contact-items .form-box input, 
.contact-area .contact-items .form-box textarea {
  box-shadow: inherit;
  border: none;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.contact-area .contact-items .form-box textarea {
  min-height: 180px;
  padding-top: 15px;
}

.contact-area .contact-items .form-box button {
  border: none;
  background: #00a0af;
  padding: 12px 35px;
  font-family: 'Nunito Sans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  float: right;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100% !important;
}

.maps-area {
  overflow: hidden;
}


#phone::-webkit-inner-spin-button, 
#phone::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}




/* ===================================
    Industria
====================================== */



.bg-barra-4 {
	width: 100%;
	background-color: #da5376;
	padding: 30px 0;
}

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





.content-box-full img {
    width: 80%;
    padding: 0;
}



.description-2 p {
	padding: 100px 0;
	font-size: 4em;
	line-height: 65px;
	color: #181f27;
	font-weight: 100;
}


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




.industria-lista {

	padding: 100px 50px;
}


.industria-texto p {
	color: #fff;
	text-align: left;
	font-size: 2em;
	line-height: 40px;
	padding-bottom: 20px;
}


.nom-style {
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	border: solid 1px #fff;
	padding: 20px 30px;
	margin-bottom: 30px;
	font-size: 2em;
	float: left;
	clear: both;
	font-weight: 600;
	
}

.industria-imgs {
	
}

.industria-imgs-txt {
	    padding: 0 30px;
	
}

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


.bullet {
	color: #00a0af;
}




/* ===================================
    # Services
====================================== */

.no-padding {
	padding: 0 !important;
}

.green-bg-text {
	background-color: #00a0af;
	padding: 10px 20px;
	color: #fff;
	margin-right: 20px;
	font-size: 2em;
	margin-top: 20px;
}


.square-1, .square-2 
 {
	padding: 100px;
	min-height: 600px;
}




.square-1-img img,
.square-2-img img
 {
	width: 100%;
	height: auto;
	max-height: 600px;
	margin: 0;
	padding: 0;
}

.square-1,  .square-2
 {
	text-align: left;
}


.square-1 h2
 {
	color: #00a0af;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 25px;
}


.square-1 p
 {
	font-size: 2.5em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
}



.square-2 h2
 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 25px;
}


.square-2 p
 {
	 color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
}








.green-white {
	color: #fff
}






.services-area  {
  margin: 90px 0 0 0;
}


.cenam img {
	width: 30%;
	margin-top: 25px;
}


.bg-green {
	background: #00a0af; 
	
}


.services-area .services-items .item {

  padding: 40px;
background: #00a0af;  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.services-area .services-items .col-md-4 {

  padding: 0 !important;

}

.services-area .services-items h4 {
  color: #fff;
  font-size: 2em;
}

.services-area .services-items p {
  color: #fff;
  font-size: 1.2em;
}



.icon-equipamiento img {
	width: 50%;
	margin-bottom: 40px;
}




/* Services Thumb */



.page-img-area {
  padding: 350px 0;
}
/* Topbar CSS */


@media only screen and (min-width: 990px) {
.services-items {
	display: inherit;
}

}

@media only screen and (max-width: 990px) {
.cenam img {
    width: 30%;
    margin-top: 20px;
}


}



.site-heading h2 {
    display: inline-block;
    font-weight: 900;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 3em;
    color: #00a0af;
    text-align: center;
}


/*===============================
Nice Select Customization
================================*/
.nice-select {
    border-radius: 0;
    float: none;
    height: auto;
    text-transform: capitalize;
    line-height: inherit;
    padding: 8px 30px 8px 15px;
    width: 100%;
}

.nice-select span.current {
    font-weight: 600;
    font-size: 13px;
}

.nice-select .list {
    border-radius: 0;
    width: 100%;
}

.nice-select .list .option {
    line-height: 30px;
    min-height: 30px;
}

/*===============================
Custom Checkbox & Radio Button
================================*/
.custom-checkbox label,
.custom-checkbox .custom-control-label,
.custom-radio label,
.custom-radio .custom-control-label {
    color: #222222;
    font-size: 13px;
    line-height: 1;
    padding-left: 10px;
    cursor: pointer;
}

.custom-checkbox label:before,
.custom-checkbox .custom-control-label:before,
.custom-radio label:before,
.custom-radio .custom-control-label:before {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label:after,
.custom-checkbox .custom-control-label:after,
.custom-radio label:after,
.custom-radio .custom-control-label:after {
    background-size: 10px 10px;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label a,
.custom-checkbox .custom-control-label a,
.custom-radio label a,
.custom-radio .custom-control-label a {
    color: #222222;
    font-weight: 500;
}

.custom-checkbox label a:hover,
.custom-checkbox .custom-control-label a:hover,
.custom-radio label a:hover,
.custom-radio .custom-control-label a:hover {
    color: #00a0af;
}

.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
    outline: none;
}

.custom-checkbox input:focus~.custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus~.custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus~.custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus~.custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox input:checked~.custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked~.custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
    background-color: #00a0af;
    border-color: #00a0af;
}

.custom-radio label:before,
.custom-radio .custom-control-label:before {
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.custom-radio label:after,
.custom-radio .custom-control-label:after {
    background-position: 1px 1px;
    background-size: 9px 8px;
    left: -13px;
    top: 2px;
    height: 10px;
    width: 10px;
}

/*===============================
Bootstrap Tooltip Customization
================================*/
.tooltip {
    z-index: 9999;
}

.tooltip .tooltip-inner {
    background-color: #00a0af;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    text-shadow: none;
    padding: 5px 10px 7px;
}

.tooltip .arrow:before {
    border-top-color: #00a0af !important;
}

.tooltip.show {
    opacity: 1 !important;
}

/*===============================
Tippy Js Tooltip Customization
================================*/
.tippy-popper .tippy-tooltip {
    background-color: #00a0af;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 8px;
}

.tippy-popper[x-placement^='top'] .tippy-arrow {
    border-top-color: #00a0af !important;
}

.tippy-popper[x-placement^='bottom'] .tippy-arrow {
    border-bottom-color: #00a0af !important;
}

.tippy-popper[x-placement^='left'] .tippy-arrow {
    border-left-color: #00a0af !important;
}

.tippy-popper[x-placement^='right'] .tippy-arrow {
    border-right-color: #00a0af !important;
}

/*=======================
Buttons Style
=========================*/
.btn-group .btn {
    margin-right: 20px;
}

.btn-group .btn:last-child {
    margin-right: 0;
}

.btn {
    border-radius: 0;
    border-width: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    padding: 20px 30px;
}

.btn i {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .btn {
        padding: 13px 25px;
    }
}

@media only screen and (max-width: 575.98px) {
    .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-small {
    padding: 10px 15px;
    font-size: 11px;
}

.btn-brand {
    background-color: #00a0af;
    color: white;
}

.btn-brand:hover {
    background-color: #222222;
}

.btn-bordered,
.btn-black,
.single-banner-wrap:nth-child(2n) .btn-bordered:hover {
    border: 3px solid #222222;
}

.btn-bordered:hover,
.btn-black:hover,
.single-banner-wrap:nth-child(2n) .btn-bordered:hover {
    border-color: #00a0af;
}

.btn-black {
    background-color: #222222;
    color: #fff;
}

.btn-black:hover {
    background-color: #00a0af;
    border-color: #00a0af;
    color: #fff;
}

.btn-offWhite {
    background-color: #f2f2f2;
    color: #222222;
}

.btn-offWhite:hover {
    background-color: #00a0af;
    color: #fff;
}

.btn-event {
    border: 2px solid #222222;
}

.btn-event:hover {
    background-color: #222222;
    color: #fff;
}

.btn-transparent {
    border: 1px solid #00a0af;
}

.btn-transparent:hover {
    background-color: #00a0af;
    color: #fff;
}

.btn-append i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-append:hover i {
    opacity: 1;
    visibility: visible;
    padding-right: 10px;
}

.btn-wishlist {
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-wishlist:hover {
    color: #00a0af;
}

.btn-wishlist i {
    margin-right: 5px;
}

/*=======================
Start Section title
=========================*/
.section-title-wrap {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 80px;
    padding-bottom: 50px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title-wrap {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-title-wrap {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
}

.section-title-wrap:after {
    background-color: #00a0af;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 70px;
}

.section-title-wrap h2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
    .section-title-wrap h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.section-title-wrap.layout--2 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 72px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title-wrap.layout--2 {
        margin-bottom: 53px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-title-wrap.layout--2 {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 45px;
    }
}

.section-title-wrap.layout--2 i.fa {
    color: #00a0af;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

.section-title-wrap.layout--2 h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767.98px) {
    .section-title-wrap.layout--2 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.section-title-wrap.layout--2:after {
    display: none;
}

.section-title-wrap.layout--3 {
    padding-bottom: 20px;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .section-title-wrap.layout--3 {
        margin-bottom: 35px;
    }
}

.section-title-wrap.layout--3 h2 {
    margin-bottom: 0;
}

.section-title-wrap.left:after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.section-title-wrap p span {
    color: #00a0af;
}

.section-title-wrap.white {
    color: #fff;
}

.section-title-wrap.white h2 {
    color: #fff;
}

.section-title-wrap.white i.fa {
    color: #222222;
}

/*=============================
Slick Slider Customization
===============================*/
.slick-slider {
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slick-slider .slick-slide>div>div,
.slick-slider .slick-slide>div>figure {
    vertical-align: middle;
}

.slick-slider .slick-dots {
    margin-top: 35px;
    text-align: center;
    line-height: 1;
}

.slick-slider .slick-dots li {
    border: 1px solid #D4D4D4;
    background-color: #D4D4D4;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 10px;
    height: 10px;
    width: 10px;
}

.slick-slider .slick-dots li:hover,
.slick-slider .slick-dots li.slick-active {
    background-color: #222222;
    border-color: #222222;
}

.slick-slider .slick-dots li button {
    display: none;
}

.slick-slider.dots-style-two .slick-dots li {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    position: relative;
}

.slick-slider.dots-style-two .slick-dots li:before {
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slick-slider.dots-style-two .slick-dots li:hover,
.slick-slider.dots-style-two .slick-dots li.slick-active {
    background-color: #fff;
    border-color: #fff;
}

.slick-slider.dots-style-two .slick-dots li:hover:before,
.slick-slider.dots-style-two .slick-dots li.slick-active:before {
    display: block;
    opacity: 1;
}

.slick-slider.dots-style-three .slick-dots {
    bottom: 20px;
    position: absolute;
    margin: 0;
    width: 100%;
}

.slick-slider.slick-vertical .slick-arrow {
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-slider.slick-vertical .slick-arrow.slick-prev {
    top: auto;
    bottom: 10px;
}

.slick-slider img {
    width: 100%;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.slick-slider.slick-row-3 .slick-list {
    margin: 0 -3px;
}

.slick-slider.slick-row-3 .slick-list .slick-slide {
    margin: 0 3px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-3 .slick-list {
        margin: 0 -3px !important;
    }

    .slick-slider.slick-sm-row-3 .slick-list .slick-slide {
        margin: 0 3px !important;
    }
}

.slick-slider.slick-row-4 .slick-list {
    margin: 0 -4px;
}

.slick-slider.slick-row-4 .slick-list .slick-slide {
    margin: 0 4px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-4 .slick-list {
        margin: 0 -4px !important;
    }

    .slick-slider.slick-sm-row-4 .slick-list .slick-slide {
        margin: 0 4px !important;
    }
}

.slick-slider.slick-row-5 .slick-list {
    margin: 0 -5px;
}

.slick-slider.slick-row-5 .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-5 .slick-list {
        margin: 0 -5px !important;
    }

    .slick-slider.slick-sm-row-5 .slick-list .slick-slide {
        margin: 0 5px !important;
    }
}

.slick-slider.slick-row-6 .slick-list {
    margin: 0 -6px;
}

.slick-slider.slick-row-6 .slick-list .slick-slide {
    margin: 0 6px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-6 .slick-list {
        margin: 0 -6px !important;
    }

    .slick-slider.slick-sm-row-6 .slick-list .slick-slide {
        margin: 0 6px !important;
    }
}

.slick-slider.slick-row-7 .slick-list {
    margin: 0 -7px;
}

.slick-slider.slick-row-7 .slick-list .slick-slide {
    margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-7 .slick-list {
        margin: 0 -7px !important;
    }

    .slick-slider.slick-sm-row-7 .slick-list .slick-slide {
        margin: 0 7px !important;
    }
}

.slick-slider.slick-row-8 .slick-list {
    margin: 0 -8px;
}

.slick-slider.slick-row-8 .slick-list .slick-slide {
    margin: 0 8px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-8 .slick-list {
        margin: 0 -8px !important;
    }

    .slick-slider.slick-sm-row-8 .slick-list .slick-slide {
        margin: 0 8px !important;
    }
}

.slick-slider.slick-row-9 .slick-list {
    margin: 0 -9px;
}

.slick-slider.slick-row-9 .slick-list .slick-slide {
    margin: 0 9px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-9 .slick-list {
        margin: 0 -9px !important;
    }

    .slick-slider.slick-sm-row-9 .slick-list .slick-slide {
        margin: 0 9px !important;
    }
}

.slick-slider.slick-row-10 .slick-list {
    margin: 0 -10px;
}

.slick-slider.slick-row-10 .slick-list .slick-slide {
    margin: 0 10px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-10 .slick-list {
        margin: 0 -10px !important;
    }

    .slick-slider.slick-sm-row-10 .slick-list .slick-slide {
        margin: 0 10px !important;
    }
}

.slick-slider.slick-row-11 .slick-list {
    margin: 0 -11px;
}

.slick-slider.slick-row-11 .slick-list .slick-slide {
    margin: 0 11px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-11 .slick-list {
        margin: 0 -11px !important;
    }

    .slick-slider.slick-sm-row-11 .slick-list .slick-slide {
        margin: 0 11px !important;
    }
}

.slick-slider.slick-row-12 .slick-list {
    margin: 0 -12px;
}

.slick-slider.slick-row-12 .slick-list .slick-slide {
    margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-12 .slick-list {
        margin: 0 -12px !important;
    }

    .slick-slider.slick-sm-row-12 .slick-list .slick-slide {
        margin: 0 12px !important;
    }
}

.slick-slider.slick-row-13 .slick-list {
    margin: 0 -13px;
}

.slick-slider.slick-row-13 .slick-list .slick-slide {
    margin: 0 13px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-13 .slick-list {
        margin: 0 -13px !important;
    }

    .slick-slider.slick-sm-row-13 .slick-list .slick-slide {
        margin: 0 13px !important;
    }
}

.slick-slider.slick-row-14 .slick-list {
    margin: 0 -14px;
}

.slick-slider.slick-row-14 .slick-list .slick-slide {
    margin: 0 14px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-14 .slick-list {
        margin: 0 -14px !important;
    }

    .slick-slider.slick-sm-row-14 .slick-list .slick-slide {
        margin: 0 14px !important;
    }
}

.slick-slider.slick-row-15 .slick-list {
    margin: 0 -15px;
}

.slick-slider.slick-row-15 .slick-list .slick-slide {
    margin: 0 15px;
}

@media only screen and (max-width: 767.98px) {
    .slick-slider.slick-sm-row-15 .slick-list {
        margin: 0 -15px !important;
    }

    .slick-slider.slick-sm-row-15 .slick-list .slick-slide {
        margin: 0 15px !important;
    }
}

.ht-slick-nav button {
    color: rgba(34, 34, 34, 0.5);
    font-size: 40px;
    line-height: 1;
    position: absolute;
    left: -150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .ht-slick-nav button {
        left: -100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .ht-slick-nav button {
        display: none !important;
    }
}

.ht-slick-nav button.next-arrow {
    left: auto;
    right: -150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .ht-slick-nav button.next-arrow {
        right: -100px;
    }
}

.ht-slick-nav button:hover {
    color: #222222;
}

.ht-slick-nav--two button {
    background-color: #f4f4f4;
    font-size: 30px;
    left: 0;
    height: 50px;
    width: 50px;
}

.ht-slick-nav--two button.gallery-next-arrow {
    left: auto;
    right: 0;
}

.ht-slick-nav--two button:hover {
    background-color: #00a0af;
    color: #fff;
}

.ht-slick-nav--three button {
    background-color: #fff;
    border-radius: 50px;
    color: #222222;
    font-size: 20px;
    line-height: 1;
    left: -50px;
    height: 100px;
    width: 100px;
}

.ht-slick-nav--three button:hover {
    background-color: #00a0af;
    color: #fff;
}

.ht-slick-nav--three button i {
    padding-left: 35px;
}

.ht-slick-nav--three button.next-arrow,
.ht-slick-nav--three button.next-arrow-cat {
    left: auto;
    right: -50px;
}

.ht-slick-nav--three button.next-arrow i,
.ht-slick-nav--three button.next-arrow-cat i {
    padding-left: 0;
    padding-right: 35px;
}

.ht-slick-nav--four button {
    color: #fff;
}

.ht-slick-nav--four button:hover {
    color: #00a0af;
}

.ht-slick-nav--five button {
    left: 100px;
}

.ht-slick-nav--five button.next-arrow {
    right: 100px;
}

.ht-slick-slider-wrapper {
    position: relative;
}

.ht-slick-slider-wrapper .slick-disabled {
    cursor: not-allowed;
}

.ht-slick-slider-wrapper:hover .ht-slick-nav button {
    opacity: 1;
    visibility: visible;
}

/*=============================
Magnific Popup Customization
===============================*/
.mfp-wrap.imagesGallery .mfp-container .mfp-close {
    display: none;
}

.mfp-wrap.imagesGallery .mfp-arrow {
    opacity: 1;
    height: 65px;
}

.mfp-wrap.imagesGallery .mfp-arrow:before {
    color: #fff;
    border: 1px solid #00a0af;
    border-radius: 50%;
    font-family: "FontAwesome";
    font-size: 20px;
    text-align: center;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 48px;
    height: 50px;
    width: 50px;
}

.mfp-wrap.imagesGallery .mfp-arrow:after {
    display: none;
}

.mfp-wrap.imagesGallery .mfp-arrow-left:before {
    content: '\f104';
}

.mfp-wrap.imagesGallery .mfp-arrow-right {
    margin-right: 20px;
}

.mfp-wrap.imagesGallery .mfp-arrow-right:before {
    content: '\f105';
}

.mfp-wrap.imagesGallery .mfp-arrow:hover:before {
    background-color: #00a0af;
}

.mfp-wrap.imagesGallery .mfp-close {
    color: #fff;
    border: 1px solid #00a0af;
    border-radius: 50%;
    font-family: "FontAwesome";
    font-size: 20px;
    text-align: center;
    opacity: 1;
    right: 30px;
    top: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 48px;
    height: 50px;
    width: 50px;
}

@media only screen and (max-width: 767.98px) {
    .mfp-wrap.imagesGallery .mfp-close {
        line-height: 33px;
        height: 35px;
        width: 35px;
    }
}

.mfp-wrap.imagesGallery .mfp-close:hover {
    background-color: #00a0af;
}

.mfp-wrap.imagesGallery .mfp-bottom-bar {
    background-color: #00a0af;
    height: 30px;
    padding: 0 20px;
    margin-top: -40px;
}

.mfp-wrap.imagesGallery .mfp-bottom-bar .mfp-counter {
    color: #222222;
    font-size: 16px;
    line-height: 2;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.mfp-wrap.video-popup-wrap.mfp-ready .mfp-content {
    border: 10px solid #00a0af;
    -webkit-animation: fadeInDown 0.5s forwards;
    animation: fadeInDown 0.5s forwards;
}

.mfp-wrap.video-popup-wrap .mfp-close {
    background-color: #222222;
    height: 60px;
    width: 60px;
    opacity: 1;
    text-align: center;
    line-height: 60px;
    padding: 0;
    top: -70px;
    right: -10px;
}

@media only screen and (min-width: 1200px) {
    .mfp-wrap.video-popup-wrap .mfp-close {
        left: calc(100% + 10px);
        right: auto;
        top: -10px;
    }
}

.mfp-wrap.video-popup-wrap .mfp-close:hover {
    background-color: #00a0af;
}

.mfp-wrap.mfp-auto-cursor {
    cursor: url("../img/icons/cancel.png"), auto;
}

/*===========================
Start Page Breadcrumb
============================*/
.page-breadcrumb-wrapper {
    background-color: #fff9f9;
    padding: 80px 0 70px;
}

@media only screen and (max-width: 767.98px) {
    .page-breadcrumb-wrapper {
        padding: 53px 0;
    }
}

.page-breadcrumb-wrapper h1 {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-top: -3px;
    margin-bottom: 23px;
}

@media only screen and (max-width: 767.98px) {
    .page-breadcrumb-wrapper h1 {
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 575.98px) {
    .page-breadcrumb-wrapper h1 {
        font-size: 26px;
        line-height: 1.5;
    }
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.breadcrumb li:first-child:before {
    display: none;
}

.breadcrumb li:before {
    content: '>';
    color: #000;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 10px;
    margin-right: 10px;
}

.breadcrumb a {
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.breadcrumb a:hover {
    color: #00a0af;
}

.breadcrumb a.active {
    color: #8d8d8d;
    cursor: not-allowed;
    pointer-events: none;
}

/*==================
Dropcaps Style
====================*/
.dropcap {
    color: #222222;
    display: block;
    float: left;
    font-size: 60px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase;
}

.dropcap-brand {
    color: #00a0af;
}

.dropcap-rounded {
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.dropcap-square {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

/*==============
List Style
================*/
.list {
    line-height: 2.5;
}

.list li i,
.list li span {
    color: #222222;
    margin-right: 10px;
    font-weight: 600;
}

.list li ul {
    margin-left: 25px;
    font-size: 90%;
}

/*=============================
Short Classes
===============================*/
.bg-img {
    background: #dddddd no-repeat center center;
    background-size: cover;
}

.off-white-bg {
    background-color: #f4f4f4;
}

.custom-width {
    max-width: 1360px;
    margin: auto;
}

@media screen and (min-width: 1600px) {
    .container-fluid {
        padding: 0 100px;
    }
}

.parallaxBg {
    background-attachment: fixed;
}

.fix {
    overflow: hidden;
}

.fix-x {
    overflow-x: hidden;
}

.fix-y {
    overflow-y: hidden;
}

.hv-100 {
    height: 100vh;
}

.hv-90 {
    height: 90vh;
}

.hv-80 {
    height: 80vh;
}

.hv-70 {
    height: 70vh;
}

.hv-50 {
    height: 50vh;
}

.hv-40 {
    height: 40vh;
}


.hv-30 {
    height: 30vh;
}



@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .hv-100 {
        height: auto;
    }
}

.w-25 {
    width: 25%;
}

@media only screen and (max-width: 767.98px) {
    .w-sm-25 {
        width: 25% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .w-md-25 {
        width: 25% !important;
    }
}

.w-50 {
    width: 50%;
}

.w-65 {
    width: 65%;
}


@media only screen and (max-width: 767.98px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .w-md-50 {
        width: 50% !important;
    }
}

.w-75 {
    width: 75%;
}

@media only screen and (max-width: 767.98px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .w-md-75 {
        width: 75% !important;
    }
}

.w-100 {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .w-md-100 {
        width: 100% !important;
    }
}

mark,
.mark {
    background-color: #222222;
    color: #fff;
}

.parallaxBg {
    position: relative;
    z-index: 0;
}

.parallaxBg>.jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.image-gallery-popup {
    margin-top: -30px;
}

.image-gallery-popup .gallery-item {
    cursor: pointer;
    margin-top: 30px;
}

.scroll-top {
    background-color: #00a0af;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    border: 2px solid white;
}

.scroll-top:hover {
    color: #fff;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

/*=============================
02. Start Header Area Wrapper
===============================*/
.header-area-wrapper {
    padding: 10px 0;
    background-color: white;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-area-wrapper {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .header-area-wrapper {
    padding: 15px 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {

    .header-area-wrapper button,
    .header-area-wrapper a {
        font-size: 20px;
    }
}

.header-area-wrapper .cart-button {
    position: relative;
}

.header-area-wrapper .cart-button .count {
    background-color: #222222;
    color: #fff;
    border-radius: 50%;
    display: block;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: -7px;
    right: -10px;
    line-height: 14px;
    height: 15px;
    width: 15px;
}

.header-area-wrapper .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-wrap img.sticky-logo {
    display: none;
}

.off-canvas-area-wrap {
    margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .off-canvas-area-wrap {
        margin-left: 0;
    }
}

.off-canvas-area-wrap button,
.off-canvas-area-wrap a {
    color: white;
    line-height: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 30px;
}

.off-canvas-area-wrap button:last-child,
.off-canvas-area-wrap a:last-child {
    margin-right: 0;
}

.off-canvas-area-wrap button:hover,
.off-canvas-area-wrap a:hover {
    color: #00a0af;
}

.off-canvas-area-wrap button .bar-txt,
.off-canvas-area-wrap a .bar-txt {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .off-canvas-area-wrap.header-center {
        margin-left: 45px;
    }
}

.sticky-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
    z-index: 1030;
}

.sticky-header.sticky {
	position: fixed;
    background-color: white;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 5px 0;
    -webkit-animation: fadeInDown 1s forwards;
    animation: fadeInDown 1s forwards;
}


.sticky-header.sticky *:hover {
    color: #00a0af;
}

.sticky-header.sticky .logo-wrap img {
    display: none;
}

.sticky-header.sticky .logo-wrap img.sticky-logo {
    display: inline-block;
}

.sticky-header.sticky .main-menu>.dropdown-navbar>.dropdown-nav {
    margin-top: 29px;
}

.sticky-header.sticky .main-menu>.dropdown-navbar>.dropdown-nav:before {
    height: 30px;
}

.sticky-header.sticky .header-left-wrapper:before,
.sticky-header.sticky .off-canvas-area-wrap:before {
    height: 20px !important;
}

.black-header .sticky-logo {
    display: inline-block !important;
}

.black-header ul li a {
    color: #222222;
}

.black-header button,
.black-header a {
    color: #222222;
}

.header-padding {
    padding: 41px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767.98px) {
    .header-padding {
        padding: 25px 0;
    }
}

.header-four {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 41px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-four .container-fluid {
        padding: 0 15px;
    }
}

.header-four .header-left-wrapper {
    position: relative;
    padding-right: 60px;
    margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-four .header-left-wrapper {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .header-four .header-left-wrapper {
        padding-right: 0;
        margin-right: 0;
    }
}

.header-four .header-left-wrapper:before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    right: 0;
    top: -42px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 107px;
    width: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .header-four .header-left-wrapper:before {
        display: none;
    }
}

@media only screen and (min-width: 1200px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-four .header-right-wrapper {
        width: 100%;
    }
}

.header-four .header-right-wrapper .off-canvas-area-wrap {
    position: relative;
    padding-left: 60px;
}

@media (max-width: 1599px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.header-four .header-right-wrapper .off-canvas-area-wrap:before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    left: 0;
    top: -47px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 107px;
    width: 1px;
    display: none;
}

@media (min-width: 1600px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap:before {
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap .off-canvas-btn {
        font-size: 20px;
        line-height: 1;
        color: #aaaaaa;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap .off-canvas-btn .bar-txt {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .header-four .header-right-wrapper .footer-social-icons a {
        font-size: 20px;
        color: #fff;
    }
}

.header-fix-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 15px 0;
    max-width: 1140px;
    margin: auto;
    z-index: 999;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-fix-left {
        max-width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-fix-left {
        max-width: 720px;
    }
}

@media only screen and (max-width: 767.98px) {
    .header-fix-left {
        max-width: 540px;
    }
}

@media screen and (min-width: 991.99px) and (max-width: 1599.99px) {
    .header-fix-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header-fix-left .logo-area-wrap {
        margin-right: 100px;
    }
}

@media screen and (min-width: 1600px) {
    .header-fix-left {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        display: block;
        max-width: 265px;
        width: 100%;
    }

    .header-fix-left .logo-area-wrap {
        margin-bottom: 60px;
        padding: 114px 80px 0;
    }

    .header-fix-left .main-menu.nav {
        display: block !important;
        width: 200px;
    }

    .header-fix-left .main-menu.nav>li {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .header-fix-left .main-menu.nav>li:last-child {
        margin-bottom: 0;
    }

    .header-fix-left .main-menu.nav>li a {
        padding: 10px 80px;
    }

    .header-fix-left .main-menu.nav>li .dropdown-nav {
        left: 100%;
        top: 0;
        margin-top: -50px;
    }

    .header-fix-left .main-menu.nav>li .dropdown-nav.mega-menu-wrap {
        min-width: 1140px;
    }

    .header-fix-left .main-menu.nav .full-width {
        position: relative;
    }

    .header-fix-left .main-menu.nav>.arrow>a:after {
        content: '\f105';
    }
}

.header-fix-left-two {
    padding: 41px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1600px) {
    .header-fix-left-two {
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    }

    .header-fix-left-two .logo-area-wrap {
        padding: 0;
        margin: 100px 0 80px;
        text-align: center;
    }

    .header-fix-left-two .main-menu {
        text-align: center;
    }

    .header-fix-left-two .main-menu.nav {
        width: auto;
    }

    .header-fix-left-two .main-menu.nav>li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .header-fix-left-two .main-menu.nav>li:last-child {
        border-bottom: 0;
    }

    .header-fix-left-two .main-menu.nav>li:hover>a {
        background-color: #00a0af;
        color: #fff;
    }

    .header-fix-left-two .main-menu.nav>li>a {
        padding: 25px 10px;
        display: block;
    }

    .header-fix-left-two .main-menu.nav>li ul {
        text-align: left;
    }
}

/*======================
Start Search Box Area
========================*/
.off-canvas-search-box.show .off-canvas-overlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.off-canvas-search-box.show .search-box-content {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s forwards;
    animation: slideInUp 1s forwards;
}

.search-box-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.search-box-content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.search-box-content form {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 90%;
    margin: auto;
}

.search-box-content input {
    background-color: #fff;
    border: none;
    outline: none;
    padding: 15px 80px 15px 15px;
    display: block;
    width: 100%;
}

.search-box-content .btn-search {
    background-color: #00a0af;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    width: 60px;
}

.search-box-content .btn-search:hover {
    background-color: #222222;
}

/*=================================
Start Off Canvas Area Wrapper
==================================*/
.off-canvas-area-wrapper,
.off-canvas-responsive-menu,
.off-canvas-search-box {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 100vh;
    width: 100vw;
}

.off-canvas-area-wrapper .off-canvas-content-wrap,
.off-canvas-responsive-menu .off-canvas-content-wrap,
.off-canvas-search-box .off-canvas-content-wrap {
    background-color: white;
    margin-left: auto;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(100% + 40px));
    -ms-transform: translateX(calc(100% + 40px));
    transform: translateX(calc(100% + 40px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    max-width: 360px;
    width: 100%;
}

@media only screen and (max-width: 575.98px) {

    .off-canvas-area-wrapper .off-canvas-content-wrap,
    .off-canvas-responsive-menu .off-canvas-content-wrap,
    .off-canvas-search-box .off-canvas-content-wrap {
        max-width: 250px !important;
    }
}

.off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content,
.off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content,
.off-canvas-search-box .off-canvas-content-wrap .off-canvas-content {
    padding: 40px;
    height: 100%;
    overflow-y: auto;
}

@media only screen and (max-width: 575.98px) {

    .off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content,
    .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content,
    .off-canvas-search-box .off-canvas-content-wrap .off-canvas-content {
        padding: 30px 15px;
    }
}

.off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content .off-canvas-item,
.off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content .off-canvas-item,
.off-canvas-search-box .off-canvas-content-wrap .off-canvas-content .off-canvas-item {
    margin-bottom: 60px;
}

.off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content .off-canvas-item:last-child,
.off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content .off-canvas-item:last-child,
.off-canvas-search-box .off-canvas-content-wrap .off-canvas-content .off-canvas-item:last-child {
    margin-bottom: 0;
}

.off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content .off-canvas-item h2,
.off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content .off-canvas-item h2,
.off-canvas-search-box .off-canvas-content-wrap .off-canvas-content .off-canvas-item h2 {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: -2px;
}

.off-canvas-area-wrapper .off-canvas-content-wrap .btn-close,
.off-canvas-responsive-menu .off-canvas-content-wrap .btn-close,
.off-canvas-search-box .off-canvas-content-wrap .btn-close {
    background-color: white;
    position: absolute;
    right: 100%;
    top: 100px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.off-canvas-area-wrapper .off-canvas-content-wrap .btn-close:hover,
.off-canvas-responsive-menu .off-canvas-content-wrap .btn-close:hover,
.off-canvas-search-box .off-canvas-content-wrap .btn-close:hover {
    background-color: #00a0af;
    color: white;
}

.off-canvas-area-wrapper.show,
.off-canvas-responsive-menu.show,
.off-canvas-search-box.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 9999;
}

.off-canvas-area-wrapper.show .off-canvas-overlay,
.off-canvas-responsive-menu.show .off-canvas-overlay,
.off-canvas-search-box.show .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    cursor: url("../img/icons/cancel.png"), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.off-canvas-area-wrapper.show .off-canvas-content-wrap,
.off-canvas-responsive-menu.show .off-canvas-content-wrap,
.off-canvas-search-box.show .off-canvas-content-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.search-box-wrap {
    background-color: #f4f4f4;
    margin: -40px -40px 0 -40px;
    padding: 35px 40px;
}

@media only screen and (max-width: 575.98px) {
    .search-box-wrap {
        margin: -30px -15px 0 -15px;
    }
}

.search-box-wrap form {
    position: relative;
}

.search-box-wrap form input {
    background-color: transparent;
    border: none;
    display: block;
    padding-right: 20px;
    outline: none;
    width: 100%;
}

.search-box-wrap form .btn-search {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.useful-link-menu {
    margin-top: -20px;
    overflow: hidden;
}

.useful-link-menu li {
    float: left;
    margin-top: 20px;
    max-width: 50%;
    width: 100%;
}

.useful-link-menu li a {
    color: #666666;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.useful-link-menu li a:hover {
    color: #00a0af;
}


/*=======================
05. Quick View Style Here
=========================*/
#quick-view.modal {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation: fadeOut 0.3s forwards;
    animation: fadeOut 0.3s forwards;
}

#quick-view.modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 9999;
    -webkit-animation: fadeIn 0.3s forwards;
    animation: fadeIn 0.3s forwards;
}

#quick-view.modal .modal-content {
    border: none;
    border-radius: 0;
}

@media only screen and (max-width: 767.98px) {
    #quick-view.modal .modal-content {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

#quick-view.modal .modal-dialog {
    max-width: 920px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #quick-view.modal .modal-dialog {
        max-width: 720px;
    }
}

@media only screen and (max-width: 767.98px) {
    #quick-view.modal .modal-dialog {
        max-width: 540px;
    }
}

#quick-view.modal .modal-dialog .modal-body {
    padding: 0;
}

#quick-view.modal .modal-dialog .close {
    background-color: #222222;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
}

#quick-view.modal .modal-dialog .close:hover {
    background-color: #fcac0b;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    #quick-view.modal .modal-dialog .close {
        left: auto;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    #quick-view.modal .modal-dialog .close {
        top: auto;
        bottom: 100%;
    }
}

#quick-view .product-thumb-area {
    max-height: 450px;
    overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
    #quick-view .product-thumb-area {
        max-height: 250px;
    }
}

#quick-view .product-details-info-content-wrap {
    padding: 0 30px 0 0;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #quick-view .product-details-info-content-wrap {
        max-height: 352px;
    }
}

@media only screen and (max-width: 767.98px) {
    #quick-view .product-details-info-content-wrap {
        max-height: inherit;
        height: 100%;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    #quick-view .product-details-info-content-wrap {
        padding: 0 15px;
    }
}

#quick-view .product-details-info-content-wrap .prod-details-info-content {
    padding: 50px 0;
}

#quick-view .product-details-info-content-wrap .prod-details-info-content h2 {
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #quick-view .product-details-info-content-wrap .prod-details-info-content h2 {
        font-size: 30px;
    }
}

/*=========================
06. Start Page Header Area
===========================*/
.page-header-wrapper .page-header-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .page-header-wrapper .page-header-content {
        height: 220px;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-header-wrapper .page-header-content {
        height: 160px;
    }
}

.page-header-wrapper .page-header-content h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .page-header-wrapper .page-header-content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-header-wrapper .page-header-content h1 {
        font-size: 35px;
    }
}

.page-header-wrapper .page-header-content.layout--2 {
    color: #fff;
    margin-top: 90px;
    height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .page-header-wrapper .page-header-content.layout--2 {
        height: 220px;
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-header-wrapper .page-header-content.layout--2 {
        height: 160px;
        margin-top: 70px;
    }
}

.page-header-wrapper .page-header-content.layout--2 h1 {
    color: #fff;
}

.page-header-1 {
    position: relative;
    z-index: 1;
}

.page-header-1:before {
    background: #11978d;
    background: -webkit-gradient(linear, left top, right top, from(#11978d), to(#092483));
    background: -o-linear-gradient(left, #11978d 0%, #092483 100%);
    background: linear-gradient(90deg, #11978d 0%, #092483 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/*----------------------------
Start Main Navigation Wrap
------------------------------*/
.navbar-nav>li {
    margin-right: 0;
    line-height: 1;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .navbar-nav>li {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-nav>li {
        margin-right: 35px;
    }
}

.navbar-nav>li:hover>a {
    color: #00a0af;
}

.navbar-nav>li a {
    color: #181f27;
    display: inline-block;    
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0 20px;
    text-transform: uppercase;
}

.navbar-nav>li a.active {
    position: relative;
    z-index: 1;
}

.navbar-nav>li a.active {
    color: #00a0af;
}

@media (max-width: 767.98px){
	
	.navbar-nav > li:first-child > a {
    border-top: none;
}


.navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0 !important;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
}

}

@media (min-width: 1400px) {
    .header-area-wrapper .row {
        position: relative;
    }
}

.navigation-area-wrap.align-left .main-menu .dropdown-navbar.full-width .dropdown-nav {
    left: 15px;
    right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .navigation-area-wrap.align-left .main-menu .dropdown-navbar.full-width .dropdown-nav {
        left: 0;
    }
}

.navigation-area-wrap.align-center .main-menu .dropdown-navbar.full-width .dropdown-nav {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.navigation-area-wrap.align-center .main-menu .dropdown-navbar.full-width:hover .dropdown-nav {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.off-canvas-responsive-menu {
    right: auto;
    left: 0;
}

.off-canvas-responsive-menu.show .off-canvas-content-wrap {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.off-canvas-responsive-menu .off-canvas-content-wrap {
    margin-left: inherit !important;
    -webkit-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content {
    padding: 0 !important;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .btn-close {
    right: auto;
    left: 100%;
    top: 0 !important;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu {
    padding: 0;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_btn {
    display: none;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav {
    background-color: white;
    display: block !important;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a {
    color: #666666;
    font-size: 15px;
    padding: 10px;
    margin: 0;
    text-transform: capitalize;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a .slicknav_arrow {
    background-color: rgba(238, 238, 238, 0.5);
    color: #666666;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    width: 50px;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a a {
    padding: 0;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a:hover {
    background-color: transparent;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul {
    background-color: #dddddd;
    margin: 0;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul li a {
    font-size: 13px;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul li ul {
    background-color: #eeeeee;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav .slicknav_open>.slicknav_item {
    position: relative;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
    background-color: #00a0af;
    color: #fff;
}





/*=============================
Social Navbar
================================*/


.navbar-social {
margin: 10px 0 0 0;
}




.navbar-social li a {
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    height: 45px;
    line-height: 47px;
    margin-right: 0;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    width: 45px;
    font-size: 27px;
}



.navbar-social .shadow-links li a {
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    line-height: 90px;
    padding: 0;
    text-align: center;
    width: 90px;
    height: 90px;
    font-size:45px;
}



.navbar-social .links li {
	display: inline-block;

}




.navbar-social-footer ul {

    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left;


}

.navbar-social-footer .links {

    text-align: left;


}


.navbar-social-footer .links li {
	display: inline-block;
	padding: 0;
  margin: 0;
      text-align: center;
 
}



.navbar-social-footer > ul > li > a {
  color: #fff;
  display: block;
  padding: 8px;
  position: relative;
  font-size: 1.6em;
   min-height: 50px;
  min-width: 50px;
}



.navbar-social .links li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.navbar-social .links li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.navbar-social .links li.youtube a {
  background: #bd081c none repeat scroll 0 0;
}

.navbar-social .links li.whatsapp a {
  background: #25d366 none repeat scroll 0 0;
}

.navbar-social .links li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.navbar-social .links li.facebook a:hover,
.navbar-social .links li.twitter a:hover,
.navbar-social .links li.youtube a:hover,
.navbar-social .links li.whatsapp a:hover,
.navbar-social .links li.linkedin a:hover {
  background: #00a0af none repeat scroll 0 0; 


}



.navbar-social .shadow-links .links li.facebook a:hover,
.navbar-social .shadow-links .links li.twitter a:hover,
.navbar-social .shadow-links .links li.youtube a:hover,
.navbar-social .shadow-links .links li.whatsapp a:hover,
.navbar-social .shadow-links .links li.linkedin a:hover {
  /* background: #00a0af none repeat scroll 0 0; */
   transform: translateY(-4px);
  transition: 0.3s;
  
-webkit-box-shadow: -12px 12px 7px 0px rgba(71,71,71,0.67);
-moz-box-shadow: -12px 12px 7px 0px rgba(71,71,71,0.67);
box-shadow: -12px 12px 7px 0px rgba(71,71,71,0.67);


}






.navbar-social-footer .links li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.navbar-social-footer .links li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.navbar-social-footer .links li.youtube a {
  background: #bd081c none repeat scroll 0 0;
}

.navbar-social-footer .links li.whatsapp a {
  background: #25d366 none repeat scroll 0 0;
}

.navbar-social-footer .links li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}


.navbar-social-footer .links li.facebook a:hover,
.navbar-social-footer .links li.twitter a:hover,
.navbar-social-footer .links li.youtube a:hover,
.navbar-social-footer .links li.whatsapp a:hover,
.navbar-social-footer .links li.linkedin a:hover {
  background: #00a0af none repeat scroll 0 0; 


}



/*=============================
08. Start Welcome Area Wrapper
================================*/
.welcome-thumbnail {
    margin-left: -405px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .welcome-thumbnail {
        margin-left: -450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .welcome-thumbnail {
        margin-left: 0;
    }
}

.welcome-thumbnail img {
    max-width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .welcome-thumbnail img {
        max-width: 100%;
    }
}

.single-welcome-feature {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .single-welcome-feature {
        margin-top: 13px;
    }
}

.single-welcome-feature .feature-icon {
    color: #222222;
    font-size: 36px;
    line-height: 1;
    margin-right: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}

@media only screen and (max-width: 767.98px) {
    .single-welcome-feature .feature-icon {
        margin-right: 20px;
    }
}

.single-welcome-feature .feature-info h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -3px;
}

/*=============================
09. Start Fun Fact Area Wrapper
==============================*/
.single-fun-fact-wrap {
    background-color: #161616;
    padding: 145px 0;
    border-right: 1px solid #222222;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-fun-fact-wrap {
        padding: 80px 0;
        border-bottom: 1px solid #222222;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-fun-fact-wrap {
        padding: 60px 0;
        border-bottom: 1px solid #222222;
    }
}

.single-fun-fact-wrap .fun-fact-number {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
    .single-fun-fact-wrap .fun-fact-number {
        font-size: 30px;
    }
}

.single-fun-fact-wrap h4 {
    color: #00a0af;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (max-width: 575.98px) {
    .single-fun-fact-wrap h4 {
        font-size: 13px;
    }
}

.single-fun-fact-wrap.layout--2 {
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 30px;
}

.single-fun-fact-wrap.layout--2 .fun-fact-number,
.single-fun-fact-wrap.layout--2 h4 {
    color: #222222;
}

.single-fun-fact-wrap.layout--3 {
    background: transparent bottom center;
    border: 0;
}

.single-fun-fact-wrap.layout--3 .fun-fact-number {
    color: #222222;
}

@media only screen and (max-width: 767.98px) {
    .single-fun-fact-wrap.layout--3 h4 {
        color: #000;
    }
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    [class*="col-6"]:nth-child(1n+3) .single-fun-fact-wrap.layout--3 {
        border-top: 1px solid #e7e7e7;
    }
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    [class*="col-6"]:nth-child(2n+2) .single-fun-fact-wrap.layout--3 {
        border-left: 1px solid #e7e7e7;
    }
}

/*================================
10. Start Portfolio Area Wrapper
===================================*/
.single-portfolio-wrap {
    margin-top: 30px;
}

.single-portfolio-wrap .portfolio-thumb {
    position: relative;
}

.single-portfolio-wrap .portfolio-thumb:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
}

.single-portfolio-wrap .portfolio-thumb img {
    width: 100%;
}

.single-portfolio-wrap .portfolio-details .port-info {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.single-portfolio-wrap .portfolio-details .port-info h3 {
    font-size: 26px;
    line-height: 1;
}

@media only screen and (max-width: 767.98px) {
    .single-portfolio-wrap .portfolio-details .port-info h3 {
        font-size: 18px;
    }
}

.single-portfolio-wrap .portfolio-details .port-info .portfolio-cate {
    margin-top: 10px;
}

.single-portfolio-wrap .portfolio-details .port-info .portfolio-cate a:after {
    content: '/';
    font-size: 13px;
    line-height: 1;
    margin: 0 5px;
}

.single-portfolio-wrap .portfolio-details .port-info .portfolio-cate a:last-child:after {
    display: none;
}

.single-portfolio-wrap .portfolio-details a {
    color: white;
}

.single-portfolio-wrap .portfolio-details a:hover {
    color: #00a0af;
}

.single-portfolio-wrap .portfolio-details a.btn-view-work {
    text-transform: uppercase;
    color: #00a0af;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
}

.single-portfolio-wrap .portfolio-details a.btn-view-work i.fa {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-portfolio-wrap .portfolio-details a.btn-view-work:hover i.fa {
    padding-left: 5px;
}

.single-portfolio-wrap:hover .portfolio-thumb:before {
    opacity: 1;
    visibility: visible;
}

.single-portfolio-wrap:hover .port-info {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.single-portfolio-wrap:hover a.btn-view-work {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.portfolio-footer-area h2 {
    font-size: 24px;
    line-height: 1.3;
}

.portfolio-footer-area .portfolio-btns .btn {
    margin-left: 30px;
}

.portfolio-footer-area .portfolio-btns .btn:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 575.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-footer-area .portfolio-btns .btn {
        margin-left: 15px;
    }
}

.no-gutters .single-portfolio-wrap {
    margin-top: 0;
}

.single-portfolio-wrap.layout--2 {
    margin-top: 45px;
}

.single-portfolio-wrap.layout--2 .btn-view-work {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    visibility: hidden;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
}

.single-portfolio-wrap.layout--2 .portfolio-details {
    margin-top: 28px;
}

.single-portfolio-wrap.layout--2 .portfolio-details .port-info {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.single-portfolio-wrap.layout--2 .portfolio-details .port-info h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.single-portfolio-wrap.layout--2 .portfolio-details .port-info h3 a {
    color: #222222;
}

.single-portfolio-wrap.layout--2 .portfolio-details .port-info .portfolio-cate {
    margin-top: 5px;
}

.single-portfolio-wrap.layout--2 .portfolio-details .port-info .portfolio-cate a {
    color: #aaaaaa;
}

.single-portfolio-wrap.layout--2 .portfolio-details .port-info a:hover {
    color: #00a0af;
}

.single-portfolio-wrap.layout--2:hover .btn-view-work {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.portfolio-filter-menu-wrap {
    margin-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
    .portfolio-filter-menu-wrap {
        margin-bottom: 30px;
    }
}

.portfolio-filter-menu-wrap ul li {
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 30px;
    margin-bottom: 0;
}

.portfolio-filter-menu-wrap ul li:last-child {
    margin: 0;
}

.portfolio-filter-menu-wrap ul li:hover,
.portfolio-filter-menu-wrap ul li.active {
    color: #222222;
}

@media screen and (min-width: 1600px) {
    .portfolio-filter-menu-wrap {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 80px;
        margin-bottom: 0;
    }

    .portfolio-filter-menu-wrap ul {
        display: block !important;
    }

    .portfolio-filter-menu-wrap ul li {
        list-style-type: square;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}

/*=================================
11. Start Testimonial Area Wrapper
===================================*/
.testimonial-area {
    padding: 120px 0;
}

@media only screen and (max-width: 767.98px) {
    .testimonial-area {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-area {
        padding: 80px 0;
    }
}

.single-testimonial-wrap {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.6;
    color: white;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap {
        font-size: 20px;
    }
}

.single-testimonial-wrap .client-name {
    color: #00a0af;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 37px;
    margin-bottom: 26px;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap .client-name {
        margin-top: 23px;
        margin-bottom: 10px;
    }
}

.single-testimonial-wrap .client-designation {
    color: #666666;
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.single-testimonial-wrap .author-thumb {
    margin-bottom: 12px;
}

.single-testimonial-wrap .author-thumb img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.single-testimonial-wrap.layout--2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0 20px;
    color: #222222;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--2 {
        font-weight: 500;
        font-size: 16px;
    }
}

.single-testimonial-wrap.layout--2 .quote-icon {
    font-size: 60px;
    line-height: 1;
    top: 25px;
    left: -10px;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--2 .quote-icon {
        font-size: 50px;
    }
}

.single-testimonial-wrap.layout--2 .client-name {
    color: #222222;
    margin-bottom: 0;
    position: relative;
    padding-top: 52px;
    margin-top: 37px;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--2 .client-name {
        padding-top: 30px;
        margin-top: 24px;
    }
}

.single-testimonial-wrap.layout--2 .client-name:before {
    background-color: #00a0af;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 80px;
}

.single-testimonial-wrap.layout--2 .client-name .client-designation {
    text-transform: capitalize;
    margin-left: 20px;
    font-weight: 400;
}

.single-testimonial-wrap.layout--2.white {
    color: #fff;
}

.single-testimonial-wrap.layout--2.white .client-name {
    color: #fff;
}

.single-testimonial-wrap.layout--2.white .client-designation {
    color: #cccccc;
}

.single-testimonial-wrap.layout--3 {
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 0 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-testimonial-wrap.layout--3 {
        font-size: 15px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--3 {
        font-size: 16px;
        padding: 0;
    }
}

.single-testimonial-wrap.layout--3 .author-thumb img {
    margin: auto;
}

.single-testimonial-wrap.layout--3 .quote-icon {
    font-size: 60px;
    line-height: 1;
    top: 35px;
    left: -10px;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--3 .quote-icon {
        font-size: 50px;
        top: 27px;
    }
}

.single-testimonial-wrap.layout--3 .client-name {
    color: #222222;
    margin-bottom: 0;
    position: relative;
    padding-top: 52px;
    margin-top: 37px;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--3 .client-name {
        padding-top: 30px;
        margin-top: 24px;
    }
}

.single-testimonial-wrap.layout--3 .client-name:before {
    background-color: #00a0af;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}

.single-testimonial-wrap.layout--3 .client-name .client-designation {
    font-weight: 400;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.single-testimonial-wrap.layout--4 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.single-testimonial-wrap.layout--4 .author-thumb img {
    margin: auto;
    border: 1px solid #00a0af;
}

.single-testimonial-wrap.layout--4 .client-name {
    color: #00a0af;
    margin-bottom: 0;
    position: relative;
    margin-top: 42px;
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--4 .client-name {
        margin-top: 24px;
    }
}

.single-testimonial-wrap.layout--4 .client-name .client-designation {
    color: #ccc;
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.single-testimonial-wrap.layout--4.slick-slide {
    padding: 100px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-testimonial-wrap.layout--4.slick-slide {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-testimonial-wrap.layout--4.slick-slide {
        padding: 30px 15px;
    }
}

.single-testimonial-wrap.layout--4.slick-slide.slick-current {
    background-color: #fff;
    color: #222222;
}

.single-testimonial-wrap.layout--4.slick-slide.slick-current .client-designation {
    color: #666666;
}

.single-testimonial-wrap-black {
    color: #222222;
}

/*============================
12. Start Team Area Wrapper
============================*/
.single-team-member-wrap {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-top: 30px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .single-team-member-wrap {
        max-width: 50%;
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        margin: 30px 15px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .single-team-member-wrap {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.single-team-member-wrap .team-member-pic {
    position: relative;
}

.single-team-member-wrap .team-member-pic:after {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
}

.single-team-member-wrap .team-member-pic img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
}

.single-team-member-wrap .team-member-pic .member-info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.single-team-member-wrap .team-member-pic .member-info .team-member-name {
    color: white;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-team-member-wrap .team-member-pic .member-info .team-member-desi {
    color: #aaa;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
}

.single-team-member-wrap:hover .team-member-pic:after {
    opacity: 1;
    visibility: visible;
}

.single-team-member-wrap:hover .team-member-pic img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.single-team-member-wrap:hover .team-member-pic .member-info {
    opacity: 1;
    visibility: visible;
}

.single-team-member-wrap.layout--2 {
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.single-team-member-wrap.layout--2 .member-info {
    padding: 0 30px;
}

.single-team-member-wrap.layout--2 .member-info .team-member-name {
    font-size: 40px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-team-member-wrap.layout--2 .member-info .team-member-name {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (max-width: 767.98px) {
    .single-team-member-wrap.layout--2 .member-info .team-member-name {
        font-size: 24px;
    }
}

.single-team-member-wrap.layout--2 .member-info .team-member-desi {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-team-member-wrap.layout--2 .member-info .about-social-icons a {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.single-team-member-wrap.layout--2 .member-info .about-social-icons a:hover {
    background-color: #fff;
    color: #222222;
}

/*==================================
13. Start Latest Blog Area Wrapper
===================================*/
.single-blog-post-wrap {
    background-color: white;
    padding: 80px;
    min-height: 370px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-blog-post-wrap {
        padding: 80px 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-blog-post-wrap {
        padding: 30px 15px;
        min-height: 300px;
    }
}

.single-blog-post-wrap h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .single-blog-post-wrap h2 {
        font-size: 20px;
        font-weight: 500;
    }
}

.single-blog-post-wrap h2 a {
    color: #222222;
}

.single-blog-post-wrap h2 a:hover {
    color: #00a0af;
}

.single-blog-post-wrap p {
    margin-bottom: 0;
}

.single-blog-post-wrap .post-type {
    background-color: #00a0af;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.single-blog-post-wrap .post-meta {
    margin: 20px 0;
}

@media only screen and (max-width: 767.98px) {
    .single-blog-post-wrap .post-meta {
        margin: 10px 0;
    }
}

.single-blog-post-wrap .post-meta a {
    color: #222222;
    line-height: 1;
    margin-right: 10px;
}

.single-blog-post-wrap .post-meta a:last-child {
    margin-right: 0;
}

.single-blog-post-wrap .post-meta a i.fa {
    color: #00a0af;
    margin-right: 5px;
}

.single-blog-post-wrap .btn-view-more {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    margin-top: 31px;
}

.single-blog-post-wrap .btn-view-more i {
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-post-wrap .btn-view-more:hover {
    color: #00a0af;
}

.single-blog-post-wrap .btn-view-more:hover i {
    color: #00a0af;
}

.single-blog-post-wrap.slick-active {
    position: relative;
}

.single-blog-post-wrap.slick-active:before {
    background-color: #f4f4f4;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

.single-blog-post-wrap.slick-active:last-child:before {
    display: none;
}

.single-blog-post-wrap.layout--2 {
    padding: 0;
    margin-top: 30px;
}

.single-blog-post-wrap.layout--2 .blog-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-post-wrap.layout--2 .blog-thumbnail:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.single-blog-post-wrap.layout--2 .blog-thumbnail .btn-plus {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
}

.single-blog-post-wrap.layout--2 .blog-thumbnail .btn-plus img {
    width: 50px;
}

.single-blog-post-wrap.layout--2 .blog-thumbnail .btn-plus:hover {
    color: #00a0af;
}

.single-blog-post-wrap.layout--2 .blog-post-details {
    margin-top: 45px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-blog-post-wrap.layout--2 .blog-post-details {
        margin-top: 25px;
    }
}

.single-blog-post-wrap.layout--2 .blog-post-details h2 {
    font-size: 18px;
}

.single-blog-post-wrap.layout--2 .blog-post-details h2 a {
    color: #333333;
}

.single-blog-post-wrap.layout--2 .blog-post-details h2 a:hover {
    color: #00a0af;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-blog-post-wrap.layout--2 .blog-post-details .post-meta {
        margin: 10px 0;
    }
}

.single-blog-post-wrap.layout--2 .blog-post-details a.btn-read-more {
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 27px;
    display: inline-block;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-blog-post-wrap.layout--2 .blog-post-details a.btn-read-more {
        margin-top: 15px;
    }
}

.single-blog-post-wrap.layout--2 .blog-post-details a.btn-read-more:hover {
    color: #00a0af;
}

.single-blog-post-wrap.layout--2:hover .blog-thumbnail:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.single-blog-post-wrap.layout--2:hover .blog-thumbnail .btn-plus {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.single-blog-post-wrap.layout--3 {
    padding: 0;
}

.single-blog-post-wrap.layout--3 .blog-post-info {
    padding: 0 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-blog-post-wrap.layout--3 .blog-post-info {
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-blog-post-wrap.layout--3 .blog-post-info {
        padding: 30px 15px;
    }
}

.single-blog-post-wrap.layout--3 .blog-post-thumb {
    max-height: 385px;
    overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
    .single-blog-post-wrap.layout--3 .blog-post-thumb {
        max-height: 300px;
    }
}

.single-blog-post-wrap.layout--3.slick-active:before {
    display: none;
}

.single-blog-post-wrap.layout--3 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog-post-wrap.layout--4 {
    padding: 55px 50px 60px;
}

.single-blog-post-wrap.layout--4 h2 {
    font-size: 20px;
}

.single-blog-post-wrap.layout--2.layout-blog-page {
    min-height: inherit;
    margin-top: 43px;
}

.single-blog-post-wrap.layout--2.layout-blog-page .blog-thumbnail {
    overflow: hidden;
}

.single-blog-post-wrap.layout--2.layout-blog-page .blog-thumbnail .blog-hvr-btn img {
    width: 40px;
}

.single-blog-post-wrap.layout--2.layout-blog-page .blog-post-details {
    margin-top: 25px;
}

.single-blog-post-wrap.layout--2.layout-blog-page .blog-post-details h2 {
    font-size: 24px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-blog-post-wrap.layout--2.layout-blog-page .blog-post-details h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-blog-post-wrap.layout--2.layout-blog-page .blog-post-details h2 {
        font-size: 18px;
    }
}

.single-blog-post-wrap.layout--2.layout-blog-page .blog-post-details .btn-read-more {
    color: #00a0af;
}

.single-blog-post-wrap.layout--2.layout-blog-page .blog-post-details .btn-read-more i {
    font-weight: 700;
    font-size: 16px;
    padding-left: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-blog-post-wrap.layout--2.layout-blog-page .blog-post-details .btn-read-more:hover i {
    padding-left: 10px;
}

.single-blog-post-wrap.layout--2.layout-blog-page.list-view .blog-thumbnail .btn-plus,
.single-blog-post-wrap.layout--2.layout-blog-page.list-view .blog-thumbnail:before {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) {
    .single-blog-post-wrap.layout--2.layout-blog-page.list-view .blog-post-details {
        margin-top: 0;
    }
}

.single-blog-post-wrap.layout--2.layout-blog-page.list-view .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog-post-wrap.layout--2.layout-blog-page.masonry-view .blog-thumbnail {
    max-height: inherit;
}

@media only screen and (max-width: 767.98px) {
    .single-blog-post-wrap.layout--2.layout-blog-page.masonry-view .blog-thumbnail {
        max-height: 280px;
    }
}

.split-view .single-blog-post-wrap:nth-child(2n) [class*='col-']:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (max-width: 767.98px) {
    .split-view .single-blog-post-wrap:nth-child(2n) [class*='col-']:first-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.split-view .single-blog-post-wrap:nth-child(2n) [class*='col-']:last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

@media only screen and (max-width: 767.98px) {
    .split-view .single-blog-post-wrap:nth-child(2n) [class*='col-']:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.blog-classic-content .single-blog-post-wrap.layout--2.layout-blog-page .blog-thumbnail:before {
    display: none;
}

.blog-classic-content .single-blog-post-wrap.layout--2.layout-blog-page .blog-thumbnail img {
    width: 100%;
}

@media only screen and (max-width: 479.98px) {
    .blog-classic-content .single-blog-post-wrap.layout--2.layout-blog-page .post-meta a {
        font-size: 12px;
    }
}

.first-big-item>.single-blog-post-wrap.layout--2:first-child,
.first-big-item>[class*='col-']:first-child {
    margin-bottom: 43px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.first-big-item>.single-blog-post-wrap.layout--2:first-child [class*='col'],
.first-big-item>[class*='col-']:first-child [class*='col'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.first-big-item>.single-blog-post-wrap.layout--2:first-child .blog-thumbnail,
.first-big-item>[class*='col-']:first-child .blog-thumbnail {
    max-height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .first-big-item>.single-blog-post-wrap.layout--2:first-child .blog-thumbnail,
    .first-big-item>[class*='col-']:first-child .blog-thumbnail {
        max-height: 400px;
    }
}

@media only screen and (max-width: 767.98px) {

    .first-big-item>.single-blog-post-wrap.layout--2:first-child .blog-thumbnail,
    .first-big-item>[class*='col-']:first-child .blog-thumbnail {
        max-height: 300px;
    }
}

.first-big-item>.single-blog-post-wrap.layout--2:first-child .blog-thumbnail img,
.first-big-item>[class*='col-']:first-child .blog-thumbnail img {
    width: 100%;
}

.first-big-item>.single-blog-post-wrap.layout--2:first-child .blog-post-details,
.first-big-item>[class*='col-']:first-child .blog-post-details {
    margin-top: 25px;
}

.first-big-item>[class*='col-']:first-child {
    margin-bottom: 0 !important;
}


.contacto-button {
    margin-top: 25px;
    background: #00a0af;
    color: #fff;
    font-weight: bold;
    padding: 6px 25px;
    border-radius: 40px;
    border-style: none;
}

.formas-pago{
	margin-top: 70px;
}
/*========================================
Start Architecture Clients Area
=========================================*/
.our-client-area .single-client-item {
    margin-top: 80px;
    text-align: center;
}

/*=============================
15. Start Banner Area Wrapper
==============================*/
@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) {
    .banner-thumb {
        margin-left: -250px;
    }

    .banner-thumb img {
        max-width: inherit;
    }
}

.banner-content-wrap {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap {
        font-weight: 400;
        font-size: 15px;
    }
}

.banner-content-wrap h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin-top: -13px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner-content-wrap h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content-wrap h2 {
        font-size: 40px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap h2 {
        font-size: 25px;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 18px;
    }
}

.banner-content-wrap .btn {
    margin-top: 68px;
    padding: 20px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content-wrap .btn {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap .btn {
        padding: 10px 20px;
        margin-top: 9px;
    }
}

/*===============================
16. Start Discover Area Wrapper
=================================*/
.single-discover-item-wrap {
    margin-top: 30px;
}

.single-discover-item-wrap .discover-chart {
    position: relative;
}

.single-discover-item-wrap .discover-chart .discover-amount {
    color: #222222;
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-discover-item-wrap h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .single-discover-item-wrap h3 {
        margin: 15px 0 10px;
    }
}

.single-discover-item-wrap p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-discover-item-wrap canvas {
        height: 180px;
        width: 180px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-discover-item-wrap canvas {
        height: 140px;
        width: 140px;
    }
}

/*============================
17. Start Product Slider Area
==============================*/
.single-product-slide .product-content {
    min-height: 600px;
    height: 100%;
}

@media only screen and (max-width: 767.98px) {
    .single-product-slide .product-content {
        min-height: 400px;
    }
}

.single-product-slide .product-content h2 {
    font-size: 40px;
    color: #202020;
    font-weight: 600;
    margin-top: -5px;
}

@media only screen and (max-width: 767.98px) {
    .single-product-slide .product-content h2 {
        font-size: 25px;
    }
}

.single-product-slide .product-content .price-group {
    font-size: 16px;
    font-weight: 600;
}

.single-product-slide .product-content .price-group .old-price {
    color: #c6c8ca;
    margin-right: 5px;
}

.single-product-slide .product-content .btn-shop {
    color: #00a0af;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 33px;
}

.single-product-slide .product-content .btn-shop:hover {
    color: #222222;
}

@media only screen and (max-width: 767.98px) {
    .single-product-slide .product-content .btn-shop {
        margin-top: 13px;
    }
}

.product-slider-area .slick-dots {
    position: absolute;
    margin-top: 0 !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .product-slider-area .ht-slick-nav button {
        left: -50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .product-slider-area .ht-slick-nav button.next-arrow {
        left: auto;
        right: -50px;
    }
}

@media screen and (max-width: 1500px) {
    .product-slider-area .ht-slick-nav {
        display: none;
    }
}

/*==============================
18. Start Category Banner Area
================================*/
.single-cate-banner {
    margin-top: 30px;
}

.single-cate-banner .cate-banner-thumb {
    position: relative;
    overflow: hidden;
}

.single-cate-banner .cate-banner-thumb img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
}

.single-cate-banner .cate-banner-thumb .cate-banner-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-cate-banner .cate-banner-thumb .cate-banner-info.left {
    left: 50px;
}

.single-cate-banner .cate-banner-thumb .cate-banner-info.right {
    right: 50px;
}

.single-cate-banner .cate-banner-thumb .cate-banner-info h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-cate-banner .cate-banner-thumb .cate-banner-info .price {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.single-cate-banner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-cate-banner:hover .cate-banner-info h4 {
    color: #00a0af;
}

.sale-badge {
    background-color: #00a0af;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 50px;
    line-height: 130px;
    height: 130px;
    width: 130px;
}

.sale-badge.small {
    font-size: 16px;
    line-height: 70px;
    height: 70px;
    width: 70px;
}

/*=============================
19. Start Feature Products Area
================================*/
.area-title h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: -6px;
}

@media only screen and (max-width: 767.98px) {
    .area-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.area-title .btn {
    margin-top: 38px;
}

.feature-product-area {
    border: 1px solid #e7e7e7;
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .feature-product-area {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .feature-product-area {
        padding: 62px 0 60px;
    }
}

/*==========================
20. Start Products Wrapper
===========================*/
.single-product-wrap .product-thumb {
    position: relative;
    overflow: hidden;
}

.single-product-wrap .product-thumb img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-product-wrap .product-thumb .btn-quick-view {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin: -25px 0 0 -25px;
    opacity: 0;
    visibility: hidden;
    line-height: 50px;
    height: 50px;
    width: 50px;
}

.single-product-wrap .product-thumb .btn-quick-view:hover {
    background-color: #00a0af;
    color: #fff;
}

.single-product-wrap .product-thumb .btn-add-cart {
    background-color: #00a0af;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 15px 10px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.single-product-wrap .product-thumb .btn-add-cart:hover {
    background-color: #222222;
}

.single-product-wrap .product-details {
    margin-top: 22px;
}

@media only screen and (max-width: 767.98px) {
    .single-product-wrap .product-details {
        margin-top: 17px;
    }
}

.single-product-wrap .product-details .product-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-product-wrap .product-details .product-title a {
    color: #222222;
}

.single-product-wrap .product-details .product-title a:hover {
    color: #00a0af;
}

.single-product-wrap .product-details .price-group {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.single-product-wrap .product-details .price-group .old-price {
    color: #c6c8ca;
    margin-right: 5px;
}

.single-product-wrap .product-details .btn-add-wishlist {
    color: #222222;
    padding-right: 2px;
}

.single-product-wrap:hover .btn-quick-view {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.single-product-wrap:hover .btn-add-cart {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-product-wrap--2 .product-hvr-content [class*="btn-"] {
    right: 10px;
    left: auto;
    margin: 0;
    top: 25px;
}

.single-product-wrap--2 .product-hvr-content .btn-add-cart {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    -webkit-transform: translateY(0) scale(1.5);
    -ms-transform: translateY(0) scale(1.5);
    transform: translateY(0) scale(1.5);
    top: 95px;
}

.single-product-wrap--2:hover .product-hvr-content .btn-add-cart {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.products-wrapper.grid-layout {
    margin-top: -30px;
}

.products-wrapper.grid-layout .single-product-wrap {
    margin-top: 30px;
}

/*==========================================
21. Barras Area
===========================================*/

.icon-info  {
 text-align: left;	
}

@font-face {
  font-family: "AkzidenzGroteskBQ-XBoldAlt";
  src: url("../fonts/akzidenz-grotesk-bq-extra-bold-alt.eot"); /* IE9 Compat Modes */
  src: url("../fonts/akzidenz-grotesk-bq-extra-bold-alt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/akzidenz-grotesk-bq-extra-bold-alt.otf") format("opentype"), /* Open Type Font */
    url("../fonts/akzidenz-grotesk-bq-extra-bold-alt.woff") format("woff"), /* Modern Browsers */
    url("../fonts/akzidenz-grotesk-bq-extra-bold-alt.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}




.icon-info p.icon-title {
 font-weight: 900;
 font-size: 5em;
 color: #fff;
 letter-spacing: 0;
 font-family: "AkzidenzGroteskBQ-XBoldAlt";
font-style: normal;
font-weight: bold;
 
line-height: 60px;
 
}

.icon-info p.title-color-1 {
 color: #00a0af; 
}

.icon-info p.title-color-2 {
 color: #866a0a; 
}

.icon-info p.title-color-3 {
 color: #008045; 
}







#home .bg-barra-2 .call-action-icon img {
    width: 1000px;
}


#home .bg-barra-3 .call-action-icon img {
    width: 800px;
}




.white {
	color: #fff !important;
}




.icon-info .icon-link {
  font-weight: 900;
   font-size: 1.8em;
}


.bg-barra-1 {
	background-color: #5379da;
	width: 100%;
	
}



.bg-barra-1 .icon-info p {
   color: #fff;
}



.bg-barra-1 .icon-desc {
 	padding-top: 30px;
    font-size: 1.6em;
    line-height: 40px;
    color: #fff;
}

.bg-barra-2 .icon-info .icon-link {
  color: #00a0af;
}

.bg-barra-3 .icon-info .icon-link {
  color: #866a0a;
}


.bg-barra-5 .icon-info .icon-link {
  color: #008045
}



.bg-barra-4 .icon-info p {
   color: #fff;
}

.icon-info p {

 font-size: 1.6em;
}


.bg-barra-2 .icon-info  .black,
.bg-barra-3 .icon-info  .black,
.bg-barra-5 .icon-info  .black  {
    color: #000 !important;
}


#productos .bg-barra-2 .icon-info .black,
#productos .bg-barra-3 .icon-info .black,
#productos .bg-barra-5 .icon-info .black  {
    color: #000 !important;
}

#servicios .bg-barra-2 .icon-info   .black,
#servicios .bg-barra-3 .icon-info   .black,
#servicios .bg-barra-5 .icon-info  .black  {
    color: #000 !important;
}

.bg-barra-2 {
	width: 100%;
	background-color: #43e6f3;
	padding:0;
	
}


.bg-barra-3 {
	width: 100%;
	background-color: #f3c342;
	padding: 0;
}

.bg-barra-4 {
	background-color: #da5376;
	padding: 0;
}




.bg-barra-5 {
	width: 100%;
	background-color: #73da53;
	    padding: 40px 0;
}


.bg-barra-5 .icon-info p.icon-title {
    line-height: 60px;
	
}


.bg-barra-5  .single-call-action-wrap {
        padding: 10px 0 0 90px; /**/
}

#industria .bg-barra-4  .barra-principal {
    padding: 35px 0; /**/
}

.desmontable {
	margin-top: 10%;
}


.content-box-full img {
    width: 80%;
    padding: 0;
}

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



.description-2 p {
	padding: 100px 0;
	font-size: 4em;
	line-height: 65px;
	color: #181f27;
	font-weight: 100;
}


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


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


.align-center h4,
.align-center h2,
.align-center p {
	text-align: center;
	
}

.go-green {
	
	color: #00a0af;
	}
	
	
	



	
	
	
	
	@media only screen and (min-width: 280px) and (max-width: 767px) {
	
	
#home .bg-barra-1 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
        margin-top: 20px; /**/
}

#home .bg-barra-1 .icon-info .icon-desc {
    padding-top: 0;
    width: 100%;
    font-size: 1.6em;
    margin-left: 0; /**/
}

#home .icon-info .icon-link {
    font-weight: 900;
    font-size: 1.8em;
    margin-left: 0; /**/
    margin-bottom: 40px;
}

#home .bg-barra-2 .icon-info p.icon-title {
    font-size: 3em;
    line-height: 60px;
    margin-top: 0; /**/
}

#home .bg-barra-2 .icon-info .icon-desc {
    padding-top: 0;
    width: 95%;
    font-size: 1.6em;
        margin-left: 0;/**/
}

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





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

#home .bg-barra-5 .icon-info .icon-desc {
    padding-top: 0;
    width: 100%;
    font-size: 1.6em;
    margin-left: 0;
}

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

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

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

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

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



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

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

}



/* Services Thumb */



.page-img-area {
  padding: 350px 0;
}


.full-img-area {
  padding: 650px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.full-img-area-3 {
  padding: 400px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Topbar CSS */

#productos .title-product-1  {
	font-size: 1.7em;
	color: #ffffff;
	font-weight: 700;
	padding: 20px 30px;
}







.electrocardiografo {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: 700;
}


.title-style-1  {
	padding: 50px 0 0 0;
	font-size: 3.5em;
	line-height: 55px;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

.title-style-1a  {
	font-size: 2.7em;
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	margin-top: 50px;
}

.title-style-2a {
    color: #00a0af;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 25px;
}

#industria .title-style-2a {
    color: #00a0af;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 25px;
}




.title-style-1b  {
	font-size: 4em;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
}

.title-style-1c  {
	
	font-size: 3.8em;
	line-height: 55px;
	color: #ffffff;
	font-weight: 800;
	text-align: left;
}

.text-style-1  {
	padding: 0 0 50px 0;
	font-size: 2.5em;
	line-height: 35px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

.text-style-1b  {
	padding: 40px 0 0px 0;
	font-size: 3em;
	line-height: 45px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

.text-style-1c  {
	padding: 0;
	font-size: 3.5em;
	line-height: 65px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

.title-style-2  {
	padding: 0 0 50px 0;
	font-size: 3.5em;
	line-height: 35px;
	color: #00a0af;
	font-weight: 900;
	text-align: center;
}

.text-style-3  {
	padding: 0 0 90px 0;
	font-size: 2.5em;
	line-height: 45px;
	color: #000000;
	font-weight: 500;
	text-align: center;
}

.text-style-3a  {
	padding: 0 0 90px 0;
	font-size: 2em;
	line-height: 45px;
	color: #000000;
	font-weight: 500;
	text-align: center;
}


.title-style-4  {
	padding: 70px 0 50px 0;
	font-size: 4em;
	line-height: 45px;
	color: #00a0af;
	font-weight: 900;
	text-align: left;
}

.title-style-4a  {
	padding: 0 0 50px 0;
	font-size: 3.3em;
	line-height: 55px;
	color: #00a0af;
	font-weight: 900;
	text-align: left;
}

.text-style-5  {
	padding: 0;
	font-size: 2em;
	line-height: 40px;
	color: #000000;
	font-weight: 500;
	text-align: left;
}

.text-style-6 {
padding: 40px 10px 50px 10px;
	font-size: 2.9em;
	line-height: 60px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}



.text-style-7 {
padding: 20px 10px 20px 10px;
	font-size: 2.2em;
	line-height: 60px;
	color: #ffffff;
	font-weight: 500;
	text-align: left;
}


.text-style-7a  {
	padding: 0 0 50px 0;
	font-size: 3em;
	line-height: 35px;
	color: #00a0af;
	font-weight: 900;
	text-align: left;
}

.text-style-6a {
font-size: 2.2em;
	line-height: 35px;
	color: #ffffff;
	font-weight: 900;
	text-align: left;
	padding-bottom: 60px;
}

.title-pad-1 {
	padding: 100px 0;
}


.bold {
	font-weight: 700;
	
}

.bold-green {
	font-weight: 900;
	color: #00a0af;
	
}


.light-green {
	font-weight: 700;
	color: #00a0af;
	
}


.pedriatica-area {
	
	padding: 100px 0 90px 0;
}



.experiencia-area {
	
	padding: 100px 0 90px 0;
}


.experiencia-area .exp-1 {
	text-align: center;
	font-size: 3.5em;
	line-height: 55px;
	font-weight: 300;
}



.large-green {
	text-align: center;
	font-size: 5em;
	color: #00a0af;
	font-weight: 900;

}





.bg-dark {
	background-color: #181f27;
	
}
.bg-green-1 {
	background-color: #f7f7f7;
	
}

.bg-green-2 {
	background-color: #daecef;
	
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-light {
  background-color: #ffffff;
}

.pad-squares {
	padding: 150px 60px;
}

#servicios .pad-squares {
	padding: 100px 60px;
}




.green-text {
	
	color: #00a0af;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}


.white-text {
	color: #ffffff;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 50px;
}




.title-certificaciones {
	color: #ffffff;
	background-color: #00a0af;
	font-size: 2.2em;
	padding: 10px 30px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	
	
}


.certificaciones img {
	
	width: 100%;
	height: auto;
	
}

.pad-bottom-1 {
	padding-bottom: 50px;
}


.green-thin {
	font-size: 3em;
	color: #00a0af;
}



.border-area {
	border: 10px #d3d3d3 solid;
}






.list {
	margin-top: 30px;
	font-size: 2em;
	line-height: 35px;
}


.services-area-acustica .services-items .item {

  padding: 40px;
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.services-area-acustica .services-items .item {

 text-align: left;
}


.services-area .services-items .item {

  padding: 40px;
background: #00a0af;  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.services-area .services-items .col-md-4 {

  padding: 0 !important;

}

.services-area .services-items h4 {
  color: #fff;
  font-size: 2em;
}

.services-area .services-items p {
  color: #fff;
  font-size: 1.2em;
}



.icon-equipamiento img {
	width: 50%;
	margin-bottom: 40px;
}







.services-heading h2 {
  display: inline-block;
  font-weight: 900;
  padding: 100px 0;
  position: relative;
  text-transform: none;
  margin-bottom: 0;
  font-size: 4em;
  color: #00a0af ;
}



.site-heading h2 {
  display: inline-block;
  font-weight: 900;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 3em;
  color: #00a0af ;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


.padding-100 {
	padding: 100px 0;
}



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


.bg-black {
	background: #181f27; 
	
}


/* ===================================
    # Services
====================================== */

.no-padding {
	padding: 0 !important;
}

.green-bg-text {
	background-color: #00a0af;
	padding: 10px 20px;
	color: #fff;
	margin-right: 20px;
	font-size: 2em;
	margin-top: 20px;
}


.square-1, .square-2, .square-4 
 {
	padding: 100px;
	min-height: 600px;
}

.square-2a 
 {
padding: 160px 100px 87px 100px;
	min-height: 600px;
	
	}


.square-3 
 {
	padding: 150px 0 167px 100px;
}

.square-5 
 {
	padding: 240px 0 0 100px;
	min-height: 600px;
}


.square-6
 {
	padding: 240px 0 0 50px;
	min-height: 600px;
	margin-left: -100px;
}




.square-1-img img,
.square-2-img img,
.square-3-img img,
.square-4-img img
 {
	width: 100%;
	height: auto;
	max-height: 600px;
	margin: 0;
	padding: 0;
}

.square-5-img img
 {
	width: auto;
	height: auto;
	max-height: 700px;
	margin: 0;
	padding: 50px 0 50px 0;
}

.square-6-img img
 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 50px 0 50px 100px;
}


.square-7-img img
 {
	    width: auto;
    height: 400px;
    max-height: 400px;
    margin: 0;
    padding: 0;
}

.square-1,  .square-2
 {
	text-align: left;
}


.square-1 h2
 {
	color: #00a0af;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 25px;
}


.square-1 p
 {
	font-size: 2.5em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
}



.square-2 h2
 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 25px;
}


.square-2 p
 {
	 color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
}

.square-2a p
 {
	 color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
	padding-top: 40px;
}


.square-3 p
 {
	 color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 40px;
	margin-top: 40px;
}


.square-7 {
    padding: 40px 0 0 0px;
}


.square-collapse-1 {
    min-height: 500px;
    text-align: center;
    font-size: 1.7em;
    font-weight: 900;
    cursor: pointer;
}



/* ----- Pointers ------ */

.square-collapse-1-green {
	cursor: pointer;
	}


#paneles-producto-1:hover {
	opacity: .5 !important;
	cursor: pointer;
	}
	
	
	#paneles-producto-2:hover {
	opacity: .5 !important;
	cursor: pointer;
	}
	
	
	#paneles-producto-3:hover {
	opacity: .5 !important;
	cursor: pointer;
	}
	
	#paneles-producto-4:hover {
	opacity: .5 !important;
	cursor: pointer;
	}

#paneles-producto-5:hover {
	opacity: .5 !important;
	cursor: pointer;
	}
	
	#paneles-producto-6:hover {
	opacity: .5 !important;
	cursor: pointer;
	}

#paneles-producto-7:hover {
	opacity: .5 !important;
	cursor: pointer;
	}
	#paneles-producto-8:hover {
	opacity: .5 !important;
	cursor: pointer;
	}
	#paneles-producto-9:hover {
	opacity: .5 !important;
	cursor: pointer;
	}

.square-collapse-img {
    min-height: auto;
    max-height: 300px;
}

.bg-dark:hover {
    background-color: rgba(24, 31, 39, 0.6) !important;
}

.figure-color .bg-green:hover {
    background: #04666f !important;
}



.mutis-card {
    margin-bottom: 15px;
}

.mutis-icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

.mutis-list-group-item .mutis-title {
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: 600;
}





.collapse-title {
	color: #00a0af;
	font-size: 2.5em;
	text-decoration: underline;
	padding-bottom: 30px;
	font-weight: 900;
}


.collapse-list {
	font-size: 1.5em;
	padding-bottom: 0;
	font-weight: 400;
}




.collapse-img-1 img {
	min-height: 500px;
}



.square-collapse-2 {
  padding: 187px 230px;
      min-height: 510px;
  
}

.square-collapse-2 p, .square-collapse-3 p, .square-collapse-4 p, .square-collapse-5 p, .square-collapse-6 p {
    
  
    text-align: center;
    font-size: 3em;
    font-weight: 900;
    line-height: 55px;
}


.square-collapse-img-2 img {
 width: 100%;
    max-height: 510px;
}



.square-collapse-img-3 img {
   min-height: 590px;
    margin-top: 0px;
}



.square-collapse-3 {
    padding: 170px 100px;
    min-height: 443px;
  
}


.square-collapse-3 {
    padding: 170px 0;
    
    min-height: 443px;
  
}

.square-collapse-4 {
    padding: 196px 0;
    min-height: 499px;
  
}


.square-collapse-5 {
    padding: 250px 0;
    min-height: 510px;
  
}



.square-collapse-6 {
    padding: 218px 0;
    min-height: 510px;
  
}

.square-collapse-7 {
    padding: 50px 0;
     text-align: center;
     font-size: 1.7em;
    font-weight: 900;
  
}

.square-collapse-img-7 img {
	
	width: 60%;
}

.square-collapse-img-5 img {
    max-height: 570px;
    margin-top: 0px;
}


.green-title p {
    
  
    text-align: left;
    font-size: 2em;
    font-weight: 900;
padding: 10px 0 0px 0;
}


.green-area p {
    
text-align: center;
  font-weight: 400;
}


.green-area .t1 {
    
  margin-top: 50px;
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
padding: 10px 0 40px 0;
}


.border-area-1 {
	
	border: 3px solid white;
	padding: 40px 100px;
	
}

.border-area-1 p{
	
	font-size: 2.5em;
	text-align: center;
	font-weight: 400;
}

.pull-left-40 {
 
margin-left: -40px;
}

.list-large .collapse-list1 {
	font-weight: 600;
	font-size: 1.5em;
}

#product-page .collapse-area  {
	padding-top: 0;
}






.single-square-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

 .single-square-action-wrap {
        padding: 40px 30px;
    }
    
    
    
    #home .bg-barra-4 .call-action-icon img {
	
	width: 550px;
}


#home .bg-barra-1 .call-action-icon img {
	
	width: 580px;
}






@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .single-square-action-wrap {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-square-action-wrap {
        display: block;
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-square-action-wrap {
        display: block;
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-square-action-wrap {
        display: block;
        padding: 20px 15px;
    }
}



/*================================
30. Start Contact Area Wrapper
==================================*/
.contact-map-area-wrap {
    height: 650px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .contact-map-area-wrap {
        height: 400px;
    }
}

.contact-map-area-wrap #map_content {
    height: 100%;
}

.contact-map-area-wrap.home-baber {
    height: 480px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .contact-map-area-wrap.home-baber {
        height: 300px;
    }
}

.contact-info-area-wrapper .contact-info-content-wrap,
.contact-info-area-wrapper .contact-info-content.layout--2 {
    margin-top: -120px;
    position: relative;
    z-index: 999;
}

.contact-info-area-wrapper .contact-info-thumb img {
    width: 100%;
}

.contact-info-area-wrapper.layout--2 {
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .contact-info-area-wrapper.layout--2 {
        position: static;
    }
}

.contact-info-content {
    background-color: #fff;
    padding: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (max-width: 767.98px) {
    .contact-info-content {
        padding: 50px 30px;
    }
}

.contact-info-content.layout--2 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .contact-info-content.layout--2 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.con-method-item {
    position: relative;
    line-height: 1.8;
    padding-left: 40px;
    margin-bottom: 30px;
}

.con-method-item:last-child {
    margin-bottom: 0;
}

.con-method-item p {
    margin-bottom: 0;
}

.con-method-item a {
    color: #666666;
}

.con-method-item i {
    color: #00a0af;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 6px;
    text-align: center;
    width: 25px;
}

/*====================================
37. Start Parallax Bg Content Wrapper
=====================================*/
.single-parallax-wrap .parallax-image-wrap {
    height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .single-parallax-wrap .parallax-image-wrap {
        height: 50vh;
    }
}

.single-parallax-wrap .parallax-content-wrap {
    background-color: #fff;
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-parallax-wrap .parallax-content-wrap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-parallax-wrap .parallax-content-wrap {
        padding: 60px 0;
    }
}

.single-parallax-wrap .parallax-content-wrap h2 {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 14px;
}

.single-parallax-wrap .parallax-content-wrap h2 a {
    color: #222222;
}

.single-parallax-wrap .parallax-content-wrap h2 a:hover {
    color: #00a0af;
}

@media only screen and (max-width: 767.98px) {
    .single-parallax-wrap .parallax-content-wrap h2 {
        font-size: 24px;
    }
}

.single-parallax-wrap .parallax-content-wrap .btn i.fa {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.single-parallax-wrap .parallax-content-wrap .btn:hover i.fa {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.breadcrumb-wrap li {
    position: relative;
}

.breadcrumb-wrap li:after {
    content: "/";
    margin: 0 8px 0 10px;
    font-size: 12px;
    line-height: 1;
}

.breadcrumb-wrap li:last-child:after {
    display: none;
}

.breadcrumb-wrap li a {
    color: #888888;
    font-size: 18px;
    line-height: 1;
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb-wrap li a {
        font-size: 15px;
    }
}

.breadcrumb-wrap li a:hover {
    color: #00a0af;
}


/*==============================
Start Contact Area Wrapper
===============================*/
.con-info-method {
    margin-bottom: 52px;
}

@media only screen and (max-width: 767.98px) {
    .con-info-method {
        margin-bottom: 32px;
    }
}

.con-info-method:last-child {
    margin-bottom: 0;
}

.con-info-method h5 {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

@media only screen and (max-width: 767.98px) {
    .con-info-method h5 {
        margin-bottom: 15px;
    }
}

.con-info-method p:first-child,
.con-info-method address:first-child {
    margin-bottom: 0;
}

.form-input-item {
    margin-bottom: 20px;
}

.form-input-item:last-child {
    margin-bottom: 0;
}

.form-input-item input,
.form-input-item textarea {
    background-color: #f4f4f4;
    border: none;
    display: block;
    outline: none;
    padding: 20px 15px;
    width: 100%;
}

.form-input-item.white-layout input,
.form-input-item.white-layout textarea {
    background-color: #fff;
}

.form-input-item.bordered-black input,
.form-input-item.bordered-black textarea {
    background-color: transparent;
    border: 2px solid #222222;
}


/*==============================
Start Footer Area Wrapper
============================*/
.footer-widget-wrapper {
    background-color: #fff;
    color: #181f27;
}

.footer-widget-wrapper a {
    color: #181f27;
}

.single-widget-wrap {
    margin-top: 45px;
}

.single-widget-wrap .widget-title {
    color: #00a0af;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 33px;
    margin-top: -3px;
}



.single-widget-wrap:hover .widget-title:before {
    width: 50px;
}

.widget-list li {
    margin-bottom: 15px;
}

.widget-list li:last-child {
    margin-bottom: 0;
}

.widget-list li a {
    position: relative;
}

.widget-list li a:before {
    background-color: #aaaaaa;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 1px;
    width: 10px;
    opacity: 0;
    visibility: hidden;
}

.widget-list li a:hover {
    padding-left: 15px;
    color: #00a0af;
}

.widget-list li a:hover:before {
    opacity: 1;
    visibility: visible;
    background-color: #00a0af;
}

.footer-logo-3 img {
	 
    width: auto;
   height: 140px;
}


/* Start Footer Bottom Area */
.footer-bottom-area {
    background-color: #00a0af;
    padding: 40px 0;
}

@media only screen and (max-width: 575.98px) {
    .footer-bottom-area {
        padding: 25px 0;
    }
}

.footer-copyright-area {
    font-size: 14px;
    color: #fff;
}

.footer-copyright-area p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .footer-copyright-area p {
        font-size: 13px;
    }
}

.footer-social-icons a {
    color: #aaaaaa;
    font-size: 20px;
    line-height: 1;
    margin-left: 30px;
}

.footer-social-icons a:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 767.98px) {
    .footer-social-icons a {
        font-size: 16px;
    }
}

.footer-social-icons a:hover {
    color: #00a0af;
}

.footer-wrapper.layout--2 {
    padding: 60px 0 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer-wrapper.layout--2 {
        padding: 30px 0 23px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-wrapper.layout--2 {
        padding: 20px 0;
    }
}

.footer-wrapper.layout--2 .footer-middle h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer-wrapper.layout--2 .footer-middle h3 {
        font-size: 20px;
    }
}

.footer-wrapper.layout--2 .footer-copyright-area {
    color: #222222;
}

.footer-wrapper.layout--2 .footer-social-icons a {
    color: #222222;
}

.footer-wrapper.layout--2 .footer-social-icons a:hover {
    color: #00a0af;
}

.footer-wrapper.footer-white {
    color: #878787;
}

.footer-wrapper.footer-white a {
    color: #878787;
}

.footer-wrapper.footer-white .footer-widget-wrapper {
    background-color: #fff;
}

.footer-wrapper.footer-white .footer-widget-wrapper .widget-title {
    color: #222222;
}

.footer-wrapper.footer-white .latest-blog-widget .single-blog-item:after {
    background-color: #eeeeee;
}

.footer-wrapper.footer-white .latest-blog-widget .single-blog-item a {
    color: #878787;
}

.footer-wrapper.footer-white .newsletter-form-wrap input {
    background-color: #eeeeee;
    color: #222222;
}

.footer-wrapper.footer-white .newsletter-form-wrap button {
    color: #222222;
}

.footer-wrapper.footer-white .footer-bottom-area {
    background-color: #fff;
    padding: 0;
}

.footer-wrapper.footer-white .footer-bottom-area .footer-bottom-content {
    border-top: 1px solid #eeeeee;
    padding: 40px 0;
}




@media only screen and (max-width: 575.98px) {
    .footer-wrapper.footer-white .footer-bottom-area .footer-bottom-content {
        padding: 25px 0;
    }
}

.footer-wrapper.layout--3 {
    background-color: #111111;
    height: 100vh;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer-wrapper.layout--3 {
        height: 50vh;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-wrapper.layout--3 {
        height: auto;
    }
}

.footer-wrapper.layout--3 .footer-three-content h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
}

.footer-wrapper.layout--3 .footer-three-content h2 a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer-wrapper.layout--3 .footer-three-content h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-wrapper.layout--3 .footer-three-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 479.98px) {
    .footer-wrapper.layout--3 .footer-three-content h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .footer-wrapper.layout--3 .footer-three-content .newsletter-form-wrap.w-50 {
        width: 100% !important;
    }
}

.footer-wrapper.layout--3 .footer-three-content .newsletter-form-wrap input {
    background-color: #444444;
    color: #fff;
}

.footer-wrapper.layout--4 {
    background-color: #222222;
    color: #aaaaaa;
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer-wrapper.layout--4 {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-wrapper.layout--4 {
        padding: 60px 0;
    }
}

.footer-wrapper.layout--4 a {
    color: #aaa;
}

.footer-wrapper.layout--4 a:hover {
    color: #00a0af;
}

.footer-wrapper.layout--4 .footer-contact-information [class*='col-']:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.single-footer-con-info {
    line-height: 2;
    margin-top: 30px;
}

.single-footer-con-info h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 26px;
}

@media only screen and (max-width: 767.98px) {
    .single-footer-con-info h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}




.single-footer-con-info a {
    display: block;
}

.single-footer-con-info p {
    margin-bottom: 0;
}

.footer-bottom-left a {
    color: #fff !important;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.footer-social-icons.icons-rounded a {
    background-color: #444444;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    height: 45px;
    width: 45px;
}

#productos .bg-barra-1 .call-action-icon img {
		width: 450px;
	}
	
	
.canal-green-img	.square-3 {
    padding: 150px 0 167px 100px;
}


.canal-diagnostico .square-6 {
    padding: 240px 0 0 80px;
}


		#paneles-producto-a {
			width: auto;
			min-height: 600px;
		background-image: url('../img/inner-camaras/Unidad-Movil-2.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
		#paneles-producto-b {
		background-image: url('../img/inner-camaras/Unidades_Moviles.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	
	
	#paneles-producto-1 {
		background-image: url('../img/inner-equipomedico/01-Audiometro.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-2 {
		background-image: url('../img/inner-equipomedico/02-Timpanometro.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-3 {
		background-image: url('../img/inner-equipomedico/03-Otoacusticas.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-4 {
		background-image: url('../img/inner-equipomedico/04-Potenciales.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-5 {
		background-image: url('../img/inner-equipomedico/05-Vestibulares.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-6 {
		background-image: url('../img/inner-equipomedico/06-VHIT.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-7 {
		background-image: url('../img/inner-equipomedico/07-Audiometro2.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-8 {
		background-image: url('../img/inner-equipomedico/08-Espirometro.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#paneles-producto-9 {
		background-image: url('../img/inner-equipomedico/09-Electrocardiografo.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	#industria .square-style-1 p {
		color: #181f27 !important;
		font-size: 2.1em;
		font-weight: 500;
		line-height: 40px;
		margin-bottom: 35px;
	}
	



.contacto-links {
    padding-left: 33px;
}

	@media only screen and (min-width: 280px) and (max-width: 767px) {
		
		
		.contacto-links {
    padding-left: 0;
}


		
		#paneles-producto-a {
			width: auto;
			min-height: auto !important;
		background-image: url('../img/inner-camaras/Unidad-Movil-2.jpg');
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
		
		#servicios .square-style-1 {
    padding: 0;
}

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

#paneles-img-1  {
    padding: 200px 0;
}
		
		
	.description p {
		padding: 20px 0px;
		font-size: 1.6em;
		line-height: 45px;
		color: #181f27;
		font-weight: 100;
	}
	h4,
	.h4 {
		margin-bottom: 0;
	}
	#home .icon-info .icon-desc {
		padding-top: 0;
		width: 100%;
		color: #000000;
		font-size: 1.7em;
		line-height: 35px;
	}
	#home,
	#servicios,
	#industria,
	#productos,
	#contacto {
		overflow-x: hidden !important;
	}
	#industria .square-style-1 p {
		color: #181f27 !important;
		font-size: 1.2em;
		font-weight: 500;
		line-height: 35px;
		margin-bottom: 35px;
	}
	
	#servicios .bg-barra-3 .single-call-action-wrap {
    padding: 20px 0 !important ;
}
	#servicios .single-call-action-wrap {
		padding: 0;
	}
	#servicios .bg-barra-3 {
		padding: 20px 0 !important ;
	}

	#productos .icon-info .icon-desc {
		padding-top: 0;
		width: 100%;
	}
	#productos .bg-barra-2 .icon-desc,
	#servicios .bg-barra-5 .icon-desc,
	#servicios .bg-barra-3 .icon-desc {
		color: #000;
	}
	#industria .icon-info p.icon-title {
		font-size: 4em;
	}
	#servicios .icon-info .icon-desc {
		padding-top: 0;
		width: 100%;
	}
	#home .call-action-icon img {
		width: 600px;
	}
	#productos .bg-barra-2 .call-action-icon img {
		width: 700px;
	}
	#productos .bg-barra-1 .call-action-icon img {
		width: 400px;
	}
	#industria .our-service-content-area .single-call-action-wrap {
		padding: 100px 0px;
	}
	#servicios .bg-barra-3 .call-action-icon img {
		width: 200px;
	}
	#servicios .bg-barra-5 .call-action-icon img {
		    width: 200px
	}
	#productos .icon-info p,
	#servicios .icon-info p,
	{
		color: #fff;
		font-size: 1.6em;
	}
	
	/* ---------- separacion 400px ---*/
	.padding-50 {
		padding: 0;
	}
	
	#productos .text-style-1 {
		padding: 0 20px 20px 20px;
		font-size: 1.7em;
		line-height: 35px;
		color: #ffffff;
		font-weight: 500;
		text-align: center;
	}
	#productos .title-style-1 {
		padding: 30px 0 0 0;
		font-size: 2.8em;
		line-height: 55px;
		color: #ffffff;
		font-weight: 800;
		text-align: center;
	}
	#productos .text-style-3 {
		padding: 0 20px 10px 20px;
		font-size: 1.2em;
		line-height: 35px;
	}
	#productos .bg-barra-2 .icon-info p.icon-title {
		font-size: 3em;
	}
	#productos .ajuste-imagen .single-call-action-wrap {
		padding: 100px;
	}
	.icon-info p.icon-title {
		font-size: 3em;
	}
	.icon-info p {
		font-size: 1.3em;
	}
	#productos .bg-barra-1 .icon-desc {
		padding-top: 0;
		font-size: 1.3em;
		line-height: 30px;
		color: #fff;
	}
	#productos .single-call-action-wrap {
		padding: 0 0 20px 0;
	}
	.call-action-icon img {
		width: 60%;
	}
	.single-call-action-wrap {
		padding: 20px 15px;
	}
	single-call-action-wrap .call-action-icon {
		margin-bottom: 0;
	}
	.icon-info {
		text-align: left;
	}
	.title-style-2 {
		line-height: 65px;
		padding: 0;
		font-size: 2.5em;
	}
	.h-100 {
		height: auto;
	}
	.ajuste-imagen .single-call-action-wrap {
		padding: 180px 0px;
	}
	.services-heading h2 {
		padding: 30px 0 00;
		margin-bottom: 0;
		font-size: 2.5em;
	}
	.text-style-1c {
    font-size: 1.5em;
    line-height: 35px;
}
	.full-img-area-3 {
		padding: 0;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		height: 280px;
	}
	.title-pad-1 {
		padding: 20px 40px;
	}
	.border-area-2 {
		border: 10px #d3d3d3 solid;
		padding: 0 30px;
	}
	.square-style-1a {
		padding: 0;
		text-align: left;
	}
	.description-2 p {
		padding: 20px 30px;
		font-size: 2em;
		line-height: 55px;
		color: #181f27;
		font-weight: 100;
	}
	.description-3 p {
		padding: 40px 0;
		font-size: 1.5em;
		line-height: 55px;
		color: #00a0af;
		font-weight: 900;
	}
	.sticky-header.sticky {
		display: none;
	}
	.bg-barra-1 p.icon-title {
		font-size: 3.5em;
		line-height: 60px;
		margin-top: 20px;
	}
	.bg-barra-1 .icon-desc {
		padding-top: 0;
	}
	#home .icon-info {
		padding: 0;
	}
	.bg-barra-1 p.icon-title {
		font-size: 3em;
		line-height: 60px;
		margin-top: 20px;
	}
	
	#productos .bg-barra-1 p.icon-title {
		font-size: 2.5em;
		line-height: 50px;
		margin-top: 20px;
	}
	
	.call-action-icon img {
		width: 200px;
	}
	.bg-barra-2 {
		padding: 20px 0;
	}
	.bg-barra-3 {
		padding: 20px 0;
	}
	.bg-barra-5 {
		padding: 20px 0 50px 0;
	}
	.bg-barra-5 .icon-info {
		padding: 30px 30px;
	}
	.description p {
		padding: 0;
		font-size: 1.5em;
		line-height: 45px;
		color: #181f27;
		font-weight: 100;
	}
	.navbar-social .shadow-links li a {
		font-weight: 500;
		line-height: 50px;
		padding: 0;
		text-align: center;
		width: 50px;
		height: 50px;
		font-size: 25px;
	}
	.description p {
		width: 100%;
	}
	.bg-barra-4 .icon-info .icon-desc {
		padding-top: 30px;
		width: 100%;
		font-size: 1.6em;
		margin-left: 0;
	}
	
	#industria .call-action-icon img {
    margin-left: -30px;
}

#industria .square-style-1 {
    padding: 20px 0;
}
	
	#industria .bg-barra-4 .icon-info .icon-desc {
		padding-top: 10px;
		width: 100%;
		font-size: 1.2em;
		margin-left: 0;
	}
	.bg-barra-4 {
		background-color: #da5376;
		padding: 20px 0;
	}
	.single-call-action-wrap {
		padding: 0;
	}
	.services-area {
		margin: 30px 0 0 0;
	}
	.site-heading h2 {
		font-size: 1.5em;
	}
	.square-style-1 p {
		font-size: 1.5em;
		text-align: left;
	}
	.green-bg-text {
		font-size: 1.1em;
	}
	.description-2 p {
		padding: 20px 0px 0 20px;
		font-size: 1.4em;
		line-height: 35px;
		color: #181f27;
		font-weight: 100;
	}
	.industria-lista {
		padding: 30px 30px;
	}
	.description-3 p {
		padding: 20px 0 0 20px;
	}
	
	#industria .description-3 p {
    font-size: 1.5em;
    line-height: 35px;

}


	.industria-imgs-txt p {
		padding: 10px 0 0 0;
		font-size: 1.2em;
	}
	#home .call-action-icon img {
		width: 200px;
	}
	#home .bg-barra-1 .call-action-icon img {
    width: 220px;
}
	
	#home .bg-barra-2 .call-action-icon img {
		width: 250px;
	}
	#home .bg-barra-3 .call-action-icon img {
		width: 250px;
	}
	#home .bg-barra-4 .call-action-icon img {
		width: 250px;
		    margin-left: 20px;
	}
	#home .bg-barra-5 .call-action-icon img {
		width: 260px;
		    margin-left: 5px;
    margin-bottom: 20px;
	}
	.bg-barra-1 {
		padding: 30px 0 30px 0;
	}
	.footer-logo-3 img {
		height: 100px;
	}
	#home .icon-info .icon-desc {
		padding-top: 0;
		font-size: 1.3em !important;
	}
	#home .icon-info p.icon-title {
		font-size: 3em;
	}
	#home .bg-barra-2 .icon-info p.icon-title {
		font-size: 3em;
		margin-left: 0;
	}
	#home .bg-barra-1 .icon-info p.icon-title {
		font-size: 2.5em;
		margin-left: 0;
	}
	.bg-barra-5 .icon-info {
		text-align: left;
		margin-top: 0;
	}
	.padding-body {
		margin-top: 0;
		margin-bottom: 0;
	}
	.full-img-area {
		padding: 0;
		height: 274px !important;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#servicios .icon-info .icon-desc {
		width: 100%;
	}
	#servicios .bg-barra-3 .icon-info p {
		color: #181f27;
		font-size: 1.2em;
	}
	#servicios .bg-barra-5 .icon-info p {
		color: #181f27;
		font-size: 1.2em;
	}
	#servicios .bg-barra-3 .icon-info p.icon-title {
		color: #866a0a;
		font-size: 3em;
		line-height: 60px;
		margin-top: 0;
	}
	#servicios .bg-barra-5 .icon-info p.icon-title {
		color: #008045;
		font-size: 3em;
		line-height: 60px;
		margin-top: 0;
	}
	#servicios .bg-barra-5 .icon-info .icon-desc {
		padding-top: 0;
		width: 90%;
		margin-left: 0;
		
	}
	#servicios .bg-barra-5 .icon-info {
		padding: 0;
		margin-top: 20px;
	}
	#servicios .text-style-1c {
		font-size: 1.5em;
	}
	#servicios .text-style-1c {
		line-height: 35px;
	}
	#servicios .padding-100 {
		padding: 30px 0;
	}
	#servicios .title-style-1c {
		font-size: 2.8em;
		line-height: 55px;
		color: #ffffff;
		font-weight: 800;
		text-align: left;
	}
	#servicios .text-style-7 {
		padding: 20px 0 30px 15px;
		font-size: 1.5em;
		line-height: 30px;
		color: #ffffff;
		font-weight: 500;
		text-align: left;
	}
	#servicios .text-style-7a {
		padding: 0 0 20px 20px;
		font-size: 2em;
		line-height: 35px;
		color: #00a0af;
		font-weight: 900;
		text-align: left;
	}
	#servicios .text-style-6a {
		font-size: 1.5em;
		line-height: 35px;
		color: #ffffff;
		font-weight: 900;
		text-align: left;
		padding: 0 20px 30px 20px;
	}
	#servicios .title-style-4a {
		padding: 0 0 20px 0;
		font-size: 2.3em;
		line-height: 45px;
		color: #00a0af;
		font-weight: 900;
		text-align: left;
	}
	#servicios .text-style-5 {
		padding: 0;
		font-size: 1.4em;
		line-height: 40px;
		color: #000000;
		font-weight: 500;
		text-align: left;
	}
	#servicios .pad-squares {
		padding: 20px 30px;
	}
	#servicios .green-text {
		color: #00a0af;
		font-size: 1.6em;
		font-weight: 700;
		line-height: 32px;
		text-align: center;
	}
	#servicios .white-text {
		color: #ffffff;
		font-size: 1.6em;
		font-weight: 700;
		line-height: 32px;
	}
	#servicios .experiencia-area .exp-1 {
		text-align: center;
		font-size: 1.7em;
		line-height: 55px;
		font-weight: 300;
	}
	#servicios .large-green {
		text-align: center;
		font-size: 3em;
		color: #00a0af;
		font-weight: 900;
	}
	#servicios .experiencia-area {
		padding: 20px 0 20px 0;
	}
	#servicios .square-6-img img {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#servicios .medicion-area {
		margin: 40px 0 0 0px;
	}
	#servicios .border-area {
		border: 10px #d3d3d3 solid;
		padding: 20px 0;
	}
	#servicios .square-7-img img {
		width: auto;
		height: auto;
		max-height: 300px;
		margin: 0;
		padding: 20px 0 20px 50px;
	}
	.services-area {
		margin: 30px 0 0 0;
	}
	#home .bg-barra-1 .icon-info {
		text-align: left;
	}
	#home .icon-info .icon-desc {
		font-size: 1.4em !important;
	}
	#home .bg-barra-3 .call-action-icon img {
		width: 250px;
	}
	#productos .square-collapse-1 {
		min-height: 140px;
		text-align: center;
		font-size: 1.1em;
		font-weight: 900;
	}
	#productos .square-style-1 {
		padding: 50px 20px;
	}
	#productos .green-area .t1 {
		font-size: 2.5em;
		padding: 0;
	}
	#productos .white-text {
		font-size: 1.7em;
	}
	#productos .certificado .white-text {
		font-size: 1.5em;
	}
	.ehecatl img {
		width: 80%;
		margin-left: 40px;
	}
	#productos .border-area-1 {
		padding: 20px 20px;
	}
	
	#productos .square-3 {
    padding: 20px 40px;
}





#productos .square-3 p {
    font-size: 1.6em;
     margin-top: 10px;
}

.pedriatica-area {
    padding: 0;
}

#productos .square-1, .square-2, .square-4 {
    padding: 0 40px;
    min-height: 150px;
}

#productos .title-style-4 {
    padding: 40px 0 20px 0;
    font-size: 3.3em;
    line-height: 35px;
    
    }
    
    
 .canal-diagnostico   .square-6-img img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.canal-diagnostico .text-style-5 {
    padding: 0 20px;
    font-size: 1.7em;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 40px;
}

.canal-diagnostico .title-style-4 {
    padding: 40px 0 20px 20px;
    font-size: 3.3em;
    line-height: 35px;
    
    }

    
   #productos .text-style-5 {
    padding: 0;
    font-size: 2em;

}


#productos .description-4 p {
    padding: 20px 15px;
    font-size: 1.7em;
    text-align: left;
        line-height: 40px;
}

#productos .square-5 {
    padding: 30px 20px;
    min-height: 300px;
}


#productos .text-style-6 {
    padding: 0px 30px;
    font-size: 1.9em;
    line-height: 40px;
    text-align: left;
}

#productos .title-style-1b {
    padding: 0 30px;
    font-size: 3em;
    text-align: left;
}


#productos .square-6-img img {
    width: auto;
    height: auto;
    max-height: 700px;
    padding: 0;
}

#productos .square-6 {
    padding: 0 50px;
    min-height: auto;
    margin-left: 0;
}

#productos .text-style-5 {
    padding: 0;
    font-size: 1.7em;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 40px;
}

#productos .title-style-1b {
      padding: 20px 30px 0 30px;
    font-size: 3em;
    text-align: left;
   margin-bottom: 0; /*16:54*/
}


#productos .text-style-1b {
    padding: 0px 20px;
    font-size: 1.7em;
    line-height: 40px;
    text-align: left;
    margin-bottom: 50px;
}

#productos .full-img-area-2 {
    padding: 91px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


#productos .square-6 {
  
    padding: 0 40px;

    min-height: auto;
    margin-left: 0;
}

#productos .title-style-4 {
    padding: 40px 0 0px 0;
    font-size: 2.7em;
    line-height: 35px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}


.single-widget-wrap .widget-title {
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: -3px;
}


.formas-pago {
    margin-top: 20px;
}

.navbar-social {
    margin: 10px 0 0 0;
}

.side {
  margin: auto;
  width: 100%;
  text-align: center;
}

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

.navbar-brand img {
	height: 45px;
	padding: 0;
}

.navbar-brand  {
	padding: 0 !important;
}

.navbar-nav {
  
    margin-top: 20px;
}

.navbar {
    padding: 0;
}


#industria .container-medium-2 {
    width: 100%;
    margin-bottom: 20px;
}

#industria .bg-barra-4 .barra-principal {
    padding: 5px 0;
}

#industria .services-area .services-items .item {
	    padding: 20px 40px;
    min-height: 120px;
}

#industria .services-area {
    margin: 0;
}

#industria  .title-style-1a {
    font-size: 2em;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    margin-top: 50px;
}

#industria .square-style-1a p {
font-size: 1.2em;
line-height: 35px;
}

#industria  .industria-texto p {
    color: #fff;
    text-align: left;
    font-size: 1.1em;
    }
    
    .nom-style {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    border: solid 1px #fff;
    padding: 10px 30px;
    margin-bottom: 30px;
    font-size: 1em;
    float: left;
    clear: both;
    font-weight: 600;
}

#home .bg-barra-5 .single-call-action-wrap .call-action-icon {
    margin-right: 0;
}

#productos .canal-diagnostico {
    padding: 0 30px ;
}


#productos  .title-product-1 {
    font-size: 1.9em;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
}

#productos .title-product-1s {
    font-size: 1.9em !important;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 30px;
}



#productos .square-style-1-g {
    padding: 30px 0;
}

#productos .square-style-1-green {
    padding: 35px 0;
}

#productos .square-collapse-3 {
    padding: 80px 50px;
    min-height: 443px;
}

#productos .square-collapse-img-3 img {
    min-height: 190px;
    margin-top: 0px;
}

#productos .collapse-list {
    font-size: 1.5em;
    padding-bottom: 0;
    font-weight: 400;
    padding: 0 30px;
}

#productos .green-title p {
    text-align: left;
    font-size: 2em;
    font-weight: 900;
    padding: 15px 20px;
}

#productos .container-medium-3 {
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
}


#productos .title-certificaciones {
    color: #ffffff;
    background-color: #00a0af;
    font-size: 1.6em;
    font-weight: 900;
    padding: 10px 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
}

#productos .title-style-4 {
    padding: 20px 0 0 0;
    font-size: 2.5em;
    line-height: 45px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}

}

@media (min-width: 1600px) {
	.container {
		max-width: 1540px !important;
	}
}


#home,
	#servicios,
	#industria,
	#productos,
	#contacto {
		overflow-x: hidden !important;
	}
	
	
	.navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0 / 52%);
}




@media (min-width: 767px) {
   .navbar-social {
margin: 10px 15px 0 0;
}

}

@media (min-width: 1024px) {
   .navbar-social {
margin: -10px 35px 0 0;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1366px){
.navbar-nav>li {
    margin-right: 0;
}

.navbar-nav>li a {
    padding: 0 10px;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px){

#home .bg-barra-1 .call-action-icon img {
    width: 50%;
    margin-left: 25%;
}

#home .bg-barra-2 .call-action-icon img {
    width: 50%;
    margin-left: 25%;
}

#home .bg-barra-3 .call-action-icon img {
    width: 50%;
    margin-left: 25%;
}

#home .bg-barra-4 .call-action-icon img {
    width: 50%;
    margin-left: 25%;
}

#home .bg-barra-5 .call-action-icon img {
    width: 50%;
    margin-left: 25%;
}


#home .bg-barra-1 .icon-desc,
#home .bg-barra-2 .icon-desc,
#home .bg-barra-3 .icon-desc,
#home .bg-barra-4 .icon-desc,
#home .bg-barra-5 .icon-desc {
    padding-top: 30px;
    font-size: 2.5em;
    line-height: 60px;
    color: #fff;
}

#home .icon-info .icon-link {
    font-size: 2.8em;
}

#home .bg-barra-1 .single-call-action-wrap,
#home .bg-barra-2 .single-call-action-wrap,
#home .bg-barra-3 .single-call-action-wrap,
#home .bg-barra-4 .single-call-action-wrap,
#home .bg-barra-5 .single-call-action-wrap {
    display: block;
    padding: 60px 30px;
}


}
	#productos .container-medium-3 {
    width: 85%;
    margin: 0 0 0 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1699px){
	
	
	/*------------ Productos ----------- */
	
	.canal-green-img .square-3 {
    padding: 90px 40px 0 60px;
}

.canal-green-img  .square-3 p {
    margin-top: 20px;
}

.unidades-moviles .text-style-3 {
	
	    padding: 0 60px 40px 60px;
}

.unidades-moviles .title-style-2 {
    padding: 0 0 20px 0;
    font-size: 3.5em;
}


.square-4 {
    padding: 40px !important;
    min-height: auto !important;
}

#productos .description-4 p {
    padding: 30px 0;
    font-size: 2.5em;
    line-height: 55px;
}

#productos .presuite  {
   padding: 180px 0 0 0px;
    min-height: auto;
}

.presuite .text-style-6 {
    padding: 0;
    font-size: 2.9em;
}

.canal-diagnostico .square-6 {
    padding: 140px 0 0 180px;
}

.canal-diagnostico .title-style-4 {
    padding: 70px 0 30px 0;
    font-size: 4em;
    line-height: 45px;

}

.text-style-1b {
    padding: 0;
    font-size: 3em;
    line-height: 55px;

}

#productos .full-img-area-2 {
    padding: 321px 0;
}

.desmontable {
    margin-top: 7%;
}

.analizador .title-product-1 {
    font-size: 1.7em;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
}

.vhit .title-product-1,
.espirometro .title-product-1 {
    font-size: 2.7em !important;

}

.electrocardiografo {
    font-size: 1.7em;
    padding-top: 20px;

}

#productos .container-medium-3 {
    width: 85%;
    margin: auto;
    margin-bottom: 0;
    margin-right: 40px;
}


/*------------ Servicios ----------- */

#servicios .text-style-5 {
    padding: 0;
    font-size: 1.7em;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    text-align: left;
}

#servicios .title-style-4a {
    padding: 0;
    font-size: 2.3em;
    line-height: 55px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}

#servicios .mt-150 {
    margin-top: 40px!important;
}

#servicios .mb-150 {
    margin-bottom: 40px!important;
}

#servicios .border-area {
    padding: 30px 20px;
}

#servicios .square-7-img img {
    width: auto;
    height: 300px;
    max-height: 600px;
    margin: 0;
    padding: 0;
}

#servicios .square-style-1 {
    padding: 0;
}

#servicios .services-heading h2 {

    padding: 40px 0;
}

#servicios .container-medium-3 {
    margin-bottom: 0;
}

#servicios .padding-100 {
    padding: 40px;
}

#servicios .pad-squares {
    padding: 30px 60px;
}

#servicios  .green-text {
    font-size: 1.7em;
        line-height: 40px;
}
	
	#servicios  .white-text {
    font-size: 1.7em;
        line-height: 40px;
}

.square-6-img img {
    width: auto;
    margin: 0;
    padding: 0;
    margin-top: 10%;
}

	}
	
	
	
	@media only screen and (min-width: 768px) and (max-width: 1199px){
		
		.navbar-nav>li {
    margin-right: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.navbar-nav {

    margin-top: 10px;
}
/*------------ Productos ----------- */	
	
	#productos .bg-barra-1 .call-action-icon img {
    width: 250px;
    margin-bottom: 40px;
}

	#productos .bg-barra-2 .call-action-icon img {
    width: 290px;
    margin-bottom: 10px;
}


#productos .icon-info p.icon-title {
    font-weight: 900;
    font-size: 4em;
    
    }
    
    
   #productos  .bg-barra-1 .icon-desc {
    padding-top: 0;

}
    
 #productos  .bg-barra-1   .single-call-action-wrap {
    display: block;
    padding: 30px 15px;
}  
    
 #productos  .bg-barra-2   .single-call-action-wrap {
    display: block;
    padding: 30px 15px;
}  
   
  #productos   .full-img-area {
    padding: 350px 0;
  
}

  #productos .text-style-1 {

    line-height: 45px;

}

 #productos #paneles-producto-a {
    min-height: 300px;

}


.unidades-moviles .text-style-3 {
    padding: 0 0 20px 0;
    font-size: 2em;
   
}

.unidades-moviles  .title-style-2 {
     padding: 0 0 10px 0;
  
}

 #productos .canal-green-img .square-3 {
    padding: 20px 40px;
}

 #productos  .square-3 p {
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 32px;
    margin-top: 0;
}


 #productos .title-style-1a {
    font-size: 2em;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    margin-top: 50px;
}

#productos .square-4 {
    padding: 0;
    min-height: auto;
}
	
	 #productos .title-style-4 {
    padding: 0 20px 0 40px;
    font-size: 2.5em;
    line-height: 45px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}



#productos .text-style-5 {
    padding: 0 20px 0 40px;
    font-size: 1.6em;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    text-align: left;
}

.pediatrica-area .square-4-img img {
    width: 90%;
    height: auto;
    max-height: 300px;
    margin: 0;
    padding: 0;
}

.pedriatica-area {
    padding: 40px 0;
}


#productos .description-4 p {
    padding: 30px 0;
    font-size: 2.1em;
    line-height: 40px;
    color: #181f27;
    font-weight: 300;
}

#productos .square-5 {
    padding: 120px 0 0 0;
    min-height: auto;
}


#productos .text-style-6 {
    padding: 0;
    font-size: 1.6em;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}


#productos .title-style-1b {
    font-size: 3em;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
}


#productos .square-6-img img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}


.canal-diagnostico .square-6 {
    padding: 120px 0 0 0;
    min-height: auto;
    margin-left: 0;
    
}

#productos .text-style-1b {
    padding: 0;
    font-size: 1.6em;

}


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

.desmontable {
    margin: 5%;
}

.desmontable  .text-style-5 {
    padding: 0;
    font-size: 1.6em;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    text-align: left;
}

.desmontable .square-6-img img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 50px 0 0 0;
}

#productos .square-collapse-1 {
    min-height: auto;
    text-align: center;
    font-size: 1.7em;
    font-weight: 900;
    max-height: 200px;
}


.audiologia p{
    font-size: 3em !important;
}

#productos .title-product-1 {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 700;
    padding-top: 20px;
}

#productos .square-style-1 {
    padding: 50px 0;
}
#productos .square-style-1-g {
    padding: 30px 20px;
}

#productos .square-style-1-green {
    padding: 30px 0;
}

.vhit h2, .espirometro h2 {
    font-size: 1.7em !important;
    color: #ffffff;
    font-weight: 700;
    padding-top: 20px;
}

#productos .square-collapse-3 {
    padding: 30px 0;
    min-height: 50px;
}
#productos .square-collapse-img-3 img {
    min-height: 250px;
    margin-top: 0px;
}

#productos .mb-80 {
    margin-bottom: 40px!important;
}
#productos .mt-80 {
    margin-top: 40px!important;
}

#productos  .mt-40 {
    margin-top: 10px!important;
}

#productos  .mb-40 {
    margin-bottom: 10px!important;
}


.electrocardiografo {
    font-size: 1.1em;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
}

#productos .collapse-title {
    font-size: 1.9em;

        padding-bottom: 0;
}


.jeringa {
    font-size: 1.8em;
}

#productos .green-area .t1 {
    margin-top: 20px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 900;
    padding: 0;
}

#productos .border-area-1 {
    border: 3px solid white;
    padding: 20px 20px;
}


#productos .border-area-1 p {
    font-size: 1.6em;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
}

.consumibles {
    font-size: 1.4em;
    line-height: 20px;
}


/*------------ Servicios ----------- */
#servicios .bg-barra-3 .call-action-icon img {
	width: 250px;
	margin-bottom:20px;
}

#servicios .bg-barra-5 .call-action-icon img {
	width: 250px;
	margin-bottom:20px;
}


#servicios .icon-info p.icon-title {
    font-weight: 900;
    font-size: 4em;

}



#servicios .square-style-1 {
    padding: 0;
}


#servicios .square-style-1 .title-style-1a {
    font-size: 2.7em;
    padding-left: 20px;
        margin-top: 20px;
}

#servicios .square-style-1 p {
    font-size: 1.6em;
    padding-left: 20px;
    text-align: left;
}


#servicios .services-heading h2 {
  
    padding: 20px 0;
       margin-bottom: 0;
    font-size: 3em;
}

#servicios .container-medium-3 {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

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



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



#servicios .text-style-1c {
    padding: 0;
    font-size: 2.5em;
    line-height: 45px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}


#servicios .padding-100 {
    padding: 20px 0;
}


#servicios .full-img-area-3 {
    padding: 200px 0;
}


#servicios .title-style-1c {
    font-size: 2.8em;
}

#servicios .text-style-7 {
    padding: 20px 10px 20px 10px;
    font-size: 1.6em;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
}


#servicios .text-style-7a {
    padding: 0 0 20px 0;
    font-size: 2em;
    line-height: 35px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}


#servicios .text-style-6a {
    font-size: 1.6em;

}


#servicios .title-pad-1 {
    padding: 20px 0;
}

#servicios .title-style-4a {
    padding: 0 0 20px 0;
    font-size: 2.5em;
    line-height: 40px;
   
}


#servicios .text-style-5 {
    font-size: 1.6em;
}


#servicios .square-6-img img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 0 0;
    margin-left: 30px;
}

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


#servicios .border-area-2 {
    border: 10px #d3d3d3 solid;
    padding: 30px 20px;
}


#servicios .container-medium-5 {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}



#servicios .title-style-2 {
    padding: 0 0 20px 0;
    font-size: 3.5em;
    line-height: 55px;
}


#servicios .pad-squares .green-text {
    font-size: 1.6em;
        line-height: 36px;

}
#servicios .pad-squares .ajuste-mt {
    margin-top: 30%;

}


#servicios .pad-squares {
    padding: 30px 30px;
}

#servicios .pad-squares .white-text {
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 36px;
}



#servicios .calibracion .title-style-4 {
    padding: 40px 0 20px 0;
    font-size: 3em;
    line-height: 45px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}


#servicios .experiencia-area {
    padding: 30px 0 30px 0;
}

#servicios .large-green {
    font-size: 4em;
  
}

#servicios .container-medium-4 {
    width: 100%;
    margin: auto;
}



#servicios .square-6-img img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-left: 10%;
}


#servicios .text-style-5 {
    font-size: 2.2em;
}

#servicios .container-medium-4 {
    width: 90%;
    margin: auto;
}

#servicios .border-area {
    padding: 40px 20px;
}

#servicios .text-style-5 {
    font-size: 1.6em;
}


/*------------ Industria ----------- */

#industria .bg-barra-4 .call-action-icon img {
	width: 250px;
	margin-bottom:20px;
}

#industria .services-area {
    margin: 10px 0 0 0;
}


#industria .square-style-1 {
    padding: 30px 0;
}




#industria #ajuste-imagen .single-call-action-wrap {
    display: block;
    padding: 220px 15px;
}







#industria #paneles-img-2 {
    min-height: 400px;
}



#industria #paneles-img-3 {
    min-height: 400px;
    background-size: contain;
}


#industria .title-style-1a {
    font-size: 2.7em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

#industria .square-style-1a {
    padding: 0 70px;
}





}
		
		
		
		
#productos .title-product-1s  {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 30px;

}
		
		
		
		
	footer p, footer a  {
    font-size: 20px;

}	
		
		
footer a:hover  {
   color: #00a0af;

}			
		.contacto-button:hover {
			
			background: #00a0afba;		
		}
		

		
.wrap-panels .collapsed {
    cursor: pointer;
}	
		
		
	.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}	
		
		
		
.single-brand-logo .foot-3 {
    min-height: 100px;
    min-width: 150px !important;
    margin-top: -30px;
}		
		
		
	#second {
		height: auto;
	}	
		
		
		
		
	/*================================
14. Start Brand Logo Area Wrapper
==================================*/
.brand-logo-wrapper {
    padding: 15px 0;
}

.brand-logo-content .single-brand-logo {
    text-align: center;
}

.brand-logo-content .single-brand-logo img {
    width: auto;
    margin: auto;
}

.brand-logo-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.brand-logo-content .slick-track .slick-slide {
    padding: 0 10px;
}



.first-collapse-content .title-style-2 {
	margin-top:5%;
}	
		
.second-collapse-content{
    padding-top: 670px;

}			
	
	
	
	
	
	
	
	
.brand-logo-content {
    margin-top: 100px;

}	



.footer-copyright-area a {
	text-decoration: none;
	color: white;
}

.footer-copyright-area a:hover {
	color: #eeeeee;
}



#industria .square-style-1i .single-square-action-wrap {
    padding: 90px 50px;
}

#industria .square-style-1i p.black{
    font-size: 1.7em;
    margin-bottom: 20px
}


		.square-equipo-complementario {
    padding: 50px 0;
    text-align: center;
}
	
	
	
	.pad-left-complementario .collapse-list {

    padding-left: 60px;
}


@media only screen and (min-width: 280px) and (max-width: 767px) {
	
	#servicios .calibracion .title-style-4 {
    padding: 20px 0 0 0;
    font-size: 2em;
    line-height: 45px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}

.title-certificaciones {
    color: #ffffff;
    background-color: #00a0af;
    font-size: 1.5em;
    padding: 10px 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}



	
		.square-equipo-complementario {
    padding: 0;
    text-align: center;
}
	
	
	
	.pad-left-complementario .collapse-list {

    padding-left: 0;
}


	.min-height-1 img {
	min-height: auto;
	
	}
	
	
	#home .bg-barra-5 .single-call-action-wrap {
    padding: 10px 0 0 0px;
}
	
	.square-7-img img {
    width: auto;
    height: 300px;
    max-height: 400px;
    margin: 0;
    padding: 0;
}

#productos .title-style-4a {
    padding: 30px 0 10px 0;
    font-size: 2.3em;
    line-height: 40px;
    color: #00a0af;
    font-weight: 900;
    text-align: left;
}


#productos .container-medium-3 {
    width: 85%;
    margin: 0;
}
	.effect-zoe h2 {
    float: left;
    padding-left: 2% !important;
   font-size: 1.3em;
}


figure.effect-zoe p.icon-effect img {
    float: left;
    height: 20px;
    padding-left: 10px;
    margin-top: 4px;
    vertical-align: middle;
}


.second-collapse-content {
    padding-top: 0;
    margin-top: -60px;
}



#industria .square-style-1i .single-square-action-wrap {
    padding: 40px 20px;
}
#industria .square-style-1i p.black{
    font-size: 1.2em;
    margin-bottom: 20px
}


#industria .square-style-1i  .green-bg-text {
    background-color: #00a0af;
    padding: 10px 10px;
    color: #fff;
    margin-right: 0;
    font-size: 1em;
    margin-top: 20px;
}

.footer-copyright-area a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}


	}	
	
#privacidad .brand-logo-content {
    margin-top: 0;
}

element.style {
    margin-top: -155px;
}


@media only screen and (min-width: 1600px)  {

	
.min-height-1 img {
	min-height: 700px;
	
	}
	
		}
		
		
		@media only screen and (max-width: 1280px) and (min-width: 770px){
.cortinas-acusticas .full-img-area-3 {
    padding: 380px 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
	

}

	
	
	.navbar-social-footer > ul > li.whatsapp > a {
   font-size: 1.8em;
    padding: .2em;
}


@media only screen and (min-width: 769px) and (max-width: 1199px) {
	
	.container {
    max-width: 100%;
}


.navbar-social {
    float: right;
}

.navbar-nav>li a {
    padding: 10px 0 0 8px;
}

.navbar-nav>li a {

    font-size: 16px;

}

.navbar-social li a {
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    height: 35px;
    line-height: 37px;
    margin-right: 0;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    width: 35px;
    font-size: 20px;
}



}



@media only screen and (min-width: 100px) and (max-width: 280px) {
	.navbar-toggler{
    margin-top: 20px;
}
	
	}
	
	
	
	@media only screen and (max-width: 1199px) and (min-width: 768px) {
.navbar-nav {
    margin-top: 0;
    margin-top: 0;
    margin-right: 20px;
}
}