    .btn-menu{
                background: #334F92;
                display: list-item;
      }

       #header-toggle{
           float: left;
                margin-left: 5px;
                margin-top: 5px;
                color: #fff;
       }

      .navboard {
    overflow: hidden;
    background-color: #334F92;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: space-around;
}

.btn-menu{
    display: none;
}

@media screen and (max-width: 518px) {
               

                .container-cover{
	margin-top: 2px;
margin-bottom: 28px;
                }


                .svg-menu{
                    margin-top: -31px;
                    height: 100%;
                }
    .btn-menu {
                    display: list-item;
                }

                #header-toggle {
                    display: block;
                   
                }

                .popup {
                    left: -11%;
                    top: 1%;
                }

                    .popup.opened {
                        left: -11%;
                    }
               
}

@media screen and (min-width: 518px){
                #header-toggle {
                    display: none;
                }
}

                .navboard{
                display: none;
                }
.navboard a {
  float: left;
  font-size: 85%;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  
  
}

.dropdownmenu {
  float: left;
  overflow: hidden;
}

.dropdownmenu .dropbtn {
  cursor: pointer;
  font-size: 0.8em;  
  border: none;
  outline: none;
  color: white;
  padding: 5px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navboard a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: red;
}

.dropbtn{
    font-size: 0.8em;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999999999;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}


      

@media screen and (min-width: 768px) {
 
 
  .header__toggle {
    display: none;
  }
  .nav-menu {
   display: none;
  }

  button{
      z-index: 999;
  }

                .popup {
                    top: 1%;
                left: 30%;
                }
                .popup.opened {
                      top: 1%;
                left: 30%;
                }

}


            .slide {
                width: 700px;
                height: 300px;
                overflow: hidden;
                border-radius: 15px;
                transition: all 0.4s;
            }

            .slides {
                width: fit-content;
                display: flex;
            }

            .imageSli img {
                width: 640px;
                height: 246px;
            }

            #atual {
                transition: all 2s;
            }

            .btn {
                position: absolute;
                color: #fff;
                padding: 10px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: all 0.4s;
                font-size: 1.7em;
                margin-top: -5px;
            }

                .btn:hover {
                    transform: scale(1.5);
                }

            #voltar {
                top: 30%;
                right: 80%;
            }

            #next {
                top: 30%;
                left: 95%;
            }

            .balls {
                position: absolute;
                width: auto;
                display: flex;
                justify-content: center;
                margin-top: -25px;
                left: 50%
            }

                .balls div {
                    transition: all 0.5s;
                    border: 1px solid #fff;
                    padding: 4px;
                    border-radius: 50%;
                    margin-right: 15px;
                    cursor: pointer;
                }

                    .balls div:hover {
                        background: #fff;
                    }

            .imgAtual {
                transition: all 0.5s;
                background: #fff;
            }


            .imageSlis {
                z-index: 1;
            }

            .ball {
                z-index: 1000;
            }

            #icon-menu {
                width: 20px;
                height: 20px;
                margin: 5px;
            }



            .icon-menu {
                width: 20px;
                height: 20px;
            }


            .dropdownmenu .dropbtnSa {
                cursor: pointer;
                font-size: 0.8em;
                border: none;
                outline: none;
                color: white;
                padding: 5px;
                background-color: inherit;
                font-family: inherit;
                margin: 0;
            }

            .navboard a:hover, .dropdown:hover .dropbtnSa, .dropbtnSa:focus {
                background-color: red;
            }


            .dropbtnSa {
                font-size: 0.8em;
            }

            .popup-button,
.popup .close-popup-button {
    background-color: #ee404c;
    border: none;
    padding: 8px 30px;
    border-radius: 16px;
    
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .4s;
    margin: 12px 0;
}

.popup-button:hover,
.popup .close-popup-button:hover {
    opacity: .8;
}

.popup-button:active,
.popup .close-popup-button:active {
    transform: scale(.8);
}

.popup {
    position: absolute;
    background-color: #333;
    top: 1%;
    padding: 30px 50px;
    border-radius: 8px;
    text-align: center;
    width: 400px;
    box-sizing: border-box;
    transition: all .4s;
    z-index: -1;
    transform: scale(.4);
    opacity: 0;

}

.popup.opened {
    z-index: 999;
                    top: 1%;
     transform: scale(1);
    opacity: 1;
}



.popup img {
    width: 100%;
}

.popup h2.title {
    color: #ee404c;
}

.popup p.desc {
    color: #FFF;
}


.socialMediasB{
    display: flex;
    justify-content: space-evenly;
}

.img-video{
    width: 376px;
    height: 319px;
    cursor: pointer;
}

.container-videos{
    
                justify-content: start;
                gap: 50px;
}

.title-video{
    margin-top: 16px;
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;

color: #334F92;
}

