.scroll-to-top {
    display: none;
}
/* PMU COLORS */
.pmu-blue {
	color: #3e6991;
}

.pmu-red {
	color: #c10016;
}

.pmu-blue-bg {
	background-color: #3e6991;
}

.pmu-red-bg {
	background-color: #c10016;
}


/* Media Queries */
@media (min-width:1920px) {
	.container-fluid {
		max-width: 1920px;
	}
}

/* Common styles for all menus */
.navbar-light .navbar-nav .nav-link {
	color: #17324A;
	text-transform: uppercase;
	margin-right: 1em;
	margin: 0 auto;
}

.menu {
	line-height: 1;
	margin: 0 auto 3em;
}

.navbar-nav {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul.navbar-nav>.nav-item {
	display: block;
	/*margin: 1em 0;*/
	border-left: 1px solid #17324A;
	border-right: 1px solid #17324A;
}

.nav-item:first-child {
	border-left: 0 !important;
}

.nav-item:last-child {
	border-right: 0 !important;
}

.nav-link {
	font-size: 1.05em;
	font-weight: bold;
	color: #17324a;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-link:hover,
.nav-link:focus {
	outline: none;
}


/* Francisco */
.navbar-light .nav-item {
	margin: 0;
}

.navbar-light .nav-link {
	position: relative;
	overflow: hidden;
	min-height: 3em;
	padding: 1em 0;
	text-align: center;
	color: #b5b5b5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.navbar-light .nav-link:hover,
.navbar-light .nav-link:focus {
	color: #D51F3A;
}

.navbar-light .nav-item.active .nav-link {
	color: #D51F3A;
}

.navbar-light .nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background: #D51F3A;
	-webkit-transform: translate3d(0, -3em, 0);
	transform: translate3d(0, -3em, 0);
	-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
	transition: transform 0s 0.3s, opacity 0.2s;
}

.navbar-light .nav-item.active .nav-link::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
	transition: transform 0.3s, opacity 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-light .menu__helper {
	display: block;
	pointer-events: none;
}

.navbar-light .nav-item.active .menu__helper {
	-webkit-animation: anim-francisco 0.3s forwards;
	animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-francisco {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.btn-theme {
	background-color: #D51F3A;
	border-color: #D51F3A;
	color: #fff;
}

.btn-theme:hover {
	background-color: #374143;
	border-color: #374143;
	color: #fff;
}

@media screen and (max-width: 640px) {
	a.navbar-brand {
		width: 50% !important;
	}
}

.page-item a {
	color: #D51F3A;
}

footer {
	padding: 25px 0 0;
}

.footer-list li a:hover {
	color: #D51F3A;
}

.form-control:focus {
	border-color: #D51F3A;
	box-shadow: 0 0 0 0.2rem rgba(102, 153, 52, .25);
}

.breadcrumb-item a {
	color: #D51F3A;
}

.breadcrumb-item.active {
	color: #17324A !important;
}

.breadcrumb-nav {
	background-color: #f0f4f7;
}

.breadcrumb {
	background-color: #f0f4f7 !important;
}

.features-icon i {
	color: #DF1F3A;
	font-size: 2rem;
}

.dropdown-toggle:after {
	content: "" !important;
	border: 0 !important;
	display: none;
}

.services-single-menu a.active {
	color: #D51F3A;
	text-decoration: none;
}

.services-single-menu li a.active:after {
	width: 30px;
}

@media (min-width: 992px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

.dropdown-menu .nav-item a.nav-link {
	color: #17324A !important;
}

.dropdown-menu .nav-item.active a.nav-link,
.dropdown-menu .nav-item a.nav-link:hover {
	color: #D51F3A !important;
	background: #f3f3f3;
}

.dropdown-menu .nav-item a.nav-link:focus {
	color: #D51F3A !important;
	background: rgba(22, 50, 74, 0.1);
}

.mobile .dropdown-menu .nav-item.active a.nav-link,
.mobile .dropdown-menu .nav-item a.nav-link:hover {
	color: #D51F3A !important;
	background: rgba(22, 50, 74, 0.2);
}

.mobile .dropdown-menu .nav-item a.nav-link:focus {
	color: #fff !important;
	background: rgba(22, 50, 74, 0.6);
	font-weight: bold;
}

.navbar-light .parent.mobile>.nav-link:hover {
	color: #D51F3A;
	background: rgba(22, 50, 74, .2);
}

.nav-child .nav-item a {
	font-size: 1rem;
	text-align: left;
}

.dropdown-menu {
	min-width: 25rem;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.mobile.show .dropdown-menu {
	box-shadow: none;
}

.dropdown-menu .nav-link::before {
	background: #444;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* opacity: 1;
-webkit-transform: translate3d(0, -3em, 0);
transform: translate3d(0, -3em, 0);
-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
transition: transform 0s 0.3s, opacity 0.2s; */
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
	transition: transform 0.3s, opacity 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-menu .nav-link {
	margin-right: 0 !important;
}

.list-style-16 li:hover {
	padding-left: 30px;
}

.nav-icon {
	margin: 0 auto 0.625rem;
	margin-bottom: 0.625rem;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #3e6991;
	color: #fff;
	font-size: 1rem;
}

.nav-item {
	min-width: 4rem;
}

@media only screen and (max-width: 1700px) {
	.nav-link {
		font-size: .75rem;
	}
}

@media only screen and (max-width: 1415px) {
	.nav-link {
		font-size: .5rem;
	}
}

@media only screen and (max-width: 990px) {
	.nav-link {
		font-size: 1rem;
	}

	ul.navbar-nav>.nav-item {
		border-left: 0;
		border-right: 0;
	}
}

@media only screen and (min-width: 990px) {
	.nav .nav-item.desktop-last-child .nav-child {
		left: auto;
		right: 0;
	}
}

ul.navbar-nav>.nav-item:hover {
	background-color: #c3c9e9;
}



/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.button:focus {
	outline: none;
}

.button>span {
	vertical-align: middle;
}

/* Itzel */
.button--itzel {
	border: none;
	padding: 0px;
	overflow: hidden;
}

.button--itzel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	border-radius: inherit;
	border-color: #17324a;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
	clip-path: url(../index.html#clipBox);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform-origin: 50% 100%;
}

.button--itzel.button--border-thin::before {
	border: 1px solid;
	transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}

.button--itzel.button--border-thick::before {
	border: 3px solid;
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}

.button--itzel::before,
.button--itzel .button__icon {
	transition: transform 0.3s;
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--itzel .button__icon {
	position: absolute;
	color: #d51f3a;
	font-family: "Font Awesome 5 Pro";
	top: 100%;
	left: 50%;
	padding: 20px;
	font-size: 25px;
	font-weight: 900;
	font-style: normal;
	transform: translate3d(-50%, 0, 0);
}

.button--itzel>span {
	display: block;
	padding: 20px;
	transition: transform 0.3s, opacity 0.3s;
	transition-delay: 0.3s;
}

.button--itzel:hover::before {
	transform: translate3d(0, 0, 0);
}

.button--itzel:hover .button__icon {
	transition-delay: 0.1s;
	transform: translate3d(-50%, -100%, 0);
}

.button--itzel:hover>span {
	opacity: 0;
	transform: translate3d(0, -50%, 0);
	transition-delay: 0s;
}

.icon-electric:before {
	content: "\f0e7";
}

.icon-water:before {
	content: "\f043";
}

.icon-internet:before {
	content: "\f87a";
}

.icon-tv:before {
	content: "\f401";
}

.icon-customer-service:before {
	content: "\f590";
}

.icon-advertising:before {
	content: "\f26c";
}

.icon-careers:before {
	content: "\f2b5";
}

.icon::before {
	display: inline-block;
	width: 100%;
}

.bg-features {
	background: #2AAFC0;
	background: -webkit-gradient(linear, left top, right bottom, from(#fcfcfc), to(#17324a));
	background: linear-gradient(to bottom right, #fcfcfc, #17324a);
	position: relative;
	overflow: hidden;
}

.bg-features:hover {
	background: #2AAFC0;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#2f5474));
	background: linear-gradient(to bottom right, #fffc, #2f5474);
	position: relative;
	overflow: hidden;
}

.bg-features-overlay {
	background: url(/images/plwc_technology_texture.png);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.bg-features--blue {
	background: #2AAFC0;
	background: -webkit-gradient(linear, left top, right bottom, from(#1d5688), to(#17324a));
	/*background: linear-gradient(to bottom right, #1d5688, #17324a);*/
	background: linear-gradient(to left, #5facf0, #1d5688, #17324a);
	position: relative;
	overflow: hidden;
}

.bg-features--blue:hover {
	background: #2AAFC0;
	background: -webkit-gradient(linear, left top, right bottom, from(#1d5688), to(#17324a));
	/*background: linear-gradient(to bottom right, #1d5688, #17324a);*/
	background: linear-gradient(to left, #5facf0, #17324a);
	position: relative;
	overflow: hidden;
}

.features_side_mockup {
	position: absolute;
	right: 45vw;
	width: calc(50vw + 175px);
	top: 50%;
	transform: translateY(-50%);
}

.features_side_mockup--blue {
	position: absolute;
	left: 40vw;
	width: calc(50vw + 175px);
	top: 50%;
	transform: translateY(-50%);
}

.ad-shadow {
	-webkit-filter: drop-shadow(4px 4px 4px #222);
	filter: drop-shadow(4px 4px 4px #222);
}

.features_desc .features .features-icon {
	float: left;
	font-size: 16px;
	width: 26px;
	text-align: center;
	height: 26px;
	position: absolute;
	border-radius: 50%;
	top: 17%;
	transform: translateY(-50%);
	line-height: 26px;
}

.features_desc .features .features-desc {
	margin-left: 8%;
}

.features_desc .features {
	position: relative;
	margin-top: 32px;
}

.text-muted {
	color: #999 !important;
}

.text-red {
	color: #D51F3A;
}

.text-dark {
	color: #333 !important;
}

.bold {
	font-weight: bold;
	color: #333;
}

header.header-style1 {
	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.banner-inner-page {
	min-height: 300px;
}

/* */
.nobr {
	white-space: nowrap;
}

/* Tables */
.table-hover tbody tr:hover td {
	background: #F7F7F7;
}

.table-hover tbody tr:hover th {
	background: #F7F7F7;
}

.table-vert {
	overflow: hidden;
}

.table-vert td,
.table-vert th {
	padding: 10px;
	position: relative;
	outline: 0;
}

body:not(.nohover) tbody tr:hover {
	background-color: rgba(0, 0, 0, 0);
}

.table-vert td:hover::after,
thead th:not(:empty):not(:first-child):hover::after,
.table-vert td:focus::after,
thead th:not(:empty):not(:first-child):focus::after {
	content: '';
	height: 10000px;
	left: 0;
	position: absolute;
	top: -5000px;
	width: 100%;
	z-index: 1;
}

.table-vert td:hover::after,
.table-vert th:hover::after {
	background-color: rgba(23, 50, 74, 0.2);
}

.table-vert td:focus::after,
.table-vert th:focus::after {
	background-color: rgba(23, 50, 74, 0.2);
}

/* mobile */
.table-vert td:focus::before,
tbody th:focus::before {
	background-color: lightblue;
	content: '';
	height: 100%;
	top: 0;
	left: -5000px;
	position: absolute;
	width: 10000px;
	z-index: -1;
}

.mobile {
	border-bottom: 0px;
}

.mobile.show {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 10px !important;
	margin-top: 5px;
}

.nav-item.mobile:last-child {
	border-right: 1px solid black !important;
}

.desktop-last-child {
	border-right: 0px !important;
}

.mobile a[aria-expanded="true"] {
	background: #16324A !important;
	color: #FFF !important;
}

.mobile-child {
	background: #f3f3f3;
}


/* Accordion cursor */
h5[data-toggle="collapse"] {
	cursor: pointer;
}

/* Border classes */
.border-1 {
	border-width: 0.25rem !important;
}

.border-2 {
	border-width: 0.5rem !important;
}

.border-3 {
	border-width: 1.0rem !important;
}

.border-4 {
	border-width: 1.5rem !important;
}

.border-5 {
	border-width: 3rem !important;
}

.border-yellow {
	border-color: #FFFF67 !important;
	background-color: #fff;
}

.dropdown-menu .nav-item:last-child .nav-link::before {
	display: none;
}

.menu>.nav-item {
	margin-bottom: -1px;
}

#home-accordion h5 i,
#business-accordion h5 i {
	min-width: 2rem;
	text-align: center;
}

.rsformProgress {
	margin-bottom: 2rem;
}

.sticky-top {
	z-index: 9999;
}

.alert-danger a {
	color: #bf011d;
}

.modal {
	z-index: 10000 !important;
}



.legal-list-item {
    background-color: #FCFCFC !important;
}

.legal-list-item i {
    color: #17324A;
}

// Fiber Internet 

    .broadband-label {
        line-height: 1.5 !important;
        border-width: 2px !important;
        border-color: #000 !important;
        color: #000;
        font-size: 14px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
    .broadband-label {
        font-size: 12px !important;
    }
    #fiber-100 .label-heading-lg,
    #fiber-500 .label-heading-lg,
    #fiber-1000 .label-heading-lg {
        font-size: 1.9rem !important;
    }

}

    .broadband-label hr {
        border: 1px solid lightgray;
        margin: 0;
    }

    .hr-sm {
        border: 1px solid black !important;
    }

    .hr-md {
        border: 3px solid black !important;
    }

    .hr-lg {
        border: 5px solid black !important;
    }

    .label-heading-sm {
        font-size: 16px !important;
        font-weight: 600;
    }

    .label-heading-md {
        font-size: 22px !important;
        font-weight: 600;
    }

    
    .broadband-label h2 {
        font-size: 22px !important;
        font-weight: 600;
        text-transform: capitalize;
        color: #000;
    }
    
    .label-heading-lg {
        font-size: 2.3rem !important;
        font-weight: 700;
        color: #000;
    }

    .broadband-label.btn {
        background-color: #D72746 !important;
    }

    .broadband-label.btn:hover {
        background-color: #3E6991 !important;
    }

    .broadband-label-link {
        text-decoration: underline;
    }
