.notquick{
  display: none;
}

#solutionsbtn {
  padding: 1rem 0px;
  font-size: 1.2rem;
  color: rgba(255,255,255,.5);
  background: #0C3575  !important;
  border: none !important;
}

#solutionsbtn:hover {
      color: rgba(255,255,255,.5) !important;
      background: #0C3575  !important;
      border: none !important;
}

.zoomblur {
  transition: transform .5s;  /*tiempo en el que se ejecuta el efecto*/
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.zoomblur:hover {
  -ms-transform: scale(1.1); /* tama? del zoom  1.1 = 110%*/ 
  -webkit-transform: scale(1.1); /* tama? del zoom  1.1 = 110%*/ 
  transform: scale(1.1); /* tama? del zoom 1.1 = 110% */ 
  
  webkit-filter: blur(2px);  /* blur*/
  filter: blur(2px); /* blur*/
}

 .b-0 {
    bottom: 0;
}


.text-truncated {
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


  
.viewmorebtn {
    border-radius: 4px;
    padding: 0.2em 0.6em;
    border: 1px solid #009ce2;
    background-color: #00acff;
    color: #fff;
    font-size: 0.8em;
  }
  


footer {
  margin-top: 2em;
  color: #ffffff66;
  a {
    color: #fff;
  }
}

.background-prd-level2 {
padding: 1rem 0rem .5rem 0rem;
    margin: 0rem auto 1rem auto;
    background-color: gray;
}

.bg-shadow-img {
    background: rgba(0,0,0,0.3);

}

.overflowy {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
body {
	font-family: 'Roboto', sans-serif;
}
a {
	color: #0C3575;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #0C3575;
}
.btn-primary {
    color: #fff;
    background-color: #0C3575;
    border-color: #0C3575;
}
.top-bar {
	background-color: #f7fafa;
	padding: 0rem 2rem;
	color: #999999;
	font-size: .85rem;
	border-bottom: solid 1px #999999;
}
.top-bar-nav {
	justify-content: flex-end !important;
}
.top-bar a {
	color: #0c3575;
}
.top-bar a:hover {
	//color: #0092ce  !important;
	color: #bf0811 !important;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.top-bar i {
	
}
.navbar {
    padding: .2rem .3rem;
    background-color: #0C3575;
    border-bottom: solid 7px #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.logo img {
 	max-height: 3.1rem;
 	margin-left: 2rem;
}
.slider-container {
	background-image: url("/images/slider-pattern.jpg");
	background-repeat: repeat-x;
	background-size: contain;
}
.slides-main {
	max-width: 90rem;
	margin: auto;
}
.slider {
	margin-bottom: 2.5rem;
}
.slider-text {
	position: absolute;
    max-width: 40%;
    bottom: 6rem;
    right: 10rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.9);
}
.slider-header {
	font-size: 2.4rem;
	line-height: 2.6rem;
	line-height: 2.1rem;
	font-weight: bold;
}
.slider-summary {
	font-size: 1.1rem;
}
.slider-button {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.slider-button .btn {
	background-color: #fff;
	color: #0c2561;
	text-shadow: none;
}
.search-field {
	border-radius: 3rem;
	border: none;
}
.nav-link {
	font-weight: 300;
}
.nav-link:hover {
	color: #fff !important;
}
.dropdown-item {
    padding: .8rem 1.5rem;
    border-bottom: dotted 1px #ccc;
}
.dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-item i {
	width: 2rem;
	text-align: center;
	margin-right: .5rem;
}
.sub-navigation {
    color: #fff;
    text-align: left;
    margin-bottom: 2rem;
    padding: 0rem;
}
.sub-navigation > .navbar-brand {
	background-color: rgba(0,0,0,.5);
	padding: .5rem 2.5rem;
	font-weight: 400;
	border-right: solid 1px rgba(255,255,255,.5);
	margin-right: 0rem;
	font-size: 1.1rem;
}
.sub-navigation a {
    color: #fff !important;
    padding: .4rem 1rem .5rem 1rem;
    display: inline-block;
    font-size: .85rem;
    font-weight: 300;
}
.subnav-link {
	padding: .7rem 1.3rem !important;
    border-right: solid 1px rgba(255,255,255,.5);
}
.sub-navigation a:hover {
	background-color: rgba(0,0,0,.3);
}
.card-title {
	color: #0C3575;
}
.card-text {
	font-size: .85rem;
	line-height: 1.2rem;
}
.homepage-pods {
	margin: 2.5rem 0rem;
}
.where-we-are {
	background-image: url("/images/globe-background.jpg");
	background-size: cover;
	background-position: center;
	padding: 2rem 0rem 2rem 4rem;
	background-color: #0C3575;
	color: #fff;
}
.country-box {
    padding: .4rem .7rem;
    border: dotted 1px #666666;
    margin-bottom: .5rem;
    box-shadow: 4px 4px 8px rgba(0,0,0,.4);
}
.locations-strip {
	background-color: #0C3575;
	color: #fff;
	font-weight: 300;
	font-size: .8rem;
	padding: 1rem 2rem;
	margin-bottom: 4rem;
}
.locations-strip i {
	color: #00BEF7;
}
.locations-strip .city,
.locations-strip .phone {
	font-weight: 700;
}
.cdp-banner {
	border-radius: .4rem;
}
.news-card {
	margin-top: 1.5rem;
}
.news-card-img {
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
}
.service-icons {
	margin: 4rem 0rem;
}
.service-icons a {
	color: #BABABA;
}
.service-icons div {
	margin: 2.4rem 0rem;
}
.service-icons .card {
	border-radius: .6rem;
	border-color: #BABABA;
	text-align: center;
	color: #BABABA;
}
.service-icon-label {
	display: block;
	margin-top: 1.2rem;
}
.products-service-icons {
	margin: 0rem 0rem;
}
.products-service-icons a {
	color: #BABABA;
}
.products-service-icons > .row > .col {
	padding: 0rem;
}
.products-service-icons .card {
	border-radius: .6rem;
	border-color: #BABABA;
	text-align: center;
	color: #BABABA;
	margin: 1.5rem .5rem 0rem .5rem;
}
.products-service-icons .card-body {
	padding: 2.5rem 1rem;
}
.footer {
	background-color: #0C3575;
	color: #fff;
	font-size: .8rem;
	font-weight: 300;
	margin-top: 3rem;
}
.footer-left {
	background-color: #395A8F;
}
.footer-content {
	padding: 2rem;
}
.footer-contact-group {

}
.badge-guarantee {
	max-width: 80%;
	padding-top: 1.2rem;
}
.footer-bottom {
	text-align: center;
	background-color: #092861;
	padding: 1.5rem 1rem;
}
.email-field {
	width: 70% !important;
	border: none;
}
.footer-social-icons {
	margin: 1rem 0rem;
}
.footer-social-icons a {
	color: #fff;
}
.facebook {
	display: inline-block;
	text-align: center;
	width: 2.7rem;
	background-color: #0054DB;
	padding: .5rem;
	margin-right: .6rem;
	font-size: 1rem;
}
.instagram {
	display: inline-block;
	text-align: center;
	width: 2.7rem;
	background: rgb(131,58,180);
	background: linear-gradient(215deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	padding: .5rem;
	margin-right: .6rem;
	font-size: 1rem;
}
.twitter {
	display: inline-block;
	text-align: center;
	width: 2.7rem;
	background-color: #07A8CE;
	padding: .5rem;
	margin-right: .6rem;
	font-size: 1rem;
}
.youtube {
	display: inline-block;
	text-align: center;
	width: 2.7rem;
	background-color: #BA2D2D;
	padding: .5rem;
	margin-right: .6rem;
	font-size: 1rem;
}
.linkedin {
	display: inline-block;
	text-align: center;
	width: 2.7rem;
	background-color: #0B82AD;
	padding: .5rem;
	margin-right: .6rem;
	font-size: 1rem;
}
.country-button {
	background-color: transparent;
	padding: 0rem .5rem;
	border: none;
}
.country-button:hover, .country-button:active, .country-button:focus {
    background-color: transparent !important;
    border-color: none !important;
    box-shadow: none !important;
}
.country-button .label {
	font-size: .6rem;
	line-height: .7rem;
	text-align: left;
	padding-bottom: .3rem;
	padding-left: .4rem;
}
.country-button img {
	max-width: 30px;
}
.footer-logo {
	height: 5rem;
	text-align: center;
	display: flex;
	background: rgb(106,106,106);
	background: linear-gradient(0deg, rgba(106,106,106,1) 0%, rgba(141,141,141,1) 50%, rgba(222,222,222,1) 100%);
}
.footer-logo img {
	max-width: 80%;
}
.footer-services a {
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.footer-service-box {
	height: 5rem;
	text-align: center;
	display: flex;
}
.cdp-protection {
	background: rgb(1,41,106);
	background: linear-gradient(0deg, rgba(1,41,106,1) 0%, rgba(24,90,195,1) 50%, rgba(146,198,255,1) 100%);
}
.cdp-solar {
	background: rgb(2,108,5);
	background: linear-gradient(0deg, rgba(2,108,5,1) 0%, rgba(40,209,46,1) 50%, rgba(46,217,52,1) 100%);
}
.cdp-storage {
	background: rgb(80,95,93);
	background: linear-gradient(0deg, rgba(80,95,93,1) 0%, rgba(128,150,147,1) 50%, rgba(203,212,213,1) 100%);
}
.cdp-data-center {
	background: rgb(8,25,38);
	background: linear-gradient(0deg, rgba(8,25,38,1) 0%, rgba(41,55,64,1) 50%, rgba(149,152,158,1) 100%);
}
.cdp-engineering {
	background: rgb(119,69,2);
	background: linear-gradient(0deg, rgba(119,69,2,1) 0%, rgba(226,130,1,1) 50%, rgba(252,173,66,1) 100%);
}
.cdp-academy {
	background: rgb(135,205,230);
	background: linear-gradient(180deg, rgba(135,205,230,1) 0%, rgba(68,182,217,1) 35%, rgba(48,160,202,1) 100%);}
	
.sub-image-main {
	margin-bottom: 1rem;
}
.section-header {
	font-size: 1.3rem;
	line-height: 1.8rem;
	padding: .8rem 1rem;
	text-align: center;
	color: #fff;
	margin-top: 2rem;
}
.header-protection {
	background-color: #276AD6;
}
.header-solar {
	background-color: #1BAD20;
}
.header-storage {
	background-color: #526462;
}
.header-data-center {
	background-color: #121d25;
}
.header-engineering {
	background-color: #DF8B1B;
}
.header-academy {
	background-color: #4FB5D8;
}

/*PRODUCTS*/
.breadcrumb {
	font-size: .85rem;
	line-height: 1rem;
	color: #808080;
}
.breadcrumb a {
	padding: 0rem .5rem;
	color: #808080;
}
.product-price {
	font-size: 1.5rem;
	line-height: 1.6rem;
	margin-bottom: 1.5rem;
}
.product-price-details {
	font-size: .8rem;
	line-height: 1rem;
	font-style: italic;
	color: #808080;
}
.product-support-links {
	margin-top: 1rem;
}
.specs-header {
	margin-top: 1.5rem;
	background-color: #808080;
	color: #fff;
	padding: .5rem;
	font-size: .8rem;
}
.specs-container {
	border: solid 1px #b3b3b3;
	margin-bottom: 1.5rem;
	font-size: .9rem;
	line-height: 1rem;
}
.specs-label {
	color: #0C3575;
	font-weight: bold;
}
.product-image {

}
.product-video {
	margin-top: 1.5rem;
}
.related-products {
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
.related-products > .col {
	text-align: center;
}
.where-to-buy {
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
.retailer-logo {
	text-align: center;
}
.retailer-name {
	font-weight: bold;
	color: #0C3575;
}
.retailer-address {
	font-size: .85rem;
	line-height: 1rem;
	margin-bottom: .5rem;
}
.retailer-phone {
	margin-bottom: .5rem;
	font-size: .85rem;
	line-height: 1rem;
}

.product-table-category {
	color: #fff;
	font-size: 1.1rem;
}
.category-level-1 {
	text-align: center;
	background-color: #000;
	padding: 1.75rem 1.5rem .5rem 1.5rem;
	font-weight: bold;
}
.category-level-2 {
	text-align: center;
	background-color: #666666;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.category-level-3 {
	text-align: center;
	background-color: #999999;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.category-level-4 {
	text-align: center;
	background-color: #bec1c1;
	padding: .8rem 1.5rem .8rem 1.5rem;
}
.accordion-container-level-1 {
    padding: 1rem 0rem .5rem 0rem;
    margin: 0rem auto 1rem auto;
    background-color: #000;
}
.accordion-container-level-2 {
    padding: 1.5rem 1rem .5rem 1rem;
    margin: 0rem auto 1rem auto;
    background-color: #fff;
}
.accordion-container-level-3 {
    padding: 1.5rem 1rem .5rem 1rem;
    margin: 0rem auto 1rem auto;
    background-color: #fff;
    border: solid 1px #999999;
}
.accordion-container-level-4 {
    padding: 1.5rem 1rem .5rem 1rem;
    margin: 0rem auto 1rem auto;
    background-color: #fff;
    border: solid 1px #bec1c1;
}
.sub-section-intro {
	margin-bottom: 2rem;
}
.section-accordion-header i {
	padding-right: 1.1rem;
}
.section-accordion-header {
	margin-top: 0rem;
	text-align: left;
	margin-bottom: .2rem;
}
.section-accordion-header > .btn {
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #fff;
}
.section-accordion-product div {
	display: inline-block;
}
.card-product-grid {
	margin-bottom: 1.5rem;
	text-align: center;
}
.section-header-image {
	margin-bottom: 2rem;
	background-size: cover;
	background-position: bottom;
}
.section-header-image img {
	max-height: 14rem;
	padding: 1.5rem 0rem 1.5rem 2rem;
}
.section-header-title {
	font-size: 3.5rem;
	line-height: 2.1rem;
	font-weight: bold;
	float: right;
	color: #fff;
	padding: 8rem 2rem 0rem 0rem;
}
.video-card {
	margin-bottom: 2rem;
}
.card-academy {
	padding: 1.5rem;
	margin-top: 1.5rem;
}
.academy-icons {
	text-align: center;
}
.academy-course-button {
	text-align: center;
	padding: 1.5rem 0rem;
}
.academy-icons img {
	max-width: 8rem;
}
.collapse-title {
	display: block;
	margin-top: 1.4rem;
	font-weight: bold;
}
.section-container {
	background-color: #e6e6e6;
	padding: 3rem 0rem;
	margin: 4rem 0rem 2rem 0rem;
}
.academy-col-free {
	padding-right: 2.5rem;
}
.academy-col-paid {
	padding-left: 2.5rem;
	border-left: solid 1px #b3b3b3;
}
.academy-title {
	font-size: 1.9rem;
	line-height: 2rem;
	color: #0C3575;
}
.academy-image {
	margin-bottom: 1.7rem;
}
.academy-overview {
	background-color: #f2f5f5;
	border: solid 1px #e6e6e6;
	padding: 1.3rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
.academy-label {
	color: #0C3575;
	font-weight: normal;
}
.academy-label i {
	width: 1.7rem;
	text-align: center;
}
.stats-box {
	background-color: #edf0f0;
	padding: 4rem 0rem;
}
.stats-item {
	text-align: center;
}
.stats-item i {
	font-size: 2.5rem;
	line-height: 2.6rem;
	color: #b3b3b3;
}
.stats-item .card {
	background-color: transparent;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.stats-number {
	font-size: 3.5rem;
	line-height: 3.6rem;
	color: #0C3575;
}
.project-images img {
	margin-bottom: 1.5rem;
}
.solutions-buttons {
	margin-top: 1rem;
}
.solutions-buttons a {
	text-align: center;
	padding: 1rem 0rem;
	color: #fff;
	display: block;
	margin-top: .5rem;
	border-radius: .3rem;
}
.call-to-action {
	padding: 4rem 1rem;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.2rem;
	background-image: url('/images/cdp-logo-icon-ghosted.png');
	background-position: top left;
}
.section-one {
	padding: 6rem 0rem;
	background-color: #eff2f2;
}
.section-citybackground {
	background-image: url('/images/city-background.jpg');
	background-size: cover;
	color: #fff;
	font-size: 3rem;
	line-height: 3.3rem;
	padding: 5rem 0rem;
	text-align: center;
}
.section-citybackground h1 {
	font-size: 3.5rem;
	line-height: 3.7rem;
	margin: 0rem;
	font-weight: bold;
    color: #fff;
}
.section-citybackground .section-author {
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 2.5rem;
	border-top: solid 1px #fff;
	display: block;
}










	/* ----------------------------------  Medium only START */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px)  {
	



	}
	/* ----------------------------------  Medium only END */







	/* ----------------------------------  Medium PORTRAIT only START */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) {

	


	}
	/* ----------------------------------  Medium PORTRAIT only END */








		/* ---------------------------------- Small only START */
		@media screen and (max-width: 576px) {
		.navbar-collapse {
			margin-top: 1rem;
		}
		.nav-item {
			border-top: dotted 1px #526F9D;
		}
		.nav-link {
			padding: 1rem;
			font-size: 1.2rem;
		}
		.subnav-dropdown-item {
			font-size: 1.2rem;
			padding: 1rem 1rem 1rem 1.5rem;
		}
		.top-bar {
		    background-color: transparent;
		    padding: 0rem .5rem;
		    border-bottom: none;
		    margin-top: 1rem;
		    display: block !important;
		}
		.top-bar-nav {
			display: block;
			float: none;
		}
		.top-bar-link {
			display: inline-block;
			border: dotted 1px #526F9D;
		    margin-bottom: .4rem;
		}
		
		
		.top-bar a {
			color: rgba(255,255,255,.5);
		}
		
		.logo img {
		 	max-height: 3.1rem;
		 	margin-left: 0rem;
		}
		.search-field {
		    margin: 0rem 1rem;
		}
		.country-button .label {
		    float: left;
		    padding-top: .5rem;
		    padding-right: 1rem;
		}
		.slider {
		    margin-bottom: 1rem;
		}
		.cdp-banner {
			margin-top: 2rem;
		}
		.news-card {
		    margin-top: 1.5rem;
		}
		.news-card-img {
		    border-top-right-radius: calc(.25rem - 1px);
		    border-bottom-right-radius: 0rem;
		    border-bottom-left-radius: 0rem;
		}
		.news-button {
			font-size: .75rem;
		}
		.where-we-are {
		    background-image: url(/images/globe-background.jpg);
		    background-size: cover;
		    padding: 1.5rem;
		}
		.location-container {
			margin-top: 1rem;
		}
		.locations-strip {
		    padding: 1rem 2rem 2rem 1rem;
		    font-size: .9rem;
		}
		.service-icons {
			margin: 2rem 0rem;
		}
		.service-icons i {
			font-size: 3em;
		}
		.service-icons div {
			margin: 0rem;
		}
		.service-icon-label {
			margin-top: .4rem;
		}
		.service-icons .card {
			border-radius: .5rem;
		}
		.footer-content {
		    padding: 2rem 1rem;
		}
		.footer-contact-group {
			padding-bottom: 1.5rem;	
		}
		.sub-navigation {
		    margin-bottom: 1rem;
		    padding: .4rem;
		}
		.sub-navigation > .navbar-brand {
		    background-color: transparent;
		    padding: .5rem .5rem;
		    border: none;
		}
		.sub-navigation > .navbar-toggler {
		    border: none;
		}
		.subnav-link {
			border-right: none;
			padding: 1rem !important;
			font-size: 1.2rem !important;
		}
		.subnav-item {
		    border-top: dotted 1px #fff !important;
		}
		.sub-image-main {
		    margin-bottom: 0rem;
		    margin-top: 1rem;
		}
		.products-service-icons .card-body {
			padding: 1rem .5rem;
		}
		.product-price-details {
			display: block;
			margin-top: .3rem;
		}
		.section-accordion-product {
			text-align: center;
		}
		.section-accordion-product img {
			display: block;
		}
		.section-accordion-product div {
			display: block;
		}
		.slider-text {
		    max-width: 100%;
		    right: 1rem;
		    top: 1rem;
		    text-align: right;
		}
		.slider-summary {
			display: none;
		}
		.slider-button {
			margin-top: 1rem;
			margin-bottom: 1.5rem;
		}
		.slider-button .btn {
			background-color: #fff;
			color: #0c2561;
			text-shadow: none;
		}
		.section-header-image img {
		    padding: 1.2rem 1rem 1.2rem 1rem;
		    max-width: 100%;
		    max-height: none;
		}
		.section-header-title {
		    float: none;
		}






		




		}
		/* ----------------------------------  Small only END */

.sub-navigation .subnav-item .dropdown-menu a {
    color: #212529 !important;
}

@media (max-width: 767px){
	.sub-navigation .subnav-item .dropdown-menu a {
		color: #fff !important;
	}
	.sub-navigation .subnav-item .dropdown-menu {
	    background-color: transparent;
	    background-clip: padding-box;
	    border: transparent;
	    border-radius: .25rem;
	}

	.sub-navigation .subnav-item .dropdown-item:active {
	    color: #fff;
	    text-decoration: none;
	}
}

.dropdown-menu.header-menu.show {
    float: right !important;
    right: 0;
    left: auto !important;
    overflow: hidden;
    overflow-y: scroll;
    height: 200px;
}


.sub-navigation span {
    color: #fff !important;
    padding: .4rem 1rem .5rem 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
    display: inline-block;
    font-size: .85rem;
    font-weight: 300;
}

.page #navbarNav {
	display: block;
	margin-top: 0px;
}

.page{
	background: #e9ecef !important;
	padding: 10px 0px;
}

.page a{
/*	font-weight: bold;*/
	font-size: 1rem;
	color: #0056b3 !important;
}
.page a:hover{
	background-color: transparent !important;
	color: #0056b3 !important;
}

.page span{
/*	font-weight: bold;*/
	font-size: 1rem;
	color: #6D757C !important;
}

.page span:hover{
	color: #6D757C !important;
}

main.mt-5.pt-5,
main.container.mt-5.pt-3 {
    margin-top: 0px !important;
    padding-top: 1.5rem !important;
}