.container-2 {
    width: 80%;
    margin: auto;
}

h1 {
    color: #15397a;
    margin-bottom: 20px;
}

.quienes-somos {
    text-align: center;
    margin-bottom: 45px;
}

.somos-img {
    height: 300px;
}

.somos-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.box-somos-txt {
    margin-bottom: 80px;
}

.box-somos-txt h2 {
    color: #15397a;
    font-size: 24px;
    margin-bottom: 20px;
}

.box-somos-img{
  position: relative;
}

.img-photo img{
  width:100%;
  display:block;
}

.img-icon{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-200%, -50%);
    z-index: 2;
}

.img-icon img {
    width: 80px;
    height: auto;
}

.somos-flex {
    margin-bottom: 30px;
}

.decada {
    background-color: #3a6fb3;
    color: #fff;
    text-align: center;
    padding: 45px 0;
}

.decada-txt h2 {
    margin-bottom: 30px;
}

.fundador {
    background: #ececec;
    text-align: center;
    padding: 45px 0;
}

.fundador-txt p {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 45px;
}

.fundador-img {
    width: 100px;
    margin: auto;
}

.fundador-titulo h3 {
    color: #15397a;
    font-size: 21px;
}

.fundador-titulo p {
    font-size: 18px;
}

.reech-txt {
    padding: 45px 0;
}

.reech-txt h2 {
    color: #3a6fb3;
}

.reech-txt h3 {
    margin-bottom: 25px;
}

.reech-flex {
    display: flex;
    flex-direction: column;
}

.tarjeta-reech {
    color: #fff;
    margin-bottom: 10px;
    padding: 18px;
    display: flex;
}

.tarjeta-reech h5 {
    font-size: 38px;
}

.descripcion {
    margin-left: 20px;
}

.verde-palido {
    background-color: #546e7a;
}

.cian {
    background-color: #4db6ac;
}

.verde {
    background-color: #47634f;
}

.azul {
    background-color: #1565c0;
}

.rojo {
    background-color: #880e4f;
}

.porque {
    background-image: url(../img/compromiso-findmed.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.porque-txt {
    padding: 45px 0;
}

.porque-txt h2 {
    color: #3a6fb3;
}

.porque-txt h3 {
    color: #15397a;
    margin-bottom: 25px;
}

.porque-txt p {
    background-color: rgba(255, 255, 255, 0.3);
}

/* MEDIA QUIERIES */

@media (min-width: 780px){
    .container-2 {
        width: 70%;
    }
    
    h1 {
        margin: 40px 0 60px 0;
    }
    
    .somos-flex {
        display: flex;
    }
    
    .box-somos-txt {
        width: 50%;
        margin-bottom: 0px;
    }
    
    .box-somos-img {
        width: 50%;
    }
    
    .img-photo img{
        width:85%;
        margin-left: auto;
        display: block;
    }

    .img-icon{
      top:50;
      left:50%;
      transform:translate(-180%, 30%);
    }
    
    .decada {
        padding: 60px 0;
    }
    
    .decada-txt h2 {
        font-size: 24px;
    }
    
    .fundador {
        padding: 60px; 0;
    }
    
    .fundador-txt p {
        margin-bottom: 65px;
    }
    
    .reech-flex {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 45px;
    }
    
    .tarjeta-reech {
        flex-direction: column;
        width: 19%;
    }
    
    .inicial h5 {
        font-size: 48px;
        margin-bottom: 10px;
    }
    
    .descripcion {
        margin-left: 0px;
    }   
}

@media (min-width: 1080px) {
    .somos-img {
        height: 400px;
    }
    
    .box-somos-txt {
        width: 40%;
        font-size: 18px;
    }
    
    .box-somos-img {
        width: 60%;
    }
    
    .img-photo img{
        width:65%;
    }
    
    .decada-txt h2 {
        font-size: 28px;
    }
    
    .decada-txt p {
        font-size: 18px;
    }
    
    .descripcion h2 {
        font-size: 21px;
        margin-bottom: 15px
    }
    
    .porque {
        height: 380px;
    }
    
    .porque-txt {
        width: 50%;
    }
    
    .porque-txt p {
        font-size: 18px;
    }
}

@media (min-width: 1360px) {
    h1 {
        font-size: 60px;
        margin-bottom: 40px;
    }
    
    .box-somos-txt h2 {
        font-size: 32px;
    }
    
    .box-somos-txt p {
        font-size: 21px;
    }
    
    .img-icon{
      transform:translate(-150%, 30%);
    }
    
    .img-icon img {
        width: 120px;
    }
    
    .decada-txt h2 {
        font-size: 32px;
    }
    
    .decada-txt p {
        font-size: 21px;
    }
    
    .fundador-txt p {
        font-size: 28px;
    }
}

@media (min-width: 1920px) {
    h1 {
        font-size: 80px;
    }
    
    .somos-img {
        height: 700px;
    }
    
    .box-somos-txt h2 {
        font-size: 48px;
    }
    
    .box-somos-txt p {
        font-size: 30px;
    }
    
    .img-icon img {
        width: 160px;
    }
    
    .decada h2 {
        font-size: 48px;
    }
    
    .decada p {
        font-size: 30px;
    }
    
    .fundador-txt p {
        font-size: 42px;
    }
    
    .reech-txt {
        padding: 60px 0px;
    }
    
    .reech-txt h3 {
        font-size: 48px;
    }
    
    .reech-txt p {
        font-size: 24px;
    }
    
    .tarjeta-reech {
        padding: 40px;
        width: 18%;
    }
    
    .inicial h5 {
        font-size: 80px;
        margin-bottom: 25px;
    }
    
    .descripcion h2 {
        font-size: 34px;
    }
    
    .descripcion p {
        font-size: 26px;
    }
    
    .porque {
        height: 800px;
    }
    
    .porque-txt {
        padding-top: 200px;
    }
    
    .porque-txt h3 {
        font-size: 48px;
    }
    
    .porque-txt p {
        font-size: 30px;
    }
    
}