*{
	box-sizing: border-box;
}
.color-turqueza{
    color: #00505B;
}
.titulo-producto > turq{
    color: #049da1;
}
*::-webkit-scrollbar{
	width: 10px;
}
#movil > nav{
    background-color: transparent !important;
}
#movil > .navbar .item-selected::before {
    background-color: #049da1;
}
*::-webkit-scrollbar-thumb{
	background: #098C97;
  border-radius: 5px;
}
*::-webkit-scrollbar-track {
    background: #cfcfcf;
}
.card-hvr li::marker, .container .card-hvr i{
	color: #049da1;
}
.bg-grey .card-hvr:hover small, .container .card-hvr:hover small{
    color: #ffffffbf !important;
    transition: all .5s;
}
.card-hvr:hover li::marker, .card-hvr:hover i{
	color: #fff;
}
.flip-card {
  perspective: 1000px;
}
.card-hvr {
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .card-hvr {
  transform: rotateY(180deg);
}
.card-front, .flip-card-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
  transform: rotateY(180deg);
}
.navbar-transparent{
	background-color: #6767673a;
    box-shadow: 0px 5px 8px 0px #2b3a3e;
    backdrop-filter: blur(2px);
    width: 100%;
}
.principal{
	background: url(../images/background.png) no-repeat center;
	background-size: 100% 100%; 
	width: 100%;
}
.navbar .item-turq::before{
	background-color: #049da1 !important;
}
.text-secondary-style{
	color: #B4B7B8;
}
.boton-red-social{
    color: #ffffff;
    transition: all .5s;
}
.boton-red-social:hover{
    color: #d2f7ff
}
.btn-red-social-normal{
	color: #005c5e;
	transition: all .5s;
}
.btn-red-social-normal:hover{
	color: #005c5eb0;
}
.btn-iconos, .btn-icono-tel, .btn-iconos-footer, .btn-icono-tel-footer{
	font-size: 1.25rem;
    border-radius: 50%;
    padding: 50%;
    color: #049da1;
    border: 1px solid #049da1;
}
.btn-iconos:hover, .btn-icono-tel:hover, .btn-iconos-footer:hover, .btn-icono-tel-footer:hover {
    color: #03696c;
    transform: scale(0.96);
    transition: .8s;
}
.btn-icono-tel{
	font-size: 1.2rem;
	padding: 50% 65%;
}
.btn-iconos-footer{
	padding: 4%;
	margin: 0 2%;
}
.btn-icono-tel-footer{
	font-size: 1.2rem;
    padding: 5% 7%;
}
.before{
	width: 100%;
	height: 30px;
	background-color: #13abca;
}
html,body,header,.view{
	scroll-behavior: smooth;
}
.btn-cotizar{
	background-color: #049da1;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.btn-cotizar:hover{background-color: #098C97; color: #fff;}
.top-nav-collpase{
	background-color: indigo;
}
.view{
	background: url("../images/background.png") no-repeat center;
	background-size: cover;
}
.bg-grey{
	background: linear-gradient(45deg, rgb(255 255 255) 0%, #ddddddd1 50%, #686868b3 100%);
}
.btn-specialistas{
	background-color: #049da1;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.btn-specialistas:hover{background-color: #098C97; color: #fff;}
.bg-style{
	background: url('../images/background-secondary.webp') no-repeat;
	background-size: cover;
}
.btn-vermas{
	display: inline;
	background-color: #049da1;
    padding: 5px 15px;
    width: 50%;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
.btn-vermas:hover{
	background-color: #098C97;
    color: #fff;
}
.btn:focus{
	box-shadow: 0 0 0 0.25rem #0dfdea29 !important;
}
.btn:active{
	transform: scale(0.95);
}
.background{
	background: url('../images/background-ligth.png');
	background-size: cover;
}
.line{position: relative;}
.line:before{
	content: '';
	position: absolute;
	left: -8px;
	height: 100%;
	width: 2px;
	background-color: grey;
}
.inline{position: relative;}
.inline::after{
	content: '';
	position: absolute;
	background-color: #e2e2e2;
	width: 100%;
	height: 2px;
	bottom: 0;
}
.item-selected{
	position: relative;
}
.navbar .item-selected::before{
	content: '';
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 6px;
	bottom: -45%;
}
.margin-left-1{
	margin-left: 1rem;
}
.pdg-6{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.navbar-normal{
	background-color: #fff;
    box-shadow: 0px 5px 8px 0px #2b3a3e;
    width: 100%;
}
.navbar-normal .items a p{
	font-weight: 500;
}
.navbar-normal .items a p:hover{
	color: #1d1d1d !important;
}
.principal a:hover{
	color: #cccccc !important;
}
.fixed {
	display: flex;
	position: fixed;
	bottom: 10%;
    left: 15px;
    z-index: 1;
}
.fixed-sticky {
	bottom: 2%;
}
.fixed-coti{
    display: flex;
	position: fixed;
	bottom: 10%;
    z-index: 1;
}
.btn-cotizar-flotante:hover{
    color: #ffffff;
}
.pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.btn-cotizar-flotante{
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 45px;
    line-height: 75px;
    margin: -5px -10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: solid 2px #ffffff;
    z-index: 2;
    background-color: #049da1;
    color: #ffffff;
}

/*tooltip*/



@media (min-width: 992px) {
	.item-selected::before{
		bottom: -200% !important;
	}
}
@media (max-width: 1199.98px){
	.w-lg-100 {
	    width: 100% !important;
	}
}
@media (min-width: 1400px){
	.min-card-lg{
		min-height: 175px;
	}
	.parrafo-pdg{
	    padding-right: 25rem;
	    padding-left: 25rem;
	}
	.h-responsiveL{
		height: 68%;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.fixed-xl {
		display: flex;
		position: fixed;
		bottom: 10%;
	    left: 86%;
	}
}
@media (max-width: 991.98px) {
	.fs-lg-5{
		font-size: 1.25rem;
	}
}
@media (max-width: 767.98px) {
	.fs-md-6{
		font-size: 1rem;
	}
}
.radius-06rem{
	border-radius: .6rem;
}
.btn-fab-whatsapp {
	width: 80px;
	height: 80px;
	background-color: #50ca5e;
	text-align: center;
	font-size: 50px;
	line-height: 100px;
	margin: -5px -10px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: solid 2px #ffffff;
	z-index: 2;
	box-shadow: 0px 4px 4px 0px #a1a1a1;
}
.btn-fab-whatsapp .icon {
	position: relative;
	color: #ffffff;
	transition: .5s;
	z-index: 3;
	top: -18%;
}
.btn-fab-whatsapp:hover .icon {
	color: #FFFFFF;
	transform: rotateY(360deg);
}
.btn-fab-whatsapp:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #25D366;
	transition: .5s;
	z-index:1 ;
}
.btn-fab-whatsapp:hover:before {
	top: 0;
}
.font-500{
	font-weight: 500;
}
.text-justify{
	text-align: justify;
}
.navbar-light .navbar-toggler-icon{
	background-image: url('../images/nav-icon.png');
	background-size: 85%;
}
.navbar-light .navbar-toggler{
	border: 1.5px solid #049da19c;
}
.navbar-toggler:focus{
	box-shadow: 0 0 0px 0.1rem #049da19c;
}
.card-img {
	position: relative;
	overflow:hidden;
}
.card-img:hover img {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
	transition: .6s;
	filter: brightness(0.6);
}
.card-img:hover.card-img::before{
	content: '';
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0%;
    width: 100%;
    height: 100%;
    background: url('../images/Logohover.webp') no-repeat center;
    transition: all .5s;
	z-index: 1;
}