@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap");

.img-container2 {
    height: 350px;
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(to right, #fbfd8a,  #01a9b4);
    background-size: cover;
  }
  
  
  .inner-container2 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
  }


  .caixaPort{
    width: 100%;
    background-color: transparent;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
    display: block;
    position: relative;
    align-items: center;
    text-align: justify;
    float: left;
    padding: 0 0 10px 0;
    border-bottom: #8d93ab 2px solid;
  }

  .caixaPort img{
    max-height: 220;
    max-width: 500;
    padding: 0 10px 0 0;
  }

  
  