body {
	overflow-x: hidden;
	color: #000000;
	background: #FFFFFF;
}
html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar-corner {
 background: transparent;
 display: none;
}
::-webkit-scrollbar {
 width: 3px;
 height: 3px;
}
::-webkit-scrollbar-track {
 background: #dcdcdc;
 border-radius: 30px;
}
::-webkit-scrollbar-thumb {
 border-radius: 30px;
 background: #bfbfbf;
 -webkit-box-shadow: none;
}
header {
	width: 100%;
	height: auto;
	padding: 25px 10px;
}
header .col-lg-12 {
	position: relative;
}
.logo {
	float: left;
	display: inline-block;
	animation-duration: 1.5s;
	animation-name: flipInY;
}
.righthdpanel {
	float: right;
	display: inline-block;
}
.matebtn {
	background-color: #1D6F9D;
	color: #F1FCFF;
	font-size: 16px;
	padding: 14px 32px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 25px;
	display: inline-block;
	transition: all 0.5s;
	float: left;
}
.matebtn:hover {
	background-color: #1D3D4F;
}
.matebtn img {
	margin-left: 5px;
}
.mailsec {
	display: inline-block;
	float: left;
	margin-right: 40px;
	margin-top: 25px;
}
.mailicon {
	display: inline-block;
	float: left;
	margin-top: 3px;
}
.contmail {
	display: inline-block;
	float: left;
	padding-left: 10px;
	text-align: left;
}
.contmail span:nth-child(1) {
	display: block;
	font-size: 16px;
	color: #1D6F9D;
}
.contmail span:nth-child(2) {
	display: block;
	font-size: 16px;
	color: #393939;
}
.socialsec {
	float: left;
	display: inline-block;
}
.socialsec ul {
	display: inline-block;
	list-style: none;
	margin: 38px 40px 0 0;
	padding: 0;
}
.socialsec li {
	display: inline-block;
}
.socialsec li a {
	margin: 0 10px 0;
	text-decoration: none;
	transition: all 0.5s;
	display: inline-block;
}
.socialsec li:hover a {
	transform: rotateY(180deg);
}
.menubtn {
	color: #1D6F9D;
	text-decoration: none;
	transition: all 0.5s;
	display: none;
	font-size: 32px;
	margin-right: 15px;
	float: right;
	position: absolute;
	top: 26px;
	right: 0;
}
.menubtn:hover {
	color: #1D3D4F;
}
.nav-section {
	width: 100%;
	height: auto;
	background-color: #1D6F9D;
	color: #FFFFFF;
}
.nav-section ul {
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav-section li {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 10px;
}
.nav-section li a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.5s;
}
.nav-section li a:hover {
	color: #ffffff96;
}
.banner {
	width: 100%;
	height: auto;
	position: relative;
}
.banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.7;
}
.banner-content {
	width: 100%;
	height: auto;
	min-height: 500px;
	color: #F1FCFF;
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.banner-content h1 {
	font-size: 40px;
	margin-top: 20px;
}
.banner-content h2 {
	font-size: 40px;
	font-weight: 300;
}
.banner-content h3 {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	max-width: 750px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.banner-cover {
	display: inline-block;
}
.bottom_btn_wrap {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
@keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-20px);
}
 100% {
 transform: translatey(0px);
}
}
.section-2 {
    position: relative;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: #FBFBFB;
    border: none;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.05);
    margin-top: -250px;
    z-index: 1; /* Ensure the card is above the background image */
}

.card img {
    flex: 1;
    width: 100%;
    
    object-fit: cover; /* Make the image fully cover the card */
    border-radius: 0px 10px 10px 0px;
	background-color: #000000;
}

.card .text {
    flex: 1;
	line-height: 24px;
	padding: 10px;
}

