a, a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/*::::PT BAR:::::*/

.pt-nav {
    margin-top: 0;
    position: fixed;
    top: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 9999;
}

.pt-nav.dark{
	background-color: #000;
}

.pt-nav.light{
	background-color: #FFF;
}
.pt-nav.cabecera-2021{
    background: #c6397d;
    background: linear-gradient(-192deg, #c6397d 24%, #6c2ce2 83%);
    width: 100%;
    padding: 10px 0px;
}


.pt-nav .social {
	transition: all 0.2s;
}

.pt-nav .text-right {
	text-align: right;
}

.pt-nav .brand {
	color: #fff;
    margin: 5px;
    text-transform: uppercase;
}

.pt-nav.dark .brand {
	color: #fff;
}

.pt-nav.light .brand {
	color: #898989;
}

.pt-nav .img-responsive {
	display: inline;
}

@media only screen and (min-width: 992px) {
    .whatsapp {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
	.pt-nav .brand {
		display: none;
	}
	
	.pt-nav .social .img-responsive {
		height: 23px;
	}
}