.fechar{
    cursor: pointer;
}

            /* video:: -webkit-media-controls-panel {
                display: none !important;
                opacity: 1 !important;
            } */

            video {
                object-fit: cover;
                
            }

            #my-polygon {
    min-height:100px;
  clip-path: polygon(0px 15%, 50% 0px, 100% 15%, 100% calc(100% - 20px), 50% 100%, 0px calc(100% - 20px));
  background-color:red;
  }

#menu-penta {
    min-height:500px;
    max-width: 660px;
    clip-path: polygon(3% 29%, 3% 67%, 38% 67%, 50% 49%, 43% 30%);
    background-color: blueviolet;
}

#menu-sidepenta{
    clip-path: polygon(38% 26%, 48% 43%, 35% 59%, 53% 60%, 61% 44%, 53% 26%);
}

.new-menu{
    display: flex;

    }

    .new-menu li{
        position:relative;
        border-style: none;
        list-style: none;

        }

        .new-menu li a{color:#333; text-decoration:none; text-align: center;   overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;}

.menu-inferior {
    position:absolute;
    top: 110px;
left: 0;
}


.new-menu ul{
    display: flex;
    float:left;
    border-style: none;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    }
.menu-inferior ul{
    margin-left: 135px;
    gap: 68px;
    font-size: 0.6em;
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
line-height: 22px;
text-align: center;

color: #FFFFFF;

}

.menu-superior ul{
    gap: 75px;
    margin-left: 270px;
}

.menu-superior {
    position: absolute;
    top: 5px;
    left: 100px;
    display: flex;
}

.lista-menu-superior{
    display: flex;
    justify-content: space-between;

}

.svg-div-dois {
    width: 100%;
    height: 50px;
    background-color: transparent;

    position:absolute;

    
	left: 100px;
	margin-bottom: 50px;

  }

  .svg-div-um {
    width: 100%;
    height: 35px;
    background-color: transparent;
    overflow: hidden;
    position:absolute;

    top: 8%;
    margin-left: 20%;
  }

  .svg-div-superior {
    width: 100%;
    height: 50px;
    background-color: transparent;
    overflow: hidden;
    position:absolute;

    top: 0%;
    margin-left: 12%;
  }


  .svg-div-superior a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #565657;

  }

  .svg-div-inferior a{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 800;

line-height: 20px;
text-align: center;
background-color: transparent;
color: #FFFFFF;
text-decoration: none;
  }


.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 15px;
}
.menu-item{
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
 .menu-item > a{
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color: #000000;
	text-transform: capitalize;
	font-weight: 600;
	transition: all 0.3s ease;
}
.menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px;
	pointer-events: none;
}
.menu-item > a .plus:before,
 .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.menu-item:hover > a .plus:before,
 .menu-item:hover > a .plus:after{
   background-color: #DB2E20;
}
.menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);
}
 .menu-item > .sub-menu > .menu-item > a:hover,
 .menu-item:hover > a{
	color: #DB2E20;
}
 .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #DB2E20;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
	margin-top: 10px;
}
@media(min-width: 992px){
.menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }

 /*.header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);
 }*/

}

 .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
 .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
 .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
 .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.open-nav-menu span:before,
.open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.open-nav-menu span:before{
	top:-7px;
}
.open-nav-menu span:after{
	top:7px;
}
.close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
 .close-nav-menu img{
	width: 16px;
}
.menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */


@media(max-width: 1114px){
     .svg-div-dois{
      top: 10vh;
  }

  .menu-item-first a{
       font-size: 18px;
  }
}

@media(max-width: 991px){
	
  .svg-div-dois{
      top: 5vh;
  }

  .menu-item-first a{
       font-size: 1em;
  }

 
}


/*header*/

.header .nav-menu-first{
	padding: 0 15px;
}
.header .menu-first > .menu-item-first{
	display: inline-block;
	margin-left: 30px;
	margin-right: 15px;
	position: relative;
}
.header .menu-first > .menu-item-first > a{
	display: block;
	padding: 12px 0;
	list-style: none;
	text-decoration: none;

	text-transform: capitalize;
	font-weight: 100;
	transition: all 0.3s ease;

	font-family: 'Montserrat';
	font-style: normal;
    	
	line-height: 22px;
	text-align: center;

	color: #FFFFFF;

}
.header .menu-first > .menu-item-first > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px;
	pointer-events: none;
}
.header .menu-first > .menu-item-first > a .plus:before,
.header .menu-first > .menu-item-first > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu-first > .menu-item-first:hover > a .plus:before,
.header .menu-first > .menu-item-first:hover > a .plus:after{
   background-color: #DB2E20;
}
.header .menu-first > .menu-item-first > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);
}
.header .menu-first > .menu-item-first > .sub-menu-first > .menu-item-first > a:hover,
.header .menu-first > .menu-item-first:hover > a{
	color: #DB2E20;
}
.header .menu-first > .menu-item-first > .sub-menu-first{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #DB2E20;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
	margin-top: 10px;
}
@media(min-width: 992px){
.header .menu-first > .menu-item-has-children-first:hover > .sub-menu-first{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }

 /*.header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);
 }*/

}