@media (max-width: 768px) {
    .card {
        flex-direction: column;
    }
	.card img{
		border-radius: 0px 0px 10px 10px;
	}
}
@media (max-width:1200px){
	.card .text{
		font-size: 12px;
		padding: 0px;	
	}
}
.button-style{
	background-color: #1D6F9D;
	color: #F1FCFF;
	font-size: 16px;
	padding: 14px 32px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 25px;
	display: inline-block;
	transition: all 0.5s;
	float: left;
}
a.button-style:hover {
	background-color: #1D3D4F;
}

.cultura-title{
color: #1D3D4F;

font-style: normal;
font-weight: 600;
line-height: 45px;

}
.gallery h3{
	text-align: left !important;
	padding-left: 30px !important;
	padding-top: 20px;
	font-size: 16px;
	font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 45px;
color:#1D3D4F;
}
.gallery p{
	text-align: left !important;
	padding-left: 30px !important;
	
	font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color:#393939;
}
.comorcio{
	background-image: url(../images/bgtagfr.png);
   position: relative;
    background-size: cover;
    background-position: center;
	overflow: hidden !important;
	z-index: 1 !important;
}
.comorcio h3{
	font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 40px;
color: #1D3D4F;
}
.line-1{
    width: 78px;
    height: 3px;
    border: none;
    border-top: 3px solid #1D6F9D !important; /* Adjust the color and style as needed */
    margin-top: 1rem; /* Adjust the margin as needed */
    margin-bottom: 1rem; /* Adjust the margin as needed */
    margin-left: initial;
	opacity: 100% !important;
}
.wave-bg{
	
	width: 100%;
	height: auto;
	position: relative;
	top: -160px;
	left: 0;
	text-align: center;

}

.wave-bg img{
	width: 100%;
	height: auto;
	

}


