* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/*-------------------*/

.div1 {
    background-color: white;
    color: #000366;
    text-align: center;
    padding-top: 70px;
}

.div1 p {
    font-size: 18px;
    margin: 10px 0;
}
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    min-height: 555px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}

#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
#slider li .content_slider {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 150px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_slider div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content_slider h2 {
    font-size: 35pt;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.content_slider p {
    font-size: 15pt;
    color: #FFF;
    margin-bottom: 30px;
}

#slider li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 3pt;
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #FFF  !important;
}
.brrdc{
    width: 100%;
    background-color: #feca02;
    height: 7px;
}
@media screen and (max-width: 460px){
	.content_slider h2 {
	    font-size: 15pt !important;
	}
	.content_slider p {
	    font-size: 12pt !important;
	}
	#container-slider .arrowPrev, #container-slider .arrowNext{
		font-size: 20pt;
	}
	#container-slider .arrowPrev{
		left: 15px;
	}
	#container-slider .arrowNext{
		right: 15px !important;
	}
	#slider{
		height: 400px;
		min-height: 400px;
	}
	#slider li .content_slider{
		padding: 10px 35px;
	}
	.btnSlider{
		padding: 10px 30px;
    	font-size: 10pt;
	}

}
/*-------------------*/

.div2{
    background-color: #FDFFFF;
    color: #000366;
    padding: 40px 0px;
    text-align: center;
}
.div2 h1{
    font-weight: 700;
    font-size: 30px;
    text-decoration: underline solid #feca02;
}
.div2imgs{
    width: 100%;
    height: 100%;
    margin: 10px 0px;

}
.div2imgs h2{
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}
.div2imgs p{
    font-size: 13px;
    text-align: center;
    padding: 0px 40px;
     margin: 20px 0;
}
.g4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.g4 .grupihi{
   margin: 20px 0;

}
.div2imgs .grupoimg2 {
    width: 290px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    background-color: #00036650;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.div2imgs .grupoimg2:hover {
    transform: translateY(-5px);
}
.contf{
    width: 100%;
    display: block;
    align-content: center;
}
.div2 figure {
    background-color: #000366;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: all 0.3s ease;
}

.div2 figure:hover {
    transform: scale(1.1);
}

figure i {
    color: #FDFFFF;
    font-size: 35px;
}

/*-------------------*/
.div3 {
    display: flex;
    flex-wrap: wrap;
    height: 570px;
    background-color: #000366;
}

.div3img {
    background-color: #feca02;
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div3img iframe {
    border: 30px solid #FDFFFF;
    width: 100%;
    height: 100% ;
}

.div3c {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 40px 20px;
}

.div3tex {
    color: white;
}

.div3tex h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.div3tex p {
    font-size: 16px;
    line-height: 1.6;
}


/*-------------------*/

.div4fd {
    background-color: #8B8982;
    padding: 50px 0;
}

.div4cont {
    background-color: #FDFFFF;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.div4 h1 {
    text-align: center;
    color: #000366;
    font-size: 28px;
    margin-bottom: 30px;
}
.contimgt figure{
    background-color: #000366aa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    pointer-events: none;
}
.div4img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.contimgt {
    width: 240px;
    height: 160px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contimgt:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.contimgt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contimgt .ttmq {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 50%;
    color: #FDFFFF;
    font-size: 20px;
    z-index: 2;
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
}

/*-------------------*/
.div5 {
    background-color: #8B8982;
    padding: 60px 20px;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div5cont {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.div5txt {
    flex: 1 1 400px;
    max-width: 600px;
}

.div5txt h1 {
    color: #000366;
    font-size: 30px;
    margin-bottom: 15px;
}

.div5txt p {
    color: #000366;
    font-size: 16px;
    line-height: 1.6;
}

.div5img {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
}

.div5img figure {
    background-color: white;
    padding: 10px;
    margin: 0;
}

.div5img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

@media (max-width: 768px) {
    .div5 {
        padding: 40px 20px;
    }

    .div5cont {
        flex-direction: column;
        text-align: center;
    }

    .div5txt,
    .div5img {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .div5txt h1 {
        font-size: 24px;
    }

    .div5txt p {
        font-size: 15px;
    }

    .div5img img {
        max-width: 90%;
    }
}