.size-icon-header{
	width: 24px;
	height: 24px;
}
.global-red-color{
	background-color: #c15387;
}

.hide-list-style{
	list-style: none;
	padding-left: 0;
}

.item-list{
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.global-bg-bluemarino{
	background-color: #235285;
}

.global-bg-bluegrey{
	background-color: #5387c1 !important;
}

.icon-sizes{
	font-size: 7rem;
}

.center{
	margin: 0 auto;
}


.ul-inline{
	list-style-type: none;
	padding-inline-start: unset;
}

.margin-bottom-ul{
	margin-bottom: 0rem;
}


.font-number-size{
	font-size: 1.5rem;
}

.cta-style-container{
	justify-content: space-around;
	display: flex;
	align-items: center;
}

.cta-btn-container{
	display: flex;
}

.grid-division-columns{
	justify-content: space-around;
	align-items: center;
}

.bg-color-btn{
	background-color: #c15387 !important;
}

.dot{
	width: 120px;
	height: 120px;
	font-size: 5rem;
	background-color: #16569D !important;
}

.dot:hover{
	background-color: #5387c1 !important;
}

.center-align-div{
	margin-left: 22.5%;
}

.bg-blue-text{
	color: #16569D;
}

.feature-icon-small {
	width: 3rem;
	height: 3rem;
}
.trans{
	transition: transform 3.5s ease-in-out, opacity 0.5s cubic-bezier(0.4, 0, 1, 1) !important;
}

.shadow-img {
	box-shadow: 0 2rem 2rem rgba(0,0,0,1)!important;
}

.pbt{
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.pbonly{
	padding-bottom: 8rem;
}
.ptonly{
	padding-top: 8rem;
}

.w-85{
	width: 85%;
}

.animatebar{
	position: relative;
	animation: leftright 1s infinite alternate ease-in-out;
}

.over-flow {
	overflow: hidden;
}

.headfont{
	font-size: 2rem;;
}

.cta-hide{
	opacity: 0;
	transition: 0.5s;
}

.cta-mob{
	background-color: black;
	color: white;
	transition: .5s;
}

.cta-mobile-title{
	font-size: 1.2rem;
}

.parent{
	display: grid;
	align-items: center;
}

.marqueestyle{
	font-weight: 700;
	font-size: 2rem;
}

.bg-blue-global{
	background-color: #16569D !important;
}

.upptext{
	text-transform: uppercase;
}

@keyframes leftright{
	from {
		transform: translateX(0%);
		left: 0%;
	}
	to {
		transform: translateX(5%);
		left: 5%;
	}
}

@keyframes leftrightmob{
	from {
		transform: translateX(0%);
		left: 0%;
	}
	to {
		transform: translateX(2%);
		left: 2%;
	}
}

/*CSS news*/

.news {
  overflow: hidden;
  white-space: nowrap;
}

.scrolling {
  animation: marquee 2s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
	.flex-items {
		display: flex;
		margin-bottom: 38px;
	}

	.fleex{
		display: inline-flex;
	}
	.icon-sizes{
		font-size: 3.5rem;
	}
	.margin-right-icon{
		margin-right: 10px;
	}
	.ml-text{
		margin-left: 20px;
		margin-bottom: 0px;
	}
	.img-mobile{
		width: 155px !important;
	}

	.pb-mobile{
		padding-bottom: 1.2rem !important;
	}

	.pb-mapa{
		padding-bottom: 3rem;
	}

	.sizemap{
		width: 90%;
	}

	.animatebar{
		animation: leftrightmob 0.6s infinite alternate ease-in-out !important;
	}

	.dot{
		width: 100px;
		height: 100px;
		font-size: 4rem;
	}

	.circle-btn{
		display: flex !important;
		justify-content: center;
		align-items: center;
		width: 100px;
		height: 100px;
	}

	.shadow-img {
		box-shadow: 0 0rem 2rem rgba(0,0,0,1)!important;
		width: 100%;
	}

	.ptonly{
		padding-bottom: 8rem;
	}

	.over-flow {
		overflow: unset;
	}

	.headfont{
		font-size: 1.5rem;;
	}

}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px){ 
	.pb-mapa{
		padding-bottom: 3rem;
	}
	.pb-mobile{
		padding-bottom: 1.2rem !important;
	}
	.ptonly{
		padding-bottom: 7rem;
	}

	.shadow-img {
		box-shadow: 0 0rem 3rem rgba(0,0,0,1)!important;
		width: 100%;
	}

	.over-flow {
		overflow: unset;
	}

	.spacer{
		margin-right: auto;
	}

	.headfont{
		font-size: 1.5rem;;
	}

}

@media (min-width: 1200px) and (max-width: 1399px){
	
}