.header .menu-first > .menu-item-first > .sub-menu-first > .menu-item-first{
	display: block;
}
.header .menu-first > .menu-item-first > .sub-menu-first > .menu-item-first > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;

}

.header .close-nav-menu-first{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu-first img{
	width: 16px;
}




.container-first{
	display: flex;
	justify-content: space-around;
	max-width: 1170px;
	margin:auto;
}
.container{
	max-width: 1170px;
	margin:auto;
}

ul{
	list-style: none;
	margin:0;
	padding:0;
}

/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu-fisrt{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #222222;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open-fisrt{
		visibility: visible;
		right: 0px;
	}
	.header .menu-fisrt > .menu-item-fisrt{
		display: block;
		margin:0;
	}
	.header .menu-fisrt > .menu-item-has-children-fisrt > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu-fisrt > .menu-item-fisrt > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.header .menu-fisrt > .menu-item:first-child > a{
	    border-top: 1px solid #333333;
	}
	.header .menu-fisrt > .menu-item-fisrt > a .plus:before,
	.header .menu-fisrt > .menu-item-fisrt > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu-fisrt > .menu-item-has-children-fisrt.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu-fisrt > .menu-item-fisrt > .sub-menu-fisrt{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item-fisrt > .sub-menu-fisrt > .menu-item-fisrt > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu-fisrt,
	.header .open-nav-menu{
		display: flex;
	}
}

.menu-first{
    display: flex;
    
}

 .sub-menu-first{
     display: block;
     position: relative;
 }

            /* @media screen and (max-width: 768px) { */
            @media screen and (max-width: 750px) {
                .col-8-Dois {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }

                .dropdown-content {
                    z-index: 9999999999;
                }
            }

            .dropdown-content {
                z-index: 9999999999;
            }


            .dropdownmenu .dropbtnSa {
                cursor: pointer;
                font-size: 0.8em;
                border: none;
                outline: none;
                color: white;
                padding: 5px;
                background-color: inherit;
                font-family: inherit;
                margin: 0;
            }

            .navboard a:hover, .dropdown:hover .dropbtnSa, .dropbtnSa:focus {
                background-color: red;
            }


            .dropbtnSa {
                font-size: 0.8em;
            }

  @media screen and (max-width: 1122px){
	.menu-first{
	display: none;
}


}

  @media screen and (min-width: 1125px){
	.menu-first{
	display: flex;
}	

    .navboard{
        display: none;
    }
}


        .container_tl {
            max-width: 1200px;
            margin: 20px auto;
            padding: 30px;
            color: #292929;
font-size: 16px;
font-family: Montserrat;
font-weight: 400;
        }
        .container_tl .row_tl{
            display: grid;
            grid-template-columns: 1fr 2px 1fr;
            grid-column-gap: 40px;
        }

        .row_tl .date_tl{
            grid-area: theDate;
        }

        .row_tl .line_tl{
            position: relative;
            background-color: #D9E4F2;
            grid-area: theLine;
        }

        .line_tl span{
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border: 2px solid #0C6EE6;
            border-radius: 50%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.5s;
        }

        .row_tl .content_tl{
            padding: 20px;
            background-color: #F9F9F9;
            border-radius: 10px;
            grid-area: theContent;
        }

        .container_tl h2{
            padding-bottom: 8px;
            color: #292929;
            font-size: 22px;
font-family: Montserrat;
font-weight: 700;
        }

        .container_tl p{
            line-height: 1.5;
            color: #292929;
font-size: 16px;
font-family: Montserrat;
font-weight: 400;
        }

        .row_tl:nth-child(odd){
            grid-template-areas: 'theDate theLine theContent';
        }

        .row_tl:nth-child(even){
            grid-template-areas: 'theContent theLine theDate';
        }

        .row_tl .content_tl, .row_tl .date_tl{
            margin-bottom: 35px;
        }

        .row_tl:nth-child(odd) .date_tl{
            text-align: right;
        }

        .date_tl span{
            display: inline-block;
            padding: 10px 16px;
            font-family: Montserrat;
            font-weight: 700;
            background: #D9E4F2;
            border-radius: 8px; border: 1px #0C6EE6 solid;
            position: relative;
            top: -7px;
            color: #0C6EE6;
        }

        .line_tl .last_point_tl{
            top: initial;
            bottom: 0;
        }

        .container_tl strong{
            color: #292929;
font-size: 16px;
font-family: Montserrat;
font-weight: 600;
        }

        .row_tl .last_tl{
            margin-bottom: 0;
        }

        .row_tl:hover .line_tl span:not(.last_point_tl){
            background-color: #0C6EE6;

        }

        @media(max-width: 768px) {
            .row_tl:nth-child(odd),
            .row_tl:nth-child(even){
                grid-template-columns: 2px 1fr;
                grid-template-areas:  'theLine theDate'
                                      'theLine theContent';
            }

                .img_fundadores{
                    width: inherit;
                }

            .row_tl:nth-child(odd) .date_tl{
            text-align: left;
            }

            .row_tl .date_tl{
                margin-bottom: 5px;
            }

            .row_tl .content_tl{
                margin-bottom: 25px;
            }

            .row_tl .last_tl{
                margin-bottom: 5px;
            }

            .img_smb_2{
      margin-left: 0;
      margin-top: 16px;
  }
            .img_section_quatro{
                width: -moz-available;
            }

}



         @media(max-width: 520px) {
            .row_tl .line_tl{
                display: none;
            }
            .row_tl:nth-child(odd),
            .row_tl:nth-child(even){
                grid-template-columns: 1fr;
                grid-column-gap: 0;
            }
            .img_smb_2{
      margin-left: 0;
      margin-top: 16px;
  }

               
        }

        .title_tl{
            display: flex;
            justify-content: center;
            margin-bottom: 50px;
        }

        .title_tl h2{
            color: #292929;
            font-size: 28px;
            font-family: Montserrat;
            font-weight: 700;
        }
              

.section_lap {
  min-height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.section_lap_dois {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 74px;
}

.section_lap_tres{
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 74px;
  margin-top: 100px;
}

.section_lap_cinco{
    width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  background-color: #fff;
  margin-bottom: 74px;
  margin-top: 100px;
}

.container_lap {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.left {
  width: 100%;
  min-height: 340px;
  background-color: #5C77B9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: none;
  color: white;
  z-index: 99;
}

.left p {
  margin: 16px 0;
  font-weight: 500;

}

.right {
  width: 100%;
  height: 350px;
                background: url(assets/img/hist/cover_hist_sambo.jpg) no-repeat center / cover;
  border-radius: none;
  z-index: 1;
  margin-left: -280px;
  margin-top: -10%;
}


@media only screen and (max-width: 768px) {
  .container_lap, .div_comeco {
    flex-direction: column;
    width: 100%;
    margin: 0 20px;
  }
   

  .img_smb_2{
      margin-left: 0;
      margin-top: 16px;
  }

  .right {
    width: 100%;
    height: 150px;
    align-content: center;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
  }
  .left {
    width: 100%;
    margin: 0;
    margin-top: 100px;
  }
  .title_tl h2{
      font-size: 24px;
  }

}

.content_lap h1 {
    color: white;
font-size: 32px;
font-family: Montserrat;
font-weight: 700;
}

.content_lap p{
    color: white;
font-size: 18px;
font-family: Montserrat;
font-weight: 400;
}

.content_lap strong{
    color: white;
font-size: 18px;
font-family: Montserrat;
font-weight: 500;
}

.div_comeco{
    display: flex;
    justify-content: center;
}

.img_smb_2{
    width: 100%;
    display: flex;
  justify-content: space-around;

}

.section_lap_tres strong{
    color: black;
font-family: Montserrat;
font-weight: 500;
}

.div_atleta_um p{
    color: black;
font-size: 22px;
font-family: Montserrat;
font-weight: 600;
padding-left: 45px;
padding-right: 45px;
margin-top: 15%;
}

.div_atleta_um{
    width: 100%;
     justify-content: space-between;
      display: flex;
      border: 3px #133EA5 solid;
}

.div_atleta_dois{
    width: 100%;
justify-content: space-between;
 display: flex;
    background: #5C77B9;
    padding-left: 45px;

}

.div_atleta_dois p{
    color: white;
font-size: 22px;
font-family: Montserrat;
font-weight: 600;
margin-top: 15%;
}

 .div_atleta_tres{
                width: 100%;
                justify-content: space-between;
                display: flex;
                border: 3px #CECECE solid;
 }

            .div_atleta_tres p {
                color: black;
                font-size: 22px;
                font-family: Montserrat;
                font-weight: 600;
                padding-left: 45px;
                padding-right: 45px;
                margin-top: 8%;
            }



            @media screen and (max-width: 768px) {
               
                .div_atleta_um, .div_atleta_dois, .div_atleta_tres {
                    display: grid;
                }
            }

      .btn-saiba-mais {
          width: 90px;
          height: auto;
          font-size: 0.8em;
          font-style: normal;
          text-align: center;
          text-wrap: nowrap;
          padding: 8px;
        
      }