.funda-logo img{
	margin-top: -70px;
}
.bottom_btn_wrap a {
	color: #FFFFFF;
	display: inline-block;
	animation-name: float;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	transition: all 0.5s;
}
.bottom_btn_wrap a:hover {
	color: #2395d5;
}
.secbanner-content {
	width: 100%;
	height: 100vh;
}
.banner-secimg {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.banner-secimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.firstbanbg {
	width: 50%;
	height: auto;
	min-height: 420px;
	position: relative;
	float: left;
	z-index: 10;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.firstbanbg:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D6F9D;
	opacity: 0.85;
}
.secbanner-content h1 {
	color: #F1FCFF;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.secbanner-content p {
	color: #F1FCFF;
	font-size: 16px;
	z-index: 10;
	position: relative;
	margin-bottom: 30px;
}
.secbanbg {
	width: 50%;
	height: auto;
	min-height: 420px;
	position: relative;
	float: left;
	z-index: 10;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.secbanbg:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.85;
}
.dopbosec {
	z-index: 10;
	position: relative;
	width: 100%;
	max-width: 550px;
	float: right;
	padding-right: 50px;
	padding-left: 50px;
}
.dopbothird {
	z-index: 10;
	position: relative;
	width: 100%;
	max-width: 550px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
}
.innertafsec {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: #F1FCFF;
	position: relative;
}
.bgsecgat {
	width: 100%;
	height: 420px;
	background: linear-gradient(#489FD0, #F1FCFF);
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.sectionghop {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	
}

.textyop {
	text-align: right;
	padding-left: 60px;
}
.textyop img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.imgtoyop {
	text-align: right;
	padding-right: 60px;
}
.imgtoyop img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.taghopsec {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: #FFFFFF;
	padding: 70px 10px 90px;
}
.taghopsec h1 {
	color: #1D3D4F;
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
}
.taghopsec p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.bluebgthap {
	width: 100%;
	height: auto;
	position: relative;
}
.bluebgthap p {
	color: #F1FCFF;
	font-size: 16px;
	line-height: 24px;
}
.bgnopblue {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bgnopblue img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bgnopblue:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.9;
}
.bgcontkop {
	width: 100%;
	height: auto;
	position: relative;
	padding: 100px 10px;
	z-index: 10;
}
.equipbgsec {
	width: 100%;
	height: auto;
	position: relative;
	padding: 110px 10px 0;
	overflow: hidden;
}
.wavebhtg {
	width: 100%;
	height: auto;
	position: absolute;
	top: -130px;
	left: 0;
	text-align: center;
}
.wavebhtg img {
	width: auto;
	height: auto;
}
.contboxwav {
	width: 100%;
	height: auto;
	position: relative;
}
.contboxwav h1 {
	color: #1D3D4F;
	font-size: 40px;
	text-align: center;
	padding-bottom: 30px;
}
.contboxwav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}
.contboxwav li {
	width: 33.333%;
	display: inline-block;
	padding: 10px;
	animation-name: swap;
	animation-duration: 500ms;
 animation-delay: calc(var(--animation-order) * 200ms);
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes swap {
 0% {
 opacity: 0;
 -webkit-transform-origin: 0 100%;
 transform-origin: 0 100%;
 -webkit-transform: scale(0, 0) translate(-700px, 0px);
 transform: scale(0, 0) translate(-700px, 0px);
}
 100% {
 opacity: 1;
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
 -webkit-transform: scale(1, 1) translate(0px, 0px);
 transform: scale(1, 1) translate(0px, 0px);
}
}
@keyframes swap {
 0% {
 opacity: 0;
 -webkit-transform-origin: 0 100%;
 transform-origin: 0 100%;
 -webkit-transform: scale(0, 0) translate(-700px, 0px);
 transform: scale(0, 0) translate(-700px, 0px);
}
 100% {
 opacity: 1;
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
 -webkit-transform: scale(1, 1) translate(0px, 0px);
 transform: scale(1, 1) translate(0px, 0px);
}
}
.contboxwav li a {
	width: 100%;
	display: inline-block;
	border: 1px solid #1D6F9D;
	border-radius: 10px;
	padding: 40px 20px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	transition: all 0.3s;
}
.contboxwav li:hover a {
	transform: scale(0.9);
}
.contboxwav h2 {
	font-size: 16px;
	color: #1D6F9D;
	margin-top: 22px;
}
.contboxwav h3 {
	font-size: 16px;
	color: #393939;
}
.volusecbg {
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 10px 200px;
}
.volusecbg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#489fd026, #489FD0);
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.volucontent {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}
.volucontent p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.bgvolht {
	width: 48%;
	height: 240px;
	float: left;
	padding-left: 40px;
}
.bgvolht img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.bgjolhk {
	width: 52%;
	height: 240px;
	float: left;
	padding-left: 20px;
}
.bgjolhk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.volucontent h2 {
	color: #1D3D4F;
	font-size: 20px;
	margin-top: 100px;
}
.infobgsec {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 10px 40px;
}
.shawdbox {
	box-shadow: 0px 0px 5px 2px #0000001A;
	background-color: #FFFFFF;
	padding: 40px 30px 30px;
	border-radius: 13px;
	width: 100%;
	height: auto;
	min-height: 250px;
	position: relative;
	margin-top: -170px;
	margin-bottom: 10px;
}
.infobgsec h2 {
	color: #393939;
	font-size: 16px;
	margin-top: 20px;
}
.infobgsec p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.infobgsec h1 {
	color: #1D3D4F;
	font-size: 40px;
	margin-top: 85px;
	text-align: center;
}
.rocksectaq {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.firstbgtq {
	width: 60%;
	height: auto;
	padding: 190px 100px 170px;
	position: relative;
	background-color: #1D6F9D;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
}
.firstbgtq p {
	width: 100%;
	max-width: 600px;
	display: inline-block;
	text-align: left;
}
.secnhqwr {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.secnhqwr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.notisectag {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: #FFFFFF;
	position: relative;
}
.notpackgrab {
	width: 100%;
	height: 220px;
	background: linear-gradient(#489FD0, #FFFFFF);
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.notilap {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	padding: 90px 10px 80px;
}
.notilap h1 {
	color: #1D3D4F;
	font-size: 40px;
	padding-bottom: 50px;
	text-align: center;
}
.notishawd {
	box-shadow: 0px 4px 10px 5px #0000000D;
	background-color: #FBFBFB;
	padding: 0;
	border-radius: 10px;
	width: 100%;
	height: auto;
	min-height: 250px;
	position: relative;
	margin-bottom: 30px;
}
.notiwarimg {
	width: 100%;
	height: auto;
}
.notiwarimg img {
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.noticontbn {
	width: 100%;
	height: auto;
	padding: 40px 55px;
}
.noticontbn h2 {
	font-size: 20px;
	color: #1D3D4F;
	margin-bottom: 18px;
	padding-bottom: 18px;
	position: relative;
}
.noticontbn h2:after {
	background-color: #1D6F9D;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 74px;
}
.noticontbn p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.noticontbn a {
	background-color: #1D6F9D;
	color: #F1FCFF;
	font-size: 16px;
	padding: 13px 35px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	transition: all 0.5s;
}
.noticontbn a:hover {
	background-color: #1D3D4F;
}
.depbox {
	width: 100%;
	height: auto;
	padding-left: 30px;
	margin-bottom: 25px;
	margin-top: 1px;
	display: flex;
	flex-wrap: wrap;
}
.imgdepgt {
	width: 176px;
	height: auto;
}
.imgdepgt img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.contdbty {
	width: calc(100% - 176px);
	padding-left: 20px;
}
.depbox h3 {
	font-size: 20px;
	color: #1D3D4F;
}
.depbox a {
	color: #1D6F9D;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 5px;
	display: inline-block;
	transition: all 0.5s;
}
.depbox a:hover {
	color: #1D3D4F;
}
.depbox a i {
	margin-left: 5px;
}
.conactsection {
	width: 100%;
	height: auto;
	padding: 90px 20px;
	position: relative;
	text-align: center;
}
.conact-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.conact-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.conact-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.8;
}
.tapformbox {
	width: 100%;
	max-width: 510px;
	height: auto;
	padding: 40px 40px 45px;
	position: relative;
	z-index: 20;
	background-color: #F1FCFF;
	border-radius: 10px;
	display: inline-block;
}
.tapformbox h1 {
	color: #393939;
	font-size: 40px;
	text-align: center;
}
.tapformbox h2 {
	color: #393939;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.tapformbox .form-control {
	border-color: #393939;
	margin-bottom: 15px;
	background-color: #F1FCFF;
}
.tapformbox .btn {
	background-color: #1D6F9D;
	color: #F1FCFF;
	font-size: 16px;
	padding: 13px 35px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 40px;
	display: inline-block;
	transition: all 0.5s;
	border-radius: 0;
}
.tapformbox .btn:hover {
	background-color: #1D3D4F;
	color: #FFFFFF;
}
.tapformbox hr {
	border-color: #1D6F9D;
	opacity: 1;
}
.contactsocial {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}
.contactsocial a {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #1D6F9D;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	transition: all 0.5s;
	text-decoration: none;
	margin: 0 8px;
}
.contactsocial a:hover {
	background-color: #1D3D4F;
}
.mailcontact {
	color: #393939;
	font-size: 16px;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
	transition: all 0.5s;
	word-break: break-all;
}
.mailcontact:hover {
	color: #1D6F9D;
}
.mailcontact i {
	margin-right: 6px;
}
.blue-bg2{
	background-color: #1D6F9D;
	opacity:0.9;
	color: #fff;
}
i.fas.fa-arrow-right {
    margin-right: 10px; /* Adjust the value to control the amount of space */
color: #fff;	
}
.blue-bg2 a {
    color: white; /* Set the text color to white */
    text-decoration: none; /* Remove the underline */
  }

  /* Style for links within the "blue-bg2" section on hover */
  .blue-bg2 a:hover {
    color: white; /* Set the text color to white on hover (same color as normal) */
    text-decoration: none; /* Remove the underline on hover (same as normal) */
  }

footer {
	width: 100%;
	height: auto;
	padding: 50px 20px 50px;
	position: relative;
	background-color: #1D3D4F;
	color: #FFFFFF;
}
footer h3 {
	font-size: 16px;
	line-height: 144%;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}
footer h3 a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.5s;
	margin: 0 5px;
}
footer h3 a:hover {
	color: #2c97d3;
}
footer h4 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffffd1;
	text-align: center;
}
.volheadbg {
	width: 100%;
	height: auto;
	padding: 70px 20px 20px;
}
.volheadbg h1 {
	color: #1D3D4F;
	font-size: 40px;
	text-align: center;
	padding-bottom: 25px;
}
.copyright a {
    color: #fff ;
	text-decoration: none;
}
/*privacio*/
.banner-content-1{
	width: 100%;
	height: auto;
	min-height: 300px;
	color: #F1FCFF;
	position: relative;
	z-index: 10;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.affliate-card{
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: #FBFBFB;
    border: none;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.05);
    margin-top: -100px;
    z-index: 1;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.affliate-card-2{
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: #FBFBFB;
    border: none;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.05);
   padding-top: 10px;
    z-index: 1;
}


.text-input{
    background-color: none !important;
}
.affliate-title h4{
    color:#393939 !important ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 225% */
}

/*cultura*/
.move-left {
    margin-right: 0; /* Adjust this value as needed to move the image to the desired position. */
	padding-left: 0 !important;
  }

 .textyop-1 {
	text-align: right;
	
}
.textyop-1 img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.bg-lightblue{
	background: #F1FCFF;
}
.bg-white{
background-color: #fff;
}
/*playas*/
.playas{
	background-image: url(../images/bg-playas.png);
	width: 100%;
    height: auto;
    min-height: 400px;
	
	margin: 0;
    padding: 0;
   
    background-size: cover;
    /* Additional styles for text inside the container */
    color: #fff;
    text-align: center;
}
.blue-bg1{
	background-color: #1D6F9D;
	opacity:0.9;
	margin-top: -100px;
}
.playas-content{
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	
}
.line-2{
	width: 5%;
    height: 3px;
    border: none;
    border-top: 3px solid #ffffff !important; /* Adjust the color and style as needed */
     /* Adjust the margin as needed */
    margin-bottom: 1rem; /* Adjust the margin as needed */
    margin-left: initial;
	opacity: 100% !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.playsarow{
	margin-top: -60px;
}

.Arqueología{
	background-image: url(../images/arqueologia-2.png);
	width: 100%;
    height: auto;
    min-height: 300px;
	
	margin: 0;
    padding: 0;
   
    background-size: cover;
    /* Additional styles for text inside the container */
    color: #fff;
    text-align: center;
}
/*presidento*/
.bg-gradient-2{
	background: linear-gradient(#F1FCFF, #b1e3ff);

}

.custom-card {
    height: 100%;
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    background: #FBFBFB;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    display: inline-block;
    vertical-align: top;
	margin-top: -50px;
	z-index: 10;
	position: relative;
   
}

.custom-card img {
	width: 100%;
	height: auto;
}

.custom-card p {
	
}

/* Responsive styles */
@media (max-width: 768px) {
	.custom-card {
		width: 100%;
	}
}

/* Hover effect */
.custom-card:hover {
	transform: scale(1.05);
}
.help{
	
    
    border-radius: 10px;
    background: #FBFBFB;
    border: none;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.05);
   padding-top: 10px;
    z-index: 1;

}
.help h6{
color: #1D6F9D;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 24px;
}
.line-2{
   
    height: 3px;
  
    background-color:  #1D6F9D !important; /* Adjust the color and style as needed */
   
   
}